Author: nivanov Date: Wed Jan 21 22:22:43 2015 New Revision: 1653675 URL: http://svn.apache.org/r1653675 Log: WIP.
Modified: incubator/ignite/site/branches/sidenav/css/all.css incubator/ignite/site/branches/sidenav/images/fabric.jpg incubator/ignite/site/branches/sidenav/index.html incubator/ignite/site/branches/sidenav/scss/all.scss Modified: incubator/ignite/site/branches/sidenav/css/all.css URL: http://svn.apache.org/viewvc/incubator/ignite/site/branches/sidenav/css/all.css?rev=1653675&r1=1653674&r2=1653675&view=diff ============================================================================== --- incubator/ignite/site/branches/sidenav/css/all.css (original) +++ incubator/ignite/site/branches/sidenav/css/all.css Wed Jan 21 22:22:43 2015 @@ -7886,11 +7886,45 @@ p { /* * Added by Nikita Ivanov. */ -h2 { +div, p, h1, h2, h3, span, body, html { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; +} + +h2, .h2, +.overview h2, +.documentation h2, +.download h2, +.community h2 { font-size: 28px; + color: #333; + padding: 5px 0 20px 0; + text-align: center; +} +.overview h2:after, .documentation h2:after, .download h2:after, .community h2:after, .overview .h2:after, .documentation .h2:after, .download .h2:after, .community .h2:after, .overview +.overview h2:after, .documentation +.overview h2:after, .download +.overview h2:after, .community +.overview h2:after, .overview +.documentation h2:after, .documentation +.documentation h2:after, .download +.documentation h2:after, .community +.documentation h2:after, .overview +.download h2:after, .documentation +.download h2:after, .download +.download h2:after, .community +.download h2:after, .overview +.community h2:after, .documentation +.community h2:after, .download +.community h2:after, .community +.community h2:after { + display: none; + width: 0; + height: 0; } -.overview h2:after, .documentation h2:after, .download h2:after, .community h2:after { - top: 3px; + +h3, .h3 { + font-size: 22px; + color: #333; } .info-blocks { @@ -7898,3 +7932,26 @@ h2 { padding: 40px 0 24px; border-top: 2px solid #ebebeb; } + +p { + line-height: 1.2em; + color: #333; + font-size: 18px; +} + +.overview p { + text-align: center; +} + +.info-inside-block { + display: inline-block; + width: 100%; +} +.info-inside-block > img { + float: right; + vertical-align: top; +} +.info-inside-block > div.row { + float: left; + vertical-align: top; +} Modified: incubator/ignite/site/branches/sidenav/images/fabric.jpg URL: http://svn.apache.org/viewvc/incubator/ignite/site/branches/sidenav/images/fabric.jpg?rev=1653675&r1=1653674&r2=1653675&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/ignite/site/branches/sidenav/index.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/branches/sidenav/index.html?rev=1653675&r1=1653674&r2=1653675&view=diff ============================================================================== --- incubator/ignite/site/branches/sidenav/index.html (original) +++ incubator/ignite/site/branches/sidenav/index.html Wed Jan 21 22:22:43 2015 @@ -137,21 +137,23 @@ <section class="overview" id="overview"> <h2>Overview</h2> <p>Apache Ignite In-Memory Data Fabric is a high-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies. - <img src="images/fabric.jpg" alt="image description" class="img-responsive"> + <img src="images/fabric.jpg" alt="image description" class="img-responsive" style="padding-top: 40px"> <p>Apache Ignite In-Memory Data Fabric is designed to deliver uncompromised performance for a wide set of in-memory computing use cases from high performance computing, to the industry most advanced data grid and streaming.</p> <div class="info-blocks"> <h3>Clustering & Compute</h3> - <img src="images/in_memory_compute.png"/><br/><br/> - <div class="row"> - <p>Apache Ignite computational features include</p> - <ul class="list-unstyled"> - <li>Dynamic Clustering</li> - <li>Fork-Join & MapReduce Processing</li> - <li>Distributed Closure Execution</li> - <li>Load Balancing and Fault Tolerance</li> - <li>Distributed Messaging and Events</li> - <li>Linear Scalability</li> - </ul> + <div class="info-inside-block"> + <img src="images/in_memory_compute.png"/><br/><br/> + <div> + <p>Apache Ignite computational features include:</p> + <ul> + <li>Dynamic Clustering</li> + <li>Fork-Join & MapReduce Processing</li> + <li>Distributed Closure Execution</li> + <li>Load Balancing and Fault Tolerance</li> + <li>Distributed Messaging and Events</li> + <li>Linear Scalability</li> + </ul> + </div> </div> </div> <div class="info-blocks"> Modified: incubator/ignite/site/branches/sidenav/scss/all.scss URL: http://svn.apache.org/viewvc/incubator/ignite/site/branches/sidenav/scss/all.scss?rev=1653675&r1=1653674&r2=1653675&view=diff ============================================================================== --- incubator/ignite/site/branches/sidenav/scss/all.scss (original) +++ incubator/ignite/site/branches/sidenav/scss/all.scss Wed Jan 21 22:22:43 2015 @@ -979,19 +979,64 @@ p { * Added by Nikita Ivanov. */ -h2 { +div, p, h1, h2, h3, span, body, html { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; +} + +h2, .h2, +.overview h2, +.documentation h2, +.download h2, +.community h2 { font-size: 28px; + color: #333; + padding: 5px 0 20px 0; + text-align: center; .overview &:after, .documentation &:after, .download &:after, .community &:after { - top: 3px; + display: none; + width: 0; + height: 0; } } +h3, .h3 { + font-size: 22px; + color: #333; +} + .info-blocks { margin-top: 40px; padding: 40px 0 24px; border-top: 2px solid #ebebeb; +} + +p { + line-height: 1.2em; + color: #333; + font-size: 18px; +} + +.overview { + p { + text-align: center; + } +} + +.info-inside-block { + display: inline-block; + width: 100%; + + & > img { + float: right; + vertical-align: top; + } + + & > div.row { + float: left; + vertical-align: top; + } } \ No newline at end of file