-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
458 lines (416 loc) · 28.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
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
<!DOCTYPE html>
<html lang="pt-br">
<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>Aline Silva | Portfolio</title>
<!-- Descrição -->
<meta name="description" content="Conheça meus projetos.">
<!-- Imagens para compartilhamento de links -->
<!-- Facebook e Whatsapp -->
<meta property="og:locale" content="pt_BR">
<meta property="og:site_name" content=" Aline Silva | Portfolio">
<meta property="og:title" content="Aline Silva | Meet my projects. ">
<meta property="og:description"
content="In these times of immersion in technology, I am attending the 6th Period of Computer Science.">
<meta property="og:image" itemprop="image" content=".\portfólio-dev\assets\img\alinesilv.jpg">
<meta property="og:image:secure_url" content=".\portfólio-dev\assets\img\alinesilv.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:type" content="website">
<meta property="og:url" content="#">
<!-- Twitter -->
<meta name="twitter:title" content="Aline Silva| Meet my projects.">
<meta name="twitter:description"
content="In these times of immersion in technology, I am attending the 6th Period of Computer Science.">
<meta name="twitter:image" content=".\portfólio-dev\assets\img\alinesilv.jpg">
<meta name="twitter:card" content="summary">
<!-- Cor customizada para dispositivos móveis -->
<meta name="theme-color" content="#1D4956">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/bug_report_white_24dp.svg" type="image/x-icon">
<!-- Ícons externos -->
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/base.css">
<link rel="stylesheet" href="assets/css/cabecalho.css">
<link rel="stylesheet" href="assets/css/introducao.css">
<link rel="stylesheet" href="assets/css/sobre.css">
<link rel="stylesheet" href="assets/css/habilidades.css">
<link rel="stylesheet" href="assets/css/projetos.css">
<link rel="stylesheet" href="assets/css/citacao.css">
<link rel="stylesheet" href="assets/css/contato.css">
<link rel="stylesheet" href="assets/css/botaoTopo.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/digitando.css">
</head>
<body>
</div>
<div class="container-principal">
<header class="cabecalho vidro">
<div class="cabecalho-container">
<h1 class="cabecalho__logo" data-logo>
<img src="assets/img/logo.svg" alt="">
</h1>
<button class="cabecalho__hamburguer" aria-label="Menu lateral" title="Menu lateral"><i
class="ri-menu-line" data-hamburguer></i></button>
<nav class="cabecalho__navegacao">
<ul class="cabecalho__menu" data-menu>
<li class="cabecalho__item">
<a href="#sobre" class="cabecalho__link cabecalho__link--sobre" data-botao="sobre">About</a>
</li>
<li class="cabecalho__item">
<a href="#habilidades" class="cabecalho__link cabecalho__link--habilidades"
data-botao="habilidades">Skills</a>
</li>
<li class="cabecalho__item">
<a href="#projetos" class="cabecalho__link cabecalho__link--projetos"
data-botao="projetos">Projects</a>
</li>
<li class="cabecalho__item">
<a href="#contato" class="cabecalho__link cabecalho__link--contato"
data-botao="contato">Contact</a>
</li>
</ul>
</nav>
<button class="botao botao-contato" data-botao="contato">
<span class="texto-gradient texto-contato">Contact</span>
</button>
</div>
</header>
<main class="conteudo">
<section class="introducao" id="introducao">
<div class="introducao__decoracao"></div>
<div class="introducao__texto vidro" data-anima="left">
<h2 class="introducao__titulo">I am Looking for a <span class="texto-gradient"> new oportunity</span>
Meet My Projects</h2>
<p class="introducao__corpo">-
-I am at 6th period student in Computer Science, and in this last 2 years I have
focused my career on systems development. Currently working as a Fullstack programmer
and developing my personal projects with the pursuit of knowledge
and good practices in Fullstack development.
</p>
<div class="caixa-botao">
<button class="botao botao-primario" data-botao="habilidades">Know More</button>
<button class="botao botao-secundario" data-botao="sobre"><span class="texto-gradient">Who Am
I?</span></button>
</div>
</div>
</section>
<button class="botao-topo" aria-label="Botão voltar ao topo" title="Voltar ao topo da página"
data-scrollToTop>
<i class="ri-arrow-up-s-line"></i></button>
<section class="sobre" id="sobre">
<div class="sobre__container vidro">
<h2 class="titulo-secao" data-anima="typing">About Me</h2>
<div class="sobre__apresentacao" data-anima="right">
<div class="sobre__hello">
<p class="sobre__hello--code">Hello, I am Aline!</p><br>
<div class="sobre__ficha" data-anima="left">
<img src="assets/img/avatares/meditando.png" alt="" class="sobre__ficha--avatar">
<div class="sobre__ficha--conteudo">
<h3 class="subtitulo-secao">Technical Skills</h3>
<ul class="sobre__card">
<li class="sobre__card--item"><strong>Name:</strong> Aline Silva</li>
<li class="sobre__card--item"><strong>Years Old:</strong> 24 </li>
<li class="sobre__card--item"><strong>Nationality:</strong> Belo Horizonte - MG
</li>
<li class="sobre__card--item"><strong>Graduating:</strong> Computer Science
(Estácio)</li>
<li class="sobre__card--item"><strong>Occupation Area:</strong> Developer </li>
</ul>
</div>
</div>
<div class="sobre__quote" data-anima="right">
<q class="sobre__quote--texto">
Life is a challenging yet inventive journey of improvement, <strong
class="texto-gradient">
be resilient and solidify habits that share the mindset
exponential, </strong>
in addition to being personal or professional, it is to prioritize maturation and re-signify
responsibilities</q>.
<img src="assets/img/avatares/lendo.png" alt="" class="sobre__quote--avatar">
</div>
<div class="sobre__cinto" data-anima="left">
<div class="sobre__cinto--container">
<img src="assets/img/avatares/laptop.png" alt="" class="sobre__cinto--imagem">
<div class="sobre__cinto--conteudo">
<h3 class="subtitulo-secao">Stacks</h3>
<p class="sobre__cinto--texto">
Technologies I use:</p>
<ul class="sobre__cinto--techs">
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/html.svg" alt="HTML5" title="HTML5">
<span>HTML5</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/css.svg" alt="CSS3" title="CSS3">
<span>CSS3</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/js.svg" alt="JavaScript"
title="JavaScript">
<span>JS</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/react.png" alt="React" title="React">
<span>React</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/typescript.png" alt="typescript" title="TypeScript">
<span>TypeScript</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/icon-vuejs.png" alt="VueJS"
title="VueJS">
<span>VueJS</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/bootstrap.png" alt="Bootstrap"
title="Bootstrap">
<span>Bootstrap</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/icon-nodejs.png" alt="NodeJS"
title="NodeJS">
<span>NodeJS</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/mysql.svg" alt="MySQL" title="MySQL">
<span>MySQL</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/icon-laravel.png" alt="Laravel"
title="Laravel">
<span>Laravel</span>
</li>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/php.png" alt="PHP" title="PHP">
<span>PHP</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/github.svg" alt="GitHub"
title="GitHub">
<span>GitHub</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/figma.svg" alt="Figma" title="Figma">
<span>Figma</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/illustrator.png"
alt="Adobe illustrator" title="Adobe illustrator">
<span>Adobe Illustrator</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/icon-adobephotoshop.png"
alt="Photoshop" title="Photoshop">
<span>Photoshop</span>
</li>
<li class="sobre__cinto--tech">
<img src="assets/img/icons/techs/icon-adobexd.png" alt="AdobeXD"
title="AdobeXD">
<span>AdobeXD</span>
</li>
</ul>
<p class="sobre__cinto--texto"> have been engaged in specialization in other
frameworks and other languages that are on the rise in the market, such as: <strong
class="texto-gradient">
Python, Next.JS e Nest.JS</strong> for example.</p>
</div>
</div>
</div>
<div class="sobre__chamada" data-anima="bottom">
<img src="assets/img/avatares/logotipo.svg" alt="" class="sobre__chamada--imagem">
<p class="sobre__chamada--texto">I have developed some interesting projects for
exercise my knowledge,
How about meeting some of them?</p>
<div class="caixa-botao">
<button class="botao botao-primario" data-botao="projetos">See projects</button>
<button class="botao botao-secundario" data-botao="contato"><span
class="texto-gradient"> Talk to Me</span></button>
</div>
</div>
</div>
</section>
<section class="habilidades" id="habilidades">
<div class="habilidades__intro">
<div class="habilidades__texto" data-anima="left">
<h2 class="titulo-secao digitando-nocenter" data-anima="typing">Skills</h2>
<p class="habilidades__corpo">In terms of skills, I could add with my
<strong> key technical skills</strong>:
</p>
</div>
<img src="assets/img/avatares/callme.png" alt="" class="habilidades__avatar" data-anima="right">
</div>
<div class="habilidades__cards">
<div class="habilidades__card vidrocard" data-anima="bottom">
<h3 class="habilidades__card--titulo">Website design and prototyping</h3>
<p class="habilidades__card--descricao">Building prototypes in Figma,
with layouts that suit your needs and visual identity.
Production of materials using Adobe Illustrator, Adobe Photoshop, AdobeXD and Figma.</p>
</div>
<div class="habilidades__card habilidades__card--principal vidrocard" data-anima="bottom">
<h3 class="habilidades__card--titulo">Web Development: Front-end and Back-end</h3>
<p class="habilidades__card--descricao">Coding your website, using HTML5, CSS3,
JavaScript, PHP, NodeJS, I use libraries and MySQL database integration.</p>
<button class="botao botao-secundario habilidades__card--botao" data-botao="contato">Enter in
contact</button>
</div>
<div class="habilidades__card vidrocard" data-anima="bottom">
<h3 class="habilidades__card--titulo">Creation of visual identities and arts</h3>
<p class="habilidades__card--descricao">Logo design, banners, flyers,
business cards, custom product artwork, image editing, video production
among
others.</p>
</div>
</div>
</section>
<section class="projetos" id="projetos">
<div>
<h2 class="titulo-secao" data-anima="typing">Projects</h2>
<p class="projetos__texto" data-anima="bottom">These are some of the latest projects that
<strong class="texto-gradient">i've done</strong>:
</p>
</div>
<div class="projetos__projeto vidro" data-anima="bottom">
<div class="projetos__descricao">
<h3 class="subtitulo-secao" data-projeto="titulo">Tittle Project</h3>
<a href="" target="_blank" class="texto-gradient projetos__link" data-projeto="link"
rel="noreferrer">https://linkdoprojeto.vercel.app/</a>
<p class="projetos__projeto--detalhes" data-projeto="detalhes">
Descrevendo um projeto que
</p>
<h4 class="subtitulo-secao subtitulo-techs">Technologies:</h4>
<ul class="projetos__techs">
<li class="projetos__techs--item" title="HTML5"></li>
<li class="projetos__techs--item" title="CSS3"></li>
<li class="projetos__techs--item" title="JavaScript"></li>
<li class="projetos__techs--item" title="Figma"></li>
<li class="projetos__techs--item" title="GitHub"></li>
</ul>
<div class="caixa-botao">
<button class="botao botao-primario" data-botao="visitar" onclick="">Visit Website</button>
<button class="botao botao-secundario" data-botao="repositorio" onclick=""><span
class="texto-gradient">
Go to repositories</span></button>
</div>
</div>
<div class="projetos__carrossel">
<button class="projetos__carrossel--botao projetos__carrossel--botao-left"
aria-label="Botão ir para o anterior" title="Ir para o projeto anterior"
data-botao-anterior><i class="ri-arrow-left-line"></i></button>
<div class="projetos__carrossel--imagem">
<ul class="projetos__carrossel--lista" data-carrossel>
<li class="projetos__carrossel--imagem-item"><img alt="GIF do Projeto Téspis"
src="assets/img/thumbs/tespis-preview.gif"
class="projetos__carrossel--imagem-gif"
title="Téspis">
</li>
<li class="projetos__carrossel--imagem-item"><img alt="Task Manager View"
src="assets/img/thumbs/taskmanagerapp.png"
class="projetos__carrossel--imagem-gif"
title="Task Manager">
</li>
<li class="projetos__carrossel--imagem-item"><img alt="TrackManager"
src="assets/img/thumbs/trackmanager.png"
class="projetos__carrossel--imagem-gif"></li>
<!--<li class="projetos__carrossel--imagem-item"><img alt="GIF Sath Finance website"
src="assets/img/thumbs/sathfinance-preview.gif"
class="projetos__carrossel--imagem-gif" title="Sath Finance"></li>
<!--<li class="projetos__carrossel--imagem-item"><img alt="Marmitadog páginas principais"
src="assets/img/thumbs/marmitadog2.jpg" class="projetos__carrossel--imagem-gif"></li>-->
<!-- <li class="projetos__carrossel--imagem-item"><img alt="Marmitadog página do usuário"
src="assets/img/thumbs/tespis2.jpg" class="projetos__carrossel--imagem-gif"></li>-->
</ul>
</div>
<button class="projetos__carrossel--botao projetos__carrossel--botao-right"
aria-label="Botão ir para o próximo" title="Ir para o próximo projeto" data-botao-proximo><i
class="ri-arrow-right-line"></i></button>
<div class="projetos__carrossel--indicadores" data-navegacao>
<button class="projetos__carrossel--indicador carousel__indicador--ativo"
aria-label="Botão indicador" data-indicador="0"></button>
<button class="projetos__carrossel--indicador" aria-label="Botão indicador"
data-indicador="1"></button>
<button class="projetos__carrossel--indicador" aria-label="Botão indicador"
data-indicador="2"></button>
<button class="projetos__carrossel--indicador" aria-label="Botão indicador"
data-indicador="3"></button>
<button class="projetos__carrossel--indicador" aria-label="Botão indicador"
data-indicador="4"></button>
</div>
</div>
</div>
</section>
<aside class="citacao">
<img src="assets/img/logo.svg" alt="" class="citacao__logo" data-anima="left">
<q class="citacao__frase" data-anima="right"> "Don't disbelieve what doesn't stop thinking for a
only day." <br><strong>-Eu</strong></q>
</aside>
<section class="contato" id="contato">
<div class="contato__container vidro">
<form action="https://formsubmit.co/7ff7242b9ace55afc42b801b76ccfbb1 " method="POST"
class="contato__formulario" data-anima="left">
<h2 class="titulo-secao">Contact</h2>
<input type="hidden" name="_autoresponse"
value="Aline Silva | Olá, fiquei muito feliz ao receber a sua mensagem!
Obrigado por reconhecer o meu trabalho, em breve estarei entrando em contato com você, abraços.">
<div class="input-wrp">
<input type="text" name="name" id="name" class="contato__formulario--campo"
data-campo="nome" required>
<label for="name" class="contato__formulario--label" data-label="nome">Name</label>
</div>
<div class="input-wrp">
<input type="text" id="email" name="email" class="contato__formulario--campo"
data-campo="email" required>
<label for="email" class="contato__formulario--label" data-label="email">E-mail</label>
</div>
<div class="input-wrp">
<input type="text" name="_subject" id="assunto" class="contato__formulario--campo"
data-campo="assunto" required>
<label for="assunto" class="contato__formulario--label" data-label="assunto">Topic</label>
</div>
<div class="input-wrp textarea">
<textarea id="message" name="message" class="contato__formulario--campo"
data-campo="mensagem" required maxlength="280"></textarea>
<label for="message" class="contato__formulario--label"
data-label="mensagem">Mensage</label>
</div>
<button type="submit" class="botao botao-primario">Send</button>
</form>
<div class="contato__texto" data-anima="right">
<h3 class="subtitulo-secao">Let's chat?</h3>
<p class="contato__corpo">I'm available, whether it's an exchange of ideas, proposals or new connections!
Can I help you in any way?
Feel free to contact me through the form or through the
my social networks:</p>
<ul class="contato__redes">
<li class="contato__rede">
<a href="https://www.linkedin.com/in/aline-silva-918206207/detail/recent-activity/shares/"
title="Linkedin" target="_blank" rel="noreferrer">
<i class="ri-linkedin-box-fill"></i></a>
</li>
<li class="contato__rede">
<a href="#" title="Instagram" target="_blank" rel="noreferrer">
<i class="ri-instagram-line"></i></a>
</li>
<li class="contato__rede">
<a href="https://github.com/AlineSilv" title="GitHub" target="_blank"
rel="noreferrer"><i class="ri-github-fill"></i></a>
</li>
<li class="contato__rede">
<a href="mailto:alinealv.silv@gmail.com?subject=Aline Silva, precisamos conversar!"
title="E-mail" target="_blank" rel="noreferrer"><i class="ri-mail-line"></i></a>
</li>
</ul>
<img class="contato__avatar" src="assets/img/avatares/bebida.png" alt="">
</div>
</div>
</section>
</main>
<footer class="rodape"> 2021 - All rights reserved | Powered by: Aline Silva © .</footer>
</div>
<script type="module" src="assets/js/main.js"></script>
</body>
</html>