-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
220 lines (194 loc) · 9.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>alexpado - French Web Developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="I'm a French Web Developer doing my job during the day, and coding what I like during the night; ranging from website to discord bots.">
<meta name="author" content="alexpado">
<meta property="og:title" content="alexpado - French Web Developer">
<meta property="og:type" content="website">
<meta property="og:url" content="https://alexpado.fr">
<meta property="og:description" content="I'm a French Web Developer doing my job during the day, and coding what I like during the night; ranging from website to discord bots.">
<link rel="stylesheet" href="assets/css/fonts.css">
<link rel="stylesheet" href="assets/css/globals.css">
<link rel="stylesheet" href="assets/css/style.css">
<script defer src="assets/js/feather.min.js"></script>
<script defer src="assets/js/script.js"></script>
<script defer type="module" src="assets/js/i18n.js"></script>
<!--
/\ /\
/ \'._ (\_/) _.'/ \
|.''._'--(o.o)--'_.''.|
\_ / `;=/ " \=;` \ _/
`\__| \___/ |__/`
\(_|_)/
" ` "
Oh, hi there ! Did you see that ?
A website without a JS framework !
... Oh, did I interrupt you ?
I'm sorry, please continue your tour :D
Have a great day !
-->
</head>
<body>
<div id="language-switcher"></div>
<section id="landing" class="full-section">
<div id="effect">
<div class="flash"></div>
<div class="overlay"></div>
</div>
<div class="section-background fill-parent"></div>
<a href="https://unsplash.com/fr/photos/route-vide-qi2hmCwlhcE" class="clickable credits flex flex-center flex-row" target="_blank"><i data-feather="camera"></i>
Andre Benz @ unsplash</a>
<div class="section-content fill-parent flex flex-center">
<h1 data-i18n="landing.header.name" class="text"></h1>
<h2 data-i18n="landing.header.title"></h2>
<div class="flex flex-row socials flex-center">
<a class="social clickable" href="https://www.linkedin.com/in/alex-pado/" target="_blank"><i data-feather="linkedin"></i></a>
<a class="social clickable" href="https://github.com/alexpado" target="_blank"><i data-feather="github"></i></a>
<a class="social clickable" href="mailto:[email protected]" target="_blank"><i data-feather="mail"></i></a>
</div>
</div>
<div id="scroll-indicator" class="slide-top"><i data-feather="arrow-down"></i></div>
</section>
<section id="intro" class="section flex section-light">
<h2 class="section-title" data-i18n="intro.title"></h2>
<div class="split-view">
<div class="view left-view flex">
<p class="justify" data-i18n="intro.description.p1"></p>
<p class="justify" data-i18n="intro.description.p2"></p>
<p class="justify" data-i18n="intro.description.p3"></p>
</div>
<div class="view right-view grid">
<div class="grid-item flex flex-center">
<img src="assets/img/stacks/discord.svg" alt="" />
<p>Discord</p>
</div>
<div class="grid-item flex flex-center">
<img src="assets/img/stacks/springboot.svg" alt="" />
<p>Springboot</p>
</div>
<div class="grid-item flex flex-center">
<img src="assets/img/stacks/electron.svg" alt="" />
<p>Electron</p>
</div>
<div class="grid-item flex flex-center">
<img src="assets/img/stacks/laravel.svg" alt="" />
<p>Laravel</p>
</div>
<div class="grid-item flex flex-center">
<img src="assets/img/stacks/docker.svg" alt="" />
<p>Docker</p>
</div>
<div class="grid-item flex flex-center">
<img src="assets/img/stacks/android.svg" alt="" />
<p>Android</p>
</div>
<div class="grid-item flex flex-center">
<img src="assets/img/stacks/vuejs.svg" alt="" />
<p>VueJS</p>
</div>
<div class="grid-item flex flex-center">
<img src="assets/img/stacks/mariadb.svg" alt="" />
<p>MariaDB</p>
</div>
<div class="grid-item flex flex-center">
<img src="assets/img/stacks/figma.svg" alt="" />
<p>Figma</p>
</div>
</div>
</div>
</section>
<section id="works" class="section flex section-dark">
<h2 class="section-title" data-i18n="works.title"></h2>
<article class="project flex">
<h3 class="project-name">Anisekai</h3>
<div class="tags flex flex-row">
<span class="tag tag-green" data-i18n="works.tags.extension"></span>
<span class="tag tag-green">Springboot</span>
<span class="tag tag-green">MariaDB</span>
<span class="tag tag-purple">HTML</span>
<span class="tag tag-purple">CSS</span>
<span class="tag tag-purple">Javascript</span>
<span class="tag tag-purple">Java</span>
<span class="tag tag-orange">Figma</span>
<span class="tag tag-orange">Docker</span>
</div>
<p class="project-summary" data-i18n="works.projects.anisekai"></p>
<div class="actions">
<a href="https://github.com/anisekai-project/anisekai-service" target="_blank" class="action action-github">Github</a>
</div>
</article>
<article class="project flex">
<h3 class="project-name">Camera Viewer App</h3>
<div class="tags flex flex-row">
<span class="tag tag-green">Electron</span>
<span class="tag tag-green">NodeJS</span>
<span class="tag tag-purple">HTML</span>
<span class="tag tag-purple">CSS</span>
<span class="tag tag-purple">Javascript</span>
<span class="tag tag-orange">Figma</span>
</div>
<p class="project-summary" data-i18n="works.projects.cva"></p>
<div class="actions">
<a href="https://github.com/alexpado/camera-viewer-app" target="_blank" class="action action-github">Github</a>
</div>
</article>
<article class="project flex">
<h3 class="project-name">Genshin Wish Calculator</h3>
<div class="tags flex flex-row">
<span class="tag tag-purple">HTML</span>
<span class="tag tag-purple">CSS</span>
<span class="tag tag-purple">Javascript</span>
<span class="tag tag-orange">Figma</span>
<span class="tag tag-orange">Docker</span>
</div>
<p class="project-summary" data-i18n="works.projects.gwc"></p>
<div class="actions">
<a href="https://github.com/alexpado/genshin-wish-calculator" target="_blank" class="action action-github">Github</a>
<a href="https://gwc.akio.ovh/#/" target="_blank" class="action action-website" data-i18n="works.actions.website-en"></a>
</div>
</article>
<article class="project flex">
<h3 class="project-name">Pixiv Companion</h3>
<div class="tags flex flex-row">
<span class="tag tag-green" data-i18n="works.tags.extension"></span>
<span class="tag tag-purple">HTML</span>
<span class="tag tag-purple">CSS</span>
<span class="tag tag-purple">Javascript</span>
<span class="tag tag-orange">Figma</span>
</div>
<p class="project-summary" data-i18n="works.projects.pixiv"></p>
<div class="actions">
<a href="https://github.com/alexpado/pixiv-companion" target="_blank" class="action action-github">Github</a>
</div>
</article>
</section>
<section id="hobbies" class="section flex section-light">
<h2 class="section-title" data-i18n="hobbies.title"></h2>
<p class="justify" data-i18n="hobbies.description.p1"></p>
<p class="justify" data-i18n="hobbies.description.p2"></p>
<p class="justify" data-i18n="hobbies.description.p3"></p>
</section>
<section id="contact" class="section flex section-dark">
<h2 class="section-title" data-i18n="contact.title"></h2>
<div class="split-view">
<div class="view left-view flex contact-details">
<a href="tel://+33781384772" target="_blank" class="contact-detail phone"><i data-feather="phone"></i><span>(+33) 07 81 38 47 72</span></a>
<a href="mailto:[email protected]" target="_blank" class="contact-detail mail"><i data-feather="mail"></i><span>[email protected]</span></a>
<a href="https://github.com/alexpado" target="_blank" class="contact-detail github"><i data-feather="github"></i><span>alexpado</span></a>
<a href="https://www.linkedin.com/in/alex-pado/" target="_blank" class="contact-detail linkedin"><i data-feather="linkedin"></i><span>Alexandre Padovan</span></a>
<a href="https://www.google.fr/maps/place/02100+Saint-Quentin" target="_blank" class="contact-detail map"><i data-feather="map-pin"></i><span>02100 Saint-Quentin</span></a>
<a href="https://downloads.alexpado.fr/perso/cv.pdf" class="contact-detail cv" data-i18n="contact.download-cv"></a>
</div>
<div class="view right-view map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d41163.6875858183!2d3.2377846962599763!3d49.84752164954611!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e8186188e01cc5%3A0x40af13e8169d440!2s02100%20Saint-Quentin!5e0!3m2!1sen!2sfr!4v1737418061465!5m2!1sen!2sfr" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</section>
<footer class="section flex section-light">
<p data-i18n="footer.signature"></p>
</footer>
</body>
</html>