-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (78 loc) · 3.87 KB
/
index.html
File metadata and controls
88 lines (78 loc) · 3.87 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Manoel</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One -->
<section class="banner style1 orient-left content-align-left image-position-center fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1>Manoel</h1>
<h2>Wenceslau Leite de Barros</h2>
<p class="major">✡19 dez 1916
<br>† 13 nov 2014</p>
</div>
<div class="image">
<img src="images/manoel3.jpg" alt="" />
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<h2>Poemas</h2>
<ul class="icons">
<li><a href="pages/amanhecer.html" class="icon style2 fa-sun"><span class="label"></span></a></li>
<li><a href="pages/retrato.html" class="icon style2 fa-paint-brush"><span class="label"></span></a></li>
<li><a href="pages/apanhador.html" class="icon style2 fa-tree"><span class="label"></span></a></li>
<li><a href="pages/infimo.html" class="icon style2 fa-minus"><span class="label"></span></a></li>
<li><a href="pages/aprendimentos.html" class="icon style2 fa-cloud"><span class="label"></span></a></li>
</ul>
<ul class="icons">
<li><a href="pages/peneira.html" class="icon style2 fa-tint"><span class="label"></span></a></li>
<li><a href="pages/prefacio.html" class="icon style2 fa-asterisk"><span class="label"></span></a></li>
<li><a href="pages/didatica.html" class="icon style2 fa-balance-scale"><span class="label"></span></a></li>
<li><a href="pages/deslimites.html" class="icon style2 fa-pencil"><span class="label"></span></a></li>
<li><a href="pages/nada.html" class="icon style2 fa-book"><span class="label"></span></a></li>
</ul>
<ul class="icons">
<li><a href="#" class="icon style2 fa-bookmark"><span class="label"></span></a></li>
<li><a href="#" class="icon style2 fa-bomb"><span class="label"></span></a></li>
<li><a href="#" class="icon style2 fa-bolt"><span class="label"></span></a></li>
<li><a href="#" class="icon style2 fa-bullseye"><span class="label"></span></a></li>
<li><a href="#" class="icon style2 fa-briefcase"><span class="label"></span></a></li>
</ul>
<ul class="icons">
<li><a href="#" class="icon style2 fa-child"><span class="label"></span></a></li>
<li><a href="#" class="icon style2 fa-bus"><span class="label"></span></a></li>
<li><a href="#" class="icon style2 fa-circle"><span class="label"></span></a></li>
<li><a href="#" class="icon style2 fa-clock"><span class="label"></span></a></li>
<li><a href="#" class="icon style2 fa-comment"><span class="label"></span></a></li>
</ul>
<p>Pinturas: <a target="_blank" href="http://www.marthabarros.com.br">Martha Barros</a></p>
<p>Design: <a target="_blank" href="http://gsimas.github.io">Simas</a></p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>