-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwelcome-to-the-goose-project.html
More file actions
66 lines (57 loc) · 2.92 KB
/
welcome-to-the-goose-project.html
File metadata and controls
66 lines (57 loc) · 2.92 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoOSe Project — Welcome to the GoOSe Project!</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="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=".">GoOSe Project</a></h1>
</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="./category/news.html">News</a></li>
<li class="active" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="./category/community.html">Community</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="./category/about.html">About</a></li>
</ul>
</div> <!--/#menu-navigation-container-->
</div><!-- /#menu -->
<div class="page-title">
</div>
<div id="contents">
<div class="post type-post status-publish format-standard hentry category-general" id="post">
<div class="entry-meta">
<div class="date"><a href="./welcome-to-the-goose-project.html">Fri 25 January 2013</a></div>
<span class="byline">By <a href="./author/herlo.html">herlo</a></span>
<span class="cat-links"><a href="./category/community.html" title="View all posts in Community" rel="category tag">Community</a></span>
</div> <!-- /#entry-meta -->
<div class="main">
<h2 class="entry-title">
<a href="./welcome-to-the-goose-project.html" title="Permalink to Welcome to the GoOSe Project!" rel="bookmark">Welcome to the GoOSe Project!</a>
</h2>
<div class="entry-content">
<p>Welcome to the home of the GoOSe Project! GoOSe Linux is an free Enterprise Linux Rebuild, built from sources of a <a class="reference external" href="http://redhat.com">popular Enterprise distribution</a>.</p>
<p>The GoOSe Project with access to the latest new capabilities, support for the latest hardware innovations and technologies, and more!</p>
</div> <!--/#entry-content-->
</div> <!--/#main-->
</div> <!--/#post-->
</div>
<div id="footer">
<p>Powered by <a href="http://pelican.readthedocs.org">Pelican</a>, theme by <a href="http://bunnyman.info">tBunnyMan</a>.</p>
</div><!-- /#footer -->
</div><!-- /#container -->
<div style="display:none"></div>
</body>
</html>