This is a template for the html version of the documentation. I'm in the process of converting the .txt files and will keep an eye on the diffs and keep the content up2date until I get caught up with what's there and formatted.
This commit is contained in:
parent
595d3b2da7
commit
1614312e02
1 changed files with 51 additions and 0 deletions
51
doc/html/template.html
Normal file
51
doc/html/template.html
Normal file
|
@ -0,0 +1,51 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>VIVO</title>
|
||||
<link rel="stylesheet" href="../css/doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header id="branding" role="banner">
|
||||
<h1 class="vivo-logo"><a href="/"><span class="displace">VIVO</span></a></h1>
|
||||
</header>
|
||||
|
||||
<!-- Start of content -->
|
||||
<div id="wrapper-content" role="main">
|
||||
|
||||
<!-- template --->
|
||||
<h1>Heading One</h1><div></div>
|
||||
<h2>Heading Two</h2>
|
||||
<h3>Heading Three</h3>
|
||||
<h4>Heading Four</h4>
|
||||
<p>A paragraph tag</p>
|
||||
<ul>
|
||||
<li>List item one</li>
|
||||
<li>List item two</li>
|
||||
</ul>
|
||||
<ol>
|
||||
<li>Ordered list item one</li>
|
||||
<li>Ordered list item two</li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
<!-- end of content -->
|
||||
|
||||
<footer role="contentinfo">
|
||||
<p class="copyright"><small>©2011
|
||||
All Rights Reserved | <a class="terms" href="/termsOfUse">Terms of Use</a></small> | Powered by <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank"><strong>VIVO</strong></a>
|
||||
</p>
|
||||
|
||||
|
||||
<nav role="navigation">
|
||||
<ul id="footer-nav" role="list">
|
||||
<li role="listitem"><a href="http://vivoweb.org/about">About</a></li>
|
||||
<li role="listitem"><a href="http://vivoweb.org/contact">Contact Us</a></li>
|
||||
<li role="listitem"><a href="http://www.vivoweb.org/support" target="blank">Support</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue