-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
593 lines (561 loc) · 30.2 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
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="community of software engineers and product builders originally created for KubSAU students">
<meta name="keywords" content="study group, software development, product building, software engineering, web development, machine learning">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Move Fast and Break Things">
<meta property="og:description" content="A community of software engineers and product developers, originally created for students of KubSAU">
<meta property="og:image" content="https://github.com/move-fast-and-break-things/mfabt_site/assets/92587254/18e628c2-26bb-4f31-8a7f-5173e218ed40">
<meta property="og:url" content="https://movefastandbreakthings.club/">
<link rel="stylesheet" href="main.css">
<title>Move Fast and Break Things</title>
<script src="app.js" defer></script>
</head>
<div ID = "toTop" ></div>
<body>
<header id="header" class="header">
<div class="container">
<div class="header_menu">
<div class="logo">
<a href="#" ><img src="img/logo.svg" alt="MFBT"></a>
</div>
<nav class="nav">
<ul class="menu_list">
<li>
<a class="menu_link" href="#">Community</a>
</li>
<li>
<a class="menu_link" href="#projects">Projects</a>
</li>
<li>
<a class="menu_link" href="#creators">Creators</a>
</li>
<li>
<a class="menu_link join-button" href="#join">Join us</a>
</li>
</ul>
</nav>
<div class="burger">
<span></span>
</div>
</div>
<div class="main_description">
<h1>
MOVE FAST AND<br>BREAK THINGS
</h1>
<p>We are a community of software engineers and product developers, originally created for students of KubSAU</p>
</div>
<div class="line_3d">
<img src="img/3d_line.webp" alt="">
</div>
</div>
</header>
<section id="projects" class="projects">
<img class="circle_bac" src="img/circle-bac.svg" alt="">
<img class="line_bac" src="" alt="">
<div class="container">
<h2>Projects</h2>
<div id="projects_items" class="projects_items">
<div class="projects_item minerva">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/minerva" target="_blank" class="project-name" aria-label="Go to Minerva repository">
<h3>Minerva</h3>
</a>
<p class="projects_description">
Minerva is a GPT-powered Discord bot built
to help students learn software development.
<br><br>
<a href="https://github.com/yurijmikhalevich" target="_blank" aria-label="Go to Yurij Mikhalevich Github profile">
Yurij Mikhalevich
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/minerva" class="see_arrow" aria-label="Go to Minerva repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/minerva" target="_blank" aria-label="Go to Minerva repository">
<img src="img/minerva-pr.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250">
<div class="projects_item comsetic_bot">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/cosmetic-helper-bot" target="_blank" class="project-name" aria-label="Go to Cosmetic Helper Bot repository">
<h3>Cosmetic helper bot</h3>
</a>
<p class="projects_description">
This is a bot that helps men in the
most difficult moments. The bot
recognizes the girl's cosmetics.
<br><br>
<a href="https://github.com/FiFGamEshka" target="_blank" aria-label="Go to Mikhail Voronovskiy Github profile">
Mikhail Voronovskiy
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/cosmetic-helper-bot" class="see_arrow" aria-label="Go to Cosmetic Helper Bot repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/cosmetic-helper-bot" target="_blank" aria-label="Go to Cosmetic Helper Bot repository">
<img src="img/cosmetic-bot-pr.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250">
<div class="projects_item the_list">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/the-list" target="_blank" class="project-name" aria-label="Go to The List repository">
<h3>The List</h3>
</a>
<p class="projects_description">
The application is an assistant to the headman
to mark the presence of students in the class.
<br><br>
<span class="developers-list" id="the-list" data-value="https://api.github.com/repos/move-fast-and-break-things/the-list/contributors">
Loading developers...
</span>
</p>
<a href="https://github.com/move-fast-and-break-things/the-list" class="see_arrow" aria-label="Go to The List repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/the-list" target="_blank" aria-label="Go to The List repository">
<img src="./img/the-list-pr.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250">
<div class="projects_item emoji_translator">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/rn-emoji-translator-demo" target="_blank" class="project-name" aria-label="Go to Emoji Translator repository">
<h3>Emoji Translator</h3>
</a>
<p class="projects_description">
The translator helps to find out the mood level of the
interlocutor by the emoticons that he sends.
<br><br>
<span class="developers-list" id="emoji-translator" data-value="https://api.github.com/repos/move-fast-and-break-things/rn-emoji-translator-demo/contributors">
Loading developers...
</span>
</p>
<a href="https://github.com/move-fast-and-break-things/rn-emoji-translator-demo" class="see_arrow" aria-label="Go to Emoji Translator repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/rn-emoji-translator-demo" target="_blank" aria-label="Go to Emoji Translator repository">
<img src="img/emodji.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250">
<div class="projects_item dr_stone_character_classifier">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/dr-stone-character-classifier-demo" target="_blank" class="project-name" aria-label="Go to Dr Stone Character Classifier repository">
<h3>Dr Stone Character Classifier</h3>
</a>
<p class="projects_description">
The classifier of Dr. Stone's characters.
Using the fastai library and Binder.
<br><br>
<a href="https://github.com/yurijmikhalevich" target="_blank" aria-label="Go to Yurij Mikhalevich Github profile">
Yurij Mikhalevich
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/dr-stone-character-classifier-demo" class="see_arrow" aria-label="Go to Dr Stone Character Classifier repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/dr-stone-character-classifier-demo" target="_blank" aria-label="Go to Dr Stone Character Classifier repository">
<img src="img/dr_stone.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250" class="line_hr">
<div class="projects_item music_recommender load_more">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/MusicRecommender" target="_blank" class="project-name" aria-label="Go to Music Recommender model repository">
<h3>Music Recommender</h3>
</a>
<p class="projects_description">
Music recommendation model.
<br><br>
<a href="https://github.com/KatyaLetuchaya" target="_blank" aria-label="Go to Katya Smetanina Github repository">
Katya Smetanina
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/MusicRecommender" class="see_arrow" aria-label="Go to Music Recommender model repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/MusicRecommender" target="_blank" aria-label="Go to Music Recommender model repository">
<img src="img/music_clas.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250" class="line_hr">
<div class="projects_item car load_more">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/JDM-initial-d-classification" target="_blank" class="project-name" aria-label="Go to Car Classifier repository">
<h3>Car Classifier</h3>
</a>
<p class="projects_description">
The model is able to classify cars from the anime Initial D.
By sending a photo of the telegram, the bot determines the
brand of the car.
<br><br>
<a href="https://github.com/ast3310" target="_blank" aria-label="Go to Astemir Unarokov Github profile">
Astemir Unarokov
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/JDM-initial-d-classification" class="see_arrow" aria-label="Go to Car Classifier repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/JDM-initial-d-classification" target="_blank" aria-label="Go to Car Classifier repository">
<img src="img/car_clas.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250" class="line_hr">
<div class="projects_item japanese_reader load_more">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/japanese-reader" target="_blank" class="project-name" aria-label="Go to Japanese reader repository">
<h3>Japanese Reader</h3>
</a>
<p class="projects_description">
Lightning App that recognizes handwritten
Katakana. Katakana is a Japanese syllabic
alphabet.
<br><br>
<a href="https://github.com/OstaptsovDanil" target="_blank" aria-label="Go to Danil Ostaptsov Github profile">
Danil Ostaptsov
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/japanese-reader" class="see_arrow" aria-label="Go to Japanese reader repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/japanese-reader" target="_blank" aria-label="Go to Japanese reader repository">
<img src="img/japanese.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250" class="line_hr">
<div class="projects_item audio_compression load_more">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/audio-compression" target="_blank" class="project-name" aria-label="Go to Audio compression repository">
<h3>Audio Compression</h3>
</a>
<p class="projects_description">
An algorithm for audio compression.
<br><br>
<a href="https://github.com/Roha990" target="_blank" aria-label="Go to Artem Belyi Github profile">
Artem Belyi
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/audio-compression" class="see_arrow" aria-label="Go to Audio compression repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/audio-compression" target="_blank" aria-label="Go to Audio compression repository">
<img src="img/audio_com.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250" class="line_hr">
<div class="projects_item food_recogniser load_more">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/food-recogniser" target="_blank" class="project-name" aria-label="Go to Food recogniser repository">
<h3>Food Recogniser</h3>
</a>
<p class="projects_description">
The model determines whether the food
is in the picture.
<br><br>
<a href="https://github.com/lolyafedor" target="_blank" aria-label="Go to Fedor Simonov Github profile">
Fedor Simonov
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/food-recogniser" class="see_arrow" aria-label="Go to Food recogniser repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/food-recogniser" target="_blank" aria-label="Go to Food recogniser repository">
<img src="img/gh_img.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250" class="line_hr">
<div class="projects_item the_masterpiece_creator load_more">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/masterpiece-creator" target="_blank" class="project-name" aria-label="Go to The Masterpiece creator repository">
<h3>The Masterpiece creator</h3>
</a>
<p class="projects_description">
Masterpiece creator uses the discoart
library to create Disco Diffusion artworks.
<br><br>
<a href="https://github.com/KogaiIrina" target="_blank" aria-label="Go to Irina Kogay Github profile">
Irina Kogay
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/masterpiece-creator" class="see_arrow" aria-label="Go to The Masterpiece creator repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/masterpiece-creator" target="_blank" aria-label="Go to The Masterpiece creator repository">
<img src="img/gh_img.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250" class="line_hr">
<div class="projects_item tic_tac_toe_app load_more">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/rn-tic-tac-toe-demo" target="_blank" class="project-name" aria-label="Go to Tic Tac Toe App repository">
<h3>Tic-Tac-Toe app</h3>
</a>
<p class="projects_description">
The application is tic-tac-toe
on react native.
<br><br>
<a href="https://github.com/move-fast-and-break-things" target="_blank" aria-label="Go to Move Fast and Break Things Community on Github">
Community
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/rn-tic-tac-toe-demo" class="see_arrow" aria-label="Go to Tic Tac Toe App repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/rn-tic-tac-toe-demo" target="_blank" aria-label="Go to Tic Tac Toe App repository">
<img src="img/gh_img.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250" class="line_hr">
<div class="projects_item porrots load_more">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/Parrots" target="_blank" class="project-name" aria-label="Go to Parrots repository">
<h3>Parrots</h3>
</a>
<p class="projects_description">
The ML model distinguishes by the photo
of wavy, royal and haro parrots.
<br><br>
<a href="https://github.com/EmmaMaltseva" target="_blank" aria-label="Go to Emma Maltseva Github profile">
Emma Maltseva
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/Parrots" class="see_arrow" aria-label="Go to Parrots repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/Parrots" target="_blank" aria-label="Go to Parrots repository">
<img src="img/gh_img.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250" class="line_hr">
<div class="projects_item spaceman load_more">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/spacemen" target="_blank" class="project-name" aria-label="Go to Spacemen repository">
<h3>Spacemen</h3>
</a>
<p class="projects_description">
The ML-model is able to classify astronauts,
space marines and stormtroopers.
<br><br>
<a href="https://github.com/OstaptsovDanil" target="_blank" aria-label="Go to Danil Ostaptsov Github profile">
Danil Ostaptsov
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/spacemen" class="see_arrow" aria-label="Go to Spacemen repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/spacemen" target="_blank" aria-label="Go to Spacemen repository">
<img src="img/gh_img.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250" class="line_hr">
<div class="projects_item spider_recognizer load_more">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/spider-recognizer" target="_blank" class="project-name" aria-label="Go to Spider Recongnizer repository">
<h3>Spider Recognizer</h3>
</a>
<p class="projects_description">
ML model classifying spiders.
<br><br>
<a href="https://github.com/KogaiIrina" target="_blank" aria-label="Go to Irina Kogay Github profile">
Irina Kogay
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/spider-recognizer" class="see_arrow" aria-label="Go to Spider Recongnizer repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/spider-recognizer" target="_blank" aria-label="Go to Spider Recongnizer repository">
<img src="img/gh_img.webp" alt="" class="shining-image">
</a>
</div>
</div>
<hr size=3px width=100% color="#3D4250" class="line_hr">
<div class="projects_item mfbt load_more">
<div class="desc-left">
<a href="https://github.com/move-fast-and-break-things/movefastandbreakthings.club" target="_blank" class="project-name" aria-label="Go to Move Fast and Break Things Club website repository">
<h3>MFBT</h3>
</a>
<p class="projects_description">
The Move Fast and Break Things community website.
Contains information about projects and their creators.
<br><br>
<a href="https://github.com/EmmaMaltseva" target="_blank" aria-label="Go to Emma Maltseva Github profile">
Emma Maltseva
</a>
</p>
<a href="https://github.com/move-fast-and-break-things/movefastandbreakthings.club" class="see_arrow" aria-label="Go to Move Fast and Break Things Club website repository">
<p class="see_more">See repository
</p>
<img src="img/arrow.svg" alt="">
</a>
</div>
<div class="desc-right">
<a href="https://github.com/move-fast-and-break-things/movefastandbreakthings.club" target="_blank" aria-label="Go to Move Fast and Break Things Club website repository">
<img src="img/gh_img.webp" alt="" class="shining-image">
</a>
</div>
</div>
<button id="load-more-button" class="more_pr" onclick="loadMore()">Load More</button>
<button id="hide-button" class="more_pr" onclick="hide()">Hide</button>
</div>
</div>
</section>
<section id="MAV" class="mav">
<div class="container">
<h2>Our Mission</h2>
<div class="Mission">
We are committed to making our community a welcoming space for everyone.
Whether you're a seasoned developer, a beginner, or just curious,
you're welcome here! We dedicated to fostering growth, collaboration,
and continuous learning. Our mission is to cultivate an environment
where individuals support each other in developing exceptional programs
and expanding their knowledge.
</div>
<h2>Our Values</h2>
<div class="Values">
To foster a positive community, we encourage behaviors such as:
<ul>
<li>
<strong>• Kindness:</strong> We prioritize respect and kindness towards every member of our community. We encourage a culture of respect where everyone feels valued and appreciated.
</li>
<li>
<strong>• Mutual Assistance:</strong> We strongly believe in the power of collaboration and helping one another. Members are encouraged to support and assist each other in overcoming challenges and achieving their programming goals.
</li>
<li>
<strong>• Openness:</strong> We embrace a culture of curiosity and encourage members to ask questions freely. We understand that questioning leads to deeper understanding and growth.
</li>
<li>
<strong>• Courage:</strong> We encourage our members to step out of their comfort zones and take risks. We believe that by embracing new challenges and exploring uncharted territories, we can grow both personally and professionally.
</li>
<li>
<strong>• Curiosity:</strong> Learning is an exciting journey, and we celebrate the joy of discovering new things. We foster an environment where members can explore new technologies, share knowledge, and embark on learning adventures together.
</li>
</ul>
</div>
</section>
<section id="creators" class="creators">
<div class="container">
<h2>Creators</h2>
<div class="persons">
</div>
</div>
</section>
<section id="join" class="join">
<div class="container">
<hr size=3px width=100% color="#3D4250">
<h2>Join us</h2>
<p>If you have any questions or would like to become a part of our community, please <a href="https://github.com/move-fast-and-break-things/movefastandbreakthings.club/issues" target="_blank">follow the link</a> to open a new issue. Kindly describe why you are interested in joining our community.</p>
<hr size=3px width=100% color="#3D4250">
</div>
</section>
<footer>
<div class="container">
<div class="github_container">
<a href="#"><img class="f_logo" src="img/logo.svg" alt="MFBT" aria-label="Go to top of the page"></a>
<a class="github" href="https://github.com/move-fast-and-break-things" aria-label="Go to Move Fast and Break Things Community on Github">
<img src="img/github.png" alt="">
</a>
</div>
</div>
</footer>
<script>
document.querySelector('.burger').addEventListener('click', function() {
this.classList.toggle('active');
document.querySelector('.nav').classList.toggle('open');
document.querySelector('.header_menu').classList.toggle('open_header')
})
document.querySelector('.nav').addEventListener('click', (e) => {
if (e.target.tagName === 'A') {
document.querySelector('.header_menu').classList.remove('open_header');
document.querySelector('.nav').classList.remove('open');
document.querySelector('.burger').classList.remove('active');
}
})
window.addEventListener('resize',()=>{
if(window.innerWidth>=767){
document.querySelector('.header_menu').classList.remove('open_header');
document.querySelector('.nav').classList.remove('open');
document.querySelector('.burger').classList.remove('active');
}
})
</script>
</body>
</html>