-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
575 lines (545 loc) · 26.2 KB
/
index.html
File metadata and controls
575 lines (545 loc) · 26.2 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
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
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<!DOCTYPE html>
<html lang="en">
<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" />
<title>Robert Quillca | Your favourite hecker!</title>
<meta name="title" content="Robert Quillca | Your favorite hecker!" />
<meta name="description"
content="Personal Responsive Website where the professional details the most relevant aspects of his career, such as his profile, projects completed, experience gained, skills developed and ways to contact him." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://robertquillca.github.io/personal-website/" />
<meta property="og:tittle" content="Robert Quillca | Your favorite hecker!" />
<meta property="og:description"
content="Personal Responsive Website where the professional details the most relevant aspects of his career, such as his profile, projects completed, experience gained, skills developed and ways to contact him." />
<meta property="og:img" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://robertquillca.github.io/personal-website/" />
<meta property="twitter:title" content="Robert Quillca | Your favorite hecker!" />
<meta property="twitter:description"
content="Web Personal Responsiva donde el profesional detalla lo más relevante de su carrera." />
<meta property="twitter:image" content="#" />
<link rel="stylesheet" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="./css/index.css" />
</head>
<body class="body">
<header class="header">
<nav class="header-nav">
<a href="#profile" class="header-nav__link-logo-container">
<img src="./img/robert-perfil.jpg" alt="Robert Quillca" class="header-nav__link-logo" />
</a>
<label for="menu" class="header-nav__menu-icon">
<img src="./img/Hamburger_icon.svg.png" class="header-nav__icon">
</label>
<input type="checkbox" name="menu" id="menu" class="header-nav__menu-checkbox">
<ul class="header-nav__link-list">
<li class="header-nav__link-item">
<a href="#profile" class="header-nav__link">Profile</a>
</li>
<li class="header-nav__link-item">
<a href="#experience" class="header-nav__link">Experience</a>
</li>
<li class="header-nav__link-item">
<a href="#projects" class="header-nav__link">Projects</a>
</li>
<li class="header-nav__link-item">
<a href="#skills" class="header-nav__link">Skills</a>
</li>
<li class="header-nav__link-item">
<a href="#contact" class="header-nav__link">Contact</a>
</li>
<div class="header-nav__button-container">
<a href="#" class="header-nav__button-link-download">Download CV</a>
<a href="mailto: robertquillca@gmail.com" class="header-nav__button-link-contact">Contact to Hire</a>
</div>
</ul>
</nav>
</header>
<main class="main">
<!-- =======MAIN ARTICLE=======-->
<article class="profile" id="profile">
<div class="profile-container">
<div class="profile__info animate__animated animate__fadeInLeft">
<h1 class="profile__info-title">
Robert Quillca |
<em class="software-engineer">Fullstack Developer</em>
</h1>
<p class="profile__info-description">
Hi there! my name is <strong>Robert Quillca</strong> but everybody
calls me: “<em>Rob</em>”. I'm a 18 years old Software developer in
process born in Cusco, Perú. I love the web-world since I'm a
child (I think it inspired me when I saw the movie:
<a href="google.com" class="social-network"><em>"The Social Network"</em></a>). At the age of 15 when I was
at high-school, I started coding
in HTML & CSS, and I was so very excited about these technologies,
so at 17, I started programming in JavaScript and my mind started
blowing.
</p>
<div class="profile__info-link-container">
<a href="#" class="profile__info-link">Portfolio</a>
<a href="#" class="profile__info-link-download">Donwload CV</a>
</div>
</div>
<div class="profile__cover-image animate__animated animate__fadeInRight">
<figure class="profile__image-container">
<img src="./img/robert-perfil.jpg" alt="Robert Quillca" class="profile__image" />
</figure>
</div>
</section>
</div>
</article>
<!-- =======EXPERIENCIES: Top Wave Separator=======-->
<section class="wave-separator animate__animated animate__fadeInUp">
<figure class="wave-separator__wave-container">
<img src="./img/wave.svg" alt="Wave separator" class="wave-separator__wave" />
</figure>
</section>
<!-- =======EXPERIENCES=======-->
<section class="experience animate__animated animate__fadeInUp" id="experience">
<div class="experience-container">
<h2 class="experience__title">Professional experience</h2>
<div class="experience__experiences">
<section class="experience__experience">
<h4 class="experience__date">October 2021, present</h4>
<h3 class="experience__company">Mandü</h3>
<h4 class="experience__role">Software Engineer Trainee</h4>
<ul class="experience__activities">
<li class="experience__activity">
Mantenimiento de Web: Actualización de dineño, optimización y
adición de funcionalidades.
</li>
<li class="experience__activity">
Maquetación Web de diseños del Figma en Laravel.
</li>
</ul>
</section>
<section class="experience__experience">
<h4 class="experience__date">October 2021, present</h4>
<h3 class="experience__company">Mandü</h3>
<h4 class="experience__role">Software Engineer Trainee</h4>
<ul class="experience__activities">
<li class="experience__activity">
Matenimiento de Web: Actualización de dineño, optimización y
adición de funcionalidades.
</li>
<li class="experience__activity">
Maquetación Web de diseños del Figma en Laravel.
</li>
</ul>
</section>
<section class="experience__experience">
<h4 class="experience__date">October 2021, present</h4>
<h3 class="experience__company">Mandü</h3>
<h4 class="experience__role">Software Engineer Trainee</h4>
<ul class="experience__activities">
<li class="experience__activity">
Matenimiento de Web: Actualización de dineño, optimización y
adición de funcionalidades.
</li>
<li class="experience__activity">
Maquetación Web de diseños del Figma en Laravel.
</li>
</ul>
</section>
<section class="experience__experience">
<h4 class="experience__date">October 2021, present</h4>
<h3 class="experience__company">Mandü</h3>
<h4 class="experience__role">Software Engineer Trainee</h4>
<ul class="experience__activities">
<li class="experience__activity">
Matenimiento de Web: Actualización de dineño, optimización y
adición de funcionalidades.
</li>
<li class="experience__activity">
Maquetación Web de diseños del Figma en Laravel.
</li>
</ul>
</section>
<section class="experience__experience">
<h4 class="experience__date">October 2021, present</h4>
<h3 class="experience__company">Mandü</h3>
<h4 class="experience__role">Software Engineer Trainee</h4>
<ul class="experience__activities">
<li class="experience__activity">
Matenimiento de Web: Actualización de dineño, optimización y
adición de funcionalidades.
</li>
<li class="experience__activity">
Maquetación Web de diseños del Figma en Laravel.
</li>
</ul>
</section>
<section class="experience__experience">
<h4 class="experience__date">October 2021, present</h4>
<h3 class="experience__company">Mandü</h3>
<h4 class="experience__role">Software Engineer Trainee</h4>
<ul class="experience__activities">
<li class="experience__activity">
Matenimiento de Web: Actualización de dineño, optimización y
adición de funcionalidades.
</li>
<li class="experience__activity">
Maquetación Web de diseños del Figma en Laravel.
</li>
</ul>
</section>
<section class="experience__experience">
<h4 class="experience__date">October 2021, present</h4>
<h3 class="experience__company">Mandü</h3>
<h4 class="experience__role">Software Engineer Trainee</h4>
<ul class="experience__activities">
<li class="experience__activity">
Matenimiento de Web: Actualización de dineño, optimización y
adición de funcionalidades.
</li>
<li class="experience__activity">
Maquetación Web de diseños del Figma en Laravel.
</li>
</ul>
</section>
</div>
</div>
</section>
<!-- =======EXPERIENCES: Bottom Wave Separator=======-->
<section class="wave-separator wave-separator--r-180deg">
<figure class="wave-separator__wave-container">
<img src="./img/wave.svg" alt="Wave separator" class="wave-separator__wave" />
</figure>
</section>
<!-- =======PAST PROJECTS=======-->
<section class="projects" id="projects">
<div class="projects-container">
<h2 class="projects__title">Professional Projects</h2>
<div class="projects__projects">
<article class="projects__project">
<figure class="projects__project-image-container">
<img src="./img/bnb.png" alt="project view" class="projects__project-image" />
</figure>
<div class="projects__project-data">
<h2 class="projects__project-data-title">
learning-technology-acgd
</h2>
<h3 class="projects__project-data-core-technology">
Core: JavaScript
</h3>
<h4 class="projects__project-data-technologies">
Tecnologías: JavaScript, CSS, HTML, Normalize.css, Font
Awesome, Google Fonts
</h4>
<p class="projects__project-data-about">
Página de Aprendizaje de Tecnología, donde podrás adquirir
cursos. La página muestra información relevante del curso.
Asimismo, cuenta con un formulario de Newsletter.
</p>
</div>
<div class="projects__project-button-container">
<a href="#" class="projects__project-button projects__project-button--bg-gold">Demo</a>
<a href="#" class="projects__project-button">Code</a>
</div>
</article>
<article class="projects__project">
<figure class="projects__project-image-container">
<img src="./img/bnb.png" alt="project view" class="projects__project-image" />
</figure>
<div class="projects__project-data">
<h2 class="projects__project-data-title">
learning-technology-acgd
</h2>
<h3 class="projects__project-data-core-technology">
Core: JavaScript
</h3>
<h4 class="projects__project-data-technologies">
Tecnologías: JavaScript, CSS, HTML, Normalize.css, Font
Awesome, Google Fonts
</h4>
<p class="projects__project-data-about">
Página de Aprendizaje de Tecnología, donde podrás adquirir
cursos. La página muestra información relevante del curso.
Asimismo, cuenta con un formulario de Newsletter.
</p>
</div>
<div class="projects__project-button-container">
<a href="#" class="projects__project-button projects__project-button--bg-gold">Demo</a>
<a href="#" class="projects__project-button">Code</a>
</div>
</article>
<article class="projects__project">
<figure class="projects__project-image-container">
<img src="./img/bnb.png" alt="project view" class="projects__project-image" />
</figure>
<div class="projects__project-data">
<h2 class="projects__project-data-title">
learning-technology-acgd
</h2>
<h3 class="projects__project-data-core-technology">
Core: JavaScript
</h3>
<h4 class="projects__project-data-technologies">
Tecnologías: JavaScript, CSS, HTML, Normalize.css, Font
Awesome, Google Fonts
</h4>
<p class="projects__project-data-about">
Página de Aprendizaje de Tecnología, donde podrás adquirir
cursos. La página muestra información relevante del curso.
Asimismo, cuenta con un formulario de Newsletter.
</p>
</div>
<div class="projects__project-button-container">
<a href="#" class="projects__project-button projects__project-button--bg-gold">Demo</a>
<a href="#" class="projects__project-button">Code</a>
</div>
</article>
<article class="projects__project">
<figure class="projects__project-image-container">
<img src="./img/bnb.png" alt="project view" class="projects__project-image" />
</figure>
<div class="projects__project-data">
<h2 class="projects__project-data-title">
learning-technology-acgd
</h2>
<h3 class="projects__project-data-core-technology">
Core: JavaScript
</h3>
<h4 class="projects__project-data-technologies">
Tecnologías: JavaScript, CSS, HTML, Normalize.css, Font
Awesome, Google Fonts
</h4>
<p class="projects__project-data-about">
Página de Aprendizaje de Tecnología, donde podrás adquirir
cursos. La página muestra información relevante del curso.
Asimismo, cuenta con un formulario de Newsletter.
</p>
</div>
<div class="projects__project-button-container">
<a href="#" class="projects__project-button projects__project-button--bg-gold">Demo</a>
<a href="#" class="projects__project-button">Code</a>
</div>
</article>
<article class="projects__project">
<figure class="projects__project-image-container">
<img src="./img/bnb.png" alt="project view" class="projects__project-image" />
</figure>
<div class="projects__project-data">
<h2 class="projects__project-data-title">
learning-technology-acgd
</h2>
<h3 class="projects__project-data-core-technology">
Core: JavaScript
</h3>
<h4 class="projects__project-data-technologies">
Tecnologías: JavaScript, CSS, HTML, Normalize.css, Font
Awesome, Google Fonts
</h4>
<p class="projects__project-data-about">
Página de Aprendizaje de Tecnología, donde podrás adquirir
cursos. La página muestra información relevante del curso.
Asimismo, cuenta con un formulario de Newsletter.
</p>
</div>
<div class="projects__project-button-container">
<a href="#" class="projects__project-button projects__project-button--bg-gold">Demo</a>
<a href="#" class="projects__project-button">Code</a>
</div>
</article>
<article class="projects__project">
<figure class="projects__project-image-container">
<img src="./img/bnb.png" alt="project view" class="projects__project-image" />
</figure>
<div class="projects__project-data">
<h2 class="projects__project-data-title">
learning-technology-acgd
</h2>
<h3 class="projects__project-data-core-technology">
Core: JavaScript
</h3>
<h4 class="projects__project-data-technologies">
Tecnologías: JavaScript, CSS, HTML, Normalize.css, Font
Awesome, Google Fonts
</h4>
<p class="projects__project-data-about">
Página de Aprendizaje de Tecnología, donde podrás adquirir
cursos. La página muestra información relevante del curso.
Asimismo, cuenta con un formulario de Newsletter.
</p>
</div>
<div class="projects__project-button-container">
<a href="#" class="projects__project-button projects__project-button--bg-gold">Demo</a>
<a href="#" class="projects__project-button">Code</a>
</div>
</article>
<article class="projects__project">
<figure class="projects__project-image-container">
<img src="./img/bnb.png" alt="project view" class="projects__project-image" />
</figure>
<div class="projects__project-data">
<h2 class="projects__project-data-title">
learning-technology-acgd
</h2>
<h3 class="projects__project-data-core-technology">
Core: JavaScript
</h3>
<h4 class="projects__project-data-technologies">
Tecnologías: JavaScript, CSS, HTML, Normalize.css, Font
Awesome, Google Fonts
</h4>
<p class="projects__project-data-about">
Página de Aprendizaje de Tecnología, donde podrás adquirir
cursos. La página muestra información relevante del curso.
Asimismo, cuenta con un formulario de Newsletter.
</p>
</div>
<div class="projects__project-button-container">
<a href="#" class="projects__project-button projects__project-button--bg-gold">Demo</a>
<a href="#" class="projects__project-button">Code</a>
</div>
</article>
<article class="projects__project">
<figure class="projects__project-image-container">
<img src="./img/bnb.png" alt="project view" class="projects__project-image" />
</figure>
<div class="projects__project-data">
<h2 class="projects__project-data-title">
learning-technology-acgd
</h2>
<h3 class="projects__project-data-core-technology">
Core: JavaScript
</h3>
<h4 class="projects__project-data-technologies">
Tecnologías: JavaScript, CSS, HTML, Normalize.css, Font
Awesome, Google Fonts
</h4>
<p class="projects__project-data-about">
Página de Aprendizaje de Tecnología, donde podrás adquirir
cursos. La página muestra información relevante del curso.
Asimismo, cuenta con un formulario de Newsletter.
</p>
</div>
<div class="projects__project-button-container">
<a href="#" class="projects__project-button projects__project-button--bg-gold">Demo</a>
<a href="#" class="projects__project-button">Code</a>
</div>
</article>
<article class="projects__project">
<figure class="projects__project-image-container">
<img src="./img/bnb.png" alt="project view" class="projects__project-image" />
</figure>
<div class="projects__project-data">
<h2 class="projects__project-data-title">
learning-technology-acgd
</h2>
<h3 class="projects__project-data-core-technology">
Core: JavaScript
</h3>
<h4 class="projects__project-data-technologies">
Tecnologías: JavaScript, CSS, HTML, Normalize.css, Font
Awesome, Google Fonts
</h4>
<p class="projects__project-data-about">
Página de Aprendizaje de Tecnología, donde podrás adquirir
cursos. La página muestra información relevante del curso.
Asimismo, cuenta con un formulario de Newsletter.
</p>
</div>
<div class="projects__project-button-container">
<a href="#" class="projects__project-button projects__project-button--bg-gold">Demo</a>
<a href="#" class="projects__project-button">Code</a>
</div>
</article>
</div>
</div>
</section>
<!-- =======PROFESSIONAL SKILLS=======-->
<section class="habilities animate__animate__animated animate__flipInx" id="skills">
<div class="habilities-container">
<h2 class="habilities__title">Professional Skills</h2>
<ul class="habilities__habilities-list">
<li class="habilities__hability">React</li>
<li class="habilities__hability">JavaScript</li>
<li class="habilities__hability">C++</li>
<li class="habilities__hability">Bootstrap</li>
<li class="habilities__hability">MySql</li>
<li class="habilities__hability">Python</li>
<li class="habilities__hability">SEO</li>
<li class="habilities__hability">Node.js</li>
<li class="habilities__hability">Git</li>
<li class="habilities__hability">Mongo</li>
<li class="habilities__hability">C</li>
<li class="habilities__hability">Scrum</li>
<li class="habilities__hability">Sass</li>
<li class="habilities__hability">Typescript</li>
<li class="habilities__hability">Html</li>
<li class="habilities__hability">Css</li>
<li class="habilities__hability">Blockchain</li>
<li class="habilities__hability">Solidity</li>
</ul>
</div>
</section>
<!-- =======CONTACT: Top Wave Separator=======-->
<section class="wave-separator animate__aniamated animate__fadeInUp">
<figure class="wave-separator__wave-container">
<img src="./img/wave.svg" alt="wave separator" class="wave-separator__wave" />
</figure>
</section>
<!-- =======CONTACT=======-->
<section class="contact animate__animated animate__rotateIn" id="contact">
<div class="contact-container">
<h2 class="contact__title">Contact to me here</h2>
<form action="/" class="contact__form">
<input type="text" placeholder="Name" name="name" class="contact__form-input" required
pattern="^[a-zA-ZÀ-ÿ\u00f1\u00d1]+(\s*[a-zA-ZÀ-ÿ\u00f1\u00d1]*)*[a-zA-ZÀ-ÿ\u00f1\u00d1]+$"
title="There isn't accepted special caracters and numbers" />
<input type="email" placeholder="Email" name="email" class="contact__form-input" required />
<input type="number" id="phone" placeholder="phone" name="phone" class="contact__form-input" min="000000000"
max="000000000" required />
<textarea placeholder="Message" name="message" cols="30" rows="10" class="contact__form-input"
required></textarea>
<button class="contact__form-button">Get started Code!</button>
</form>
</div>
</section>
</main>
<!-- =======FOOTER=======-->
<footer class="footer animate__animated animate__fadeInDown">
<div class="footer-nav">
<ul class="footer-nav__link-list">
<li class="footer-nav__link-item">
<a href="www.github/robertquillca" class="footer-nav__link">
<img src="./img/github.png" alt="Github" class="footer-nav__link-image" />
</a>
</li>
<li class="footer-nav__link-item">
<a href="www.linkedin.com/user/robertquillca" class="footer-nav__link">
<img src="./img/linkedin.png" alt="Linkedin" class="footer-nav__link-image" />
</a>
</li>
<li class="footer-nav__link-item">
<a href="web.facebook.com/robertquillcaa" class="footer-nav__link">
<img src="./img/facebook.png" alt="Linkedin" class="footer-nav__link-image" />
</a>
</li>
<li class="footer-nav__link-item">
<a href="" class="footer-nav__link">
<img src="./img/whatsapp.png" alt="Whatsapp" class="footer-nav__link-image" />
</a>
</li>
<li class="footer-nav__link-item">
<a href="mailto:robertquillca@gmail.com" class="footer-nav__link">
<img src="./img/email.png" alt="Email" class="footer-nav__link-image" />
</a>
</li>
</ul>
<h2 class="footer-nav__credits">
Copyright © 2022
<a href="#profile" class="footer-nav__credits-author">Made with ❤ in my room</a>
All rights reserved
</h2>
</div>
</footer>
<script defer src="https://use.fontawesome.com/releases/v5.15.4/js/all.js"
integrity="sha384-rOA1PnstxnOBLzCLMcre8ybwbTmemjzdNlILg8O7z1lUkLXozs4DHonlDtnE7fpc" crossorigin="anonymous">
</script>
</body>
</html>