-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchive.html
More file actions
78 lines (69 loc) · 3.16 KB
/
archive.html
File metadata and controls
78 lines (69 loc) · 3.16 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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>@kv - Posts</title>
<link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="./css/default.css" />
</head>
<body>
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">
<img id="logo" src="./images/logo.png" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="./"><i class="fa fa-home" aria-hidden="true"></i>
Início</a></li>
<li><a href="./doc"><i class="fa fa-book" aria-hidden="true"></i>
Documentação</a></li>
<li><a href="http://github.com/atkv/atkv2"><i class="fa fa-github" aria-hidden="true"></i>
Código</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="./about.html"><i class="fa fa-info-circle" aria-hidden="true"></i>
Sobre</a></li>
<li><a href="./contact.html"><i class="fa fa-users" aria-hidden="true"></i>
Equipe</a></li>
<li><a href="./archive.html"><i class="fa fa-pencil-square-o" aria-hidden="true"></i>
Posts</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container">
<div class="subcontainer">
<h1>Posts</h1>
Aqui está a lista completa de posts:
<ul>
<li>
<a href="./posts/2016-08-08-r-0-0-4.html">Versão 0.0.4</a> - August 8, 2016
</li>
<li>
<a href="./posts/2016-08-03-r-0-0-3.html">Versão 0.0.3</a> - August 3, 2016
</li>
</ul>
</div>
</div>
<footer>
<div class="container">
© Copyright 2016 @kv. Site gerado em <a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
</footer>
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
</body>
</html>