-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
69 lines (60 loc) · 3 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
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Bryan Price - Authors</title>
<link rel="stylesheet" href="http://bryanprice.net/theme/css/custom.css" />
<link href="http://bryanprice.net/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Bryan Price Atom Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="http://bryanprice.net/">Bryan Price </a></h1>
<nav><ul>
<li><a href="http://bryanprice.net/pages/about.html">About</a></li>
<li><a href="http://bryanprice.net/pages/coding-projects.html">Coding Projects</a></li>
</ul>
</nav>
<div id="submenu">
<ul>
<li><a href="http://bryanprice.net/category/blog.html">Blog</a></li>
<li><a href="http://bryanprice.net/category/project-updates.html">Project Updates</a></li>
</ul>
<div>
</header><!-- /#banner -->
<section id="content" class="body">
<h1>Authors on Bryan Price</h1> <li><a href="http://bryanprice.net/author/bryan.html">bryan</a> (18)</li>
<li><a href="http://bryanprice.net/author/bryan-price.html">Bryan Price</a> (3)</li>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://joshuarogers.net">Joshua Rogers</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="http://bryanprice.net/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="http://twitter.com/southrnprogrmmr">Twitter</a></li>
<li><a href="https://github.com/southernprogrammer">Github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme <a href="https://github.com/blueicefield/pelican-blueidea/">blueidea</a>, inspired by the default theme.</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'bryanpricenet';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>