-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (47 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<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" />
<link rel="stylesheet" href="css/index.css" />
<title>Document</title>
</head>
<body>
<section>
<div class="direta">
<div class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">Sobre</a></li>
<li><a href="training.html">Formação e Habilidades</a></li>
<li><a href="project.html">Projetos</a></li>
<li><a href="experience.html">Experiência Profissional</a></li>
<li><a href="contate.html">Contato</a></li>
</ul>
</div>
</div>
<div class="esquerda">
<div class="sobre">
<img id="img-Foto" src="image/minhaFoto2.jpg" alt="" />
<h1>Tiago da Silva Couto</h1>
<h2>Estudante em Engenheiro de software</h2>
<div class="icones">
<a
href="https://www.linkedin.com/in/tiago-da-silva-couto-6830baa9"
target="_blank"
><img src="image/icone linkdin.png" alt="linkdin"
/></a>
<a href="https://github.com/tscouto" target="_blank"
><img src="image/github.png" alt="github"
/></a>
<img src="image/whatsApp.png" alt="whatsApp" />
</div>
<a href="documents/CURRÍCULO - TIAGO DA SILVA COUTO - PROGRAMADOR.pdf"
><button>Donwload Currículo</button></a
>
</div>
</div>
</section>
</body>
</html>