Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update home page to reflect our current release #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
<div class="bg"></div>
<div class="container">
<h1>Spread the News!</h1>
<h2>Nimble, flexible, powerful. Say hello to the new Habari.</h2>
<h2>Nimble, flexible, powerful. Say hello to Habari.</h2>
<div class="offset-by-one columns">
<p>100s of new features, a completely rewritten core, a new streamlined admin interface and an integrated Plugin &amp; Theme Catalog are just some of the highlights of the new &amp; improved Habari.</p>
<p>While we are preparing for our next major release - as you can see on our redesigned website - the 0.9 series is still being maintained. Try our latest stable release now. You should also consider upgrading if you are already using Habari as 0.9.2 contains security fixes.</p>
</div>
</div>
<div id="app_preview">
<div class="container">
<div class="row offset-by-three">
<div class="download five columns"><a href="http://habariproject.org/en/download" title="download 0.9.1">Download 0.9.1</a></div>
<div class="take_tour five columns"><a href="<?php URL::out('display_page', array('slug' => 'whats-new')); ?>" title="See what's new">See what's new</a></div>
<div class="download five columns"><a href="http://habariproject.org/en/download" title="download 0.9.1">Download 0.9.2</a></div>
<div class="five columns"><a href="http://habariproject.org/en/habari-092-released" title="See what's new">See what's new</a></div>
</div>
</div>
</div>
Expand Down