-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
459 lines (429 loc) · 29.3 KB
/
index.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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Newton School</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body class="bg-dark">
<!-- Navbar Section -->
<div>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="images/Newton-school-logo.webp" /></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Speakers</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Team</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Socials</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!-- Banner -->
<img src="images/Banner.png" alt="banner">
<!-- Challenge section -->
<div data-aos="fade-right">
<section class="text-gray-600 body-font">
<div class="py-8 flex flex-wrap justify-between">
<div class="flex flex-wrap -mx-4 mt-auto mb-auto lg:w-1/2 sm:w-2/3 content-start sm:pr-10">
<div class="w-full sm:p-4 mb-6">
<h1 class="title-font font-medium text-4xl bg-blue-500 p-6 rounded-r-full mb-2 text-white font-bold">The Challenge</h1>
<div class="pl-8">
<h1 class="title-font font-medium text-3xl mb-2 text-white">Non-Stop <span class="text-blue-600"> Coding for 51 Days! </span></h1>
<p class="text-white">Coding every day is alright but how about we figure out a way to ensure you learn every day too? <br>
Now you can! With 51 days of code challenge, you get an opportunity to start small and go big.</p>
<p class="text-white">
Hone up your skills for the Grand Coding Contest🚩
</p>
<p class="text-white">It’s Simple! <br>
Systematic Questions will be updated daily on the <a href="https://my.newtonschool.co/"> Newton School </a> Website. Solve them and you earn Rewards!</p>
<h1 class="title-font font-medium text-3xl mb-2 text-blue-600">Why should I participate?</h1>
<p class="text-white">To become 1% better every day with the rest of the Newton School Discord Community! </p>
</div>
</div>
</div>
<div class="lg:w-1/2 sm:w-1/3 w-full rounded-lg overflow-hidden mt-6 sm:mt-0">
<img class="object-contain object-center" src="images/challenge.png" alt="stats">
</div>
</div>
</section>
</div>
<!-- How to participate? -->
<div data-aos="fade-left">
<section class="text-gray-600 body-font">
<div class="py-24 mx-auto flex flex-wrap">
<div class="lg:w-1/2 sm:w-1/3 w-full rounded-lg overflow-hidden mt-6 sm:mt-0">
<img class="object-cover object-center w-96 h-full" src="images/participate.png" alt="stats">
</div>
<div class="flex flex-wrap mt-auto mb-auto lg:w-1/2 sm:w-2/3 content-start">
<div class="w-full mb-6">
<h1 class="title-font font-medium text-4xl bg-blue-500 py-6 rounded-l-full mb-2 text-white font-bold text-right pr-10">How It Works?</h1>
<h1 class="title-font font-medium text-xl mb-2 text-blue-600">Interested? </h1>
<p class="text-white">Activate your challenge here : <br>
Join Our <a href="https://discord.com/invite/EMYzwdaENa">Discord</a> and Mark your Enthusiasm with the community!</p>
<h1 class="title-font font-medium text-xl text-blue-600">
To Participate:
</h1>
<p class="font-mediu text-white">Step 1:</p>
<p class="text-white">👉 Head on to Newton School’s 51 Days of Code Section. You’ve got 24 hours! Get, Set, Coding!🚀</p>
<p class="font-medium text-white">Step 2:</p>
<p class="text-white">👉 Submit your Code & Take a Screenshot📸</p>
<p class="font-medium text-white">Step 3:</p>
<p class="text-white">👉 Share your progress on Twitter and LinkedIn daily with the Hashtag #newtonschooldiscord #51daysofcode</p>
<h1 class="title-font font-medium text-2xl p-2 rounded bg-yellow-100 text-gray-900 mb-2"> 💡Daily Post Sample </h1>
<p class="p-2 rounded bg-yellow-100 text-gray-900">📌 Hey friends, I just completed Day N of the 51 Days of Code Challenge with the @NewtonSchool community.
Every step counts, and this will mark a great practice for the Grand Coding Contest in January 2023.
Today I solved the question - Question Name
Checkout our progress on the Discord community: https://discord.com/invite/sqFRzrj7f3
#newtonschooldiscord #51daysofcode </p>
<p class="font-medium text-white">Step 4:</p>
<p class="text-white">👉 Crucial to Rewards - Message the Links of your social media posts On the Discord channel #51-days-of-code and our bot will automatically count your participation for the day!</p>
</div>
</div>
</div>
</section>
</div>
<!-- Rewards -->
<div data-aos="fade-right">
<section class="text-gray-600 body-font">
<div class="py-24 flex flex-wrap justify-between">
<div class="flex flex-wrap -mx-4 mt-auto mb-auto lg:w-1/2 sm:w-2/3 content-start sm:pr-10">
<div class="w-full sm:p-4 mb-6">
<h1 class="title-font font-medium text-4xl bg-blue-500 p-6 rounded-r-full mb-2 text-white font-bold">Rewards</h1>
<div class="pl-8">
<h1 class="title-font font-medium text-3xl mb-2 text-white"><span class="text-blue-600">Top Performing participants will receive
Goodies</span></h1>
<p class="text-white">## Exciting Rewards for EVERYONE who completes the challenge!
Pretty simple.
Complete the challenge by coding non-stop for 51 days and take home 10 Newton Apples daily🎉
Trade your Newton Apples in exchange of Goodies straight from the [Newton Store](https://discord.gg/etKG6vQn6A)!
</div>
</div>
</div>
<div class="lg:w-1/2 sm:w-1/3 w-full rounded-lg overflow-hidden mt-6 sm:mt-0">
<img class="object-contain object-center h-64" src="https://mulberry-hygienic-3bf.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F81bf6de6-87f2-4943-ae16-a8fde8986038%2FGoodiesImage.png?table=block&id=dba839b4-49d1-4299-ad84-fbd60d9eb235&spaceId=47a7b507-c626-43a9-b163-ffd6c7589181&width=580&userId=&cache=v2" alt="stats">
</div>
</div>
</section>
</div>
<!-- Questions section -->
<div class="bg-dark text-light" data-aos="fade-up">
<div class="Community-container">
<div class="heading-big">QUESTIONS</div>
<div class="heading-small">QUESTIONS</div>
</div>
<table id="my-table" class="table table-dark table-striped">
<thead>
<tr>
<th scope="col">Day</th>
<th scope="col">Name</th>
<th scope="col">Difficulty level</th>
<th scope="col">Solution</th>
<th scope="col">Share</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>Otto</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry the Bird</td>
<td>Thornton</td>
<td>@twitter</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">4</th>
<td>Mark</td>
<td>Otto</td>
<td>Otto</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">5</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">6</th>
<td>Larry the Bird</td>
<td>Thornton</td>
<td>@twitter</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">7</th>
<td>Mark</td>
<td>Otto</td>
<td>Otto</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">8</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">9</th>
<td>Larry the Bird</td>
<td>Thornton</td>
<td>@twitter</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">10</th>
<td>Mark</td>
<td>Otto</td>
<td>Otto</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">11</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">12</th>
<td>Larry the Bird</td>
<td>Thornton</td>
<td>@twitter</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">13</th>
<td>Larry the Bird</td>
<td>Thornton</td>
<td>@twitter</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">14</th>
<td>Mark</td>
<td>Otto</td>
<td>Otto</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">15</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row">16</th>
<td>Larry the Bird</td>
<td>Thornton</td>
<td>@twitter</td>
<td class="share"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row"></th>
<td></td>
<td></td>
<td></td>
<td class="share --hidden"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
<tr>
<th scope="row"></th>
<td></td>
<td></td>
<td></td>
<td class="share --hidden"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
</svg></td>
</tr>
</tbody>
</table>
<div class="pagination bg-dark text-light">
<ol id="numbers"></ol>
</div>
</div>
<!-- Community section -->
<div data-aos="fade-up">
<div class="Community-container">
<div class="heading-big">COMMUNITY</div>
<div class="heading-small">COMMUNITY</div>
</div>
<div class="grid md:grid-cols-10 grid-cols-4 lg:gap-4 gap-1 px-[10vw] lg:py-20 px-10 py-10 community bg-dark">
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp"
title="Newton School" class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp"
title="Newton School" class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp"
title="Newton School" class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp"
title="Newton School" class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp"
title="Newton School" class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp"
title="Newton School" class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp"
title="Newton School" class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp"
title="Newton School" class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp" title="NS"
class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp" title="NS"
class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp" title="NS"
class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp" title="NS"
class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp" title="NS"
class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp" title="NS"
class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp" title="NS"
class="rounded-lg"></a>
</div>
<div class="flex flex-col items-center justify-center hover:scale-110 transform transition duration-500">
<a href="https://www.newtonschool.co/" target="_blank"><img
src="https://cloud-h67lurmfc-hack-club-bot.vercel.app/0zfvkuf2k98lacoqpqdiw.webp" title="NS"
class="rounded-lg"></a>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer" >
<div class="waves">
<div class="wave" id="wave1"></div>
<div class="wave" id="wave2"></div>
<div class="wave" id="wave3"></div>
<div class="wave" id="wave4"></div>
</div>
<ul class="menu">
<li class="menu__item"><a class="menu__link" href="#">Home</a></li>
<li class="menu__item"><a class="menu__link" href="#">About us</a></li>
<li class="menu__item"><a class="menu__link" href="#">Contact us</a></li>
</ul>
<p style="opacity: 0.75;">Newton School © 2022</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.min.js" integrity="sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.1.slim.min.js" integrity="sha256-w8CvhFs7iHNVUtnSP0YKEg00p9Ih13rlL9zGqvLdePA=" crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="script.js"></script>
</body>
</html>