Skip to content

Commit

Permalink
Articles are now in a separate page for the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris White committed Mar 25, 2013
1 parent 2381343 commit d9036da
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 938 deletions.
93 changes: 93 additions & 0 deletions articles.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.8" />
<title>Articles</title>
<link rel="stylesheet" href="/css/reset.css" type="text/css" />
<link rel="stylesheet" href="/css/modern.css" type="text/css" />

<link rel="stylesheet" href="/css/pygments.css" type="text/css" />

</head>
<body class="article">
<div id="container">
<div id="wrapper">
<div id="header">
<h1>Articles</h1>
</div>
<div id="menu">
<ul>
<li><a href="/">Home</a></li>
<li>|<li>
<li><a href="/articles.html">Articles</a></li>
</ul>
</div>
<div id="content">
<div id="preamble">
<div class="sectionbody">
<p class="paragraph">These are a list of articles I&#8217;ve written on various topics. They are generated with AsciiDoc and edited with Emacs using adoc-mode.</p>
</div>
</div>
<h3 id="_security" class="sect2">Security</h3>
<ul class="ulist">
<li>
<a href="/security/talk-on-security-process.html">A Talk On Security Process</a>
</li>
<li>
<a href="/security/secure-workstation.html">The Secure Workstation</a>
</li>
<li>
<a href="/security/balanced-security.html">Balanaced Security</a>
</li>
</ul>
<h3 id="_git" class="sect2">Git</h3>
<ul class="ulist">
<li>
<a href="/git/git-force.html">On git push --force</a>
</li>
<li>
<a href="/git/git-rebase-fixing.html">Git Rebase Fixing</a>
</li>
</ul>
<h3 id="_python" class="sect2">Python</h3>
<ul class="ulist">
<li>
<a href="/python/class-methods-and-self.html">Python Class Methods and self</a>
</li>
</ul>
<h3 id="_society" class="sect2">Society</h3>
<ul class="ulist">
<li>
<a href="/society/racism-and-sexism.html">Racism and Sexism</a>
</li>
<li>
<a href="/society/google-readers-bigger-problem.html">Google Reader&#8217;s Bigger Problem</a>
</li>
</ul>
</div>
<div id="footer">
<p id="footer-text">
Last updated 2013-03-24 17:55:42 PDT
</p>
<div id="footer-badges">
<a href="http://validator.w3.org/check?uri=referer">
<img style="border:0;width:88px;height:31px"
src="http://www.w3.org/Icons/valid-xhtml11-blue"
alt="Valid XHTML 1.1" height="31" width="88" />
</a>
<a href="http://jigsaw.w3.org/css-validator/">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/us/">
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/us/88x31.png" />
</a>
</div>
</div>
</div>
</div>
</body>
</html>
Loading

0 comments on commit d9036da

Please sign in to comment.