-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
51 lines (46 loc) · 1.93 KB
/
categories.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blogging Calwell</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Merriweather:300' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:200,400,700' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" type="text/css" href="http://calwell.github.io/blogging.cwl.cc/theme/css/icons.css"/>
<link rel="stylesheet" type="text/css" href="http://calwell.github.io/blogging.cwl.cc/theme/css/styles.css"/>
<meta charset="utf-8" />
</head>
<body id="index">
<!-- header -->
<header class="siteheader">
<!-- site image -->
<div class = "sitebanner">
<h1><a class="sitetitle nodec" href="http://calwell.github.io/blogging.cwl.cc">Blogging Calwell</a></h1>
<h3 class ="sitesubtitle"></h3>
<!-- nav -->
<nav class="menu">
<ul>
<!-- menu items-->
<!--pages-->
<!-- services icons -->
<li><a class="nodec icon-mail-alt" href="mailto:[email protected]"></a></li>
<li><a class="nodec icon-twitter" href="http://twitter.com/calwell"></a></li>
<li><a class="nodec icon-facebook" href="http://facebook.com/calwell"></a></li>
</ul>
</nav>
</div> <!-- sitebanner -->
</header>
<!-- content -->
<ul>
<li><a href="http://calwell.github.io/blogging.cwl.cc/category/articles/">articles</a></li>
</ul>
<!-- footer -->
<footer>
<p>
© Kevin Costain, license <a href=""> </a>
unless otherwise noted.
Generated by <a href= "http://docs.getpelican.com/">Pelican</a> with
<a href="http://github.com/porterjamesj/crowsfoot">crowsfoot</a> theme.
</p>
</footer>
</body>
</html>