-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
400 lines (380 loc) · 24.9 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title data-i18n="title">Jelle Glebbeek - Portfolio</title>
<meta name="description" content="My personal portfolio site, where I showcase all my projects.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#343a40" />
<meta property="og:title" content="Jelle Glebbeek - Portfolio" />
<meta property="og:url" content="https://jelleglebbeek.com" />
<meta property="og:description" content="My personal portfolio site, where I showcase all my projects.">
<meta property="og:image" content="icon.png">
<meta property="og:locale" content="en_GB" />
<meta property="og:locale:alternate" content="nl_NL" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@jelleglebbeek" />
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<link rel="shortcut icon" href="./favicon.ico" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body data-spy="scroll" data-target="#nav" data-offset="0">
<nav id="nav" class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#home" data-i18n="nav.title">Jelle Glebbeek</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mobileToggle" aria-controls="mobileToggle" aria-expanded="false" aria-label="toggle the navigation bar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="mobileToggle">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="#jelle">Jelle</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills" data-i18n="nav.skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects" data-i18n="nav.projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#hire" data-i18n="nav.hireme">Hire me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact" data-i18n="nav.contact">Contact</a>
</li>
</ul>
<ul class="navbar-nav lang mr-auto mt-2 mt-lg-0">
<li class="nav-item">
<p class="lang-sel"><a class="lang-opt en" onclick="changeLanguage('en');">EN</a> | <a class="lang-opt nl" onclick="changeLanguage('nl');">NL</a></p>
</li>
</ul>
<form id="socials" class="form-inline my-2 my-lg-0 d-none d-lg-block">
<a rel="noopener" target="_blank" href="https://twitter.com/jelleglebbeek" destination="twitter"><i class="fab fa-twitter"></i></a>
<a rel="noopener" target="_blank" href="https://www.instagram.com/sir__jelly/" destination="instagram"><i class="fab fa-instagram"></i></a>
<a rel="noopener" target="_blank" href="https://www.reddit.com/user/Sir_Squidwards" destination="reddit"><i class="fab fa-reddit"></i></a>
<a id="discordPopover" destination="discord" data-i18n="[data-content]nav.discord" data-container="body" data-toggle="popover" data-placement="bottom" data-html="true" data-content='jely2002#3553<br><strong>Copied to clipboard!<strong>'>
<i class="fab fa-discord"></i>
</a>
<a rel="noopener" destination="github" target="_blank" href="https://github.com/jely2002"><i class="fab fa-github"></i></a>
<a rel="noopener" destination="steam" target="_blank" href="https://steamcommunity.com/id/jely2002"><i class="fab fa-steam"></i></a>
</form>
</div>
</nav>
<header id="home" class="masthead">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12 text-center">
<div class="header-title">
<h1 class="animated fadeIn font-weight-light typed"></h1>
</div>
<p class="lead" data-i18n="masthead.lead">More about me? Just scroll down.</p>
</div>
<div class="icon">
<a href="#jelle"><i class="fas fa-angle-double-down animated fadeIn slower"></i></a>
</div>
<div class="info-icon">
<a id="pictureInfoBtn" href="#" data-toggle="modal" data-target="#pictureInfo"><i class="fas fa-camera animated fadeIn slower"></i></a>
</div>
</div>
</div>
</header>
<section id="jelle" class="py-5 bg-light">
<div class="container">
<h2 class="font-weight-light wow fadeIn" data-i18n="about.title">About me</h2>
<div class="row">
<div class="wrapper col-md-5 col-lg-5 col-xl-5 col-sm-12">
<p class="wow fadeIn col-lg-12 aboutDesc" data-args="aaaa" data-i18n="[html]about.description">Hi, I'm Jelle. I've always had a passion for computers and the technology behind them. Thats why I started programming at the age of 9, in the mean time I have learned multiple languages by myself. Right now I'm studying Computer Science at the Leiden University of Applied Sciences, so I can make programming my job.<br><br>In my free time I like to cycle on my mountainbike as well as play games on my <a rel="noopener" target="_blank" href='https://setuplog.io/setup/AX2BpKXy/mr-squidwards'>battlestation</a>. I have build up quite the game library in my time gaming, with a lot of games in my library you could say I like collecting games. <br><br>Feel free to check out my <a rel='noopener' href='https://steamcommunity.com/id/jely2002' target='_blank'>game library</a> or some of the <a href='#projects'>coding projects</a> I work on!</p>
</div>
<div class="profileTable mr-5 col-md-2 col-lg-2 col-xl-2 d-none d-sm-none d-md-block wow fadeIn">
<table class="table">
<tbody>
<tr>
<th scope="row" data-i18n="about.age">Age</th>
<td id="age"></td>
</tr>
<tr>
<th scope="row" data-i18n="about.gender">Gender</th>
<td data-i18n="about.answer.gender">Male</td>
</tr>
<tr>
<th scope="row" data-i18n="about.country">Country</th>
<td data-i18n="about.answer.country">Holland</td>
</tr>
<tr>
<th scope="row" data-i18n="about.food">Food</th>
<td data-i18n="about.answer.food">Sushi</td>
</tr>
<tr>
<th scope="row" data-i18n="about.color">Color</th>
<td data-i18n="about.answer.color">Green</td>
</tr>
<tr>
<th scope="row" data-i18n="about.personality">Personality</th>
<td><a rel="noopener" href="https://www.16personalities.com/intp-personality" target="_blank">INTP-A</a></td>
</tr>
<tr>
<th scope="row"></th>
<td></td>
</tr>
</tbody>
</table>
</div>
<div class="col-10 col-sm-8 col-md-4 col-lg-4">
<img class="profilePicture wow fadeIn" src="./img/pf.png" data-i18n="[alt]about.image-alt" alt="A picture of Jelle Glebbeek">
</div>
</div>
</div>
</section>
<section id="skills" class="py-5 bg-dark">
<div class="container text-white font-weight-light">
<h2 class="font-weight-light wow fadeIn" data-i18n="skills.title">Skills & Development</h2>
<codersrank-skills-chart username="jely2002" branding="false" svg-height="200" skills="JavaScript, Java, CSS, HTML, Dart, Python, JSON, TypeScript, Vue" show-other-skills="true" legend labels tooltip></codersrank-skills-chart>
<br><br>
<codersrank-summary username="jely2002" branding="false" show-header="false"></codersrank-summary>
<br><br>
<codersrank-activity class="d-none d-sm-block" username="jely2002" branding="true" legend labels tooltip></codersrank-activity>
</div>
</section>
<section id="projects" class="py-5 bg-light">
<div class="container">
<h2 class="font-weight-light wow fadeIn"data-i18n="projects.title">Projects</h2>
<div class="row justify-content-center">
<div class="col-12 col-md-4 ">
<div class="card wow fadeIn">
<img src="./img/ytdl.png" loading="lazy" class="card-img-top" data-i18n="[alt]projects.ytdlgui.alt" alt="The youtube-dl-gui logo">
<div class="card-body">
<h5 class="card-title" data-i18n="projects.ytdlgui.title">youtube-dl-gui</h5>
<h6 class="card-subtitle mb-2 text-muted" data-i18n="projects.category.electronnode">Electron / NodeJS</h6>
<p class="card-text" data-i18n="projects.ytdlgui.text">An easy to use program to download videos and playlists from YouTube and many more services.</p>
<a rel="noopener" href="https://jely2002.github.io/youtube-dl-gui" class="btn btn-dark" target="_blank" role="button" data-i18n="projects.ytdlgui.btn">Download</a>
<a rel="noopener" href="https://github.com/jely2002/youtube-dl-gui" class="btn btn-dark" target="_blank" role="button"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-12 col-md-4 ">
<div class="card wow fadeIn">
<img src="./img/esv.png" loading="lazy" class="card-img-top" data-i18n="[alt]projects.esv.alt" alt="The easy sphere viewer logo.">
<div class="card-body">
<h5 class="card-title" data-i18n="projects.esv.title">Easy Sphere Viewer</h5>
<h6 class="card-subtitle mb-2 text-muted" data-i18n="projects.category.electronnode">Electron / NodeJS</h6>
<p class="card-text" data-i18n="projects.esv.text">View 360 degree photospheres and cubemaps with this fast and really straightforward program.</p>
<a rel="noopener" href="https://github.com/jely2002/EasySphereViewer/releases/latest" class="btn btn-dark" target="_blank" role="button" data-i18n="projects.esv.btn">Download</a>
<a rel="noopener" href="https://github.com/jely2002/EasySphereViewer" class="btn btn-dark" target="_blank" role="button"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="card wow fadeIn">
<img src="./img/jelle.png" loading="lazy" class="card-img-top" data-i18n="[alt]projects.jelleglebbeek.alt" alt="A picture of the website jelleglebbeek.com">
<div class="card-body">
<h5 class="card-title" data-i18n="projects.jelleglebbeek.title">Jelleglebbeek.com</h5>
<h6 class="card-subtitle mb-2 text-muted" data-i18n="projects.category.webdev">Web Development</h6>
<p class="card-text" data-i18n="projects.jelleglebbeek.text">The site you are on right now, with some information about me and the projects I work on.</p>
<a rel="noopener" href="https://jelleglebbeek.com" class="btn btn-dark" target="_blank" role="button" data-i18n="projects.jelleglebbeek.btn">Visit</a>
<a rel="noopener" href="https://github.com/jely2002/jelleglebbeek.com" class="btn btn-dark" target="_blank" role="button"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-12 col-md-4 ">
<div class="card wow fadeIn " data-wow-delay="0.50s">
<img src="./img/wijna.png" loading="lazy" class="card-img-top" data-i18n="[alt]projects.galeriewijna.alt" alt="A picture of the website galeriewijna.nl">
<div class="card-body">
<h5 class="card-title" data-i18n="projects.galeriewijna.title">Galeriewijna.nl</h5>
<h6 class="card-subtitle mb-2 text-muted" data-i18n="projects.category.webdevangular">Web Development / Angular</h6>
<p class="card-text" data-i18n="projects.galeriewijna.text">A simple but good looking website where paintings that are up for sale get showcased.</p>
<a rel="noopener" href="http://galeriewijna.nl" class="btn btn-dark" target="_blank" role="button" data-i18n="projects.galeriewijna.btn">Visit</a>
<a rel="noopener" href="#" class="btn btn-dark disabled" target="_blank" role="button"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-12 col-md-4 ">
<div class="card wow fadeIn" data-wow-delay="0.50s">
<img src="./img/gm4.png" loading="lazy" class="card-img-top" data-i18n="[alt]projects.gm4.alt" alt="The logo of GM4">
<div class="card-body">
<h5 class="card-title" data-i18n="projects.gm4.title">GameMode 4</h5>
<h6 class="card-subtitle mb-2 text-muted" data-i18n="projects.category.javaspigot">Java / Spigot</h6>
<p class="card-text" data-i18n="[html]projects.gm4.text">A minecraft plugin derived from the popular GM4 datapacks which adds tons of new features to the game.</p>
<a rel="noopener" href="#" class="btn btn-dark disabled" target="_blank" role="button" data-i18n="projects.gm4.btn">Download</a>
<a rel="noopener" href="https://github.com/jely2002/gm4" class="btn btn-dark" target="_blank" role="button"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-12 col-md-4 ">
<div class="card wow fadeIn" data-wow-delay="0.50s" >
<img src="./img/pc.png" loading="lazy" class="card-img-top" data-i18n="[alt]projects.squidwards.alt" alt="A photo of my computer setup">
<div class="card-body">
<h5 class="card-title" data-i18n="projects.squidwards.title">Master Squidwards</h5>
<h6 class="card-subtitle mb-2 text-muted" data-i18n="projects.category.hardware">Hardware</h6>
<p class="card-text" data-i18n="projects.squidwards.text">My very own setup where I spend most of my days. The name obviously comes from Spongebob (don't ask why).</p>
<a rel="noopener" href="https://setuplog.io/setup/AX2BpKXy/mr-squidwards" class="btn btn-dark" target="_blank" role="button" data-i18n="projects.squidwards.btn">More info</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="hire" class="py-5 bg-dark">
<div class="container text-white">
<div class="row d-flex justify-content-between">
<div class="col-lg-6">
<h2 class="font-weight-light wow fadeIn" data-i18n="hireme.title">Currently working for: Shockbyte</h2>
<p class=" wow fadeIn" data-i18n="[html]hireme.text">Do you have a project you need a developer for? I have tons of experience with all kinds of programming languages and projects. Contact me below if you are interested in hiring me for a project, or if you simply want some more information about the services I can provide.</p>
</div>
<img class="" src="img/shockbyte-logo.png" alt="Shockbyte logo">
</div>
</div>
</section>
<section id="contact" class="py-5 bg-light">
<div class="container">
<h2 class="font-weight-light wow fadeIn mb-4" data-i18n="contact.title">Hit me up!</h2>
<form id='contact-form' action="javascript:onFormSubmit();">
<div class="form-group wow fadeIn">
<label for="nameInput" data-i18n="contact.name">Name</label>
<input type="text" class="form-control" id="nameInput" required>
</div>
<div class="form-group wow fadeIn">
<label for="emailInput" data-i18n="contact.email">E-mail address</label>
<input type="email" class="form-control" id="emailInput" required>
</div>
<div class="form-group wow fadeIn">
<label for="messageInput" data-i18n="contact.message">Message</label>
<textarea class="form-control" id="messageInput" rows="3" required></textarea>
</div>
<small id="captchaTerms mb-2" class="form-text text-muted wow fadeIn" data-i18n="[html]contact.recaptcha.terms">This site is protected by reCAPTCHA and the Google
<a href="https://policies.google.com/privacy">Privacy Policy</a> and
<a href="https://policies.google.com/terms">Terms of Service</a> apply.</small>
<div class="invalid-feedback" data-i18n="contact.recaptcha.fail">
You have failed the captcha, please try submitting the form again.
</div>
<div class="g-recaptcha"
data-sitekey="6LetkKcZAAAAAOxCa3x8oSxpo7We-eIOxtU7ZkNz"
data-callback="onCaptchaSubmit"
data-size="invisible"
data-badge="bottomleft">
</div>
<button id="submit" type="submit" class="btn btn-dark mt-4 wow fadeIn" data-i18n="contact.send">Send</button>
</form>
</div>
</section>
<footer class="py-2 bg-dark">
<div class="container-fluid">
<div class="row justify-content-between align-items-center">
<p class="copyright text-white col-md-4 col-8 font-weight-light"><span id="year">2020</span> Jelle Glebbeek</p>
<form class="form-inline d-flex my-2 my-lg-0 col-md-4 col-8 justify-content-md-end">
<a rel="noopener" destination="twitter" target="_blank" href="https://twitter.com/jelleglebbeek"><i class="fab fa-twitter"></i></a>
<a rel="noopener" destination="instagram" target="_blank" href="https://www.instagram.com/sir__jelly/"><i class="fab fa-instagram"></i></a>
<a rel="noopener" destination="reddit" target="_blank" href="https://www.reddit.com/user/Sir_Squidwards"><i class="fab fa-reddit"></i></a>
<a id="discordPopover" destination="discord" data-i18n="[data-content]nav.discord" data-container="body" data-toggle="popover" data-placement="top" data-html="true" data-content='jely2002#3553<br><strong>Copied to clipboard!<strong>'>
<i class="fab fa-discord"></i>
</a>
<a rel="noopener" destination="github" target="_blank" href="https://github.com/jely2002"><i class="fab fa-github"></i></a>
<a rel="noopener" destination="steam" target="_blank" href="https://steamcommunity.com/id/jely2002"><i class="fab fa-steam"></i></a>
</form>
</div>
</div>
</footer>
<div class="modal fade" id="pictureInfo" tabindex="-1" role="dialog" aria-labelledby="PictureInfoModal" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="PictureInfoModal" data-i18n="picinfo.title">Picture info</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ul class="list-group list-group-flush">
<li class="list-group-item d-flex justify-content-between align-items-center" data-i18n="[html]picinfo.location">
Kuta, Bali, Indonesia
<span class="badge"><i class="fas fa-map-marked-alt"></i></span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center" data-i18n="[html]picinfo.coords">
8°45'47.6"S 115°10'22.8"E
<span class="badge"><i class="fas fa-map-marker-alt"></i></span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center" data-i18n="[html]picinfo.camera">
Nikon Coolpix P530
<span class="badge"><i class="fas fa-camera"></i></span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center" data-i18n="[html]picinfo.settings">
15sec. f/3,7 4,3mm
<span class="badge"><i class="fas fa-cog"></i></span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center" data-i18n="[html]picinfo.copy">
Jelle Glebbeek, 2019
<span class="badge"><i class="fas fa-copyright"></i></span>
</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-dark" data-href='img/non-minified%20images/Stars-over-the-frangipani.jpg' download="Stars-Over-The-Frangipani.jpg" onclick='forceDownload(this)' data-i18n="[html]picinfo.download"><i class="fas fa-download"></i> Download</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal" data-i18n="picinfo.close">Close</button>
</div>
</div>
</div>
</div>
<div class="toast" id="form-sent-toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header bg-success">
<i class="fas mr-3 fa-paper-plane"></i>
<strong class="mr-auto" data-i18n="toast.messagesend.title">Your message has been send!</strong>
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
<div class="toast" id="form-captcha-fail" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header bg-danger">
<i class="fas mr-3 fa-exclamation-triangle"></i>
<strong class="mr-auto" data-i18n="toast.captchafail.title">Unable to send your message...</strong>
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="toast-body" data-i18n="toast.captchafail.body">
You have failed the invisible captcha, please try submitting the form again.
</div>
</div>
<div class="toast" id="cookies" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header bg-secondary">
<i class="fas mr-3 fa-cookie-bite"></i>
<strong class="mr-auto" data-i18n="toast.cookies.title">Cookies</strong>
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="toast-body d-flex justify-content-end" data-i18n="[html]toast.cookies.body">
This site uses cookies to improve the experience, by using this site you agree to the use of cookies.
<button class="btn btn-secondary ml-3 closeCookies" data-i18n="toast.cookies.btn">Alright!</button>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" integrity="sha256-0rguYS0qgS6L4qVzANq4kjxPLtvnp5nn2nB5G1lWRv4=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script rel="preconnect" src="https://kit.fontawesome.com/b72cb6dddd.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" integrity="sha512-3j3VU6WC5rPQB4Ld1jnLV7Kd5xr+cq9avvhwqzbH/taCRNURoeEpoPBK9pDyeukwSxwRPJ8fDgvYXd6SkaZ2TA==" crossorigin="anonymous"></script>
<script src="https://www.google.com/recaptcha/api.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/@wikimedia/[email protected]/src/jquery.i18n.js" integrity="sha256-HS4Vr2cwLTnr3mx7CXXGroUdpnLFQEOJFGO8mRtivIQ=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@wikimedia/[email protected]/src/jquery.i18n.messagestore.js" integrity="sha256-nSrCbN/xvYu7RUekMoyinhTepWY4PYcURVV03klB0RI=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@wikimedia/[email protected]/src/jquery.i18n.fallbacks.js" integrity="sha256-cmL5JZyTXPbSGYkM6xCFRPbOVtxPvSNqC6wx+JUVbNg=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@wikimedia/[email protected]/src/jquery.i18n.language.js" integrity="sha256-+pdu2Ovunt2MgcdQw0OEKR/DUkTSwYUmZXycDYBORBU=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@wikimedia/[email protected]/src/jquery.i18n.parser.js" integrity="sha256-W97ouqzCzTffrqDPhRHfUlCvFLuTeVCnPQLdeR1j3VM=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@wikimedia/[email protected]/src/jquery.i18n.emitter.js" integrity="sha256-EcbmpPmVwdU0U8cLnHYJeK0RFEoZNIy0CAmHMSRh2dI=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@wikimedia/[email protected]/src/jquery.i18n.emitter.bidi.js" integrity="sha256-9o7Wx1+RORANTMsD+rxR4z7v1BXO0ELijEzUI1qJaR0=" crossorigin="anonymous"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="https://unpkg.com/@codersrank/[email protected]/codersrank-summary.min.js" defer async></script>
<script src="https://unpkg.com/@codersrank/[email protected]/codersrank-skills-chart.min.js" defer async></script>
<script src="https://unpkg.com/@codersrank/[email protected]/codersrank-activity.min.js" defer async></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-55651091-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-55651091-4');
</script>
</body>
</html>