-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
328 lines (300 loc) · 11.6 KB
/
archives.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--STYLESHEETS-->
<link rel="stylesheet" href="styles/general.css">
<link rel="stylesheet" href="styles/archives.css">
<!--FONT AWESOME CDN LINK-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!--FAVICON-->
<link rel="icon" type="image/png" href="images/icon.png" />
<title>eVoice</title>
<!--BOOKMARK ICON for ARCHIVES NAVBAR-->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<body>
<header class="navigation">
<nav class="navbar">
<div class="titleCenter">
<h1 class="title"><a href="index.html">eVOICE</a></h1>
</div>
<ul class="links">
<li><a href="recentArticles.html">Recent Articles</a></li>
<li><a href="meetTheTeam.html">Meet the Team</a></li>
<li><a href="archives.html">Archives</a></li>
<li><a href="submissions.html"> Submissions</a></li>
</ul>
</nav>
</header>
<main>
<div id="2023">
<div class="gallery">
<div class="titleYear">
<button id="prev-slide" class="slide-button material-symbols-outlined"> chevron_left</button>
<p> 2023-2024</p>
<button id="next-slide" class="slide-button material-symbols-outlined"> chevron_right</button>
</div>
<div class="articleContainer">
<img src="images/sonnyAngels.jpg" alt="sonny Angels">
<hr>
<div class="text">
<h3> Sonny Angels</h3>
<h4> by Jules Bason '25</h4>
<p> The rise to popularity of Sonny Angels in the Spence community</p>
</div>
</div>
<div class="articleContainer">
<img src="images/openAi.jpeg" alt="openAi">
<hr>
<div class="text">
<h3> The OpenAi Fiasco</h3>
<h4> by Cindy Wang '26</h4>
<p> Contradicting stances on how AI should be used raises questions surrounding its future
</p>
</div>
</div>
<div class="articleContainer">
<img src="images/music.jpg" alt="music illustration">
<hr>
<div class="text">
<h3> How Two Friends Found Common Ground in a Playlist</h3>
<h4> By Klarke Johnson and Arden Glick</h4>
<p> Music usually tends to unite people, yet here is a case where people where almost divided
</p>
</div>
</div>
<div class="articleContainer">
<img src="images/books.avif" alt="books">
<hr>
<div class="text">
<h3> Five Books for 2024, and Why </h3>
<h4> By Jules Bason '25</h4>
<p> Book Recommendations by one of our writers</p>
</div>
</div>
<div class="articleContainer">
<img src="images/waterBottles.jpg" alt="water bottles">
<hr>
<div class="text">
<h3> Bottles in Time: An in Depth History of Water Bottles </h3>
<h4>By Cindy Wang '26</h4>
<p> Personal water bottles seem to have taken on a trend of changing with the seasons. Find out what one of our writers has to say about this
</p>
</div>
</div>
<div class="articleContainer">
<img src="images/academicSuccess.avif" alt="trophies and books">
<hr>
<div class="text">
<h3> The Final Stretch: Transitioning from the March Slump to Academic Success</h3>
<h4> By Klarke Johnson '26</h4>
<p> Achieve your inner academic weapon with some life-changing tips
</p>
</div>
</div>
<div class="articleContainer">
<img src="images/solarEclipse.png" alt="solar eclipse">
<hr>
<div class="text">
<h3> Solar Eclipse in NYC</h3>
<h4> By Cindy Wang '26</h4>
<p> The phenomenon you should not miss
</p>
</div>
</div>
<div class="articleContainer">
<img src="images/seafood.jpg" alt="Entrance of Spence">
<hr>
<div class="text">
<h3>Out of Milla's Morning Mind: Quest for Seafood</h3>
<h4> By Klarke Johnson '26</h4>
<p> Yummy seafood spots on the Upper East Side
</p>
</div>
</div>
<div class="articleContainer">
<img src="images/perfectCandle.jpg" alt="Entrance of Spence">
<hr>
<div class="text">
<h3> Arden's Adventures: Searching for the Perfect Candle</h3>
<h4>By Arden Duca '25</h4>
<p> Discover your inner zen </p>
</div>
</div>
</div>
</div>
<div id="2022">
<div class="gallery">
<div class="titleYear">
<button id="prev-slide" class="slide-button material-symbols-outlined"> chevron_left</button>
<p> 2023-2024</p>
<button id="next-slide" class="slide-button material-symbols-outlined"> chevron_right</button>
</div>
<div class="articleContainer">
<img src="images/sonnyAngels.jpg" alt="sonny Angels">
<hr>
<div class="text">
<h3> Sonny Angels</h3>
<h4> by Jules Bason '25</h4>
<p> The rise to popularity of Sonny Angels in the Spence community</p>
</div>
</div>
<div class="articleContainer">
<img src="images/openAi.jpeg" alt="openAi">
<hr>
<div class="text">
<h3> The OpenAi Fiasco</h3>
<h4> by Cindy Wang '26</h4>
<p> Contradicting stances on how AI should be used raises questions surrounding its future
</p>
</div>
</div>
<div class="articleContainer">
<img src="images/music.jpg" alt="music illustration">
<hr>
<div class="text">
<h3> How Two Friends Found Common Ground in a Playlist</h3>
<h4> By Klarke Johnson and Arden Glick</h4>
<p> Music usually tends to unite people, yet here is a case where people where almost divided
</p>
</div>
</div>
<div class="articleContainer">
<img src="images/books.avif" alt="books">
<hr>
<div class="text">
<h3> Five Books for 2024, and Why </h3>
<h4> By Jules Bason '25</h4>
<p> Book Recommendations by one of our writers</p>
</div>
</div>
<div class="articleContainer">
<img src="images/waterBottles.jpg" alt="water bottles">
<hr>
<div class="text">
<h3> Bottles in Time: An in Depth History of Water Bottles </h3>
<h4>By Cindy Wang '26</h4>
<p> Personal water bottles seem to have taken on a trend of changing with the seasons. Find out what one of our writers has to say about this
</p>
</div>
</div>
<div class="articleContainer">
<img src="images/academicSuccess.avif" alt="trophies and books">
<hr>
<div class="text">
<h3> The Final Stretch: Transitioning from the March Slump to Academic Success</h3>
<h4> By Klarke Johnson '26</h4>
<p> Achieve your inner academic weapon with some life-changing tips
</p>
</div>
</div>
<div class="articleContainer">
<img src="images/solarEclipse.png" alt="solar eclipse">
<hr>
<div class="text">
<h3> Solar Eclipse in NYC</h3>
<h4> By Cindy Wang '26</h4>
<p> The phenomenon you should not miss
</p>
</div>
</div>
<div class="articleContainer">
<img src="images/seafood.jpg" alt="Entrance of Spence">
<hr>
<div class="text">
<h3>Out of Milla's Morning Mind: Quest for Seafood</h3>
<h4> By Klarke Johnson '26</h4>
<p> Yummy seafood spots on the Upper East Side
</p>
</div>
</div>
<div class="articleContainer">
<img src="images/perfectCandle.jpg" alt="Entrance of Spence">
<hr>
<div class="text">
<h3> Arden's Adventures: Searching for the Perfect Candle</h3>
<h4>By Arden Duca '25</h4>
<p> Discover your inner zen </p>
</div>
</div>
</div>
</div>
</main>
<!--FOOTER-->
<footer>
<div class="container">
<div class="content_footer">
<div class="profil">
<div class="logo_area">
<img src="images/schoolSymbol.jpg" alt="spenceLogo" />
<span class="logo_name">eVOICE</span>
</div>
<div class="desc_area">
<p>Spence's online newspaper <br> and digital content hub</p>
</div>
</div>
<div class="headers_area">
<ul class="articles_header">
<li>
<a href="recentArticles.html" class="articles_name">Articles</a>
</li>
<li><a href="#">2024-2025</a></li>
<li><a href="#">2023-2024</a></li>
<li><a href="#">2022-2023</a></li>
</ul>
<ul class="periodicals_header">
<li>
<a href="periodicals.html" class="periodicals_name">Periodicals</a>
</li>
<li><a href="#">Milla's Morning Mind</a></li>
<li><a href="#">Arden's Adventure</a></li>
</ul>
<ul class="socials_header">
<li>
<a href="https://www.instagram.com/spence.evoice/" class="socials_name" target="_blank">Socials</a>
</li>
<li>
<a href="https://www.instagram.com/spence.evoice/" class="socials_icon" target="_blank"><i
class="fa-brands fa-instagram"></i></a>
</li>
</ul>
<div>
<ul class="submit_header">
<li>
<a href="submissions.html" class="submit_name">Submit</a>
<ul>
<li>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeNHThld42QO_rjhhcxhpmU0W5N9Iputd-FrWR7qRBmpRsAog/viewform?usp=sf_link"
target="_blank"><img src="images/submit3.png" alt="submit icon" /></a>
</li>
</ul>
</div>
</div>
</div>
<hr />
<div class="footer_bottom">
<div class="copy_right"> <i class="fa-regular fa-copyright"></i>
<span>2024 eVoice</span>
</div>
<div class="tou">
<a href="#">Terms of Use</a>
<a href="#">Privacy Policy</a>
<a href="#">Cookies</a>
</div>
</div>
</div>
</footer>
</body>
</html>