-
Notifications
You must be signed in to change notification settings - Fork 4
/
categories.html
52 lines (45 loc) · 2.13 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
52
<!DOCTYPE html>
<html lang="en">
<head>
<title>The GoOSe Project — Categories</title>
<meta charset="utf-8" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" href="./theme/css/style.css" />
<link rel='stylesheet' id='oswald-css' href='http://fonts.googleapis.com/css?family=Oswald&ver=3.3.2' type='text/css' media='all' />
<style type="text/css">
body.custom-background { background-color: #f5f5f5; }
</style>
<link rel="alternate" type="application/atom+xml"
title="The GoOSe Project — Flux Atom"
href="./" />
<!--[if lte IE 8]><script src="./theme/js/html5shiv.js"></script><![endif]-->
</head>
<body class="home blog custom-background " >
<div id="container">
<div id="header">
<h1 id="site-title"> <a href=".">The GoOSe Project</a> <img src="./theme/images/goose-logo.png" /></h1>
<h2 id="site-description">A Community Enterprise Linux Rebuild</h2> </div><!-- /#banner -->
<div id="menu">
<div class="menu-navigation-container">
<ul id="menu-navigation" class="menu">
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="./about.html">About</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="./community.html">Community</a></li>
<li class="active" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="downloads.html">Download</a></li>
<li class="active" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="news.html">News</a></li>
</ul>
</div> <!--/#menu-navigation-container-->
</div><!-- /#menu -->
<div class="page-title">
</div>
<div id="contents">
<ul>
<li><a href="./category/news.html">News</a></li>
</ul>
</div>
<div id="footer">
<p>Powered by <a href="http://pelican.readthedocs.org">Pelican</a>.</p>
</div><!-- /#footer -->
</div><!-- /#container -->
<div style="display:none"></div>
</body>
</html>