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
35 lines (23 loc) · 836 Bytes
/
hero.html
File metadata and controls
35 lines (23 loc) · 836 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
<!-- 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>
<a class="btn btn-lg btn-block 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><br>
</div>
</div>
</div> <!-- /.row -->
</div>
</div>
</div>