-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (99 loc) · 4.34 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
<!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">
<link rel="shortcut icon" href="img/f.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="css/style.css">
<title>Flávio P. Baptista</title>
</head>
<body>
<i class="bi bi-list" onclick="openBar()"></i>
<!-- <div class="icon-close">
</div> -->
<nav id="bar" class="efect">
<i class="bi bi-x-lg" onclick="closeBar()"></i>
<div class="img-prof">
<img src="img/flavio.png" alt="Foto de Perfil">
</div>
<ul>
<li>
<a href="index.html">Início</a>
</li>
<li>
<a href fb-nav="html/experienciaProfissional.html">Experencia profissional</a>
</li>
<li>
<a href fb-nav="html/grauAcademico.html">Grau acadêmico</a>
</li>
<li>
<a href fb-nav="html/especializacao.html">Especialização</a>
</li>
<li>
<a href fb-nav="html/conhecimentos.html">Conhecimentos</a>
</li>
<li>
<a href fb-nav="html/projetos.html">Projetos</a>
</li>
<div class="icon-nav-rs">
<a href="https://api.whatsapp.com/send?phone=5519989962346" target="_blank">
<img src="img/Whatsapp.png" alt="Whatsapp">
</a>
<a href="https://www.linkedin.com/in/flaviopbaptista/" target="_blank">
<img src="img/linkedin.png" alt="Linkedin">
</a>
<a href="https://github.com/flaviobaptista" target="_blank">
<img src="img/github.png" alt="Github">
</a>
</div>
</ul>
</nav>
<section>
<header class="header">
<div class="content">
<div class="content-header">
<div class="info-header">
<h1>Flávio de Paulo Baptista</h1>
<span>Louveira - SP</span>
<span>Solteiro, 30 anos</span>
<span>[email protected] </span>
</div>
</div>
<div class="content-rs">
<span>Redes e Contatos</span>
<div class="icon-rs">
<a href="https://api.whatsapp.com/send?phone=5519989962346" target="_blank">
<img src="img/Whatsapp.png" alt="Whatsapp">
</a>
<a href="https://www.linkedin.com/in/flaviopbaptista/" target="_blank">
<img src="img/linkedin.png" alt="Linkedin">
</a>
<a href="https://github.com/flaviobaptista" target="_blank">
<img src="img/github.png" alt="Github">
</a>
</div>
</div>
</div>
</header>
<section id="content-main">
<section class="content-txt efect">
<h2>Objetivo Profissional</h2>
<p class="efect2">
Atualmente em transição de carreira buscando por oportunidades de estágio na área de Tecnologia da
Informação. Estou cursando o último ano de graduação em Análise e Desenvolvimento de Sistemas onde
pude observar que tenho qualidades para me destacar na carreira de Desenvolvedor Front-End.
Sou uma pessoa dinâmica e autodidata, procuro aprender sobre tecnologias e novas tendências de
tecnologia com muita frequência. <br><br>
</p>
</section>
<section class="content-txt efect2">
<h3>Video de apresentação</h3>
<iframe src="https://drive.google.com/file/d/1HQaRpcKMPL4vROcZPOxDXSrXxSzGWGdb/preview" class="efect3"></iframe>
</section>
</section>
</section>
<script src="js/app.js"></script>
</body>
</html>