-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (99 loc) · 5.05 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
<!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>Portfólio</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/estilo.css">
<link rel="stylesheet" href="./css/responsive.css">
</head>
<body>
<header>
<div>
<a href="https://www.linkedin.com/in/luana-ap-cardoso/" target="_blank">
<img class="icone" src="./img/iconlinkedin.png" alt="Linkedin">
</a>
<a href="https://github.com/luanaxcardoso" target="_blank">
<img class="icone" src="./img/icongithub.png" alt="Github">
</a>
</div>
</header>
<main>
<h2>Luana Cardoso</h2><br>
<section class="main-content">
<article class="text">
<div>
<p>Olá! Sou uma Desenvolvedora Full Stack em formação.</p><br>
<p>
Atualmente faço parte da turma de Front-end do programa Alura ONE.
</p><br>
<p>Sou de São José dos Campos-SP e formada em Administração, Pedagogia e Cosmética.</p>
</div>
</article>
<figure>
<img src="./img/lua3.jpeg" alt="Imagem de Luana">
</figure>
</section>
<section>
<h2 class="tec">Tecnologias e Ferramentas</h2>
<div class="tecnologia">
<img alt="Python" src="https://img.shields.io/badge/Python-14354C?style=for-the-badge&logo=python&logoColor=white"/>
<img alt="SQL" src="https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge&logo=mysql&logoColor=white"/>
<img alt="CSharp" src="https://img.shields.io/badge/C%23-239120?style=for-the-badge&logo=c-sharp&logoColor=white"/>
<img alt=".NET" src="https://img.shields.io/badge/.NET-5C2D91?style=for-the-badge&logo=.net&logoColor=white"/>
<img src="https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white" alt="NODE">
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black" alt="javascript">
<img src="https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white" alt="bootstrap">
<img alt="HTML" src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white"/>
<img alt="CSS" src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white"/>
<img alt="VISUAL" src="https://img.shields.io/badge/Visual_Studio-5C2D91?style=for-the-badge&logo=visual%20studio&logoColor=white"/>
<img alt="VSCODE" src="https://img.shields.io/badge/VSCode-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white"/>
<img alt="POWERBI" src="https://img.shields.io/badge/PowerBI-F2C811?style=for-the-badge&logo=Power%20BI&logoColor=white"/>
<img src="https://img.shields.io/badge/Canva-%2300C4CC.svg?&style=for-the-badge&logo=Canva&logoColor=white" alt="canva">
<img alt="GIT" src="https://img.shields.io/badge/Git-E34F26?style=for-the-badge&logo=git&logoColor=white"/>
<img alt="POSTMAN" src="https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=Postman&logoColor=white"/><br/>
</div>
</section><br>
<section>
<h2 class="projeto2">Projetos</h2>
<div>
<p class="pg1">Codificador e Decodificador de palavras </p>
<p class="clique"> Clique na imagem </p>
<a href="https://luanaxcardoso.github.io/Codificador-Decodificador/" tabindex="_blank"><img class="img-p1" src="./img/decodificador-alura.png" alt="decodificador"></a>
</div>
<div>
<p class="pg1">Barbearia Alura </p>
<p class="clique"> Clique na imagem </p>
<a href="https://luanaxcardoso.github.io/Barbearia/" tabindex="_blank"><img class="img-p1" src="./img/barbeariatela.png" alt="decodificador"></a>
</div>
</section><br>
<section class="contato">
<div class="img-formulario">
<h2 class="contato2">Entre em contato</h2>
<img src="./img/telefone.png" alt="Telefone">
</div>
<div class="formulario">
<label for="text">NOME</label>
<input type="text"><br>
<label for="text">TELEFONE</label>
<input type="text"><br>
<label for="text">E-MAIL</label>
<input type="text"><br>
<label for="text">DÚVIDAS</label>
<input type="text"><br>
<input class="enviar" type="submit" name="Enviar">
</div>
</section>
</main>
<footer class="footer">
<span class="footer__texto">
Feito com
<img class="icone icone--texto" src="img/heart2-1.svg" alt="coraçao"> por Luana
</span>
</footer>
<script src="codigo.js"></script>
</body>
</html>