Author: mattmann
Date: Thu May 21 14:38:28 2015
New Revision: 1680891

URL: http://svn.apache.org/r1680891
Log:
- update header

Modified:
    oodt/cms_site/trunk/content/contact.md

Modified: oodt/cms_site/trunk/content/contact.md
URL: 
http://svn.apache.org/viewvc/oodt/cms_site/trunk/content/contact.md?rev=1680891&r1=1680890&r2=1680891&view=diff
==============================================================================
--- oodt/cms_site/trunk/content/contact.md (original)
+++ oodt/cms_site/trunk/content/contact.md Thu May 21 14:38:28 2015
@@ -1,26 +1,48 @@
-<!DOCTYPE html>
-<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ 
-->
-<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> 
<![endif]-->
-<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
-<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
-<!--[if gt IE 8]><!-->
-<html class="no-js" lang="en">
-<!--<![endif]-->
-<head>
-<meta charset="utf-8"/>
-<!-- Set the viewport width to device width for mobile -->
-<meta name="viewport" content="width=device-width"/>
-<title>Contact Us - Apache OODT</title>
-<!-- Included CSS Files-->
-<link rel="stylesheet" href="stylesheets/style.css">
-<link rel="stylesheet" href="stylesheets/skins/teal.css"><!-- skin color -->
-<link rel="stylesheet" href="stylesheets/responsive.css">
-<!-- IE Fix for HTML5 Tags -->
-<!--[if lt IE 9]>
-    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js";></script>
-  <![endif]-->
-</head>
-<body>
+<!-- HEADER
+================================================== -->
+<div class="row">
+       <div class="four columns">
+               <div class="logo">
+                       <a href="index.html">
+                       <img src="./oodt-images/oodt_asf_logo.png" 
style="height:60px">
+                       </a>
+               </div>
+       </div>
+       <div class="eight columns noleftmarg">
+        <nav id="nav-wrap">
+            <ul class="nav-bar sf-menu">
+                <li>
+                    <a href="about.html">About</a>
+                </li>
+                <li>
+                    <a href="components.html">Components</a>
+                </li>
+                <li class="current">
+                    <a href="download.html">Download</a>
+                </li>
+                <li>
+                    <a href="development.html">Development</a>
+                </li>
+                <li>
+                    <a href="contact.html">Contact</a>
+                </li>
+            </ul>
+        </nav>
+       </div>
+</div>
+<div class="clear">
+</div>
+<!-- SUBHEADER
+================================================== -->
+<div id="subheader">
+       <div class="row">
+               <div class="twelve columns">
+                       <h4>Contact</h4>
+               </div>
+       </div>
+</div>
+<div class="hr">
+</div>
 
 <!-- CONTENT 
 ================================================== -->


Reply via email to