-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathescolaridade.html
69 lines (61 loc) · 2.36 KB
/
escolaridade.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
<!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>Escolaridade</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>
<li id="active">Escolaridade</li>
<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>
<a href="contato.html"><li>Contato</li></a>
</ul>
</nav>
<div class="row">
<hgroup>
<h2>Escolaridade</h2>
<h3>Escola Padre Réus</h3>
<p>Ensino Médio - 2006 a 2008.</p>
<h3>Escola Diapar</h3>
<p>Auxiliar Administrativo</p>
<p>Informática Administrativa</p>
<p>2009 a 2010</p>
<h3>IFRS- Instituto Federal do Rio Grande do Sul</h3>
<p>Tecnologia em Sistemas para Internet</p>
<p>2017, em curso. </p>
</hgroup>
<figure class="fotolegenda">
<a href="http://www.poa.ifrs.edu.br/" target="_blank"><img src="_img/ifrs.jpg"></img></a>
</figure>
</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>
</footer>
</body>
</html>