forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhero.html
More file actions
24 lines (19 loc) · 908 Bytes
/
hero.html
File metadata and controls
24 lines (19 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- Adding the new Homepage here -->
<div id="home-hero">
<div class="container">
<div class="bubble">
<img src="/images/code-example.svg" class="visible-lg-block" alt="code example">
<h1>PHP Testing for <br>everyone<span class="blue">_</span></h1>
<p class="lead">
Codeception collects and shares best practices and solutions for testing PHP web applications. With a flexible
set of included modules tests are easy to write, easy to use and easy to maintain.<br>
</p>
<div class="home-btns">
<a class="btn btn-lg btn-install" href="/quickstart">Quick Start</a>
<a class="btn btn-lg btn-default"
href="http://sdclabs.com/codeception?utm_source=codeception.com&utm_medium=cover_section&utm_term=big_button&utm_campaign=reference">Enterprise
Support</a>
</div> <!-- /.row -->
</div>
</div>
</div>