-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (47 loc) · 1.86 KB
/
index.html
File metadata and controls
57 lines (47 loc) · 1.86 KB
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
<!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>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="mediaqueries.css">
</head>
<body>
<header>
</header>
<main>
<div id='Geral'>
<div class='menu'>
<div class="nav-links">
<a href="#Sobre">Sobre Mim</a>
<a href="#Experiencias">Experiências</a>
<a href="#Projetos">Projetos</a>
<a href="contatos/Contatos.html" target="_self">Contatos</a>
</div>
</div>
</div>
<div id='cabeca'><h1>MEU POORTFÓLIO <strong>TI.</strong></h1>
</div>
<img src="images/fotoperfil.jpeg" class="minhafoto" width=20% height= 30% alt="imagem luana" title="Foto de Luana Ferreira">
<br><br>
<div id='paragrafos'>
<p>Olá, sou Luana Ferreira, estou aprendendo um pouco sobre <strong> HTML e CSS.
</strong><br>Sou estudante de ADS e pretendo fazer pós em Inteligência Artificial.Sou apaixonada por tecnologia e pelas estrelas e um dos meus hobbys <br> é a agricultura familiar.
</p>
<p>Estou criando este portfólio para a disciplina de WEB utilizando somente os conhecimentos adquirios durante as aulas teoricas e práticas
</p>
<p>Espero com o tempo melhorar estas habilidades e conseguir implementar um código mais limpo e com mais responsividade.
</p>
</div>
<br>
<div>
<button class="botaogithub"><a href="https://github.com/Luana-create">Github</a></button>
<button class="botaolinkedin"><a href="https://www.linkedin.com/feed/?trk=guest_homepage-basic_nav-header-signin">Linkedin</a></button>
<br>
</div>
</main>
</body>
<script src="Script.js"></script>
</html>