You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/01/26 17:19:54 UTC

svn commit: r1654838 - /incubator/tinkerpop/site/index.html

Author: okram
Date: Mon Jan 26 16:19:54 2015
New Revision: 1654838

URL: http://svn.apache.org/r1654838
Log:
added first pass at website.

Modified:
    incubator/tinkerpop/site/index.html

Modified: incubator/tinkerpop/site/index.html
URL: http://svn.apache.org/viewvc/incubator/tinkerpop/site/index.html?rev=1654838&r1=1654837&r2=1654838&view=diff
==============================================================================
--- incubator/tinkerpop/site/index.html (original)
+++ incubator/tinkerpop/site/index.html Mon Jan 26 16:19:54 2015
@@ -1,5 +1,86 @@
-<html>
-<body>
-<img src="https://pbs.twimg.com/media/B7enh7WCUAEp0f5.png"/>
-</body>
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>TinkerPop</title>
+    <meta name="description" content="A Graph Computing Framework">
+    <meta name="author" content="TinkerPop">
+
+    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[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>
+    <style type="text/css">
+      body {
+        padding-top: 60px;
+      }
+    </style>
+
+    <!-- Le fav and touch icons -->
+    <link rel="shortcut icon" href="images/favicon.ico">
+    <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
+    <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
+    <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+  </head>
+
+  <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">
+              <li><a href="http://github.com/tinkerpop">TinkerPop on GitHub</a></li>
+              <li><a href="http://groups.google.com/group/gremlin-users">User Mailing List</a></li>
+              <li><a href="mailto:dev@tinkerpop.incubator.apache.org">Developer Mailing List</a></li>           
+            </ul>
+          </div>
+        </div>
+      </div>
+    </div>
+
+    <div class="container">
+
+      <!-- Main hero unit for a primary marketing message or call to action -->
+      <div class="hero-unit">
+        <b><font size="6" face="american typewriter">Apache TinkerPop</font></b> 
+        <p><a href="http://github.com/tinkerpop"><img src="images/tinkerpop-splash.png"/></a></p>
+        <p>An Open Source Graph Computing Framework</p>  
+      </div>
+     
+      <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>
+        <div class="span-two-thirds">
+          <p>TinkerPop3 provides graph computing capabilities for both graph databases (OLTP) and graph analytic systems (OLAP).<br/><br/>
+          Current version is <b>3.0.0-SNAPSHOT</b>:
+          <ul>
+            <li><a href="">TinkerPop3 Documentation</a></li>
+            <li><a href="">TinkerPop3 Core-JavaDoc</a></li>
+            <li><a href="">TinkerPop3 Full-JavaDoc</a></li>
+            <li><a href="">TinkerPop3 Source</a></li>
+          </ul>
+          <b>Downloads:</b><br/>
+          <button type="button" class="btn btn-primary">Coming Soon</button>
+
+         <!-- <a href="http://tinkerpop.com/downloads/3.0.0.M7/gremlin-console-3.0.0.M7.zip"><button type="button" class="btn btn-primary">Gremlin Console</button></a>
+          <a href="http://tinkerpop.com/downloads/3.0.0.M7/gremlin-server-3.0.0.M7.zip"><button type="button" class="btn btn-primary">Gremlin Server</button></a> -->
+          </p>
+       </div>
+      </div>      
+      <footer>
+        <img src="images/egg-logo.png" style="float:left;padding:20px;" />Apache TinkerPop is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. Apache TinkerPop is distributed under the Apache License v2.0.
+      </footer>
+
+    </div> <!-- /container -->
+
+  </body>
 </html>