diff options
-rwxr-xr-x | contact.html | 13 | ||||
-rwxr-xr-x | includes/header.html | 3 | ||||
-rwxr-xr-x | index.html | 8 |
3 files changed, 10 insertions, 14 deletions
diff --git a/contact.html b/contact.html index 67fa35e..3130fe5 100755 --- a/contact.html +++ b/contact.html @@ -1,11 +1,8 @@ <!--#set var="title" value="Contact" --> +<!--#set var="pagetitle" value="Contact" --> <!--#include file="includes/header.html" --> -<div> - <h3>Mailing Lists</h3> - <p>Mailing lists are coming soon.</p> -</div> -<div> - <h3>IRC Channels</h3> - <p>Join us on <a href="irc://chat.freenode.net/#ubiquitoussolutions">#ubiquitoussolutions</a>, the project team IRC channel on the <a href="https://www.freenode.net/">Freenode network</a>.</p> -</div> +<h2>Mailing Lists</h2> +<p>Mailing lists are coming soon.</p> +<h2>IRC Channels</h2> +<p>Join us on <a href="irc://chat.freenode.net/#ubiquitoussolutions">#ubiquitoussolutions</a>, the project team IRC channel on the <a href="https://www.freenode.net/">Freenode network</a>.</p> <!--#include file="includes/footer.html" --> diff --git a/includes/header.html b/includes/header.html index 7a3563c..dda5024 100755 --- a/includes/header.html +++ b/includes/header.html @@ -25,7 +25,7 @@ </header> <div class="wrapper sidebar"> <div> - <h3>News</h3> + <h2>News</h2> <ul> <!--#include file="news.html" --> </ul> @@ -33,3 +33,4 @@ </div> <div class="wrapper main"> <a id="body"></a> + <h1><!--#echo var="pagetitle" --></h1> @@ -1,7 +1,5 @@ +<!--#set var="pagetitle" value="About the System" --> <!--#include file="includes/header.html" --> -<div> - <h3>About the System</h3> - <p>This is an embedded operating system configurable for a wide variety of hardware and application platforms.</p> - <p><a href="about">Read more</a></p> -</div> +<p>This is an embedded operating system configurable for a wide variety of hardware and application platforms.</p> +<p><a href="about">Read more</a></p> <!--#include file="includes/footer.html" --> |