-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
522 lines (383 loc) · 26 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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<!doctype html> <!-- HTML5 -->
<html lang="en">
<head>
<!-- Set character encoding for the document -->
<meta charset="utf-8">
<!-- Viewport for responsive web design -->
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<!-- Document Title -->
<title>Vcard - John's Personal Portfolio</title>
<!-- Meta Description -->
<meta name="description" content="John's Virtual Card, made HTML5 and CSS only.">
<!-- Css Link-->
<link rel="stylesheet" href="./css/style.css">
<!--
- Google Font Link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<!-- Google Icon Link-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--FontAwesome Icon Link-->
<script src="https://kit.fontawesome.com/0880967646.js" crossorigin="anonymous"></script>
</head>
<body>
<main>
<!--Side bar that become top bar for mobile-->
<aside class="sidebar">
<div class="sidebar-info">
<figure class="pfp-box">
<img src="./assets/peace-nbg.png" alt="John Andres profile pictures" >
</figure>
<div class="info">
<h1 class="name" title="John Andres">John Andres</h1>
<p class="title">Junior Web Developer</p>
</div>
</div>
<div class="more-info">
<div class="hr"></div>
<ul class="contacts-list">
<li class="contact-item">
<div class="icon-box">
<i class="fa-solid fa-envelope"></i>
</div>
<div class="contact-info">
<p class="contact-title">Email</p>
<a href="mailto:jm49andres@gmail.com" class="contact-link">jm49andres@gmail.com</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<i class="fa-solid fa-phone"></i>
</div>
<div class="contact-info">
<p class="contact-title">Phone</p>
<a href="tel:+32491881117" class="contact-link">+32 491 88 11 17</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<i class="fa-solid fa-location-dot"></i>
</div>
<div class="contact-info">
<p class="contact-title">Location</p>
<address>Brussels, Belgium, BE</address>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<i class="fa-brands fa-hire-a-helper"></i>
</div>
<div class="contact-info">
<p class="contact-title">Why hire me?</p>
<address>Love learning new tech and very motivated</address>
</div>
</li>
</ul>
<div class="hr"></div>
<ul class="social-list">
<li class="social-item">
<a href="https://github.com/John4E656F" class="social-link">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li class="social-item">
<a href="https://twitter.com/Neo_Genesis49" class="social-link">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li class="social-item">
<a href="https://medium.com/@neogenesis49" class="social-link">
<i class="fa-brands fa-medium"></i>
</a>
</li>
<li class="social-item">
<a href="https://dribbble.com/john4e656f" class="social-link">
<i class="fa-brands fa-dribbble"></i>
</a>
</li>
</ul>
</div>
</aside>
<!--Main Content-->
<div class="main-content">
<!--Navbar-->
<nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item">
<a href="#about"><button class="navbar-link">About</button></a>
</li>
<li class="navbar-item">
<a href="#resume"><button class="navbar-link">Resume</button></a>
</li>
<!-- <li class="navbar-item">
<button class="navbar-link">Portfolio</button>
</li> -->
<li class="navbar-item">
<button class="navbar-link">Contact</button>
</li>
</ul>
</nav>
<!--About-->
<article class="about" id="about">
<header>
<h2 class="h2-about">About me</h2>
</header>
<section class="about-info">
<p>
I'm Junior Web Developer and Crypto Enthousiast from Brussels, Belgium, working in web development.
I enjoy
learning new skills and researching new techs to get inspired, then use them to create awesome, beautiful and intuitive websites.
</p>
<p>
My job is to build your website so that it is functional and user-friendly but at the same time attractive.
Moreover, I add personal touch to your product and make sure that is eye-catching and easy to use.
My aim is to bring across your message and identity in the most creative way.
</p>
</section>
<!--Service-->
<section class="service">
<h3 class="h3-service">What I do </h3>
<ul class="service-list">
<li class="service-item">
<div class="service-icon-box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" width="50px" class="changeColor">
<!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path d="M414.8 40.79L286.8 488.8C281.9 505.8 264.2 515.6 247.2 510.8C230.2 505.9 220.4 488.2 225.2 471.2L353.2 23.21C358.1 6.216 375.8-3.624 392.8 1.232C409.8 6.087 419.6 23.8 414.8 40.79H414.8zM518.6 121.4L630.6 233.4C643.1 245.9 643.1 266.1 630.6 278.6L518.6 390.6C506.1 403.1 485.9 403.1 473.4 390.6C460.9 378.1 460.9 357.9 473.4 345.4L562.7 256L473.4 166.6C460.9 154.1 460.9 133.9 473.4 121.4C485.9 108.9 506.1 108.9 518.6 121.4V121.4zM166.6 166.6L77.25 256L166.6 345.4C179.1 357.9 179.1 378.1 166.6 390.6C154.1 403.1 133.9 403.1 121.4 390.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4L121.4 121.4C133.9 108.9 154.1 108.9 166.6 121.4C179.1 133.9 179.1 154.1 166.6 166.6V166.6z"/>
</svg>
<!-- <img src="/assets/code-solid white.svg" alt="web development" > -->
</div>
<div class="service-content-box">
<h4 class="service-item-title">Web development</h4>
<p class="service-item-text">
High-quality development of sites at the professional level.
</p>
</div>
</li>
<li class="service-item">
<div class="service-icon-box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" width="50px" class="changeColor">
<!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path d="M224 263.3C224.2 233.3 238.4 205.2 262.4 187.2L499.1 9.605C517.7-4.353 543.6-2.965 560.7 12.9C577.7 28.76 580.8 54.54 568.2 74.07L406.5 324.1C391.3 347.7 366.6 363.2 339.3 367.1L224 263.3zM320 400C320 461.9 269.9 512 208 512H64C46.33 512 32 497.7 32 480C32 462.3 46.33 448 64 448H68.81C86.44 448 98.4 429.1 96.59 411.6C96.2 407.8 96 403.9 96 400C96 339.6 143.9 290.3 203.7 288.1L319.8 392.5C319.9 394.1 320 397.5 320 400V400z"/>
</svg>
<!-- <img src="/assets/paintbrush-solid.svg" alt="web design" > -->
</div>
<div class="service-content-box">
<h4 class="service-item-title">Web design</h4>
<p class="service-item-text">
The most modern and high-quality design made at a professional level.
</p>
</div>
</li>
<!-- <li class="service-item">
<div class="service-itcpn- box">
<span class="material-symbols-outlined">smartphone</span>
</div>
<div class="service-content-box">
<h4 class="service-item-title">Web design</h4>
</div>
</li> -->
</ul>
</section>
<!--testimonials-->
<section class="testominials">
<h3 class="h3-testimonials">Testimonials</h3>
<ul class="testimonials-list">
<li class="testimonials-items">
<div class="content-box">
<figure class="testimonials-icon-box">
<img src="">
</figure>
<h4 class="h4-testimonials-title">Bill Gates</h4>
<div class="testimonials-text">
<p>
John was hired to create a corporate identity. We were very pleased with the work done. He has a
lot of chakra
and is very concerned about the needs of villagers. Equiped with set of uniqued abilities.
He manage to create a very special product that brings an ever lasting memories to our users.
</p>
</div>
</div>
</li>
<li class="testimonials-items">
<div class="content-box">
<figure class="testimonials-icon box">
<img src="">
</figure>
<h4 class="h4-testimonials-title">You</h4>
<div class="testimonials-text">
<p>
This tesimonial spot is reserved for you.
</p>
</div>
</div>
</li>
</ul>
</section>
<!-- Skills -->
<section class="skills">
<h3 class="h3-skills-title">Skills</h3>
<ul class="skills-list">
<li class="skills-item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="50px" class="changeColor">
<!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path d="M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"/>
</svg>
<div class="skills-bar">
<div class="skills-html">90%</div>
</div>
</li>
<li class="skills-item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="50px" class="changeColor">
<!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path d="M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z"/>
</svg>
<div class="skills-bar">
<div class="skills-css">80%</div>
</div>
</li>
<li class="skills-item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="50px" class="changeColor">
<!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path d="M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z"/>
</svg>
<div class="skills-bar">
<div class="skills-js">40%</div>
</div>
</li>
<li class="skills-item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="50px" class="changeColor">
<!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path d="M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z"/>
</svg>
<div class="skills-bar">
<div class="skills-figma">30%</div>
</div>
</li>
</ul>
</section>
</article>
<!-- Resume -->
<article class="resume" id="resume">
<header>
<h2 class="h2-article-title">Resume</h2>
</header>
<a href="" alt="Download John's Resume" download="" class="downloadpdf">Download PDF</a>
<section class="cv">
<div class="title-box">
<div class="icon-box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" width="50px" class="changeColor">
<path d="M144.3 32.04C106.9 31.29 63.7 41.44 18.6 61.29c-11.42 5.026-18.6 16.67-18.6 29.15l0 357.6c0 11.55 11.99 19.55 22.45 14.65c126.3-59.14 219.8 11 223.8 14.01C249.1 478.9 252.5 480 256 480c12.4 0 16-11.38 16-15.98V80.04c0-5.203-2.531-10.08-6.781-13.08C263.3 65.58 216.7 33.35 144.3 32.04zM557.4 61.29c-45.11-19.79-88.48-29.61-125.7-29.26c-72.44 1.312-118.1 33.55-120.9 34.92C306.5 69.96 304 74.83 304 80.04v383.1C304 468.4 307.5 480 320 480c3.484 0 6.938-1.125 9.781-3.328c3.925-3.018 97.44-73.16 223.8-14c10.46 4.896 22.45-3.105 22.45-14.65l.0001-357.6C575.1 77.97 568.8 66.31 557.4 61.29z"/>
</svg>
<!-- <i class="fa-solid fa-book-open"></i> -->
</div>
<h3 class="h3-cv-title">Education</h3>
<ol class="cv-list">
<li class="cv-item">
<h4 class="h4-cv-item-title">Oxford University</h4>
<span>2050 - 2055</span>
<p class="cv-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione similique repudiandae asperiores qui voluptatem molestiae, praesentium, voluptatum doloremque, repellendus eius exercitationem est fuga cumque impedit.
</p>
</li>
<li class="cv-item">
<h4 class="h4-cv-item-title">Oxford University</h4>
<span>2050 - 2055</span>
<p class="cv-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione similique repudiandae asperiores qui voluptatem molestiae, praesentium, voluptatum doloremque, repellendus eius exercitationem est fuga cumque impedit.
</p>
</li>
<li class="cv-item">
<h4 class="h4-cv-item-title">Oxford University</h4>
<span>2050 - 2055</span>
<p class="cv-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione similique repudiandae asperiores qui voluptatem molestiae, praesentium, voluptatum doloremque, repellendus eius exercitationem est fuga cumque impedit.
</p>
</li>
</ol>
</div>
</section>
<section class="cv">
<div class="title-box">
<div class="icon-box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="50px" class="changeColor">
<path d="M320 336c0 8.844-7.156 16-16 16h-96C199.2 352 192 344.8 192 336V288H0v144C0 457.6 22.41 480 48 480h416c25.59 0 48-22.41 48-48V288h-192V336zM464 96H384V48C384 22.41 361.6 0 336 0h-160C150.4 0 128 22.41 128 48V96H48C22.41 96 0 118.4 0 144V256h512V144C512 118.4 489.6 96 464 96zM336 96h-160V48h160V96z"/>
</svg>
<!-- <i class="fa-solid fa-briefcase" ></i> -->
</div>
<h3 class="h3-cv-title">Experience</h3>
<ol class="cv-list">
<li class="cv-item">
<h4 class="h4-cv-item-title">Oxford University</h4>
<span>2050 - 2055</span>
<p class="cv-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione similique repudiandae asperiores qui voluptatem molestiae, praesentium, voluptatum doloremque, repellendus eius exercitationem est fuga cumque impedit.
</p>
</li>
<li class="cv-item">
<h4 class="h4-cv-item-title">Oxford University</h4>
<span>2050 - 2055</span>
<p class="cv-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione similique repudiandae asperiores qui voluptatem molestiae, praesentium, voluptatum doloremque, repellendus eius exercitationem est fuga cumque impedit.
</p>
</li>
<li class="cv-item">
<h4 class="h4-cv-item-title">Oxford University</h4>
<span>2050 - 2055</span>
<p class="cv-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione similique repudiandae asperiores qui voluptatem molestiae, praesentium, voluptatum doloremque, repellendus eius exercitationem est fuga cumque impedit.
</p>
</li>
</ol>
</div>
</section>
</article>
<!-- Contact Form -->
<article class="contact">
<header>
<h2 class="h2-contact">Contact</h2>
</header>
<!-- <section class="mapbox">
<figure>
<div class="mapouter">
<div class="gmap_canvas">
<iframe id="gmap_canvas" src="https://maps.google.com/maps?q=brussels&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
</iframe>
<a href="https://www.whatismyip-address.com">
</a>
<br>
<style>.mapouter{position:relative;text-align:right;height:500px;width:600px;}
</style><a href="https://www.embedgooglemap.net">embedgooglemap.net</a>
<style>.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:600px;}</style>
</div></div>
</figure>
</section> -->
<section class="contact-info">
<p class="p-contact">
Interested in hiring me for your project or just want to say hi? You can fill in the contact form nelow or send me an email to <a href="mailto:jm49andres@gmail.com" class="contact-email" alt="john email">jm49andres@gmail.com</a>
<br>
Want to get connected? Follow me on the social channels below.
</p>
</section>
<section class="contact-form">
<!-- Need to link php to form action -->
<form action="#" class="form">
<div class="input-wrapper">
<input type="text" name="fullname" class="form-input" placeholder="Full name">
<input type="email" name="email" class="form-input" placeholder="Email address">
<textarea name="message" class="form-input" placeholder="Your Message"></textarea>
</div>
<button class="form-btn" type="submit">
<i class="fa-solid fa-paper-plane"></i>
<span>Send Message</span>
</button>
</form>
</section>
</article>
</div>
</main>
<footer>
</footer>
</body>
</html>