File tree Expand file tree Collapse file tree 15 files changed +64
-5
lines changed Expand file tree Collapse file tree 15 files changed +64
-5
lines changed Original file line number Diff line number Diff line change 99
99
position : relative;
100
100
border-radius : 6px ;
101
101
}
102
-
102
+
103
103
/* Media queries - Responsive timeline on screens less than 600px wide */
104
104
@media screen and (max-width : 600px ) {
105
105
/* Place the timelime to the left */
@@ -151,7 +151,7 @@ a:visited {
151
151
a : hover {
152
152
color : blue;
153
153
background-color : transparent;
154
- text-decoration : underline ;
154
+ text-decoration : none ;
155
155
}
156
156
a : active {
157
157
color : blue;
Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ <h2 style="color: white;">STEP's Event Timeline:</h2>
14
14
</ div >
15
15
</ center >
16
16
< 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 >
17
24
< div class ="container left ">
18
25
< a href ="years/2020/2020.html " target ="_blank ">
19
26
< div class ="content ">
Original file line number Diff line number Diff line change @@ -811,4 +811,4 @@ <h2 class="ftco-heading-2">Contact Information</h2>
811
811
< script src ="js/main.js "> </ script >
812
812
</ body >
813
813
814
- </ html>
814
+ </ html>
Original file line number Diff line number Diff line change 1
- < h1 > NEWSLETTER</ h1 >
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
2
3
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 >
Original file line number Diff line number Diff line change @@ -116,6 +116,15 @@ <h3 style="color:white">Book Drive Donation!</h3>
116
116
< div class ="carousel-item ">
117
117
< img class ="img-carousel " src ="bdd20_2.jpg " alt ="">
118
118
</ 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 >
119
128
</ div >
120
129
121
130
<!-- Left and right controls -->
Original file line number Diff line number Diff line change @@ -122,6 +122,24 @@ <h3 style="color:white">Back to School Initiative</h3>
122
122
< div class ="carousel-item ">
123
123
< img class ="img-carousel " src ="bts20_4.jpg " alt ="">
124
124
</ 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 >
125
143
126
144
<!-- Left and right controls -->
127
145
< a class ="carousel-control-prev " href ="#demo " data-slide ="prev ">
You can’t perform that action at this time.
0 commit comments