-
Notifications
You must be signed in to change notification settings - Fork 0
/
portofolio.html
737 lines (703 loc) · 27.1 KB
/
portofolio.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
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta http-equiv="refresh" content="10" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous"
/>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link href="./assets/styles/styles.css" rel="stylesheet" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/main_img/coding.svg"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
/>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
window.onscroll = function () {
myFunction();
};
var navbar = document.getElementById("navbar");
var sticky = navbar.offsetTop;
function myFunction() {
if (window.pageYOffset >= sticky) {
navbar.classList.add("sticky");
} else {
navbar.classList.remove("sticky");
}
}
});
</script>
<script src="./assets/js/app.js"></script>
<title>ポートフォリオ</title>
</head>
<body>
<div class="header">
<!-- <h1>Career change: Software Engineer</h1> -->
<h1></h1>
<!-- <p>Introduction of myself to you.<br />Looking for someone ?</p> -->
<p></p>
<a href="project.html" class="button" style="background-color: #42cc8c"
>プロジェクトを見る</a
>
</div>
<div id="navbar">
<div class="menu-container">
<div class="hamburger-menu">
<div></div>
<div></div>
<div></div>
</div>
<span class="menu-label">メニュー</span>
</div>
<div class="navbar-links">
<!-- <a href="index.html">Home</a> -->
<a class="active" href="portofolio.html">Home</a>
<a href="project.html">Projects</a>
<!-- <a href="resume.html">Resume</a> -->
<a href="course_path.html">Study & Resources</a>
<!-- <a href="contact.html">Contact</a> -->
<a href="https://github.com/Jer-B/" target="_blank">Github</a>
</div>
</div>
<section class="hero" id="about">
<img
src="./assets/pages_img/dev2.jpg"
alt=""
loading="lazy"
class="hero-img"
/>
<div class="bio animate__animated animate__shakeX">
<h2 class="bio-title">初めまして、</h2>
<p class="bio-text">
ブルー・ジェレミーと申します。フランス出身で、現在は横浜市にお住まいです。2022年7月より自社での勤務を開始いたしました。<br /><br />
入社してから現在に至るまで、様々なプロジェクトに独立して取り組み、地方銀行の更新作業における開発と保守のシステムエンジニアとしても活動していました。<br />
今後ともどうぞよろしくお願い申し上げます。
</p>
</div>
</section>
<section class="more-about">
<h2>私について</h2>
<p>
私は常に新しいことに興味を持ち、主に独学により現在の技術や将来の技術についての理解を深めることに努めてきました。<br /><br />
会社員としても、個人事業主としても、年月を経る中で、様々な分野での経験を積んできました。<br />
スマートコントラクトの監査、ウェブサイトの作成、ネットワークやシステムの管理、サーバーの構築と保守、<br />
サーバーのセキュリティ、そしてEコマースサイトの運営、保守、マーケティング/SEOリサーチなど。<br /><br />
現在は、様々な言語でWeb3と分散型金融エコシステムを学び、ハッカソンに参加しています。<br />
IT業界での多様な知識と最先端技術を習得し続け、ITの業界に対して柔軟な思考を持ち続けながら、スキルをさらに向上させていく所存です。<br />
日本でも、この努力を継続し、さらなる成長を遂げたいと思っています。<br /><br />
様々なプログラミング言語とフレームワークを習得しており、プロンプトやLinuxコマンド以外にも、以下の言語を頻繁に使用しています。<br />
Solidity、Vyper、C#、Java、C++、C、HTML/CSS・SASS、SQL、JavaScript、VB、Python、Next.js、Bash、Rustなどです。<br />
能力についてもっと知りたい方は、ぜひ私のGitHubやプロジェクトページをご覧ください。
</p>
</section>
<!-- <section class="experience">
<h2>経験</h2>
<div class="timeline-container">
<div class="timeline-point point-left">
<div class="content-box">
<h2>2023 Banking</h2>
<p>Software Engineer</p>
</div>
</div>
<div class="timeline-line"></div>
<div class="timeline-point point-right">
<div class="content-box">
<h2>2022 Tech Startup</h2>
<p>Full Stack Developer</p>
</div>
</div>
<div class="timeline-point point-left">
<div class="content-box">
<h2>2021 Hackathons</h2>
<p>Participant & Winner</p>
</div>
</div>
<div class="timeline-point point-right">
<div class="content-box">
<h2>2020 Freelancing</h2>
<p>Web Designer</p>
</div>
</div>
</div>
</section> -->
<section class="skills" id="skills">
<h2 class="skill-header">トップスキル</h2>
<div class="skills-wrapper">
<div class="first-set animate__animated animate__pulse">
<img
src="./assets/skill_icons/bash.png"
alt=""
title="Bash"
loading="lazy"
class="icon icon-card"
/>
<img
src="./assets/skill_icons/solidity.svg"
alt=""
title="Solidity"
loading="lazy"
class="icon icon-card"
/>
<img
src="./assets/skill_icons/python.svg"
alt=""
title="Python"
loading="lazy"
class="icon icon-card"
/>
<img
src="./assets/skill_icons/javascript.svg"
alt=""
title="JavaScript"
loading="lazy"
class="icon icon-card"
/>
</div>
<div class="second-set animate__animated animate__pulse">
<img
src="./assets/skill_icons/github-icon-1.svg"
alt=""
title="Github"
loading="lazy"
class="icon icon-card"
/>
<img
src="./assets/skill_icons/git.svg"
alt=""
title="Git"
loading="lazy"
class="icon icon-card"
/>
<img
src="./assets/skill_icons/flask.svg"
alt=""
title="Flask"
loading="lazy"
class="icon icon-card"
/>
<img
src="./assets/skill_icons/nux.png"
alt=""
title="Linux"
loading="lazy"
class="icon icon-card"
/>
</div>
<div class="first-set animate__animated animate__pulse">
<img
src="./assets/skill_icons/html5.svg"
alt=""
title="HTML5"
loading="lazy"
class="icon icon-card"
/>
<img
src="./assets/skill_icons/css3.svg"
alt=""
title="CSS3"
loading="lazy"
class="icon icon-card"
/>
<img
src="./assets/skill_icons/nextjs.svg"
alt=""
title="NextJS"
loading="lazy"
class="icon icon-card"
/>
<img
src="./assets/skill_icons/mongodb.svg"
alt=""
title="MongoDB"
loading="lazy"
class="icon icon-card"
/>
<img
src="./assets/skill_icons/SQL.png"
alt=""
title="SQL"
loading="lazy"
class="icon icon-card"
/>
</div>
</div>
</section>
<section class="projects" id="projects">
<h2 class="projects-title">プロジェクトの一部</h2>
<div class="projects-container">
<div class="project-container project-card">
<div class="project-type web3">Web3・React</div>
<img
src="./assets/projects_img/tokenFarm_dapp.png"
alt="portofolio manager"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">Farming Dapp</h3>
<p class="project-details">
※[2024年更新] Foundryへ移行とSepoliaアップデート。<br />
ユーザーが DAPP、WETH、DAI
を承認してステーキングできる基本的なステーキング DAPP です。
コントラクトはさらに多くの機能を所有します。
<a
style="font-size: 1em; position: static; display: inline"
href="https://github.com/Jer-B/Foundry_migration_Defi_stake_Dapp/"
target="_blank"
>Githubはこちらへ</a
>
</p>
<a
href="https://foundry-migration-defi-stake-dapp.vercel.app/"
target="_blank"
class="project-link, button"
style="background-color: #99e9c4; font-size: 18px"
>サイトを見る</a
>
</div>
<div class="project-container project-card">
<div class="project-type web3">Web3・NextJS</div>
<img
src="./assets/projects_img/NFT_Marketplace2.png"
alt="portofolio manager"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">NFT Marketplace</h3>
<p class="project-details">
※[2024年更新] Foundryへ移行とSepoliaアップデート。<br />
ユーザーが自分のNFTを売りに出すためにリストアップし、NFTを購入できるマーケットプレイスです。
NFTが購入されると、売り手から買い手に転送されます。
<a
style="font-size: 1em; position: static; display: inline"
href="https://github.com/Jer-B/Foundry_migration_NFT_Marketplace"
target="_blank"
>Githubはこちらへ</a
>
</p>
<a
href="https://foundry-migration-nft-marketplace.vercel.app/"
target="_blank"
class="project-link, button"
style="background-color: #99e9c4; font-size: 18px"
>サイトを見る</a
>
</div>
<div class="project-container project-card">
<div class="project-type htmlcss">HTML・CSS</div>
<img
src="./assets/projects_img/portofolio.png"
alt="portofolio manager"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">ポートフォリオ V1</h3>
<p class="project-details">
作品を紹介するために、このポートフォリオを作成しました。
練習のため、そしてフレームワークに頼らないために、HTMLとCSSを主に使用し、JavaScriptを少し使用しました。<br />
<a
style="font-size: 1em; position: static; display: inline"
href="portfolio_fr.html"
>French ver.</a
>
|
<a
style="font-size: 1em; position: static; display: inline"
href="portfolio_en.html"
>English Ver.</a
>
</p>
<a
href="https://github.com/Jer-B/jer-b.github.io/"
target="_blank"
class="project-link, button"
style="background-color: #99e9c4; font-size: 18px"
>Githubで見る</a
>
</div>
<div class="project-container project-card">
<div class="project-type web3">Web3・NextJS</div>
<img
src="./assets/projects_img/AA_4.png"
alt="portofolio manager"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">AA Multi-Sig Wallet</h3>
<p class="project-details">
トランザクションを送信する前に各所有者の署名が必要なマルチ署名ウォレットです。
コントラクトにUUPSのプロキシが実装されているため、アップグレード可能です。
※Sepoliaへアップグレード中、Ethers.jsをv5からv6。
<a
style="font-size: 1em; position: static; display: inline"
href="https://github.com/Jer-B/Foundry_multisig_wallet"
target="_blank"
>Githubはこちらへ</a
>
</p>
<a
href="https://foundry-multisig-wallet.vercel.app/"
target="_blank"
class="project-link, button"
style="background-color: #99e9c4; font-size: 18px"
>サイトを見る</a
>
</div>
<div class="project-container project-card">
<div class="project-type flask">Flask・Azure</div>
<img
src="./assets/projects_img/finance_portofolio.JPG"
alt="portofolio manager"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">株ポートフォリオの<br />シムレイション</h3>
<p class="project-details">
取引場のAPIを利用して、ユーザーは株の購入、売却、価格の確認を行ったり、自分のポートフォリオを管理することができます。
<a
style="font-size: 1em; position: static; display: inline"
href="https://github.com/Jer-B/Python_Finance_project/tree/main"
target="_blank"
>Githubはこちらへ</a
><br />
注意:無料のため、APIは時々利用できないことがあります。
</p>
<a
href="https://flask-finance-123.azurewebsites.net/login"
target="_blank"
class="project-link, button"
style="background-color: #99e9c4; font-size: 18px"
>サイトを見る</a
>
</div>
<div class="project-container project-card">
<div class="project-type web3">Solidity</div>
<img
style="width: 90%"
src="./assets/projects_img/DSC.png"
alt="portofolio manager"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">ステブルコイン「DSC」</h3>
<p class="project-details">
このスマートコントラクトでは、ユーザーがWETHとWBTCを預けることで、<br />
1:1の比率でUSDに連動するトークンと交換できるDSCというステーブルコインを目指しています。
</p>
<a
href="https://github.com/Jer-B/Foundry_Stablecoin"
target="_blank"
class="project-link, button"
style="background-color: #99e9c4; font-size: 18px"
>Githubで見る</a
>
</div>
<div class="project-container project-card">
<div class="project-type cms">CMS</div>
<img
src="./assets/projects_img/allart.JPG"
alt="hisyoo"
loading="lazy"
class="project-pic pixelate"
/>
<h3 class="project-title">アート系のネットショップ</h3>
<p class="project-details">
元々WordPressで作ってあるネットショップです。<br />
※2024年の夏に、スマートコントラクト、NFTやNextJS・GraphQL・MongoDBを使用している新バージョンがオープンするため、Githubまたはリンクを載せません。<br />
</p>
<a
href="allart.html"
class="project-link, button"
style="background-color: #99e9c4; font-size: 18px"
>V1.0のサンプルを見る</a
>
</div>
<div class="project-container project-card">
<div class="project-type web3">Solidity・Python</div>
<img
style="width: 90%"
src="./assets/projects_img/flash_loan.png"
alt="portofolio manager"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">基本なフラッシュローン</h3>
<p class="project-details">
※注意:ネットワークとツールが変わったため、非推奨です。<br />
AAVEプロトコルでETHをWETHに交換し、その後WETHを売却して、借金を返済する、一つの取引で完結する基本的なフラッシュローンコントラクト。<br />
</p>
<a
href="https://github.com/Jer-B/Brownie_projects/tree/main/brownie_flash_loans"
target="_blank"
class="project-link, button"
style="background-color: #99e9c4; font-size: 18px"
>Githubで見る</a
>
</div>
<div class="project-container project-card">
<div class="project-type cms">CMS</div>
<img
src="./assets/projects_img/b++.png"
alt="hisyoo"
loading="lazy"
class="project-pic pixelate"
/>
<h3 class="project-title">女性用のネットショップ</h3>
<p class="project-details">
Shopifyを使用しているネットショプです。<br /><br />
※2023年に、サイトがDMMに買収されましたため、サイト名とリンクを載せません。<br />
</p>
<a
href="#"
class="project-link, button"
onclick="return false;"
style="background-color: #99e9c4; font-size: 18px"
>ー</a
>
</div>
<div class="project-container project-card">
<div class="project-type flask">Flask・Azure</div>
<img
src="./assets/projects_img/birthday_portofolio.JPG"
alt="birthday reminder"
loading="lazy"
class="project-pic"
style="text-align: center"
/>
<h3 class="project-title">誕生日カレンダー</h3>
<p class="project-details">
誕生日メモ帳と同じく使えるアプリです。<br />
人の名前を書いて、生まれた月と日を選んでからその方の誕生日を登録出来ます。<br />
<a
style="font-size: 1em; position: static; display: block"
href="https://github.com/Jer-B/Python_Birthday_project"
target="_blank"
>Githubはこちらへ</a
>
</p>
<a
href="https://flask-birthday-123.azurewebsites.net/"
target="_blank"
class="project-link, button"
style="background-color: #99e9c4; font-size: 18px"
>サイトを見る</a
>
</div>
<div class="project-container project-card">
<div class="project-type c">C</div>
<img
style="width: 90%"
src="./assets/projects_img/DALLE_speller.png"
alt="C Speller"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">スペラー</h3>
<p class="project-details">
ハッシュテーブルを使用してファイルのスペルチェックを行うC言語のプログラムです。<br />
スペルチェックの速度を最適化するための効率的なアルゴリズムを実装することに焦点を当てています。<br />
</p>
<a
href="https://github.com/Jer-B/C_projects/tree/main/speller"
target="_blank"
class="project-link, button"
style="background-color: #99e9c4; font-size: 18px"
>Githubで見る</a
>
</div>
<div class="project-container project-card">
<div class="project-type cms">CMS</div>
<img
src="./assets/projects_img/hisyoo.JPG"
alt="hisyoo"
loading="lazy"
class="project-pic pixelate"
/>
<h3 class="project-title">動物ネットショップ</h3>
<p class="project-details">
日本のGMOのCMSで作られているネットショップです。<br /><br />
※その動物病院会社に迷惑を掛けないように、そして個人情報を守るために、リンクを載せません。<br />
</p>
<a
href="#"
class="project-link, button"
onclick="return false;"
style="background-color: #99e9c4; font-size: 18px"
>ー</a
>
</div>
<div class="project-container project-card">
<div class="project-type c">C</div>
<img
src="./assets/code_img/c/grayscale.JPG"
alt="solidity-smart-contract"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">写真フィルター</h3>
<p class="project-details">
二つプログラムで分かれています。選んだフィルターで写真自体を編集する。<br />
Githubでソースコードを見る:
<a
style="font-size: 1em; position: static; display: block"
href="https://github.com/Jer-B/C_projects/edit/main/filter_less/filter/"
target="_blank"
>Filter_lessはこちらへ</a
>
<a
style="font-size: 1em; position: static; display: block"
href="https://github.com/Jer-B/C_projects/edit/main/filter_more/filter/"
target="_blank"
>Filter_moreはこちらへ</a
><br /><br />
</p>
<a
href="c_code.html"
class="project-link, button"
style="background-color: #99e9c4; font-size: 18px"
>サンプルを見る</a
>
</div>
</div>
</section>
<!-- <section class="contact" id="contact">
<h2>Get In Touch With Me</h2>
<div class="contact-form-container">
<div class="contact-form">
<form action="https://formspree.io/f/xyylngw" method="POST">
<div class="form-control">
<label for="name">Name</label>
<input
type="text"
id="name"
name="sender-name"
placeholder="Enter Your Name"
class="input-field"
required
/>
</div>
<div class="form-control">
<label for="email">Email</label>
<input
type="email"
id="email"
name="sender-email"
placeholder="Enter Your Email"
class="input-field"
required
/>
</div>
<div class="form-control">
<label for="message">Message</label>
<textarea
id="message"
cols="60"
rows="10"
placeholder="Enter Your Message"
name="message"
class="input-field"
required
></textarea>
</div>
<input
type="submit"
value="Submit"
id="submit-btn"
class="submit-btn"
/>
</form>
</div>
</div>
</section> -->
<!-- Side Images -->
<div class="socials">
<!-- <a href="https://github.com/Jer-B" target="_blank"
><img
src="./assets/side_img/github.svg"
alt="Github"
loading="lazy"
class="socicon"
/></a> -->
<!-- <a href="#" target="_blank"
><img
src="./assets/side_img/stackoverflow.svg"
alt="Stackoverflow"
loading="lazy"
class="socicon"
/></a> -->
<!-- <a href="https://githubgroupe.slack.com" target="_blank"
><img
src="./assets/side_img/slack-logo.svg"
alt="Slack"
loading="lazy"
class="socicon"
/></a> -->
<!-- <a href="#" target="_blank"
><img src="./assets/side_img/linkedin.svg" alt="Linkedin" class="socicon"
/></a> -->
<!-- <i class="scroll-up" id="scroll-up"
><img
src="./assets/side_img/uparrow.gif"
class="socicon up-arrow"
alt="scroll-up"
/></i> -->
</div>
<footer>
<a href="https://github.com/Jer-B/" class="copy-link">Github</a>
<p class="copy">ブルー ジェレミー ・ Bru Jeremy</p>
<p class="copy">Contact: [email protected]</p>
<p class="copy">© Copyright 2022~2024</p>
</footer>
<script>
// Get the menu and the button elements for mobile
const menu = document.querySelector(".navbar-links");
const button = document.querySelector(".hamburger-menu");
// Toggle the menu when the button is clicked
button.addEventListener("click", (event) => {
event.stopPropagation(); // Prevent the document click event from firing
menu.classList.toggle("display");
});
// Close the menu when the document is clicked
document.addEventListener("click", () => {
menu.classList.remove("display");
});
// Prevent the document click event from firing when the menu is clicked
menu.addEventListener("click", (event) => {
event.stopPropagation();
});
</script>
</body>
<!-- icons scripts -->
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
</html>