-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
437 lines (431 loc) · 16.7 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
<!DOCTYPE html>
<html lang="en">
<!-- Hello World -->
<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" />
<meta name="fediverse:creator" content="@[email protected]" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="./src/favicon.ico" />
<title>Av32000</title>
<meta content="Av32000" property="og:title" />
<meta
content="I'm Av32000, frontend and backend developer, passionate about IT and new technologies!"
property="og:description"
/>
<meta content="https://av32000.github.io" property="og:url" />
<meta
content="https://av32000.github.io/src/embed.png"
property="og:image"
/>
<meta content="#00FFB2" data-react-helmet="true" name="theme-color" />
</head>
<body>
<div class="header" id="header">
<div class="background">
<div class="disk disk-1"></div>
<div class="disk disk-2" id="disk"></div>
<div class="disk disk-3"></div>
</div>
<div class="local-selector">
<select id="local"></select>
</div>
<div class="topbar">
<img src="./src/icon.jpg" alt="Icon Compte" />
<p>Av32000</p>
</div>
<h1 id="header-welcome" toTranslate>Hi 👋</h1>
<p id="header-desc" toTranslate>
I'm Av32000, frontend and backend developer, passionate about IT and new
technologies!
</p>
<img
src="./src/bottomBtn.svg"
alt="Bottom Btn"
id="bottom-btn"
onclick="document.getElementById('history').scrollIntoView({
behavior: 'smooth',
block: 'start'
})"
/>
</div>
<div class="history" id="history">
<div class="content">
<h1
data-inviewport="from-right"
class="accent"
id="story-title"
toTranslate
>
About Me
</h1>
<p data-inviewport="from-left" id="story-1" toTranslate>
I started programming at the age of
<span class="accent">10 yo</span> coding small website in HTML and
CSS.
</p>
<p data-inviewport="from-right" id="story-2" toTranslate>
I then put aside these languages in favor of
<span class="accent">C#</span> through which I discovered the
<span class="accent">basics</span> of object-oriented programming.
With .NET, I created my firsts
<span class="accent">Windows</span> applications then with Unity,
smalls <span class="accent">video games</span>.
</p>
<p data-inviewport="from-left" id="story-3" toTranslate>
At 14, I started using <span class="accent">Discord</span> massively
and interested in their API. This is how I discovered
<span class="accent">JavaScript</span> and
<span class="accent">Node.JS</span>.
</p>
<p data-inviewport="from-right" id="story-4" toTranslate>
In this way, I discovered the world of the
<span class="accent">backend</span> and
<span class="accent">APIs</span> and I immediately understood that I
wanted to make it my <span class="accent">futur jobs</span>.
</p>
<p data-inviewport="from-left" id="story-5" toTranslate>
Today, I try to discover as many new technologies as possible to
improve my skills.
</p>
</div>
</div>
<div class="skills">
<div class="content">
<h1
data-inviewport="from-left"
class="accent"
id="skills-title"
toTranslate
>
My Skills
</h1>
<div class="skills-row">
<div class="wheel-container">
<div
data-inviewport="from-left"
class="skills-icons"
id="skills-icons"
>
<div class="skill skill-1">
<img src="src/Git-Selected.svg" alt="Git" />
</div>
<div class="skill skill-2">
<img src="src/Node.Js.svg" alt="Node.Js" />
</div>
<div class="skill skill-3">
<img src="src/JavaScript.svg" alt="JavaScript" />
</div>
<div class="skill skill-4">
<img src="src/React.svg" alt="React" />
</div>
<div class="skill skill-5">
<img src="src/Docker.svg" alt="Docker" />
</div>
<div class="skill skill-6">
<img src="src/Csharp.svg" alt="Csharp" />
</div>
<div class="skill skill-7">
<img src="src/Linux.svg" alt="Linux" />
</div>
<div class="skill skill-8">
<img src="src/Jest.svg" alt="Jest" />
</div>
<div class="skill skill-9">
<img src="src/GitHub.svg" alt="GitHub" />
</div>
<div class="skill skill-10">
<img src="src/Tailwind.svg" alt="Tailwind" />
</div>
</div>
</div>
<div class="skills-content" data-inviewport="from-right">
<div class="Git fade-in">
<h1>Git</h1>
<p id="git-1" toTranslate>
Complex and powerful, Git it's one of my favorite tools. I use
it since a long time in every project I start. I've read and
watched a lot of books and tutorials to get to know it inside
out.
</p>
<p id="git-2" toTranslate>
I'm not an expert but I know most of the important functions
very well.
</p>
</div>
<div class="Node Js">
<h1>Node.Js</h1>
<p id="node-1" toTranslate>
I discovered Node.JS on Discord when I wanted to learn how to
code bots.
</p>
<p id="node-2" toTranslate>
Today, I use it in almost all my projects with libraries such as
fastify for APIs, react for web, electron for software and so
many others.
</p>
<p id="node-3" toTranslate>
This framework allowed me to discover my great passion for the
backend with Javascript.
</p>
</div>
<div class="JavaScript">
<h1>JavaScript</h1>
<p id="js-1" toTranslate>
My favorite language, both for its strange simplicity and for
the way it works for everything (web, servers, software...).
</p>
<p id="js-2" toTranslate>
Javascript lets me simply code applications that run in a
terminal (with NodeJS), so I don't have to create a UI.
</p>
</div>
<div class="React">
<h1>React</h1>
<p id="react" toTranslate>
Powerful and easy to use, React is my default framework for
coding web interface. I use it whenever possible in all my
projects and I prefer it to all others.
</p>
</div>
<div class="Docker">
<h1>Docker</h1>
<p id="docker-1" toTranslate>
Docker is an essential tool for many companies. I use it
regulary to learn how to use it in most cases as possible.
</p>
<p id="docker-2" toTranslate>
Even if I'm not a pro, I know how it works and how to use it in
the simplest cases.
</p>
</div>
<div class="Csharp">
<h1>Csharp</h1>
<p id="cs-1" toTranslate>
C# was the first real programming language I learned. It
introduced me to all the doors that programming can open.
</p>
<p id="cs-2" toTranslate>
I coded my first applications with it, and even if I prefer
JavaScript today, I still often use it in many projects.
</p>
</div>
<div class="Linux">
<h1>Linux</h1>
<p id="linux-1" toTranslate>
As an open source fan, Linux is my favorite operating system. It
has replaced Windows since many time on my computers.
</p>
<p id="linux-2" toTranslate>
The more I use it, the less I support Windows. No more untimely
updates, unmodifiable system files, trackers and bloatware. With
Linux, I can choose and customize every parts of my system to
create an optimized environment.
</p>
<p id="linux-3" toTranslate />
</div>
<div class="Jest">
<h1>Jest</h1>
<p id="jest-1" toTranslate>
Like many developers, I don't like writing tests. But when it's
necessary, Jest is the perfect tool. Easy to use and very
efficient, it's always my first choice.
</p>
</div>
<div class="GitHub">
<h1>GitHub</h1>
<p id="github-1" toTranslate>
Essential for almost every IT project Github it's the perfect
tool for code and team management. I use it every day in all my
projects and I'm always very happy with it.
</p>
<p id="github-2" toTranslate>
It took me a while to learn how to use it perfectly, but it's
one the best investment of time I've made.
</p>
</div>
<div class="Tailwind">
<h1>Tailwind CSS</h1>
<p id="tailwind-1" toTranslate>
Tailwind is my favorite css framework. It's very easy to use and
include all css functionalities.
</p>
<p id="tailwind-2" toTranslate>
It unifies the design while making development simpler and
faster.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="projects">
<div class="content">
<h1
data-inviewport="from-right"
class="accent"
id="projects-title"
toTranslate
>
Mes Projets
</h1>
<div class="projects-list">
<div data-inviewport="from-left" class="project">
<div class="link">
<img src="./src/GitHub.svg" alt="GitHub" />
<p
onclick="window.open('https:\/\/github.com/Av32000/Discord-Badge')"
>
Av32000/Discord-Badge
</p>
</div>
<div class="content">
<div class="top">
<h1 class="accent">Discord Badge</h1>
<img src="./src/Node.Js.svg" alt="Node.Js" />
</div>
<p id="discord-badge" toTranslate>
Discord Badge is a Discord Bot that expose an API to generate a
badge indicating your Discord status (Online, Offline...). It's
very easy to use, and can be used on a website or GitHub
profile, for example.
</p>
</div>
</div>
<div data-inviewport="from-right" class="project">
<div class="link">
<img src="./src/GitHub.svg" alt="GitHub" />
<p
onclick="window.open('https:\/\/github.com/Av32000/CodeLyoko-UHC')"
>
Av32000/CodeLyoko-UHC
</p>
</div>
<div class="content">
<div class="top">
<h1 class="accent">CodeLyoko UHC</h1>
<img src="./src/Java.svg" alt="Java" />
</div>
<p id="code-lyoko-uhc" toTranslate>
Code Lyoko UHC is a UHC Minecraft plugin based on the Code Lyoko
universe. Each player is assigned a role corresponding to a
character from the series, and must, alone or with allies,
eliminate all other players to win the game. Each role has its
own powers and characteristics, creating a wide range of
possible strategies.
</p>
</div>
</div>
<div data-inviewport="from-left" class="project">
<div class="link">
<img src="./src/GitHub.svg" alt="GitHub" />
<p
onclick="window.open('https:\/\/github.com/Av32000/GameOfLife')"
>
Av32000/GameOfLife
</p>
</div>
<div class="content">
<div class="top">
<h1 class="accent">Game Of Life</h1>
<img src="./src/Node.Js.svg" alt="Node.Js" />
</div>
<p id="game-of-life" toTranslate>
The Game Of Life is a "cellular automaton" invented by the
mathematician John Conway. The concept is very simple: a grid
where each square is a cell that can be "alive" or "dead". This
"zero player" game follows 2 simple rules: At each iteration,
the next state of each cell is defined according to the number
of living cells around it. A dead cell "born" if it is
surrounded by exactly 3 "alive" cells. A cell remains "alive" if
it is surrounded by exactly 2 or 3 cells. These 2 simple rules
create an infinite number of possible simulations.
</p>
</div>
</div>
<div data-inviewport="from-right" class="project">
<div class="link">
<img src="./src/GitHub.svg" alt="GitHub" />
<p
onclick="window.open('https:\/\/github.com/Av32000/Clyde-Gateway')"
>
Av32000/Clyde-Gateway
</p>
</div>
<div class="content">
<div class="top">
<h1 class="accent">Clyde Gateway</h1>
<img src="./src/Node.Js.svg" alt="Node.Js" />
</div>
<p id="clyde-gateway" toTranslate>
Clyde Gateway is a simple and lightweight library for connecting
your bot to the Discord gateway. It allows your bot to listen to
all events and react to them in real time. It also lets you
change your bot's status (Online, Idle...) and activity (Playing
at...).
</p>
</div>
</div>
<div data-inviewport="from-left" class="project">
<div class="link">
<img src="./src/GitHub.svg" alt="GitHub" />
<p
onclick="window.open('https:\/\/github.com/Av32000/Embed-Builder')"
>
Av32000/Embed-Builder
</p>
</div>
<div class="content">
<div class="top">
<h1 class="accent">Embed Builder</h1>
<img src="./src/Node.Js.svg" alt="Node.Js" />
</div>
<p id="embed-builder" toTranslate>
Embed Builder is a Discord Bot that lets you create and send a
fully customizable embed with a simple command. It's very easy
to use, very complete, and offering full embed customization.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="socials">
<div class="social" onclick="window.open('https:\/\/github.com/Av32000')">
<img src="./src/GitHub.svg" alt="GitHub" />
<p>Av32000</p>
</div>
<div class="social" onclick="window.open('https:\/\/x.com/av32000')">
<img src="./src/X.svg" alt="X" />
<p>av32000</p>
</div>
<div class="social" onclick="window.open('https:\/\/discord.com')">
<img src="./src/Discord.svg" alt="Discord" />
<p>av32000</p>
</div>
<div
class="social"
onclick="window.open('https:\/\/instagram.com/Av32000')"
>
<img src="./src/Instagram.svg" alt="Instagram" />
<p>Av32000</p>
</div>
<div
class="social"
onclick="window.open('https:\/\/mastodon.social/@Av32000')"
>
<a
rel="me"
href="https://mastodon.social/@Av32000"
style="display: none"
>Mastodon</a
>
<img src="./src/Mastodon.svg" alt="Instagram" />
<p>Av32000</p>
</div>
</div>
</body>
<script src="index.js"></script>
<script src="translations.js"></script>
</html>