48 lines
1.2 KiB
HTML
48 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Garrity Software - Products</title>
|
|
<meta name="author" content="pfm" />
|
|
<meta name="description" content="Garrity Software - Products" />
|
|
<link rel="stylesheet" type="text/css" href="assets/gs.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<!-- Header/Logo -------------------------------------------------------------->
|
|
<header>
|
|
<h1>garrity software</h1>
|
|
</header>
|
|
|
|
<!-- Navigation --------------------------------------------------------------->
|
|
<nav>
|
|
<ul>
|
|
<li><a href="index.html">about</a></li>
|
|
<li><a href="products.html">products</a></li>
|
|
<li><a href="oss.html">open source</a></li>
|
|
<li><a href="donate.html">donate</a></li>
|
|
<li><a href="contact.html">contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<!-- Main Content ------------------------------------------------------------->
|
|
<main>
|
|
|
|
<section id="products">
|
|
<h1>Products</h1>
|
|
<p>Garrity Software is <a href="index.html#roadmap">Bootstrapping</a> and does
|
|
not yet offer any products.</p>
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<!-- Footer ------------------------------------------------------------------->
|
|
<footer>
|
|
Content Copyright © Patrick Garrity
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|