You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/09/03 22:27:20 UTC

svn commit: r1701129 - in /incubator/tinkerpop/site: bootstrap.css index.html

Author: spmallette
Date: Thu Sep  3 20:27:20 2015
New Revision: 1701129

URL: http://svn.apache.org/r1701129
Log:
Bump to newer version of bootstrap.

Removed:
    incubator/tinkerpop/site/bootstrap.css
Modified:
    incubator/tinkerpop/site/index.html

Modified: incubator/tinkerpop/site/index.html
URL: http://svn.apache.org/viewvc/incubator/tinkerpop/site/index.html?rev=1701129&r1=1701128&r2=1701129&view=diff
==============================================================================
--- incubator/tinkerpop/site/index.html (original)
+++ incubator/tinkerpop/site/index.html Thu Sep  3 20:27:20 2015
@@ -2,22 +2,46 @@
 <html lang="en">
   <head>
     <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    
     <title>Apache TinkerPop</title>
     <meta name="description" content="A Graph Computing Framework">
     <meta name="author" content="Apache TinkerPop">
-
-    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+    
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
-      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-
-    <!-- Le styles -->
-    <link href="bootstrap.css" rel="stylesheet">
-    <script src="js/bootstrap-dropdown.js" type="text/javascript"></script>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->    
+
+    <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" type="text/javascript"></script>
     <style type="text/css">
       body {
         padding-top: 60px;
       }
+      .hero-unit {
+          background-color: #f5f5f5;
+          margin-bottom: 2px;
+          padding: 20px;
+          -webkit-border-radius: 6px;
+          -moz-border-radius: 6px;
+          border-radius: 6px;
+        }
+        .hero-unit h1 {
+          margin-bottom: 0;
+          font-size: 50px;
+          line-height: 1;
+          letter-spacing: -1px;
+        }
+        .hero-unit p {
+          font-size: 18px;
+          font-weight: 200;
+          line-height: 27px;
+        }
     </style>
 
     <!-- Le fav and touch icons -->
@@ -29,22 +53,19 @@
 
   <body>
 
-    <div class="topbar-wrapper" style="z-index: 5;">
-      <div class="topbar" data-dropdown="dropdown">
-        <div class="topbar-inner">
-        <div class="fill">
-          <div class="container">
-            <ul class="nav">
+    <nav class="navbar navbar-inverse navbar-fixed-top">
+      <div class="container">
+        <div id="navbar" class="collapse navbar-collapse">
+          <ul class="nav navbar-nav">
               <li><a href="http://groups.google.com/group/gremlin-users">User Mailing List</a></li>
               <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-tinkerpop-dev/">Developer Mailing List</a></li>
               <li><a href="https://issues.apache.org/jira/browse/TINKERPOP3/">TinkerPop Issues</a></li>
               <li><a href="https://github.com/apache/incubator-tinkerpop">TinkerPop Source</a></li>
               <li><a href="https://twitter.com/apachetinkerpop">TinkerPop Twitter</a></li>
-            </ul>
-          </div>
+          </ul>
         </div>
       </div>
-    </div>
+    </nav>
 
     <div class="container">
       <!-- Main hero unit for a primary marketing message or call to action -->
@@ -57,10 +78,10 @@
       <br/>
       <b><font size="5" face="american typewriter">TinkerPop3</font></b>
       <div class="row">
-        <div class="span-one-third">
-          <p><img src="images/tinkerpop3-splash.png" width="300" style="padding:10px;" align="left"/></p>
+        <div class="col-xs-4">
+          <p><img src="images/tinkerpop3-splash.png" width="365" style="padding:10px;" align="left"/></p>
         </div>
-        <div class="span-two-thirds">
+        <div class="col-xs-8">
           <p><font size="3">TinkerPop3 provides graph computing capabilities for both graph databases (OLTP) and graph analytic systems (OLAP) under the <a href="http://apache.org/licenses/LICENSE-2.0">Apache2 license</a>.<br/><br/>
           <b>Documentation:</b> (3.0.0-incubating)
           <ul>
@@ -69,14 +90,15 @@
             <li><a href="http://tinkerpop.incubator.apache.org/javadocs/3.0.0-incubating/full/">TinkerPop3 Full-JavaDoc</a></li>
           </ul>
           <b>Downloads:</b> (3.0.0-incubating)<br/>
-          <a href="https://www.apache.org/dist/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-console-3.0.0-incubating-bin.zip"><button type="button" class="btn btn-primary">Gremlin Console</button></a>
-          <a href="https://www.apache.org/dist/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-server-3.0.0-incubating-bin.zip"><button type="button" class="btn btn-primary">Gremlin Server</button></a>
-          <br/><br/>
-          <b>Archives:</b> <a href="http://tinkerpop.incubator.apache.org/docs/">Documentation</a>, <a href="http://tinkerpop.incubator.apache.org/javadocs/">JavaDocs</a>, <a href="https://www.apache.org/dist/incubator/tinkerpop/">Source and Binaries</a>
+            <a href="https://www.apache.org/dist/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-console-3.0.0-incubating-bin.zip"><button type="button" class="btn btn-primary">Gremlin Console</button>
+            <a href="https://www.apache.org/dist/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-server-3.0.0-incubating-bin.zip"><button type="button" class="btn btn-primary">Gremlin Server</button></a>            
+            <br/>
+            <br/>
+          <p><b>Archives:</b> <a href="http://tinkerpop.incubator.apache.org/docs/">Documentation</a>, <a href="http://tinkerpop.incubator.apache.org/javadocs/">JavaDocs</a>, <a href="https://www.apache.org/dist/incubator/tinkerpop/">Source and Binaries</a></p>
 	  </font>
           </p>
        </div>
-       <div class="span-three-thirds">
+       <div>
          <h3>Contributing to Apache TinkerPop</h3>
            TinkerPop is an open source project that welcomes contributions. The following steps are recommended for getting involved:
            <p/>
@@ -150,3 +172,4 @@
     </div> <!-- /container -->
   </body>
 </html>
+