-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (67 loc) · 4.15 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
<!doctype html>
<html lang="pt-BR">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J11GP6XBEL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J11GP6XBEL');
</script>
<meta charset="UFT-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<meta name="author" content="Chandra Santos">
<meta name="description" content="Site pessoal desenvolvido durante o curso de HTML5 e CSS3 - Potência Feminina, IFOOD e WoMakersCode">
<link rel="stylesheet" href="shortcut icon" type="image/png" href="assets/icones/favicon.png">
<link rel="stylesheet href="https://necolas.github.io/normalize.css/8.0.1/normalize.css">
<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=Anonymous+Pro&family=Bebas+Neue&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/estilo.css">
<link rel="stylesheet" href="assets/css/responsividade.css">
<title> Chandra Santos </title>
</head>
<body>
<header class="header">
<a href="https://github.com/chandrasantos" target="_blank" class="header__link" title="Veja meus projetos no GitHub">
<img class="icone" alt= "GitHub" src="assets/icones/github.svg">
</a>
<a href="https://www.linkedin.com/in/chandrasantos/" target="_blank" class="header__link" title="Veja meu currículo no Linkedin">
<img class="icone" alt= "Linkedin" src="assets/icones/linkedin.svg">
</a>
<a href="https://www.instagram.com/bigdatadesenvolvimento/" target="_blank" class="header__link" title="Me segue no Instagram">
<img class="icone" alt= "Instagram" src="assets/icones/instagram.svg">
</a>
</header>
<main class="main">
<div class="perfil">
<img class="perfil__foto" alt= "Chandra Santos - Perfil" src="assets/imagens/chandra.png">
</div>
<div class="perfil">
<h1 class="perfil__nome"> Chandra Santos</h1>
</div>
<div class="perfil">
<p class="perfil__descricao" >
Em dezembro concluo a <span style="color: #7ff000; font-weight: bold;">graduação tecnológica em análise e desenvolvimento de sistemas</span>.</p>
</div>
<div class="perfil">
<p class="perfil__descricao" >
Recentemente participei do curso programação web para iniciantes da WoMakersCode em parceria com o Ifood e Potência Tech. Veja o projeto de conclusão <a href="https://chandrasantos.github.io/bootcamp-front-end-womakerscode/" target="_blank" class="" title="Projeto Desenvolvimento Web WoMakersCode">aqui.</a>
<br> <br> Confira meu depoimento sobre a participação no projeto abaixo:
<br> <br> <iframe width="400" height="315" src="https://www.youtube.com/embed/J3ZKxxtJbhk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</p>
</div>
<div class="perfil">
<p class="perfil__descricao" >
Este site está em <span style="color: #7ff000; font-weight: bold;">atualização</span>. Em breve novos conteúdos. Por enquanto me segue no Linkedin. <a href="https://www.linkedin.com/in/chandrasantos" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white" target="_blank"></a></p>
</div>
</main>
<footer class="footer" >
<span class="footer_texto">
Desenvolvido por Chandra Santos | 2023 | <a href="politicadeprivacidade.html">Privacidade.</a>
</span>
</footer>
</body>
</html>