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
37 lines (26 loc) · 764 Bytes
/
hero.html
File metadata and controls
37 lines (26 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!-- Adding the new Homepage here -->
<div id="home-hero">
<div class="bubble">
<h1>
<img src="/images/logo.svg" alt="" class="logo">
Codeception</h1>
<p class="lead">
<em>
~ Elegant and Efficient Testing for PHP ~
</em>
</p>
<div class="container">
<div class="row home-btns">
<div class="col-sm-12 col-md-4 col-md-offset-4 ">
<div class="well dark text-center">
<a class="btn btn-lg btn-block btn-install" href="/quickstart">Quick Start</a><br>
<p>
Write and execute a test for an existing app<br>
<strong>in less than 5 minutes!</strong>
</p>
</div>
</div>
</div> <!-- /.row -->
</div>
</div>
</div>