-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
63 lines (49 loc) · 1.96 KB
/
authors.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet/less" type="text/css" href="./theme/css/style.less">
<script src="./theme/js/less-1.3.3.min.js" type="text/javascript"></script>
<!-- <link rel="stylesheet" type="text/css" href="./theme/css/style.css"> -->
<link rel="stylesheet" type="text/css" href="./theme/css/pygments.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=PT+Sans|PT+Serif|PT+Mono">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<meta name="author" content="Gabriel Marcondes and Luiz Irber">
<meta name="description" content="Posts and writings by Gabriel Marcondes and Luiz Irber">
<link href="http://www.lasanha.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Lasanha Full Atom Feed" />
<title>
Lasanha - Authors </title>
</head>
<body>
<aside>
<div id="user_meta">
<a href=".">
<img width=200px src="./theme/images/logo.png" alt="logo">
</a>
<h2><a href=".">Lasanha</a></h2>
<p></p>
<ul>
<li ><a href="./category/team.html">Team</a></li>
<li><a href="http://github.com/lasanha" target="_blank">GitHub</a></li>
<li><a href="http://twitter.com/lasanhaorg" target="_blank">Twitter</a></li>
</ul>
</div>
</aside>
<main>
<header>
<p>
<a href=".">Index</a> | <a href="./archives.html">Archives</a>
| <a href="http://www.lasanha.org/feeds/all.atom.xml">Atom Feed</a>
</p>
</header>
<h1>Authors on Lasanha</h1>
<ul> <li><a href="./author/lasanha.html">Lasanha</a> (1)</li>
</ul>
<footer>
</footer>
<div id="ending_message">
<p>© Giulio Fidente. Built using <a href="http://getpelican.com" target="_blank">Pelican</a>. You can fork the theme on <a href="https://github.com/giulivo/pelican-svbhack" target="_blank">github</a>.</p>
</div>
</main>
</body>
</html>