-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (75 loc) · 2.29 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
<!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>Janaína Rodrigues</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<nav>
<ul>
<li>
<a href="index.html">Sobre mim</a>
</li>
<li>
<a href="project.html">Projetos</a>
</li>
<li>
<a href="contact.html">Contato</a>
</li>
</ul>
</nav>
<header>
<div class="center">
<img src="./image/Foto Jana.jpg">
</div>
<div>
<h1>
Janaína Rodrigues
</h1>
</div>
<h2>
Programadora e desenvolvedora web
</h2>
</header>
<main>
<section>
<h3>Sobre mim</h3>
<p>
- Meu nome é Janaína, moro em Porto Alegre-RS, tenho 49 anos e estou em processo de transição de carreira.
</p>
</section>
<section>
<h3>Formação</h3>
<p>
- Minha formação é o Ensino Médio completo e estou fazendo cursos na área de programação web.
</p>
</section>
<section>
<h3>Cursos</h3>
<p>
- Curso ElasNaTec: Html, Css, Java Script, Php, Sql. <br>
- Instituto Federal-IFRS: Desenvolvedor web
</p>
</section>
</main>
<footer>
<a href="https://github.com/JanaAmbrosiana"target="_blank"rel="noopener noreferrer">
<img src="./image/github.png"></img>
<p>Github</p>
</a>
<a href="https://www.linkedin.com/in/janaina-rodrigues-b191404b/"target="_blank"rel="noopener noreferrer">
<img src="./image/linkedin.png"></img>
<p>Linkedin</p>
</a>
<a href="https://www.instagram.com/janaambrosiana/"target="_blank"rel="noopener noreferrer">
<img src="./image/instagram.png"></img>
<p>Instagram</p>
</a>
</footer>
</div>
</body>
</html>