-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthors.html
More file actions
67 lines (58 loc) · 2 KB
/
authors.html
File metadata and controls
67 lines (58 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Paul's blog</title>
<meta name="description" content="">
<meta name="author" content="Paul Martin">
<!-- HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="https://m4rtinpf.github.io/theme/html5.js"></script>
<![endif]-->
<!-- Styles -->
<link href="https://m4rtinpf.github.io/theme/bootstrap.min.css" rel="stylesheet">
<link href="https://m4rtinpf.github.io/theme/local.css" rel="stylesheet">
<link href="https://m4rtinpf.github.io/theme/pygments.css" rel="stylesheet">
<!-- Feeds -->
<link href="https://m4rtinpf.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Paul's blog Atom Feed" />
</head>
<body>
<div class="topbar">
<div class="topbar-inner">
<div class="container-fluid">
<a class="brand" href="https://m4rtinpf.github.io/">Paul's blog</a>
<ul class="nav">
<li ><a href="https://m4rtinpf.github.io/category/portfolio-projects.html">portfolio-projects</a></li>
</ul>
<p class="pull-right"><a href="https://m4rtinpf.github.io/archives.html">[archives]</a> <a href="https://m4rtinpf.github.io/tags.html">[tags]</a></p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="sidebar">
<div class="well">
<h3>Blogroll</h3>
<ul>
</ul>
<div class="social">
<h3>Social</h3>
<ul>
<li><a href="https://github.com/m4rtinpf">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/m4rtinpf">LinkedIn</a></li>
</ul>
</div>
</div>
</div>
<div class="content">
<div class="page-header"><h1>Paul's blog - Authors</h1></div> <h1>Authors on Paul's blog</h1>
<ul>
<li><a href="https://m4rtinpf.github.io/author/paul-martin.html">Paul Martin</a> (3)</li>
</ul>
<footer>
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme based on <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>.</p>
<p>© Paul Martin</p>
</footer>
</div>
</div>
</body>
</html>