-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthors.html
More file actions
51 lines (48 loc) · 1.91 KB
/
authors.html
File metadata and controls
51 lines (48 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href='http://fonts.googleapis.com/css?family=Noticia+Text:400,700' rel='stylesheet' type='text/css' />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pennington - Authors</title>
<link rel="stylesheet" href="/theme/css/style.css" type="text/css" />
<link rel="stylesheet" href="/theme/css/pygments.css" type="text/css" />
<link rel="stylesheet" href="/theme/css/font-awesome.css" type="text/css"/>
</head>
<body>
<div class=container>
<div class=header>
<h2 class=head>Pennington</h2>
</div>
<div class=navigation>
<ul>
<li><a href="/index.html">Blog</a> </li>
<li><a href="/archives.html">Archive</a> </li>
<li><a href="/tags.html">Tags</a> </li>
</ul>
</div>
<div class=separator></div>
<div class=body>
<h1>Authors on Pennington</h1> <li><a href="/author/ben-lobo.html">Ben Lobo</a> (3)</li>
</div>
<div class=footer>
<p>© Copyright <script language="JavaScript">var date = new Date(); document.write(date.getFullYear());</script> by Ben Lobo</p>
<p> Powered by <a href="http://pypi.python.org/pypi/pelican/" target="_blank">Pelican</a>.
Modified version of <a href="https://github.com/fjavieralba/flasky">theme</a> by <a href="http://fjavieralba.com">fjavieralba</a>
</p>
<p>
<div class=social style="font-size: 27px;">
<ul>
<script language="JavaScript">
u = 'bjlobo';
s = 'gmail.com';
document.write('<a href=\"mailto:' + u + '@' + s + '\" target=\"_self\">');
</script>
<li><i class="icon-envelope icon-large"></i> </li>
</a>
<a href="https://github.com/bjlobo" target="_blank"> <li> <i class="icon-github-sign icon-large"></i> </li> </a>
</ul>
</div>
</p>
</div> </div>
</body>
</html>