-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
572 lines (566 loc) · 42.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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>FIZIKA by GRAMOLY</title>
<link rel="stylesheet" href="css/styles.css">
<script src="https://kit.fontawesome.com/b15e99db6e.js" crossorigin="anonymous"></script>
<link rel="icon" href="static/Images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/flipdown.css" />
<script src="js/flipdown.js"></script>
<meta property="og:image" content="static/Images/favicon.png">
<meta name="description"
content="FIZIKA is a free annual competition meant for individuals at any stage that consists of the creative application of high school physics concepts. We aim to introduce learners to some unconventional applications of theory, hone up their problem-solving aptitude and expand their critical thinking, which in turn will make them better problem solvers. Furthermore, We love sharing some exciting problems with learners." />
</head>
<body>
<nav>
<ul>
<li><a href="#about-what" class="nav-href">Details</a></li>
<li><a href="#organiser-hero" class="nav-href">People Involved</a></li>
<li><a href="#prize-hero" class="nav-href">Prizes</a></li>
<li><a href="#sponsors-hero" class="nav-href">Sponsors</a></li>
</ul>
</nav>
<a href="https://fizika.gramoly.org/static/documents/FIZIKA-2021-Information-Brochure.pdf" target="_blank">
<div class="img-cont">
<img src="static/Images/logo.svg" alt="logo" class="logo" />
</div>
</a>
<div class="scroll-downs">
<a href="#about-hero">
<div class="mousey">
<div class="scroller"></div>
</div>
</a>
</div>
<div class="main-hero">
<div id="particles-js"></div>
</div>
<section>
<div class="about-hero" id="about-hero">
<div class="about-list">
<h1 class="about-what" id="about-what">Details</h1>
<ul>
<li>
<div class="about-txt">
<h1>What is FIZIKA?</h1>
<p>What is FIZIKA?
FIZIKA is a 3 round based free annual competition meant for individuals at any stage
that consists of the creative application of high school physics concepts. We aim to
introduce learners to some unconventional applications of theory, hone up their
problem-solving aptitude and expand their critical thinking, which in turn will make
them better problem solvers. Furthermore, We love sharing some exciting problems with
learners.</p>
<p><a href="https://fizika.gramoly.org/static/documents/FIZIKA-2021-Information-Brochure.pdf"
target="_blank"><span style="color: #ec5a3c; cursor: pointer;">Information
Brochure</span></a></p>
</li>
<li>
<div class="about-txt">
<h1>Format Round-1</h1>
<ul>
<p> <i class="fas fa-circle"></i></i> 10 Questions
</p>
<br>
<p> <i class="fas fa-circle"></i></i> 30 minutes of
time
</p>
<br>
<p> <i class="fas fa-circle"></i></i> Objective
Questions
</p>
<br>
<p> <i class="fas fa-circle"></i></i> Round 1 Question
Paper: Click <a
href="https://fizika.gramoly.org/static/documents/FIZIKA-2021-Round-I.pdf"
target="_blank"><span style="color: #ec5a3c; cursor: pointer;">here</span></a>
</p>
</div>
</li>
<li>
<div class="about-txt">
<h1>Format Round-2</h1>
<ul>
<p> <i class="fas fa-circle"></i></i> 16 Questions
</p>
<br>
<p> <i class="fas fa-circle"></i></i> 60 minutes of
time
</p>
<br>
<p> <i class="fas fa-circle"></i></i> Objective
Questions
</p>
<br>
<p> <i class="fas fa-circle"></i></i> Eligibility:
Open, anyone is free to participate.
</p>
<br>
<p> <i class="fas fa-circle"></i></i> 66$ worth Prizes
to top 200 of this round.
</p>
<br>
<p> <i class="fas fa-circle"></i></i> Round 2 Question
Paper: Click <a
href="https://fizika.gramoly.org/static/documents/FIZIKA-2021-Round-II.pdf"
target="_blank"><span style="color: #ec5a3c; cursor: pointer;">here</span></a>
</p>
</div>
</li>
<li>
<div class="about-txt">
<h1>Format Round-3</h1>
<ul>
<p> <i class="fas fa-circle"></i></i> 6 questions
</p>
<br>
<p> <i class="fas fa-circle"></i></i> 3 hours of time
</p>
<br>
<p> <i class="fas fa-circle"></i></i> Subjective
Questions
</p>
<br>
<p> <i class="fas fa-circle"></i></i> Eligibility: Top
50 participants established based on round-1 & round-2. The final score calculation
would be 10% from round-1 +90% from round-2. In case of identical marks, preference
would be given to a person who solved a relatively tough problem.
</p>
<br>
<p> <i class="fas fa-circle"></i></i> Round 3 Question
Paper: Click <a
href="https://fizika.gramoly.org/static/documents/FIZIKA-2021-Round-III.pdf"
target="_blank"><span style="color: #ec5a3c; cursor: pointer;">here</span></a>
</p>
</ul>
</div>
</li>
<li>
<div class="about-txt">
<h1>Results 2021</h1>
<p><a target="_blank" href="/results.html"><span style="color: #ec5a3c; cursor: pointer;">Stage 1</span></a></p>
<p><a target="_blank" href="/static/documents/FIZIKA-2021-Winners.pdf"><span style="color: #ec5a3c; cursor: pointer;">Stage 2</span></a></p>
</div>
</li>
<section>
<div class="prize-hero" id="prize-hero">
<div class="prize-list">
<h1 class="prize-heading">Prizes</h1>
<ul>
<li>
<div class="prize-txt">
<p>Prizes worth 15000$+</p>
</div>
</li>
</ul>
</div>
</div>
</section>
<section>
<div class="organiser-hero" id="organiser-hero">
<div class="container">
<div class="timeline">
<h1 class="org-txt">Organiser</h1>
<ul>
<li>
<div class="timeline-content">
<h1>GRAMOLY</h1>
<p>GRAMOLY is a non-profit organization, rather, a vision, which seeks
to bring about a
change in the way STEM subjects are imparted to the general public.
We wish to build
up a community that will rally for this cause and ultimately is one
of the mediums
through which STEM education is revolutionized around the globe.
From exceptional lectures, hand-outs to seminars, and excellent
quality content, we
will provide it all, free of cost, to everyone.</p>
<br>
<p><a href="https://www.youtube.com/channel/UC2G_SoN8Nr6LpINoss2ky-Q"
target="_blank"><i
class="fab fa-youtube"></i> YouTube </a></p>
<p><a href="https://discord.com/invite/YQk64Pz9HA"><i
class="fab fa-discord"></i> Discord</a></p>
</div>
</li>
<h1 class="con-txt">Collaborators</h1>
<li>
<div class="timeline-content">
<h1>Indian School of Physics</h1>
<p>Indian School of Physics, run by Nitin Sachan sir (an IIT-Madras
Alum, a top-notch
physics teacher and a passionate physics lover), makes intriguing
physics videos
focusing on challenging problems and creative solutions. He also
makes videos on
topics which is generally not taught in school but are helpful in
problem-solving.
His videos are beneficial for students preparing for competitive
exams and olympiads
or problem-solving enthusiasts in general.</p>
<br>
<p><a href="https://www.youtube.com/channel/UC-wyy-IyE52T-bkTB4NH2QQ"
target="_blank"><i
class="fab fa-youtube"></i> YouTube </a></p>
</div>
</li>
<li>
<div class="timeline-content">
<h1>Physics Sir JEE Janardhan</h1>
<p>Physics Sir JEE run by Janardanudu Thallaparthi also known as
Janardhan sir (an AIR-251
in JEE, an IIT-M alum, and a passionate physics teacher for the past
14 years) makes
videos on intriguing physics challenges and concepts for pre-college
students which
is highly beneficial for students appearing in JEE or Physics
olympiads.</p>
<br>
<p><a href="https://www.youtube.com/channel/UC8Z_fpEYLtBu3-OuhJGqLZg"
target="_blank"><i
class="fab fa-youtube"></i> YouTube </a></p>
</div>
</li>
<h1 class="con-txt">Committee</h1>
<li>
<div class="timeline-content">
<h1>Badal Panchani</h1>
<p>Badal is a high-school senior from India. He is the developer and
main event organizer of FIZIKA. He is an administrator at GRAM. In
his free time, you can find him noodling around on the guitar or
cooking food.
</p>
<br>
<p><a href="https://github.com/theblapse" target="_blank"><i
class="fab fa-github"></i> GitHub </a></p>
</div>
</li>
<li>
<div class="timeline-content">
<h1>Hemansh Shah</h1>
<p>Hemansh Shah is a 2nd-year Undergrad at IISc who is
planning to major in Physics. He is equally passionate about other
subjects as well
and is known for his late-night experiments. He also happens to be a
Silver medalist
in IOAA. He always wondered about deep questions like why this
universe exists, how
do everything works, etc.</p>
<br>
<p><a href="https://www.youtube.com/channel/UCzaW7ijJ-K9bsCwyCVawyxg"
target="_blank"><i
class="fab fa-youtube"></i> YouTube</a></p>
</div>
</li>
<li>
<div class="timeline-content">
<h1>Abhiram Cherukupalli</h1>
<p>Abhiram is a high-school senior from India. He is main problem
proposer and committee member of FIZIKA He is a researcher,
Interested in Olympiads and Programming and an IIT JEE Aspirant.
</p>
<br>
<p><a href="https://github.com/abhiram2006" target="_blank"><i
class="fab fa-github"></i> GitHub</a></p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<section>
<div class="maker-hero">
<div class="maker-list">
<h1 class="maker-heading">
Problem Proposers </h1>
<ul class="maker-ul">
<li>
<div class="maker-name">
<p>Abhiram Cherukupalli</p>
</div>
</li>
<li>
<div class="maker-name">
<p>Aditya</p>
</div>
</li>
<li>
<div class="maker-name">
<p>AKIII</p>
</div>
</li>
<li>
<div class="maker-name">
<p>Atharva Nilesh Mahajan</p>
</div>
</li>
<li>
<div class="maker-name">
<p>Atharv Shivram Mahajan </p>
</div>
</li>
<li>
<div class="maker-name">
<p>Harshit Gupta</p>
</div>
</li>
<li>
<div class="maker-name">
<p>Hemansh Shah</p>
</div>
</li>
<li>
<div class="maker-name">
<p>Janardanudu Thallaparthi</p>
</div>
</li>
<li>
<div class="maker-name">
<p>Muhammed Yaseen</p>
</div>
</li>
<li>
<div class="maker-name">
<p>Nimarjeet Bajwa</p>
</div>
</li>
<li>
<div class="maker-name">
<p>Nitin Sachan</p>
</div>
</li>
<li>
<div class="maker-name">
<p>Samar Yadav</p>
</div>
</li>
<li>
<div class="maker-name">
<p>Tarpan Ghosh</p>
</div>
</li>
</ul>
</div>
</div>
</section>
<section>
<div class="maker-hero">
<div class="maker-list">
<h1 class="maker-heading">
Contributors </h1>
<ul class="maker-ul">
<li>
<div class="maker-name">
<p>Aayush Anand</p>
</div>
</li>
<ul class="maker-ul">
<li>
<div class="maker-name">
<p>Aditya Singh</p>
</div>
</li>
<li>
<div class="maker-name">
<p>Arhaan Ahmad</p>
</div>
</li>
<li>
<div class="maker-name">
<p>Badal Panchani</p>
</div>
</li>
<ul class="maker-ul">
<li>
<div class="maker-name">
<p>Yash Bughani</p>
</div>
</li>
</ul>
</div>
</div>
</section>
<section>
<div class="sponsors-hero" id="sponsors-hero">
<div class="sponsors-list">
<div class="sponsors-heading">
<h1 class="sponsors-heading">Sponsors</h1>
<ul>
<li>
<div class="sponsors-txt">
<h1>Art of Problem Solving</h1>
<a href="https://artofproblemsolving.com/community" target="_blank"><svg
xmlns="http://www.w3.org/2000/svg" viewbox="0 0 352.11 64.84"
class="aops-logo">
<defs>
<style>
.cls-1 {
fill: #fff;
}
.cls-2 {
fill: #fff;
}
.cls-3 {
fill: #fff;
}
</style>
</defs>
<g id="Layer_2" data-name="Layer 2">
<g id="Layer_1-2" data-name="Layer 1">
<polygon class="cls-1"
points="28.2 0 19.58 4.96 28.2 9.93 36.8 4.96 28.2 0" />
<polygon class="cls-1"
points="18.62 5.51 10.03 10.48 18.62 15.44 27.22 10.48 18.62 5.51" />
<polygon class="cls-1"
points="37.75 5.51 29.15 10.48 37.75 15.44 46.35 10.48 37.75 5.51" />
<polygon class="cls-1"
points="47.3 11.03 38.7 15.99 47.3 20.95 55.9 15.99 47.3 11.03" />
<polygon class="cls-1"
points="9.07 11.03 0.48 15.99 9.07 20.95 17.67 15.99 9.07 11.03" />
<polygon class="cls-2"
points="0 48.83 8.6 53.79 8.6 43.86 0 38.9 0 48.83" />
<polygon class="cls-2"
points="9.55 54.34 18.15 59.33 18.15 49.38 9.55 44.42 9.55 54.34" />
<polygon class="cls-2"
points="0 37.8 8.6 42.76 8.6 32.84 0 27.87 0 37.8" />
<polygon class="cls-2"
points="0 26.77 8.6 31.73 8.6 21.78 0 16.82 0 26.77" />
<polygon class="cls-2"
points="19.1 59.88 27.72 64.84 27.72 54.89 19.1 49.93 19.1 59.88" />
<polygon class="cls-3"
points="56.4 48.83 47.77 53.79 47.77 43.86 56.4 38.9 56.4 48.83" />
<polygon class="cls-3"
points="46.82 54.34 38.23 59.33 38.23 49.38 46.82 44.42 46.82 54.34" />
<polygon class="cls-3"
points="56.4 37.8 47.77 42.76 47.77 32.84 56.4 27.87 56.4 37.8" />
<polygon class="cls-3"
points="56.4 26.77 47.77 31.73 47.77 21.78 56.4 16.82 56.4 26.77" />
<polygon class="cls-3"
points="37.27 59.88 28.68 64.84 28.68 54.89 37.27 49.93 37.27 59.88" />
<polygon class="cls-1"
points="28.2 54.07 36.8 49.1 28.2 44.14 19.58 49.1 28.2 54.07" />
<polygon class="cls-1"
points="37.75 48.55 46.35 43.59 37.75 38.63 29.15 43.59 37.75 48.55" />
<polygon class="cls-1"
points="18.62 48.55 27.22 43.59 18.62 38.63 10.03 43.59 18.62 48.55" />
<polygon class="cls-2"
points="46.82 21.78 38.23 16.82 38.23 26.77 46.82 31.73 46.82 21.78" />
<polygon class="cls-2"
points="37.27 16.27 28.68 11.3 28.68 21.23 37.27 26.22 37.27 16.27" />
<polygon class="cls-2"
points="46.82 32.84 38.23 27.87 38.23 37.8 46.82 42.76 46.82 32.84" />
<polygon class="cls-3"
points="9.55 21.78 18.15 16.82 18.15 26.77 9.55 31.73 9.55 21.78" />
<polygon class="cls-3"
points="19.1 16.27 27.72 11.3 27.72 21.23 19.1 26.22 19.1 16.27" />
<polygon class="cls-3"
points="9.55 32.84 18.15 27.87 18.15 37.8 9.55 42.76 9.55 32.84" />
<polygon class="cls-3"
points="37.27 37.8 37.27 27.87 28.68 32.84 28.68 42.76 37.27 37.8" />
<polygon class="cls-2"
points="19.1 37.8 27.7 42.76 27.7 32.84 19.1 27.87 19.1 37.8" />
<polygon class="cls-1"
points="28.2 22.06 19.58 27.05 28.2 32.01 36.8 27.05 28.2 22.06" />
<path class="cls-2"
d="M95.87,52l-1.82-5.83H82L80.08,52H70L84.26,12.85h7.42L105.93,52ZM88.22,27.7,84.7,38.14h6.82Z" />
<path class="cls-2"
d="M128.65,48.54a13.82,13.82,0,0,1-19,0c-2.47-2.69-3.25-5.5-3.25-11.33s.77-8.63,3.25-11.33a13.82,13.82,0,0,1,19,0c2.47,2.69,3.24,5.55,3.24,11.33S131.12,45.84,128.65,48.54Zm-7.09-17.49a4,4,0,0,0-4.84,0c-1.16,1.15-1.32,3.24-1.32,6.16s.17,5,1.32,6.16a4,4,0,0,0,4.84,0c1.16-1.15,1.32-3.24,1.32-6.16S122.71,32.2,121.55,31.05Z" />
<path class="cls-2"
d="M151.64,38h-5.88V52h-9.62V12.85h15.51C160.32,12.85,165,19,165,25.44S160.32,38,151.64,38Zm-.44-16.55h-5.44V29.4h5.44a4,4,0,1,0,0-7.92Z" />
<path class="cls-2"
d="M181.06,52.33c-6,0-10.89-1.1-14.85-5.17L172.37,41c2,2,5.61,2.75,8.74,2.75,3.79,0,5.61-1.26,5.61-3.52a3.27,3.27,0,0,0-.77-2.31,4.37,4.37,0,0,0-2.58-1l-4.73-.66c-3.46-.5-6.1-1.65-7.86-3.46s-2.69-4.51-2.69-7.86c0-7.15,5.39-12.37,14.3-12.37,5.61,0,9.84,1.32,13.2,4.67l-6,6c-2.47-2.47-5.72-2.31-7.42-2.31-3.35,0-4.73,1.92-4.73,3.63a2.58,2.58,0,0,0,.77,1.81,4.41,4.41,0,0,0,2.7,1.15l4.73.66c3.52.5,6,1.6,7.7,3.24,2.09,2,2.92,4.95,2.92,8.58C196.18,48,189.31,52.33,181.06,52.33Z" />
<path class="cls-1"
d="M230.78,48.15a14.81,14.81,0,0,1-20.62,0c-3.85-3.85-3.79-8.19-3.79-15.73s-.05-11.88,3.79-15.73a14.81,14.81,0,0,1,20.62,0c3.85,3.85,3.74,8.19,3.74,15.73S234.63,44.3,230.78,48.15Zm-4.51-27.88a8.23,8.23,0,0,0-11.66,0c-1.92,2.09-2.31,4.29-2.31,12.15s.38,10.06,2.31,12.15a8.23,8.23,0,0,0,11.66,0c1.92-2.09,2.31-4.29,2.31-12.15S228.19,22.36,226.27,20.27Z" />
<path class="cls-1"
d="M258.28,52V35c0-4.34-2.47-6.21-5.61-6.21S246.9,30.72,246.9,35V52h-5.61V24.12h5.5v2.8a10,10,0,0,1,7.42-3.13,9.67,9.67,0,0,1,6.87,2.53c2.14,2.09,2.8,4.73,2.8,7.86V52Z" />
<path class="cls-1"
d="M278.63,52c-5.33,0-7.64-3.57-7.64-7.7V12.85h5.61V44c0,2.14.77,3.24,3,3.24h2.47V52Z" />
<path class="cls-1"
d="M286.71,18.62V12.68h5.94v5.94ZM286.88,52V24.12h5.61V52Z" />
<path class="cls-1"
d="M317,52V35c0-4.34-2.47-6.21-5.61-6.21s-5.77,1.92-5.77,6.21V52H300V24.12h5.5v2.8a10,10,0,0,1,7.42-3.13,9.67,9.67,0,0,1,6.87,2.53c2.14,2.09,2.8,4.73,2.8,7.86V52Z" />
<path class="cls-1"
d="M334,39.68c0,4.78,2.53,7.81,7.09,7.81a8.33,8.33,0,0,0,6.76-2.86L351.45,48A13.09,13.09,0,0,1,341,52.33c-7,0-12.54-3.68-12.54-14.3,0-9,4.67-14.24,11.82-14.24,7.48,0,11.82,5.5,11.82,13.42v2.47ZM345.78,32a5.75,5.75,0,0,0-5.5-3.52A5.82,5.82,0,0,0,334.73,32a8.82,8.82,0,0,0-.71,3.79h12.54A8.8,8.8,0,0,0,345.78,32Z" />
</g>
</g>
</svg></a>
</div>
</li>
<li>
<div class="sponsors-txt">
<h1 class="math-h1">Mathcha</h1>
<a href="https://www.mathcha.io/notebook/" target="_blank"><span
class="math-span">Math</span><svg version="1.1" id="Layer_1"
class="cha-logo" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="40px" height="50px" viewbox="0 0 189 222"
enable-background="new 0 0 189 222" xml:space="preserve">
<g>
<path fill="white" d="M149.737,86.424l-0.283-1.701c-0.351-2.062-1.969-3.504-3.621-3.227l-95.247,16.01l2.228,13.222
l6.139-1.028c2.186-0.37,4.33,1.541,4.786,4.265l4.315,25.66c0.455,2.725-0.943,5.234-3.129,5.605l-20.587,3.45
c-2.186,0.371-4.33-1.545-4.791-4.264l-4.311-25.655c-0.461-2.729,0.943-5.239,3.129-5.6l6.139-1.028l-2.228-13.227l-33.078,5.561
c-1.657,0.278-2.71,2.169-2.364,4.226l0.577,3.436c6.329,37.645,28.229,68.378,54.817,77.288
c-3.602,0.79,64.913-10.722,61.268-10.293c5.156-3.982,9.708-8.973,13.544-14.787c8.202-1.993,18.359-5.692,26.874-11.239
c19.197-12.53,21.029-28.257,19.188-39.252C179.827,94.422,167.429,84.299,149.737,86.424z M147.062,142.691
c3.641-11.809,5.269-25.1,4.625-38.931c15.167-2.076,16.937,8.412,17.608,12.409C171.337,128.309,159.558,137.262,147.062,142.691z
" />
</g>
<g
transform="matrix(2.654321,0,0,-2.654321,-230.92593,1554.3519)">
<path id="alpha_13_" fill="#4CAF50" d="M128.54,547.009l3.507,0.589l-0.54-9.787c-0.108-1.862-0.209-3.009-0.294-3.439
c0.969-2.405,1.976-3.518,3.018-3.344c1.24,0.209,1.737,1.157,1.495,2.85l0.742,0.125c0.22-1.583,0.145-2.899-0.235-3.962
c-0.378-1.063-1.006-1.667-1.884-1.818c-0.731-0.119-1.324,0.075-1.777,0.604c-0.455,0.525-1.043,1.653-1.757,3.39
c-0.935-3.21-3.015-5.092-6.263-5.641c-2.216-0.375-4.117,0.185-5.709,1.667s-2.655,3.814-3.189,6.992
c-0.524,3.12-0.219,5.67,0.918,7.646c1.139,1.976,2.71,3.134,4.722,3.474c1.418,0.239,2.66-0.064,3.737-0.903
c1.074-0.839,2.152-2.315,3.232-4.442L128.54,547.009z M128.064,538.724c-1.012,2.077-2.022,3.658-3.024,4.756
c-1.003,1.094-2.061,1.548-3.174,1.362c-2.516-0.424-3.29-3.538-2.311-9.346c0.928-5.51,2.595-8.066,5-7.662
c2.093,0.354,3.23,3.041,3.415,8.07L128.064,538.724z" />
</g>
<path fill="white"
d="M33.594,198.661c-0.838,0.853,0.059,3.548,1.134,5.507c1.062,1.959,1.896,4.654,2.738,5.508
c0.5,0.497,1.185,0.809,1.942,0.809h120.145c0.755,0,1.438-0.316,1.93-0.813c0.839-0.849,1.667-3.539,2.739-5.503
c1.067-1.959,1.974-4.649,1.131-5.507c-0.497-0.507-1.18-0.819-1.949-0.819H35.536C34.775,197.847,34.094,198.164,33.594,198.661z" />
<path fill="white" d="M62.391,51.572c-2.866,2.968-11.578,11.975-8.13,21.005C58.304,83.149,76,83.89,79.509,83.929
c0.234,0,0.454-0.015,0.668-0.054c1.933-0.322,3.383-2.135,3.349-4.333c-0.034-2.452-1.896-4.469-4.162-4.484
c-6.319-0.073-16.205-2.14-17.553-5.678c-0.634-1.657,0.699-5.488,6.318-11.302c7.392-7.647,10.226-13.125,9.478-18.315
c-0.863-5.946-5.925-8.846-11.278-11.921c-5.6-3.211-11.39-6.531-13.86-13.3c-0.839-2.295-3.197-3.47-5.325-2.627
c-2.096,0.848-3.119,3.402-2.28,5.702c3.623,9.923,11.818,14.617,17.786,18.042c2.971,1.701,6.652,3.816,6.862,5.239
C69.586,41.377,69.571,44.15,62.391,51.572z" />
<path fill="white" d="M73.285,62.913c0.005,2.452,1.845,4.479,4.106,4.542c1.353,0.039,2.914-0.063,4.562-0.336
c8.585-1.442,19.802-7.715,19.816-24.846c0.01-2.456-1.822-4.499-4.086-4.571c-2.291-0.098-4.092,1.862-4.097,4.303
C93.562,58.386,79.005,58.62,77.348,58.586C75.081,58.547,73.28,60.472,73.285,62.913z" />
</svg></a>
</div>
</li>
<li>
<div class="sponsors-txt">
<h1 class="math-h1">PhysOlymp</h1>
<a href="https://www.physolymp.com/" target="_blank"><img
src="static/Images/physolymp.png" class="phy-repl-logo" /></a>
</div>
</li>
<li>
<div class="sponsors-txt">
<h1 class="math-h1">Replit</h1>
<a href="https://www.replit.com/" target="_blank"><img
src="/static/Images/replit.png" class="phy-repl-logo" /></a>
</div>
</li>
<li>
<div class="sponsors-txt">
<h1 class="math-h1">Overleaf</h1>
<a href="https://www.overleaf.com/" target="_blank"><img
src="static/Images/overleaf.png" width="211.59375"
height="79.21875"></a>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<script src="particles.js"></script>
<script src="js/app.js"></script>