Author: rain
Date: Wed May 11 05:03:54 2016
New Revision: 1743300

URL: http://svn.apache.org/viewvc?rev=1743300&view=rev
Log:
community.html add layout

Modified:
    incubator/s2graph/site/community.html
    incubator/s2graph/site/css/custom.css
    incubator/s2graph/site/index.html

Modified: incubator/s2graph/site/community.html
URL: 
http://svn.apache.org/viewvc/incubator/s2graph/site/community.html?rev=1743300&r1=1743299&r2=1743300&view=diff
==============================================================================
--- incubator/s2graph/site/community.html (original)
+++ incubator/s2graph/site/community.html Wed May 11 05:03:54 2016
@@ -1,43 +1,85 @@
-<div class="container">
-  
-<!--<div class="hero-unit Community">
-<h1></h1>
-</div>
--->
+<!DOCTYPE html>
+<html>
+<head>
+       <meta charset="UTF-8">
+       <title>S2Graph</title>
+       <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" 
/>
+       <!-- Latest compiled and minified CSS -->
+       <link rel="stylesheet" href="css/bootstrap.min.css">
+
+       <!-- Optional theme -->
+       <link rel="stylesheet" href="css/bootstrap-theme.min.css">
+
+       <link rel="stylesheet" href="css/custom.css">
+
+       <!-- Latest compiled and minified JavaScript -->
+
+       <script src="js/jquery-1.12.3.min.js"></script>
+       <script src="js/bootstrap.min.js"></script>
+</head>
+
+<body>
+       <div class="navbar navbar-default navbar-fixed-top" role="navigation">
+               <div class="container">
+                       <div class="navbar-header">
+                               <button type="button" class="navbar-toggle" 
data-toggle="collapse" data-target=".navbar-collapse">
+                                       <span class="sr-only">Toggle 
navigation</span>
+                                       <span class="icon-bar"></span>
+                                       <span class="icon-bar"></span>
+                                       <span class="icon-bar"></span>
+                               </button>
+                               <a class="navbar-brand" href="/">
+                                       <img src="images/s2graph_logo1.png" 
width="50" alt="S2Graph">
+                                       Apache S2Graph 
<small>(incubating)</small>
+                               </a>
+                       </div>
+                       <nav class="navbar-collapse collapse" role="navigation">
+                               <ul class="nav navbar-nav"></ul>
+                               <ul class="nav navbar-nav navbar-right">
+                                       <li class="active"><a 
href="/community.html">Community</a></li>
+                                       <li><a 
href="https://steamshon.gitbooks.io/s2graph-book/content/"; 
target="_blank">Docs</a></li>
+                                       <li><a 
href="https://github.com/apache/incubator-s2graph"; 
target="_blank">GitHub</a></li>
+                                       <!-- Apache -->
+                                       <li id="apache">
+                                               <a href="#" 
data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+                                               <ul class="dropdown-menu">
+                                                       <li><a 
href="http://www.apache.org/foundation/how-it-works.html"; 
target="_blank">Apache Software Foundation</a></li>
+                                                       <li><a 
href="http://www.apache.org/licenses/"; target="_blank">Apache License</a></li>
+                                                       <li><a 
href="http://www.apache.org/foundation/sponsorship.html"; 
target="_blank">Sponsorship</a></li>
+                                                       <li><a 
href="http://www.apache.org/foundation/thanks.html"; 
target="_blank">Thanks</a></li>
+                                               </ul>
+                                       </li>
+                               </ul>
+                       </nav><!--/.navbar-collapse -->
+               </div>
+       </div><!-- /.navbar -->
+       <div class="container">
+               <div class="row row-offcanvas row-offcanvas-right">
+                       <div class="col-xs-12 col-sm-12">
+                               <p class="pull-xs-right hidden-sm-up">
+                                       <button type="button" class="btn 
btn-primary btn-sm" data-toggle="offcanvas">Toggle nav</button>
+                               </p>
+                               <div class="row top-article">
+                                       <div class="col-md-12">
+                                               <h3>Mailing list</h3>
+
+                                               <p>Get help using S2Graph or 
contribute to the project on our mailing lists:</p>
+
+                                               <ul>
+                                                       <li><a 
href="https://mail-archives.apache.org/mod_mbox/incubator-s2graph-users/";>[email protected]</a>
 is for usage questions, help, and announcements. <a 
href="mailto:[email protected]?subject=send%20this%20email%20to%20subscribe";>subscribe</a>,
     <a 
href="mailto:[email protected]?subject=send%20this%20email%20to%20unsubscribe";>unsubscribe</a>,
 <a 
href="http://mail-archives.apache.org/mod_mbox/incubator-s2graph-users/";>archives</a></li>
+                                                       <li><a 
href="https://mail-archives.apache.org/mod_mbox/incubator-s2graph-dev/";>[email protected]</a>
 is for people who want to contribute code to S2Graph. <a 
href="mailto:[email protected]?subject=send%20this%20email%20to%20subscribe";>subscribe</a>,
 <a 
href="mailto:[email protected]?subject=send%20this%20email%20to%20unsubscribe";>unsubscribe</a>,
 <a 
href="http://mail-archives.apache.org/mod_mbox/incubator-s2graph-dev/";>archives</a></li>
+                                                       <li><a 
href="https://mail-archives.apache.org/mod_mbox/incubator-s2graph-commits/";>[email protected]</a>
 is for commit messages and patches to S2Graph. <a 
href="mailto:[email protected]?subject=send%20this%20email%20to%20subscribe";>subscribe</a>,
 <a 
href="mailto:[email protected]?subject=send%20this%20email%20to%20unsubscribe";>unsubscribe</a>,
 <a 
href="http://mail-archives.apache.org/mod_mbox/incubator-s2graph-commits/";>archives</a></li>
+                                               </ul>
+
+                                               <h3>Issue tracker</h3>
+
+                                               <p><a 
href="https://issues.apache.org/jira/browse/S2GRAPH";>https://issues.apache.org/jira/browse/S2GRAPH</a></p>
+                                       </div>
+                               </div>
+                       </div><!--/span-->
+               </div><!--/row-->
+       </div>
+       <hr />
+</body>
 
-<div class="row">
-<div class="col-md-12">
-<!--
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-
-<h3>Mailing list</h3>
-
-<p>Get help using S2Graph or contribute to the project on our mailing 
lists:</p>
-
-<ul>
-<li><a 
href="https://mail-archives.apache.org/mod_mbox/incubator-s2graph-users/";>[email protected]</a>
 is for usage questions, help, and announcements. <a 
href="mailto:[email protected]?subject=send%20this%20email%20to%20subscribe";>subscribe</a>,
     <a 
href="mailto:[email protected]?subject=send%20this%20email%20to%20unsubscribe";>unsubscribe</a>,
 <a 
href="http://mail-archives.apache.org/mod_mbox/incubator-s2graph-users/";>archives</a></li>
-<li><a 
href="https://mail-archives.apache.org/mod_mbox/incubator-s2graph-dev/";>[email protected]</a>
 is for people who want to contribute code to S2Graph. <a 
href="mailto:[email protected]?subject=send%20this%20email%20to%20subscribe";>subscribe</a>,
 <a 
href="mailto:[email protected]?subject=send%20this%20email%20to%20unsubscribe";>unsubscribe</a>,
 <a 
href="http://mail-archives.apache.org/mod_mbox/incubator-s2graph-dev/";>archives</a></li>
-<li><a 
href="https://mail-archives.apache.org/mod_mbox/incubator-s2graph-commits/";>[email protected]</a>
 is for commit messages and patches to S2Graph. <a 
href="mailto:[email protected]?subject=send%20this%20email%20to%20subscribe";>subscribe</a>,
 <a 
href="mailto:[email protected]?subject=send%20this%20email%20to%20unsubscribe";>unsubscribe</a>,
 <a 
href="http://mail-archives.apache.org/mod_mbox/incubator-s2graph-commits/";>archives</a></li>
-</ul>
-
-<h3>Issue tracker</h3>
-
-<p><a 
href="https://issues.apache.org/jira/browse/S2GRAPH";>https://issues.apache.org/jira/browse/S2GRAPH</a></p>
-
-</div>
-</div>
-
-
-  <hr>
\ No newline at end of file
+</html>
\ No newline at end of file

Modified: incubator/s2graph/site/css/custom.css
URL: 
http://svn.apache.org/viewvc/incubator/s2graph/site/css/custom.css?rev=1743300&r1=1743299&r2=1743300&view=diff
==============================================================================
--- incubator/s2graph/site/css/custom.css (original)
+++ incubator/s2graph/site/css/custom.css Wed May 11 05:03:54 2016
@@ -16,7 +16,7 @@
   margin-top: 15px;  
 }
 
-.jumbotron{
+.top-article{
   margin-top: 63px;
 }
 
@@ -65,3 +65,9 @@
 .navbar-default .navbar-toggle .icon-bar{
   background-color: white;
 }
+
+
+.navbar-default .navbar-nav>.active>a{
+  background-image: none;
+  background-color: white;
+}
\ No newline at end of file

Modified: incubator/s2graph/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/s2graph/site/index.html?rev=1743300&r1=1743299&r2=1743300&view=diff
==============================================================================
--- incubator/s2graph/site/index.html (original)
+++ incubator/s2graph/site/index.html Wed May 11 05:03:54 2016
@@ -53,72 +53,69 @@
                                </nav><!--/.navbar-collapse -->
                        </div>
                </div><!-- /.navbar -->
-
-           <div class="container">
-
-             <div class="row row-offcanvas row-offcanvas-right">
-
-               <div class="col-xs-12 col-sm-12">
-                 <p class="pull-xs-right hidden-sm-up">
-                   <button type="button" class="btn btn-primary btn-sm" 
data-toggle="offcanvas">Toggle nav</button>
-                 </p>
-                 <div class="jumbotron">
-                   <h1>S2Graph</h1>
-                   <p>A graph database designed for distributed and scalable 
management of highly interconnected data at web scale..</p>
-                   <p><a href="https://github.com/apache/incubator-s2graph"; 
class="btn btn-primary btn-lg bigFingerButton" role="button" 
target="_blank">GitHub</a></p>
-                 </div>
-                 <div class="row">
-                   <div class="col-md-12">
-                       <h2>High-performance Distributed Graph Database</h2>
-                       <p>
-                               Apache S2Graph is a graph database designed to 
handle transactional graph processing at scale. Its REST API allows you to 
store, manage and query relational information using edge and vertex 
representations in a fully asynchronous and non-blocking manner.
-                       </p>
-                       <ul style="list-style-type: none;padding-left:10px;" >
-                               <li style="font-size:20px; margin: 5px;"><span 
class="glyphicon glyphicon-plane"></span> Fast</li>
-                               <li style="font-size:20px; margin: 5px;"><span 
class="glyphicon glyphicon-cloud"></span> Distributed</li>
-                               <li style="font-size:20px; margin: 5px;"><span 
class="glyphicon glyphicon-wrench"></span> Flexible</li>
-                                               <li style="font-size:20px; 
margin: 5px;"><span class="glyphicon glyphicon-refresh"></span> Fully 
Asynchronous</li>
-                                               <li style="font-size:20px; 
margin: 5px;"><span class="glyphicon glyphicon-cog"></span> Non-blocking</li>
-                                       </ul>
-                   </div>
-                   
-                   <div class="col-xs-12 col-lg-6">
-                       <h2>Fast</h2>
-                       <ul style="list-style-type: none;padding-left:10px;" >
-                               <li style="font-size:20px; margin: 5px;">- Low 
latency transactions and query processing</li>
-                               <li style="font-size:20px; margin: 5px;">- 
Highly optimized data model for OLTP graph traversal</li>
-                                       </ul>
-                   </div>
-                   <div class="col-xs-12 col-lg-6">
-                       <h2>Distributed</h2>
-                       <ul style="list-style-type: none;padding-left:10px;" >
-                               <li style="font-size:20px; margin: 5px;">- 
Linear-scalable from ground up</li>
-                               <li style="font-size:20px; margin: 5px;">- 
Big-data-ready</li>
-                                       </ul>
-                   </div>
-                   <div class="col-xs-12 col-lg-6">
-                       <h2>Flexible</h2>
-                       <ul style="list-style-type: none;padding-left:10px;" >
-                               <li style="font-size:20px; margin: 5px;">- 
Powerful graph query API for massive graph data processing in real-time</li>
-                               <li style="font-size:20px; margin: 5px;">- 
Built-in batch layer and bucket testing</li>
-                                       </ul>
-                   </div>
-
-                   <div class="col-md-12">
-                       <h2>Disclaimer</h2>
-                       <p>
-                               Apache S2Graph 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.
-                       </p>
-                   </div>
-
-                 </div><!--/row-->
-               </div><!--/span-->
-             </div><!--/row-->
-      <hr />
+               <div class="container">
+                       <div class="row row-offcanvas row-offcanvas-right">
+                               <div class="col-xs-12 col-sm-12">
+                                       <p class="pull-xs-right hidden-sm-up">
+                                               <button type="button" 
class="btn btn-primary btn-sm" data-toggle="offcanvas">Toggle nav</button>
+                                       </p>
+                                       <div class="jumbotron top-article">
+                                               <h1>S2Graph</h1>
+                                               <p>A graph database designed 
for distributed and scalable management of highly interconnected data at web 
scale..</p>
+                                               <p><a 
href="https://github.com/apache/incubator-s2graph"; class="btn btn-primary 
btn-lg bigFingerButton" role="button" target="_blank">GitHub</a></p>
+                                       </div>
+                                       <div class="row">
+                                               <div class="col-md-12">
+                                                       <h2>High-performance 
Distributed Graph Database</h2>
+                                                       <p>
+                                                               Apache S2Graph 
is a graph database designed to handle transactional graph processing at scale. 
Its REST API allows you to store, manage and query relational information using 
edge and vertex representations in a fully asynchronous and non-blocking manner.
+                                                       </p>
+                                                       <ul 
style="list-style-type: none;padding-left:10px;" >
+                                                               <li 
style="font-size:20px; margin: 5px;"><span class="glyphicon 
glyphicon-plane"></span> Fast</li>
+                                                               <li 
style="font-size:20px; margin: 5px;"><span class="glyphicon 
glyphicon-cloud"></span> Distributed</li>
+                                                               <li 
style="font-size:20px; margin: 5px;"><span class="glyphicon 
glyphicon-wrench"></span> Flexible</li>
+                                                               <li 
style="font-size:20px; margin: 5px;"><span class="glyphicon 
glyphicon-refresh"></span> Fully Asynchronous</li>
+                                                               <li 
style="font-size:20px; margin: 5px;"><span class="glyphicon 
glyphicon-cog"></span> Non-blocking</li>
+                                                       </ul>
+                                               </div>
+
+                                               <div class="col-xs-12 col-lg-6">
+                                                       <h2>Fast</h2>
+                                                       <ul 
style="list-style-type: none;padding-left:10px;" >
+                                                               <li 
style="font-size:20px; margin: 5px;">- Low latency transactions and query 
processing</li>
+                                                               <li 
style="font-size:20px; margin: 5px;">- Highly optimized data model for OLTP 
graph traversal</li>
+                                                       </ul>
+                                               </div>
+                                               <div class="col-xs-12 col-lg-6">
+                                                       <h2>Distributed</h2>
+                                                       <ul 
style="list-style-type: none;padding-left:10px;" >
+                                                               <li 
style="font-size:20px; margin: 5px;">- Linear-scalable from ground up</li>
+                                                               <li 
style="font-size:20px; margin: 5px;">- Big-data-ready</li>
+                                                       </ul>
+                                               </div>
+                                               <div class="col-xs-12 col-lg-6">
+                                                       <h2>Flexible</h2>
+                                                       <ul 
style="list-style-type: none;padding-left:10px;" >
+                                                               <li 
style="font-size:20px; margin: 5px;">- Powerful graph query API for massive 
graph data processing in real-time</li>
+                                                               <li 
style="font-size:20px; margin: 5px;">- Built-in batch layer and bucket 
testing</li>
+                                                       </ul>
+                                               </div>
+
+                                               <div class="col-md-12">
+                                                       <h2>Disclaimer</h2>
+                                                       <p>
+                                                               Apache S2Graph 
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.
+                                                       </p>
+                                               </div>
+                                       </div><!--/row-->
+                               </div><!--/span-->
+                       </div><!--/row-->
+               </div>
+     <hr />
        </body>
 
 </html>


Reply via email to