Skip to content

Commit

Permalink
Correct messaging on the homepage and add extensions link
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Sep 11, 2016
1 parent 723b35c commit 63075db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 5 additions & 5 deletions _themes/borg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ <h4>Focused on communication</h4>
<h4>Built from the ground up for the PHP community</h4>

<p>Behat was built from the ground up for PHP and it is a great PHP library to the core.
The codebase heavily uses Symfony2 components, religiously follows PSR standards
and has an incredibly high ratings according to major language static analysis tools.
The codebase heavily uses Symfony2 components, religiously follows coding standards
and scores high ratings in major static analysis tools.
This all basically means that as a PHP developer, with Behat you will always feel
like home.</p>
</div>
Expand All @@ -55,7 +55,7 @@ <h4>Extendable to the core</h4>

<p>Behat is very extensible. Almost every bit of the framework
functionality could be enhanced or even replaced through the powerful
extension system. There are plenty extensions already available.</p>
extension system. There are plenty of extensions already available.</p>
</div>
</section>

Expand All @@ -72,8 +72,8 @@ <h4>Join <strong>behat</strong> community</h4>
<a href="https://twitter.com/BehatPHP">@BehatPHP</a>
</div>
<div class="clearfix">
<p>Google group</p>
<a href="https://groups.google.com/forum/#!forum/behat">#!forum/behat<br></a>
<p>Gitter</p>
<a href="https://gitter.im/Behat/Behat">Behat/Behat<br></a>
</div>
</div>
</section>
Expand Down
7 changes: 5 additions & 2 deletions _themes/borg/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@
<div class="header-center">
<a href="{{ pathto('index') }}"><img class="nav-logo" src="{{ pathto('_static/images/logo@2x.png', 1) }}"></a>
<nav class="clearfix">
<a class="section {% if pagename == 'guides' %}active{% endif %}" href="{{
pathto('guides') }}">
<a class="section {% if pagename == 'guides' %}active{% endif %}" href="{{ pathto('guides') }}">
Guides
</a>
<a class="section {% if pagename == 'community' %}active{% endif %}"
href="{{ pathto('community') }}">
Community
</a>
<a class="section"
href="https://github.com/search?o=desc&q=behat+extension+in%3Aname%2Cdescription+language%3APHP&ref=searchresults&s=stars&type=Repositories&utf8=✓">
Extensions
</a>
<a class="section" href="https://github.com/Behat/Behat/blob/master/CHANGELOG.md#change-log">
Releases
</a>
Expand Down

0 comments on commit 63075db

Please sign in to comment.