Author: nivanov Date: Thu Mar 19 21:22:10 2015 New Revision: 1667879 URL: http://svn.apache.org/r1667879 Log: Added screencast.
Modified: incubator/ignite/site/trunk/css/all.css incubator/ignite/site/trunk/index.html incubator/ignite/site/trunk/scss/ignite.scss Modified: incubator/ignite/site/trunk/css/all.css URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/css/all.css?rev=1667879&r1=1667878&r2=1667879&view=diff ============================================================================== --- incubator/ignite/site/trunk/css/all.css (original) +++ incubator/ignite/site/trunk/css/all.css Thu Mar 19 21:22:10 2015 @@ -7622,10 +7622,15 @@ div, p, h1, h2, h3, span, body, html, ul min-height: 500px; } +.screencast { + border: 1px #ddd solid; +} + #overview h2, #download h2, #community h2, #askquestion h2, +#gettingstarted h2, #features h2 { font-size: 28px; color: #333; @@ -7636,6 +7641,7 @@ div, p, h1, h2, h3, span, body, html, ul #overview h2:after, #download h2:after, #community h2:after, +#gettingstarted h2:after, #askquestion h2:after { display: none; width: 0; Modified: incubator/ignite/site/trunk/index.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/index.html?rev=1667879&r1=1667878&r2=1667879&view=diff ============================================================================== --- incubator/ignite/site/trunk/index.html (original) +++ incubator/ignite/site/trunk/index.html Thu Mar 19 21:22:10 2015 @@ -105,6 +105,22 @@ under the License. </p> </section> + <section id="gettingstarted"> + <div class="feature-block"> + <center> + <h2>Getting Started</h2> + <iframe src="https://player.vimeo.com/video/122156560?color=ff9933&byline=0" + width="800" + height="450" + frameborder="0" + class="screencast" + webkitallowfullscreen mozallowfullscreen allowfullscreen> + + </iframe> + </center> + </div> + </section> + <section id="askquestion"> <div class="feature-block"> <center> Modified: incubator/ignite/site/trunk/scss/ignite.scss URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/scss/ignite.scss?rev=1667879&r1=1667878&r2=1667879&view=diff ============================================================================== --- incubator/ignite/site/trunk/scss/ignite.scss (original) +++ incubator/ignite/site/trunk/scss/ignite.scss Thu Mar 19 21:22:10 2015 @@ -60,10 +60,15 @@ div, p, h1, h2, h3, span, body, html, ul min-height: 500px; } +.screencast { + border: 1px #ddd solid; +} + #overview h2, #download h2, #community h2, #askquestion h2, +#gettingstarted h2, #features h2 { font-size: 28px; color: #333; @@ -74,6 +79,7 @@ div, p, h1, h2, h3, span, body, html, ul #overview h2:after, #download h2:after, #community h2:after, +#gettingstarted h2:after, #askquestion h2:after { display: none; width: 0;