-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.09 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
<html>
<head>
<title> Contato </title>
<link rel="stylesheet" href="css\curriculo.css">
<meta charset="utf-8">
</head>
<body>
<div class ="nav">
<ul>
<li><a href="portifolio.html">Portifolio</a></li>
<li><a href="contato.html">Contato</a></li>
<li><a href="curriculo.html">Curriculo</a></li>
<li><a href="index.html">Inicio</a></li>
</ul>
</div>
<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=Zen+Kaku+Gothic+Antique&display=swap" rel="stylesheet">
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<div class = "index">
<img src="img/tkachi.png" alt="Foto de Wesley Brandão">
<h1>Wesley Brandão</h1>
<h3>Programador Full-Stack Jr</h3>
<p>"A imaginação é mais importante que o conhecimento." <br> - Albert Einstein</p>
</div>
</body>
</html>