You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bu...@apache.org on 2015/05/21 16:38:33 UTC

svn commit: r952192 - in /websites/staging/oodt/trunk/content: ./ contact.html

Author: buildbot
Date: Thu May 21 14:38:32 2015
New Revision: 952192

Log:
Staging update by buildbot for oodt

Modified:
    websites/staging/oodt/trunk/content/   (props changed)
    websites/staging/oodt/trunk/content/contact.html

Propchange: websites/staging/oodt/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 21 14:38:32 2015
@@ -1 +1 @@
-1680890
+1680891

Modified: websites/staging/oodt/trunk/content/contact.html
==============================================================================
--- websites/staging/oodt/trunk/content/contact.html (original)
+++ websites/staging/oodt/trunk/content/contact.html Thu May 21 14:38:32 2015
@@ -45,34 +45,57 @@ under the License.
 <body>
 
     <!-- MAIN .MD CONTENT -->
-    <!DOCTYPE html>
-<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
+    <!-- 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>
 
-<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
+<div class="clear">
+</div>
+
+<!-- SUBHEADER
+================================================== -->
 
-<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
+<div id="subheader">
+    <div class="row">
+        <div class="twelve columns">
+            <h4>Contact</h4>
+        </div>
+    </div>
+</div>
 
-<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
+<div class="hr">
+</div>
 
-<!--[if gt IE 8]><!-->
-
-<p><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></p>
 <!-- CONTENT 
 ================================================== -->