-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
201 lines (179 loc) · 7.28 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<!-- <base href="https://nguyengiabach.com/" /> -->
<link rel="icon" href="./assets/imgs/favicon.jpg" />
<link rel="image_src" href="./assets/imgs/background.png" />
<title>Nguyễn Gia Bách</title>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="nguyengiabach1201" />
<meta property="og:title" content="Nguyễn Gia Bách" />
<meta name="twitter:title" content="Nguyễn Gia Bách" />
<meta name="description" content="I'm learning, enjoy and having fun with my life!" />
<meta property="og:description" content="I'm learning, enjoy and having fun with my life!" />
<meta name="twitter:description" content="I'm learning, enjoy and having fun with my life!" />
<meta property="og:image" content="./assets/imgs/background.png" />
<meta name="twitter:image" content="./assets/imgs/background.png" />
<link rel="apple-touch-icon" sizes="180x180" href="./assets/imgs/favicon.jpg" />
<link rel="icon" type="image/jpg" sizes="32x32" href="./assets/imgs/favicon.jpg" />
<link rel="icon" type="image/jpg" sizes="16x16" href="./assets/imgs/favicon.jpg" />
<link href="./src/style.css" rel="stylesheet" type="text/css" />
<link href="./src/darkmode.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" />
</head>
<body>
<section>
<div class="photo-and-name">
<img src="./assets/imgs/profile.jpg" alt="Me (Nguyễn Gia Bách)" />
<div>
<h1>Nguyễn Gia Bách</h1>
</div>
<p>
<a href="https://github.com/nguyengiabach1201" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://twitter.com/giabach1201" target="_blank"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.facebook.com/nguyengiabach1201/" target="_blank"><i class="fa-brands fa-facebook"></i></a>
</p>
<p>
👋 Hello, my name is Gia Bách. I'm a Vietnamese who grew up in Huế; nowadays, I'm studying at Nguyễn Tri Phương
Junior Highschool!
<br /><br />
I enjoy learning and making new things, especially when it comes to programming. I'm always energetic, and
enthusiastic about new things!
</p>
</div>
</section>
<div class="container">
<h1>My scrapbook</h1>
<div class="post-container">
</div>
</div>
<div class="container">
<h1>Some of my projects</h1>
<p>These are projects that I'm really proud of!</p>
<div class="post-container" id="projects">
<iframe
src="https://github-readme-stats.vercel.app/api/pin/?username=nguyengiabach1201&repo=nguyengiabach1201.github.io"
frameborder="0" width="400" height="140"></iframe>
<iframe src="https://github-readme-stats.vercel.app/api/pin/?username=nguyengiabach1201&repo=Prezen"
frameborder="0" width="400" height="140"></iframe>
<iframe src="https://github-readme-stats.vercel.app/api/pin/?username=nguyengiabach1201&repo=presentations"
frameborder="0" width="400" height="140"></iframe>
<iframe src="https://github-readme-stats.vercel.app/api/pin/?username=nguyengiabach1201&repo=Cephes"
frameborder="0" width="400" height="140"></iframe>
<iframe src="https://github-readme-stats.vercel.app/api/pin/?username=artium-team&repo=NTP-Haunted-House"
frameborder="0" width="400" height="140"></iframe>
<iframe src="https://github-readme-stats.vercel.app/api/pin/?username=artium-team&repo=Argoo" frameborder="0"
width="400" height="140"></iframe>
</div>
</div>
<div class="container">
<h1>My bookshelf</h1>
<p>Some of my favorite books that I can 100% recommend:</p>
<div class="post-container">
<div class="book">
<div>
<img src="./assets/books/book3.jpg" alt="The Road of Hope">
</div>
<div>
<div>
<h3>The Tale of Kieu</h3>
<br />
<p>by Nguyen Du</p>
<br />
</div>
</div>
</div>
<div class="book">
<div>
<img src="./assets/books/book2.jpg" alt="The Road of Hope">
</div>
<div>
<div>
<h3>The Road of Hope</h3>
<br />
<p>by Cardinal Francis Xavier Nguyễn Văn Thuận</p>
<br />
</div>
</div>
</div>
<div class="book">
<div>
<img src="./assets/books/book1.jpg" alt="The Phenomenon of Man">
</div>
<div>
<div>
<h3>The Phenomenon of Man</h3>
<br />
<p>by Pierre Teilhard de Chardin</p>
<br />
</div>
</div>
</div>
<div class="book">
<div>
<img src="./assets/books/book4.jpg" alt="The Road of Hope">
</div>
<div>
<div>
<h3>Crafting Interpreters</h3>
<br />
<p>by Robert Nystrom</p>
<br />
</div>
</div>
</div>
</div>
</div>
<div class="container">
<h1>Some music</h1>
<p>Oh, you have some free time? Stay here and chilling with my favourite musics!</p>
<div class="post-container">
<audio controls>
<source src="./assets/audios/rickroll.MP3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
<audio controls>
<source src="./assets/audios/furelise.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
</div>
</div>
<div class="container">
<h1>Piano</h1>
<p>Let make some noise! Click the S key to make a middle C (or C4), then D to make D4 and so on up until B4 with the
K key. You can also use your mouse or touchscreen to play it!</p>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tone/14.7.52/Tone.js"></script>
<div id="piano">
<span class="key" id="C" onclick="playNote('C')"><strong>C</strong></span>
<span class="key" id="D" onclick="playNote('D')"><strong>D</strong></span>
<span class="key" id="E" onclick="playNote('E')"><strong>E</strong></span>
<span class="key" id="F" onclick="playNote('F')"><strong>F</strong></span>
<span class="key" id="G" onclick="playNote('G')"><strong>G</strong></span>
<span class="key" id="A" onclick="playNote('A')"><strong>A</strong></span>
<span class="key" id="B" onclick="playNote('B')"><strong>B</strong></span>
</div>
</div>
<div class="container">
<h1>Finally</h1>
<img src="./assets/imgs/gallery1.jpg" alt="Me">
<div class="post-container" style="margin-top: 10px;">
<img src="./assets/imgs/gallery3.jpg" alt="Me">
<img src="./assets/imgs/gallery4.jpg" alt="Me">
<img src="./assets/imgs/gallery7.jpg" alt="Me">
<img src="./assets/imgs/gallery8.jpg" alt="Me">
</div>
<img src="./assets/imgs/gallery9.jpeg" alt="Me">
<p>Here's me with my wonderful friends!!!</p>
<p>And that's it. Byeee!!!</p>
</div>
<div class="blank"></div>
<div class="copyright">
<p>© 2024 Nguyễn Gia Bách. All rights reserved</p>
</div>
<canvas id="background"></canvas>
<script src="./src/script.js"></script>
</body>
</html>