Skip to content

Commit

Permalink
Move features out of the jumbotron and put "Intro" heading into one
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Feb 4, 2016
1 parent f79ee9a commit f07591a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions index.html
Expand Up @@ -73,9 +73,12 @@
<div class="jumbotron">
<div class="container">
<div class="page-header">
<img src="hive.png" class="img-responsive" />
<img src="hive.png" />
<h1>A collaborative editor the web needs</h1>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="cell col-xs-6 col-sm-4 col-md-3">
<img src="img/feature-real-time.gif" class="img-responsive img-thumbnail" />
Expand Down Expand Up @@ -138,10 +141,14 @@ <h3>Easy integration with your app</h3>
</div>
</div>
</div>

<div class="jumbotron">
<div class="container">
<a name="about" class="header-pushdown"></a>
<h2>Introducing Hive.js</h2>
</div>
</div>
<section class="container">
<a name="about" class="header-pushdown"></a>
<h2>Introducing Hive.js</h2>
<h3>The story</h3>
<p class="lead">I love the web and I love how technology enables us to find new ways of communication, new ways of participation, new ways of creation even.</p>
<p>I have long since been attracted to the idea of real-time collaboration. Working in real-time on a single document with people that are miles away isn't just a new experience, it is indeed a new way of creation. Collaborative editing à la <a href="http://etherpad.org">Etherpad</a> or Google Docs is a milestone on the road of the digial era.</p>
Expand Down

0 comments on commit f07591a

Please sign in to comment.