-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategories.html
More file actions
29 lines (28 loc) · 1.05 KB
/
categories.html
File metadata and controls
29 lines (28 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Chuck's site</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="theme/css/normalize.css">
<link rel="stylesheet" type="text/css" href="theme/css/style.css">
</head>
<body id="index" class="home">
<header id="banner" class="body">
<div id="site-title"><a href="http://chucklin.github.io/">Chuck's site <strong></strong></a></div>
<nav id="menu"><ul>
<li><a class="link-resume" href="/resume">resume</a></li>
<li><a class="link-portfolio" href="/portfolio">portfolio</a></li>
</ul></nav><!-- /#menu -->
</header><!-- /#banner -->
<main>
<ul>
</ul>
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->
</footer><!-- /#contentinfo -->
</main>
</body>
</html>