Author: rain
Date: Mon Jul 4 02:13:55 2016
New Revision: 1751194
URL: http://svn.apache.org/viewvc?rev=1751194&view=rev
Log:
apache incubator logo added
Modified:
incubator/s2graph/site/css/custom.css
incubator/s2graph/site/index.html
Modified: incubator/s2graph/site/css/custom.css
URL:
http://svn.apache.org/viewvc/incubator/s2graph/site/css/custom.css?rev=1751194&r1=1751193&r2=1751194&view=diff
==============================================================================
--- incubator/s2graph/site/css/custom.css (original)
+++ incubator/s2graph/site/css/custom.css Mon Jul 4 02:13:55 2016
@@ -70,4 +70,8 @@
.navbar-default .navbar-nav>.active>a{
background-image: none;
background-color: white;
+}
+
+.jumbotron-title {
+ font-size: 36px;
}
\ No newline at end of file
Modified: incubator/s2graph/site/index.html
URL:
http://svn.apache.org/viewvc/incubator/s2graph/site/index.html?rev=1751194&r1=1751193&r2=1751194&view=diff
==============================================================================
--- incubator/s2graph/site/index.html (original)
+++ incubator/s2graph/site/index.html Mon Jul 4 02:13:55 2016
@@ -64,7 +64,10 @@
<button type="button"
class="btn btn-primary btn-sm" data-toggle="offcanvas">Toggle nav</button>
</p>
<div class="jumbotron top-article">
- <h1>S2Graph</h1>
+ <div class="jumbotron-title">
+ S2Graph
+ <img
src="images/apache_incubator.png" height="36">
+ </div>
<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>