Skip to content

Commit f949faf

Browse files
committed
After the Rollback
1 parent 3423c54 commit f949faf

File tree

15 files changed

+64
-5
lines changed

15 files changed

+64
-5
lines changed

css/events.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
position: relative;
100100
border-radius: 6px;
101101
}
102-
102+
103103
/* Media queries - Responsive timeline on screens less than 600px wide */
104104
@media screen and (max-width: 600px) {
105105
/* Place the timelime to the left */
@@ -151,7 +151,7 @@ a:visited {
151151
a:hover {
152152
color: blue;
153153
background-color: transparent;
154-
text-decoration: underline;
154+
text-decoration: none;
155155
}
156156
a:active {
157157
color: blue;

events.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ <h2 style="color: white;">STEP's Event Timeline:</h2>
1414
</div>
1515
</center>
1616
<div class="timeline">
17+
<div class="container right">
18+
<a href="years/2021/2021.html" target="_blank">
19+
<div class="content">
20+
<h2>2021</h2>
21+
</div>
22+
</a>
23+
</div>
1724
<div class="container left">
1825
<a href="years/2020/2020.html" target="_blank">
1926
<div class="content">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,4 +811,4 @@ <h2 class="ftco-heading-2">Contact Information</h2>
811811
<script src="js/main.js"></script>
812812
</body>
813813

814-
</html>
814+
</html>

newsletter.html

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1-
<h1>NEWSLETTER</h1>
1+
<!DOCTYPE html>
2+
<html lang="en">
23

3-
<p>2020 Recap Newsletter January 1st | Anika Bawa</p>
4+
<head>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link href="css/events.css" rel="stylesheet">
7+
<title>Newsletter | STEP</title>
8+
</head>
9+
10+
<body>
11+
<center>
12+
<div>
13+
<h2 style="color: white;">STEP's Newsletter Timeline:</h2>
14+
</div>
15+
</center>
16+
<div class="timeline">
17+
<div class="container right">
18+
<a href="https://drive.google.com/file/d/1KbcnFM_5NQWHSQLbQLofZ4AyVyhYCHLQ/view" target="_blank">
19+
<div class="content">
20+
<h2>2020 Recap</h2>
21+
</div>
22+
</a>
23+
</div>
24+
</div>
25+
26+
</body>
27+
28+
</html>

years/2020/bdd20/bdd20.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@ <h3 style="color:white">Book Drive Donation!</h3>
116116
<div class="carousel-item">
117117
<img class="img-carousel" src="bdd20_2.jpg" alt="">
118118
</div>
119+
<div class="carousel-item">
120+
<img class="img-carousel" src="bdd20_3.jpg" alt="">
121+
</div>
122+
<div class="carousel-item">
123+
<img class="img-carousel" src="bdd20_4.jpg" alt="">
124+
</div>
125+
<div class="carousel-item">
126+
<img class="img-carousel" src="bdd20_5.jpg" alt="">
127+
</div>
119128
</div>
120129

121130
<!-- Left and right controls -->

years/2020/bdd20/bdd20_3.jpg

406 KB
Loading

years/2020/bdd20/bdd20_4.jpg

376 KB
Loading

years/2020/bdd20/bdd20_5.jpg

117 KB
Loading

years/2020/bts20/bts20.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,24 @@ <h3 style="color:white">Back to School Initiative</h3>
122122
<div class="carousel-item">
123123
<img class="img-carousel" src="bts20_4.jpg" alt="">
124124
</div>
125+
<div class="carousel-item">
126+
<img class="img-carousel" src="bts20_5.jpg" alt="">
127+
</div>
128+
<div class="carousel-item">
129+
<img class="img-carousel" src="bts20_6.jpg" alt="">
130+
</div>
131+
<div class="carousel-item">
132+
<img class="img-carousel" src="bts20_7.jpg" alt="">
133+
</div>
134+
<div class="carousel-item">
135+
<img class="img-carousel" src="bts20_8.jpg" alt="">
136+
</div>
137+
<div class="carousel-item">
138+
<img class="img-carousel" src="bts20_9.jpg" alt="">
139+
</div>
140+
<div class="carousel-item">
141+
<img class="img-carousel" src="bts20_10.jpg" alt="">
142+
</div>
125143

126144
<!-- Left and right controls -->
127145
<a class="carousel-control-prev" href="#demo" data-slide="prev">

years/2020/bts20/bts20_10.jpg

146 KB
Loading

0 commit comments

Comments
 (0)