-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontato.html
61 lines (55 loc) · 2.69 KB
/
contato.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" type="text/css" href="_css/estilo.css"/>
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans|Open+Sans" rel="stylesheet">
<script src="https://use.fontawesome.com/c717731495.js"></script>
<title>Contato</title>
</head>
<body>
<div id="interface">
<hgroup>
<header id="cabecalho">
<h1>Franco Frassanito Wolff</h1>
<h2></h2>
</hgroup>
</header>
<nav id="menu">
<ul>
<h1>Menu</h1>
<a href="index.html"><li>Início</li></a>
<a href="escolaridade.html"><li>Escolaridade</li></a>
<a href="experiencia.html"><li>Experiência</li></a>
<a href="aplicacoes.html"><li>Aplicações</li></a>
<a href="interesses.html"><li>Interesses</li></a>
<li id="active">Contato</li>
</ul>
</nav>
<div class="row">
<hgroup>
<h1>Contato</h1>
<h3><i class="fa fa-envelope" aria-hidden="true"></i> [email protected]</h3>
<h2><a href="https://www.facebook.com/ff.wolff" target="_blank" class="contactBtn" href="#"><i class="fa fa-facebook-square" aria-hidden="true"></i></a> facebook.com/ff.wolff</h2>
<h2><a href="https://github.com/ffwolff" target="_blank" class="contactBtn" href="#"><i class="fa fa-github" aria-hidden="true"></i></a> github.com/ffwolff</h2>
<h2><a href="https://www.linkedin.com/in/ffwolff" target="_blank" class="contactBtn" href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a> linkedin.com/in/ffwolff </h2>
<h2><a href="https://twitter.com/AInternetSouEu" target="_blank" class="contactBtn" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a> @AInternetSouEu</h2>
</hgroup>
</div>
</div>
<footer>
<div class="foot">
Copyright© 2018 - by Franco Wolff<br/>
<i class="fa fa-envelope" aria-hidden="true"></i> [email protected]
<div class="btnList text-center">
<a href="https://www.facebook.com/ff.wolff" target="_blank" class="contactBtn" href="#"><i class="fa fa-facebook-square" aria-hidden="true"></i></a>
<a href="https://github.com/ffwolff" target="_blank" class="contactBtn" href="#"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/ffwolff" target="_blank" class="contactBtn" href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="https://www.freecodecamp.com/ffwolff" target="_blank" class="contactBtn" href="#"><i class="fa fa-fire" aria-hidden="true"></i></a>
<a href="https://twitter.com/AInternetSouEu" target="_blank" class="contactBtn" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
</div>
</footer>
</body>
</html>