-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
349 lines (311 loc) · 27.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
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<!-- Titulo da Pagina -->
<title>Davi Pinheiro | Web Developer</title>
<!-- Link para acessar Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<!-- Icon da Pagina -->
<link rel="shortcut icon" href="images/peeps-avatar-git.png">
</head>
<body>
<!-- Nav bar -->
<nav class="navbar navbar-expand-lg bg-dark fixed-top" data-bs-theme="dark">
<!-- Botão Hamburguer -->
<button class="navbar-toggler mx-3 my-2" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Nome e Logo -->
<div class="d-flex align-items-center navbar-brand fs-6 hover-warning">
<!-- Nome -->
<p class="mx-3 m-2">Davi Pinheiro de Souza</p>
</div>
<!-- Opções da Navbar -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-5 my-4 ms-auto" id="navbar">
<!-- Espaço destinado a inserção de opções da navbar via script -->
</ul>
</div>
</nav>
<!-- Backgraund image Waves -->
<div class="position-relative container-fluid" id="Home">
<!-- Imagem de Fundo sem repetição -->
<div class="img-fluid opacity-75 fixed-top" style="background-image: url('images/waves3.jpg');height: auto; min-height: 100vh; z-index: -1; background-repeat: no-repeat;"></div>
</div>
<!-- Nome e Subtitulo -->
<div class="d-flex flex-column text-center justify-content-center" style="height: auto; min-height: 100vh;">
<!-- Nome -->
<h1 class="display-4 h1-title text-warning mb-2"><strong>Davi Pinheiro de Souza</strong></h1>
<!-- Funções -->
<p class="fs-3 text-light" id="funcs" style="height: 1em"><small></small></p>
</div>
<!-- Sobre -->
<div class="d-flex align-items-center justify-content-center p-5" style=" background-color: #3b3b3b;" id="Sobre">
<div class="row align-items-center justify-content-center">
<!-- Container da Foto -->
<div class="col-sm-4 m-5 tremidinha" data-anime= "up">
<!-- Foto -->
<img class="img-fluid rounded shadow" src="images/Me.jpeg" alt="Minha foto">
</div>
<!-- Container Infos -->
<div class="col-sm-4" data-anime= "up">
<!-- Titulo -->
<h2 class="text-warning mb-4">Sobre mim</h2>
<!-- Informações -->
<p class="text-light mb-4" style="text-align: justify;">Olá, me chamo Davi Pinheiro de Souza, tenho 22 anos e sou Desenvolvedor Web e Suporte em TI.
Atualmente trabalho como Desenvolvedor Web com PHP e Bootstrap. Estou no quinto semestre de Engenharia de Software. Estudo JavaScript, PHP, Bootstrap, React JS, Java, C#, Springboot e MySQL para me aperfeiçoar cada vez mais na construção de sites e API's.
Venho me interessando muito pela área de Inteligencia Artificial e Redes Neurais e pretendo estudar isso um pouco mais a fundo.</p>
<!-- Botão Curriculo -->
<a class="btn btn-outline-warning tremidinha" style="text-decoration: none;font-weight: 500;" href="file/CV_DaviPinheiroDeSouza.pdf" download="Curriculo_Davi" target="_blank">
<!-- Icon -->
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-download mb-1 me-1" viewBox="0 0 16 16">
<path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/>
<path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/>
</svg>
Baixar CV
</a>
</div>
</div>
</div>
<!-- Minhas Tecnologias -->
<div class="d-flex align-items-center justify-content-center p-5" style="height: auto; min-height: 100vh; background-color: #6e6e6e;" id="Tecnologias">
<div>
<!-- Titulo Formatado -->
<div class="row mx-5 mb-5 text-center align-items-end justify-content-center">
<h1 data-anime= "up"><strong>Minhas</strong></h1>
<div data-anime= "up" class="d-flex justify-content-center align-items-center bg-dark rounded" style="width: 17em;">
<h1 class="text-warning" data-anime= "up"><strong>Tecnologias</strong></h1>
</div>
</div>
<div data-anime= "up" class="d-flex justify-content-center align-items-center bg-secondary-subtle" style="width: 99vw;">
<div class="py-5 row g-3 gy-5 justify-content-center align-items-center" id="tecs" data-anime= "up">
<!-- Espaço destinado as tecnologias inseridas via script -->
</div>
</div>
</div>
</div>
<!-- Histórico -->
<div class="d-flex flex-column align-items-center justify-content-center p-5" style="height: auto; min-height: 100vh; background-color: #3b3b3b;" id="Historico">
<!-- Titulo -->
<h1 class="text-light mt-5" data-anime= "up">Histórico</h1>
<div class="row overflow my-5" data-anime= "up">
<div class="col-md-6 mb-5 overflow-hidden" data-anime= "up">
<!-- Espaço para Cursos em geral -->
<h4 class="text-light ms-5" style="font-weight: 500;" data-anime= "up">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-code-slash mb-1" viewBox="0 0 16 16">
<path d="M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294l4-13zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0zm6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0z"/>
</svg>
Cursos</h4>
<!-- Alinhando todos em coluna -->
<div class="container-fluid" id="curso" data-anime= "up">
<!-- Espaço destinado a inserção de cursos via script -->
</div>
</div>
<!-- Acadêmico -->
<div class="col-md-6 mb-5 overflow-hidden" data-anime= "up">
<!-- Espaço para Cursos em geral -->
<h4 class="text-light ms-3" style="font-weight: 500;" data-anime= "up">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-pen mb-1" viewBox="0 0 16 16">
<path d="m13.498.795.149-.149a1.207 1.207 0 1 1 1.707 1.708l-.149.148a1.5 1.5 0 0 1-.059 2.059L4.854 14.854a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.606-.606l1-4a.5.5 0 0 1 .131-.232l9.642-9.642a.5.5 0 0 0-.642.056L6.854 4.854a.5.5 0 1 1-.708-.708L9.44.854A1.5 1.5 0 0 1 11.5.796a1.5 1.5 0 0 1 1.998-.001zm-.644.766a.5.5 0 0 0-.707 0L1.95 11.756l-.764 3.057 3.057-.764L14.44 3.854a.5.5 0 0 0 0-.708l-1.585-1.585z"/>
</svg>
Acadêmico</h4>
<!-- Alinhando todos em coluna -->
<div class="container-fluid" id="academico" data-anime= "up">
<!-- Espaço destinado a inserção dos cursos via script -->
</div>
</div>
</div>
</div>
<!-- Exp. Profissional -->
<div class="container-fluid d-flex flex-column align-items-center justify-content-center py-5" style="height: auto; min-height: 100vh; background-color: #6e6e6e;">
<!-- Titulo da page -->
<h2 class="text-light my-5" data-anime= "up">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-pc-display mb-1" viewBox="0 0 16 16">
<path d="M8 1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V1Zm1 13.5a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0Zm2 0a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0ZM9.5 1a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5ZM9 3.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1h-5a.5.5 0 0 0-.5.5ZM1.5 2A1.5 1.5 0 0 0 0 3.5v7A1.5 1.5 0 0 0 1.5 12H6v2h-.5a.5.5 0 0 0 0 1H7v-4H1.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5H7V2H1.5Z"/>
</svg>
Experiência Profissional</h2>
<div class="container">
<!-- Conjunto de Exp. -->
<div class="row align-items-center justify-content-around" id="profissional">
</div>
</div>
</div>
<!-- Projetos -->
<div class="container-fluid d-flex flex-column align-items-center justify-content-center py-5" style="height: auto; min-height: auto; min-height: 100vh; background-color: #3b3b3b;" id="Projetos">
<!-- Titulo da Page -->
<div class=" mt-5 mb-4">
<h2 class="d-inline text-light" data-anime= "up"><strong>Meus</strong></h2>
<h2 class="d-inline bg-dark text-warning rounded px-3 py-2" data-anime= "up"><strong>Projetos</strong></h2>
</div>
<!-- Projetos -->
<div class="d-flex text-center flex-wrap justify-content-center aling-items-center overflow overflow-auto" id="projetos" data-anime= "up">
<!-- Aqui são dispostos os projetos via script -->
</div>
</div>
<!-- Contato -->
<div class="container-fluid d-flex flex-column align-items-center justify-content-center position-relative overflow-hidden py-5" style="height: auto; min-height: 100vh; background-color: #6e6e6e;" id="Contato">
<!-- Titulo da Page -->
<div class="container-fluid">
<div class="row justify-content-center align-items-center py-5 my-5">
<!-- Imagem e Blur de Fundo -->
<div class="col-md-4 position-relative" data-anime= "up">
<!-- Imagem Low Poly -->
<img class="img-fluid position-relative z-2" src="images/Sky Island.png" alt="Sky Island">
<!-- Circulo de fundo branco para efeito de luz -->
<div class="bg-light translate-middle rounded-circle position-absolute top-50 start-50 z-1" style="height: 20em; width: 20em; filter: blur(5em);"></div>
</div>
<div class="col-md-4" data-anime= "up" style="z-index: 10;">
<div class="row justify-content-end align-items-center">
<!-- Titulo -->
<h2 class="col-xxl-12 text-warning fs-1 mb-3" data-anime= "up">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-mailbox2 mb-2" viewBox="0 0 16 16">
<path d="M9 8.5h2.793l.853.854A.5.5 0 0 0 13 9.5h1a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5H9v1z"/>
<path d="M12 3H4a4 4 0 0 0-4 4v6a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a4 4 0 0 0-4-4zM8 7a3.99 3.99 0 0 0-1.354-3H12a3 3 0 0 1 3 3v6H8V7zm-3.415.157C4.42 7.087 4.218 7 4 7c-.218 0-.42.086-.585.157C3.164 7.264 3 7.334 3 7a1 1 0 0 1 2 0c0 .334-.164.264-.415.157z"/>
</svg>
Entre em Contato!</h2>
<div class="col-md-6" data-anime= "up">
<!-- Label do Nome -->
<label class="form-label text-light fs-5" for="nome">Name:</label>
<!-- Input do nome -->
<input class="form-control" type="text" name="nome" id="nome" placeholder="Davi Pinheiro de Souza">
</div>
<div class="col-md-6" data-anime= "up">
<!-- Label do Nome -->
<label class="form-label text-light fs-5" for="assunto">Assunto:</label>
<!-- Input do nome -->
<input class="form-control" type="text" name="assunto" id="assunto" placeholder="Nome da sua empresa...">
</div>
<div class="col-md-12" data-anime= "up">
<!-- Label da Mensagem -->
<label class="form-label text-light fs-5" for="mensagem">Menssage:</label>
<!-- Textarea da mensagem -->
<textarea class="form-control" id="mensagem" placeholder="Envie sua mensagem!" style="height: 10em;"></textarea>
</div>
<!-- Botão Enviar -->
<div class="col-md-3 w-auto" data-anime= "up">
<a href="" class="btn btn-outline-warning mt-4 fs-5 px-4" id="contato" onclick=email()>Enviar</a>
</div>
<div id="liveAlertPlaceholder"></div>
</div>
</div>
</div>
</div>
<div class="w-100" id="waves">
<!-- Espaço destinado a inserção de animações via script -->
</div>
</div>
<!-- Links Footer -->
<footer class="container-fluid d-flex flex-column align-items-center justify-content-center px-5 py-2" style="background-color: #3b3b3b;" id="Links">
<div class="container">
<div class="row justify-content-between align-items-top">
<!-- Redes Sociaos -->
<div class="col-md-6 mb-4 mt-5 text-light text-center text-lg-start">
<p class="fs-5">Get connected with me on my social networks:</p>
</div>
<!-- Icons Redes Sociais -->
<div class="col-md-6 mb-4 mt-5 text-center text-lg-end text-light">
<!-- linkedin -->
<a href="https://www.linkedin.com/in/phrdavis/" target="_blank" class="text-light link-offset-2 link-underline link-underline-opacity-0">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-linkedin mx-3 mb-2" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
</svg>
</a>
<!-- Github -->
<a href="https://github.com/Phrdavis" target="_blank" class="text-light link-offset-2 link-underline link-underline-opacity-0">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-github mx-3 mb-2" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</svg>
</a>
<!-- Instagram -->
<a href="https://www.instagram.com/davip27/" target="_blank" class="text-light link-offset-2 link-underline link-underline-opacity-0">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-instagram mx-3 mb-2" viewBox="0 0 16 16">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/>
</svg>
</a>
<!-- Behance -->
<a href="https://www.behance.net/davidesouza7" target="_blank" class="text-light link-offset-2 link-underline link-underline-opacity-0">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor" class="bi bi-behance mx-3 mb-2" viewBox="0 0 16 16">
<path d="M4.654 3c.461 0 .887.035 1.278.14.39.07.711.216.996.391.286.176.497.426.641.747.14.32.216.711.216 1.137 0 .496-.106.922-.356 1.242-.215.32-.566.606-.997.817.606.176 1.067.496 1.348.922.281.426.461.957.461 1.563 0 .496-.105.922-.285 1.278a2.317 2.317 0 0 1-.782.887c-.32.215-.711.39-1.137.496a5.329 5.329 0 0 1-1.278.176L0 12.803V3h4.654zm-.285 3.978c.39 0 .71-.105.957-.285.246-.18.355-.497.355-.887 0-.216-.035-.426-.105-.567a.981.981 0 0 0-.32-.355 1.84 1.84 0 0 0-.461-.176c-.176-.035-.356-.035-.567-.035H2.17v2.31c0-.005 2.2-.005 2.2-.005zm.105 4.193c.215 0 .426-.035.606-.07.176-.035.356-.106.496-.216s.25-.215.356-.39c.07-.176.14-.391.14-.641 0-.496-.14-.852-.426-1.102-.285-.215-.676-.32-1.137-.32H2.17v2.734h2.305v.005zm6.858-.035c.286.285.711.426 1.278.426.39 0 .746-.106 1.032-.286.285-.215.46-.426.53-.64h1.74c-.286.851-.712 1.457-1.278 1.848-.566.355-1.243.566-2.06.566a4.135 4.135 0 0 1-1.527-.285 2.827 2.827 0 0 1-1.137-.782 2.851 2.851 0 0 1-.712-1.172c-.175-.461-.25-.957-.25-1.528 0-.531.07-1.032.25-1.493.18-.46.426-.852.747-1.207.32-.32.711-.606 1.137-.782a4.018 4.018 0 0 1 1.493-.285c.606 0 1.137.105 1.598.355.46.25.817.532 1.102.958.285.39.496.851.641 1.348.07.496.105.996.07 1.563h-5.15c0 .58.21 1.11.496 1.396zm2.24-3.732c-.25-.25-.642-.391-1.103-.391-.32 0-.566.07-.781.176-.215.105-.356.25-.496.39a.957.957 0 0 0-.25.497c-.036.175-.07.32-.07.46h3.196c-.07-.526-.25-.882-.497-1.132zm-3.127-3.728h3.978v.957h-3.978v-.957z"/>
</svg>
</a>
</div>
<!-- Linha de separação -->
<div class="col-lg-12 bg-secondary" style="height: 0.1em;"></div>
<div class="col-lg-2">
<!-- Titulo do campo Notas com icon -->
<h2 class="text-warning fs-4 text-center text-lg-start mt-5">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-chat-right-heart-fill mb-1" viewBox="0 0 16 16">
<path d="M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2ZM8 3.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132Z"/>
</svg>
Notas
</h2>
<!-- Texto Notas -->
<p class="text-light text-center text-lg-start" style="text-align: justify;">Obrigado por vir até aqui! Espero que tenha gostado e volte sempre, pois vou tentar atualizar meus projetos sempre que um novo surgir :)</p>
</div>
<div class="col-lg-2">
<!-- Titulo do campo Contato com icon -->
<h2 class=" text-warning fs-4 text-center text-lg-start mt-5">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-whatsapp mb-1" viewBox="0 0 16 16">
<path d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"/>
</svg>
Contato</h2>
<!-- Numero WhatsApp -->
<p class="text-light text-center text-lg-start">WhatsApp:</p>
<p class="text-center text-lg-start"><a href="https://wa.me/47984818904" target="_blank" class="text-light">+55 (47) 98481-8904</a></p>
</div>
<div class="col-lg-2">
<!-- Titulo do campo E-mail com icon -->
<h2 class="text-warning fs-4 text-center text-lg-start mt-5">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-mailbox mb-2" viewBox="0 0 16 16">
<path d="M4 4a3 3 0 0 0-3 3v6h6V7a3 3 0 0 0-3-3zm0-1h8a4 4 0 0 1 4 4v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a4 4 0 0 1 4-4zm2.646 1A3.99 3.99 0 0 1 8 7v6h7V7a3 3 0 0 0-3-3H6.646z"/>
<path d="M11.793 8.5H9v-1h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.354-.146l-.853-.854zM5 7c0 .552-.448 0-1 0s-1 .552-1 0a1 1 0 0 1 2 0z"/>
</svg>
E-mails</h2>
<!-- E-mails -->
<a class="d-block text-center text-lg-start text-light link-offset-2 link-underline link-underline-opacity-0" href="mailto:davipinheiro.dev@gmail.com?subject=Redirect By Curriculo Online&body= Olá, Davi Pinheiro! Gostei muito do seu trabalho e gostaria de entrar em contato com você.">davipinheiro.dev@gmail.com</a>
<a class="d-block text-center text-lg-start text-light link-offset-2 link-underline link-underline-opacity-0" href="mailto:davipi_sou@hotmail.com?subject=Redirect By Curriculo Online&body= Olá, Davi Pinheiro! Gostei muito do seu trabalho e gostaria de entrar em contato com você.">davipi_sou@hotmail.com</a>
</div>
<div class="col-lg-2">
<!-- Titulo do campo Links com icon -->
<h2 class="text-warning fs-4 text-center text-lg-start mt-5">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-link-45deg mb-1" viewBox="0 0 16 16">
<path d="M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z"/>
<path d="M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z"/>
</svg>
Outros Links</h2>
<!-- Links -->
<a class="d-block text-center text-lg-start text-light link-offset-2 link-underline link-underline-opacity-0" target="_blank" href="https://br.pinterest.com/Phrdavis/">Pinterest</a>
<a class="d-block text-center text-lg-start text-light link-offset-2 link-underline link-underline-opacity-0" target="_blank" href="https://dribbble.com/phrdavis">Dribbble</a>
<a class="d-block text-center text-lg-start text-light link-offset-2 link-underline link-underline-opacity-0" target="_blank" href="https://open.spotify.com/collection/tracks">Spotify</a>
</div>
<!-- Copyrights -->
<div class="col-lg-12">
<p class="text-light mt-5 text-center">© 2023 Copyright: Davi Pinheiro de Souza</p>
</div>
</div>
</div>
</footer>
<script src="js/Projeto.js"></script>
<script src="js/exibeProjetos.js"></script>
<script src="js/Tecnologia.js"></script>
<script src="js/exibeTecnologias.js"></script>
<script src="js/Academico.js"></script>
<script src="js/exibeAcademicos.js"></script>
<script src="js/Curso.js"></script>
<script src="js/exibeCursos.js"></script>
<script src="js/Profissional.js"></script>
<script src="js/exibeProfissionais.js"></script>
<script src="js/TrocaFuncs.js"></script>
<script src="js/EnviaEmail.js"></script>
<script src="js/AnimacaoElements.js"></script>
<script src="js/AnimacaoWaves.js"></script>
<script src="js/exibeWave.js"></script>
<script src="js/OpcoesNav.js"></script>
<script src="js/exibeOpcoes.js"></script>
<!-- Script Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
</body>
</html>