-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
424 lines (361 loc) · 18.1 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
<!DOCTYPE html>
<html lang="en" style="overflow-x: hidden;">
<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>Valentina Prado - Personal Website</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!--CSS-->
<link href="./assets/css/styles.css" rel="stylesheet" type="text/css">
<link href="./assets/css/percentages.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="./assets/img/iconeteste.png" type="image/x-icon">
<!--Fonts-->
<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=Lato&display=swap" rel="stylesheet">
<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=Roboto+Mono:wght@300&display=swap" rel="stylesheet">
<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=Rubik&display=swap" rel="stylesheet">
<!--Animation CSS-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
<body>
<header class="header">
<nav id="navbar" class="navbar">
<a class="navbar-brand navbar_link" href="#home">:)</a>
<ul class="navbar-nav nav-list">
<li class="mx-2 nav-item"><a class="navbar_link" href="#home">Home</a></li>
<li class="mx-2 nav-item"><a class="navbar_link " href="#About ">About me</a></li>
<li class="mx-2 nav-item"><a class="navbar_link" href="#Skills ">Skills</a></li>
<li class="mx-2 nav-item"><a class="navbar_link " href="#Projects ">Projects</a></li>
<li></li>
<li>
<a href="./indexpt.html">
<button style=" width: 60px;
border-radius: 15px;
background-color: #0d0c0a;
color: #FFF;
border: none;">PT 🇧🇷</button>
</a>
</li>
</ul>
<div class="mobile-menu">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
</header>
<br />
<section id="home">
<div id="introtitle">
<h1 class="titles ">Hi! I'm Valentina :)</h1>
</div>
<br /><br /><br />
<div class="grid ">
<div style="max-width: 100vw; ">
<p id='intro-paragraph'>Programmer and developer since 2021. My main languages is <span
class="intro ">Javascript</span>. I'm also learning <span class="intro ">React</span> and
<span class="intro ">TypeScript</span>.
</p>
<a href="./assets/cv/Valentina Prado CV (EN).pdf " target="_blank ">
<button class="btnA btn btn-lg btn-inicio " style="padding-left: 10px; "><img
src="./assets/img/resumepdf.svg "> Resume</button>
</a>
</div>
<div style="width: 400px; ">
<img src="./assets/img/intro.svg ">
</div>
</div>
<br /> <br /> <br />
</section>
<br /> <br /> <br />
<section id="About" style="background-color: #020202; height: 100vh; margin-bottom: 20px;">
<h2 class=" titles reveal " id=" about-title ">
<span class="code">
˂About me!<span class="code">/></span>
</h2>
<div class=" grid reveal ">
<div>
<p><img src=" ./assets/img/perfil.png" style=" border-radius: 100px; "></p>
</div>
<div>
<h3>I am a nineteen-year-old brazilian! 🇧🇷 </h3>
<br />
<p class=" about-paragraphs ">I started programming in a technical course called <strong> Systems
Development</strong>, in Brazil. Since then, I started to love developing, specially websites.
</p>
<p class=" about-paragraphs ">I also enjoy listening to music, playing instruments and soccer, and
hanging out with friends and family!</p>
<br />
<a href=" https://www.linkedin.com/in/valentinacprado " target=" _blank "> <button
class=" btnA btn btn-white " id=" button-linkedin "><img
src=" https://img.icons8.com/ios-glyphs/30/000000/linkedin.png " />Linkedin
Profile</button></a>
</div>
</div>
<br /> <br /> <br />
</section>
<br /> <br /> <br />
<section id="Skills" style="margin-top: 20px;">
<div>
<h2 class="titles reveal" id="skills-title ">
<span class="code">
˂Skills<span class="code">/></span>
</h2>
<p style="text-align: center;" class="reveal">Skills acquired since 2021.</p>
</div>
<div class="grid ">
<div class="content reveal ">
<h2 class="titles-skills titles">FRONT-END</h2>
<br />
<div class="skills_titles ">
<h3>HTML <img src="https://img.icons8.com/color/30/000000/html-5--v1.png " alt="HTML icon" /></h3>
</div>
<div class="bar ">
<span class="per_html inner_percentage "></span>
</div>
<br />
<div class="skills_titles ">
<h3>CSS <img src="./assets/img/css.svg" alt="CSS icon">
</h3>
</div>
<div class="bar ">
<span class="per_css inner_percentage "></span>
</div>
<br />
<div class="skills_titles ">
<h3>JavaScript <img src="https://img.icons8.com/color/30/000000/javascript--v1.png "
alt="Javascript icon" /></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_javascript "></span>
</div>
<br />
<div class="skills_titles ">
<h3>Bootstrap <img src="https://img.icons8.com/color/30/000000/bootstrap.png "
alt="bootstrap icon" /></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_bootstrap "></span>
</div>
<br />
<div class="skills_titles ">
<h3>React.js <img src="./assets/img/reactjs.svg " alt="React icon " /></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_reactjs "></span>
</div>
<br />
<div class="skills_titles ">
<h3>Angular <img src="./assets/img/angular.svg " alt="Angular icon " /></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_angular "></span>
</div>
<br />
</div>
<div class="content reveal ">
<h2 class="titles">BACK-END</h2>
<br />
<div class="skills_titles ">
<h3>C# <img src="./assets/img/csharp.svg " alt="C-sharp icon"> </h3>
</div>
<div class="bar ">
<span class="inner_percentage per_csharp "></span>
</div>
<br />
<div class="skills_titles ">
<h3>Java <img src="./assets/img/java.svg " alt="Java icon" /></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_java "></span>
</div>
<br />
<div class="skills_titles ">
<h3>Python <img src="./assets/img/python.svg " alt="Python icon" /></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_python "></span>
</div>
<br />
<div class="skills_titles ">
<h3>PHP <img src="./assets/img/phpp.png " alt="PHP icon"></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_php "></span>
</div>
<br />
<div class="skills_titles ">
<h3>ASP.NET <img src="./assets/img/dotnet.svg " alt="dotnet icon " /></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_dotnet "></span>
</div>
<br />
<div class="skills_titles ">
<h3>Node.js <img src="./assets/img/nodejs.svg " alt="Node.js icon " /></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_nodejs "></span>
</div>
</div>
<div class="content reveal ">
<h2 class="titles " id="skills-others ">OTHERS</h2>
<br />
<div class="skills_titles ">
<h3>MySQL <img src="./assets/img/mysql.svg " alt="MySQL icon"></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_mysql "></span>
</div>
<br />
<div class="skills_titles ">
<h3>Figma <img src="./assets/img/figma.svg " alt="Figma icon"> </h3>
</div>
<div class="bar ">
<span class="inner_percentage per_figma "></span>
</div>
<br />
<div class="skills_titles ">
<h3>Git <img src="https://img.icons8.com/color/30/000000/git.png " alt="Git icon" /></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_git "></span>
</div>
<br />
<div class="skills_titles ">
<h3>Office <img src="https://img.icons8.com/color/30/000000/office-365.png " /></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_office "></span>
</div>
<br />
<div class="skills_titles ">
<h3>Networks <img src="./assets/img/network.svg " /></h3>
</div>
<div class="bar ">
<span class="inner_percentage per_networks "></span>
</div>
</div>
</div>
</section>
<br />
<section id="Projects" style="background-color: #020202; ">
<div>
<h2 class="titles reveal" id="projects-title ">
<span class="code">
˂Projects<span class="code">/></span>
</h2>
<p style="text-align: center;" class="reveal">Some of the projects made in my course and others from the
internet. Click to see the repository.</p>
<div class="grid ">
<a href="https://github.com/valencprado/LojaPHP " target="_blank " class="projects_link ">
<div class="projects reveal " id="projects-php ">
<h2 class="titles ">PHP E-commerce</h2>
<p id="projects-image " style="text-align: center; "> <img src="./assets/img/lojaPHP.png"
class=" img_projects "></p>
<p class=" projects-text ">Virtual album store made with PHP, HTML, CSS, Javascript, Bootstrap
and database (MySQL).</p>
</div>
</a>
<a href=" https://github.com/valencprado/controle-de-gastos " target=" _blank " class=" projects_link ">
<div class=" projects reveal " id=" projects-calculator ">
<h2 class=" titles ">Spending Control</h2>
<p class=" img_projects " style=" text-align: center; "> <img
src=" ./assets/img/controledegastos.png "> </p>
<p class=" projects-text ">Site with HTML, CSS and Javascript to manage expenses.</p>
</div>
</a>
<a href=" https://github.com/valencprado/iniciodeumsonho " target=" _blank " class=" projects_link ">
<div class=" projects reveal " id=" projects-java ">
<h2 class=" titles projects_link ">Java CRUD</h2>
<p style=" text-align: center; "> <img class=" img_projects "
src=" ./assets/img/java-crud.png "></p>
<p class=" projects-text ">A vegan restaurant Java CRUD.</p>
</div>
</a>
<a href=" https://github.com/valencprado/python-exercises " target=" _blank " class=" projects_link ">
<div class=" projects reveal " id=" projects-python ">
<h2 class=" titles projects_link ">Python Exercises</h2>
<p style=" text-align: center; " class=" img_projects "> <img
src=" ./assets/img/python-exercises.png "></p>
<p class=" projects-text ">Basic python exercises from the <strong>" Curso em Vídeo "</strong>
python course.</p>
</div>
</a>
<a href=" https://github.com/valencprado/niver-luis " target=" _blank " class=" projects_link ">
<div class=" projects reveal " id=" projects-gift ">
<h2 class=" titles projects_link ">Gift Cart</h2>
<p style=" text-align: center; " class=" img_projects "> <img
src=" ./assets/img/niver-luis.png "></p>
<p class=" projects-text ">Web gift card created to a friend with, HTML, CSS and Javascript.</p>
</div>
</a>
<a href=" https://github.com/valencprado/to-do-list-js " target=" _blank " class=" projects_link ">
<div class=" projects reveal " id=" projects-todo ">
<h2 class=" titles projects_link ">To do List</h2>
<p style=" text-align: center; " class=" img_projects "> <img src="./assets/img/to-do-js.png">
</p>
<p class=" projects-text ">A to-do-list create in order to improve Javascript skills.</p>
</div>
</a>
<a href=" https://github.com/valencprado/asp-filmes " target=" _blank " class=" projects_link ">
<div class=" projects reveal " id=" projects-asp ">
<h2 class=" titles projects_link ">Asp-Movies</h2>
<p style=" text-align: center; " class=" img_projects "> <img src="./assets/img/asp-filmes.png">
</p>
<p class=" projects-text ">Movie manager created with ASP.NET framework and MySQL database.</p>
</div>
</a>
<a href=" https://github.com/valencprado/react-tech-ecommerce " target=" _blank "
class=" projects_link ">
<div class=" projects reveal " id=" projects-react ">
<h2 class=" titles projects_link ">React Native E-commerce</h2>
<p style=" text-align: center; " class=" img_projects "> <img
src="./assets/img/react-tech-app.png"></p>
<p class=" projects-text ">Simple computers and games store made with React Native and some
libraries.</p>
</div>
</a>
</div>
</div>
<p style=" text-align: center; ">
<a href=" https://github.com/valencprado?tab=repositories " target=" _blank ">
<button class=" btnA btn btn-white "><img
src=" https://img.icons8.com/ios-glyphs/30/000000/github.png " />Click here to see more
repositories!</button>
</a>
</p>
<br />
</section>
<section id="end">
<h2 class="titles">Thanks for the attention! <span class="intro">:)</span></h2>
<!--
<ul class="socials">
<li>a</li>
<li>b</li>
<li>c</li>
</ul>
-->
</section>
<footer>
Developed by <a href=" https://github.com/valencprado/ " class=" footer_link " target=" _blank ">Valen</a> :) |
Go back to
<a href="#home " class=" footer_link ">top
</a>.
</footer>
<!--Javascript-->
<script src='./assets/js/script.js' type='text/javascript'></script>
<script src='./assets/js/mobile-navbar.js' type="text/javascript"></script>
</body>
</html>