-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
271 lines (252 loc) · 9.11 KB
/
index.html
File metadata and controls
271 lines (252 loc) · 9.11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Charles Lamarque</title>
<meta name="author" content="Lamarque Charles" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#ED5A64" />
<meta
name="description"
content="Charles Lamarque, a full-stack JavaScript developer based in Lille. Passionate about web technologies, I enjoy building modern, efficient, and scalable applications."
/>
<link rel="icon" type="image/png" href="img/favicon.ico" />
<link rel="stylesheet" href="css/style.css" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic&display=swap"
rel="stylesheet"
rel="preconnect"
type="text/css"
/>
<script src="https://use.fontawesome.com/20cebff76a.js"></script>
</head>
<body>
<section id="section-home">
<div class="overlay">
<div class="home-wrap text-center">
<img
src="img/C.png"
alt="Logo"
class="img-responsive img__logo"
width="60"
height="60"
/>
<h1>FULL STACK JAVASCRIPT DEVELOPER</h1>
<hr class="section__line" />
<p>
Hi there, I'm Charles, a <span id="age"></span>-year-old full-stack
JavaScript developer based in Lille. Passionate about web
technologies, I enjoy building modern, efficient, and scalable
applications.
</p>
<div class="social-icons">
<a
href="https://github.com/Clamarque"
class="btn btn-round btn-clear btn-github"
aria-label="GitHub"
><i class="fa fa-github-alt fa-2x"></i
></a>
<a
href="https://twitter.com/Cha_lamarque"
class="btn btn-round btn-clear btn-twitter"
aria-label="Twitter"
><i class="fa fa-twitter fa-2x"></i
></a>
<a
href="https://www.linkedin.com/in/charleslamarque"
class="btn btn-round btn-clear btn-linkedin"
aria-label="LinkedIn"
><i class="fa fa-linkedin-square fa-2x"></i
></a>
</div>
<a href="#section-portfolio" aria-label="scroll down"
><i class="fa fa-chevron-down" aria-hidden="true"></i
></a>
</div>
</div>
</section>
<section id="section-about" class="section">
<div class="container">
<i class="fa fa-user" aria-hidden="true"></i>
<h2>About me</h2>
<hr class="section__line" />
<p>
I'm a <span id="age"></span>-year-old full-stack JavaScript developer
with a strong passion for web technologies. After graduating from an
engineering school in computer science in 2016, based in Lille (North
of France), I have continued to sharpen my skills as a self-taught
developer, staying curious and up to date with the latest trends to
build high-quality, modern applications.
</p>
<p>
I work with <strong>the following technologies</strong> on a daily
basis
</p>
<div class="carousel-container hidden">
<div class="carousel" id="carousel">
<!-- Les badges seront injectés ici -->
</div>
</div>
<p>Don't hesitate to check out my work below</p>
</div>
</section>
<section class="section-intro">
<div class="container">
<h3>
Below are some of my favorite projects, including recent updates. Each
one reflects my experience as a full-stack JavaScript developer over
the past <span id="years-experience"></span> years, covering
everything from frontend interfaces to backend architectures. Feel
free to explore my work, and for more, check out my GitHub!
</h3>
<hr class="section__line" />
</div>
</section>
<section id="section-portfolio" class="section">
<div class="container">
<i class="fa fa-briefcase" aria-hidden="true"></i>
<h2>Work</h2>
<hr class="section__line" />
<div class="section-portfolio__buttons">
<button onclick="filterReposV1('all', this)" class="current-active">
All
</button>
<button onclick="filterReposV1('showcase', this)">Showcase</button>
<button onclick="filterReposV1('application', this)">
Application
</button>
</div>
<div class="section-portfolio__repo-container">
<ul class="section-portfolio__repo-list" id="repo-list">
<li data-type="application" class="visible-repos">
<a href="https://bemymates.app/fr" target="_blank">
<h3 class="repo-title">Be My Mates</h3>
<p>
A mobile application for sports meetings. The application is
still under development
</p>
<span class="repo-language"
>#TypeScript #HTML #SCSS #JavaScript #React #NextJs #Nest
#PWA</span
>
</a>
</li>
<li data-type="application" class="visible-repos">
<a href="https://www.hubmovies.app/" target="_blank">
<h3 class="repo-title">Hubmovies</h3>
<p>A mobile-first application for managing films and series</p>
<span class="repo-language"
>#TypeScript #HTML #SCSS #JavaScript #Vue #Nuxt #Firebase
#PWA</span
>
</a>
</li>
<li data-type="showcase" class="visible-repos">
<a href="https://www.chateaudescimes.fr/" target="_blank">
<h3 class="repo-title">Château des Cîmes</h3>
<p>
A website for an implantology and dental aesthetics clinic in
the north of France
</p>
<span class="repo-language"
>#TypeScript #HTML #SCSS #JavaScript #Vue #Nuxt #Vuetify
#MongoDB #Strapi #Apollo #GraphQl #PWA</span
>
</a>
</li>
</ul>
</div>
<a class="btn-repos" href="https://github.com/Clamarque"
>See all my open-source projects</a
>
</div>
</section>
<section class="section-intro">
<div class="container">
<h3>
Follow me on X (twitter), where I regularly share and repost updates
about the latest in technology.
</h3>
<hr class="section__line" />
</div>
</section>
<section id="section-twitter" class="section">
<div class="container">
<h2>Last Tweets</h2>
<hr class="section__line" />
<a
class="twitter-timeline"
data-height="500"
data-width="400"
data-link-color="#19CF86"
data-tweet-limit="5"
href="https://twitter.com/Cha_lamarque"
>Tweets by Cha_lamarque</a
>
</div>
</section>
<section class="section-intro">
<div class="container">
<h3>
Depending in the time of year and project, I may be available. If
you've got an interesting one, feel free to email me below
</h3>
<hr class="section__line" />
</div>
</section>
<section id="section-contact" class="section">
<div class="container">
<i class="fa fa-envelope" aria-hidden="true"></i>
<h2>contact</h2>
<hr class="section__line" />
<a
href="mailto:clamarque.dev@gmail.com?subject=Est%20intéréssé%20par%20votre%20profil"
>EMAIL ME</a
>
</div>
</section>
<footer>
<div class="container">
<img src="img/C.png" alt="logo" width="100" height="100" />
<a
href="https://github.com/Clamarque"
class="btn btn-round btn-clear btn-github"
target="_blank"
aria-label="GitHub"
>
<i class="fa fa-github-alt fa-2x"></i>
</a>
<a
href="https://twitter.com/Cha_lamarque"
class="btn btn-round btn-clear btn-twitter"
target="_blank"
aria-label="Twitter"
>
<i class="fa fa-twitter fa-2x"></i>
</a>
<a
href="https://www.linkedin.com/in/charleslamarque"
class="btn btn-round btn-clear btn-linkedin"
target="_blank"
aria-label="LinkedIn"
>
<i class="fa fa-linkedin-square fa-2x"></i>
</a>
</div>
</footer>
<script>
window.env = {
GITHUB_TOKEN: "1c6ce1a76cf195b536c6e0af14e8d71e6e804f7e",
}
</script>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="js/main.js"></script>
<script
async
src="https://platform.twitter.com/widgets.js"
charset="utf-8"
></script>
<script src="js/analytics.js"></script>
</body>
</html>