Skip to content

Commit 5546cdf

Browse files
committed
Remove 'Install' CTA, focus on 'Quick Start'
1 parent 982d3d3 commit 5546cdf

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

_layouts/index.html

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,19 @@
44

55
<!-- Adding the new Homepage here -->
66
<div id="home-hero">
7-
87
<h1><img src="/images/logo.png" alt="Codeception Logo">Codeception</h1>
98
<p class="lead">Modern PHP testing for everyone.</p>
10-
119
</div>
1210

1311
<div class="row home">
1412
<div class="col-sm-12 col-lg-12">
1513
<div class="row home-btns">
16-
<div class="col-sm-12 col-md-4 col-md-offset-2">
17-
<div class="well dark text-center">
18-
<a class="btn btn-primary btn-lg btn-block" href="/install"><span class="btn-label">Install</span></a>
19-
<p><br/>To install codeception you can download it or include it in your composer.json file.
20-
</p>
21-
</div>
22-
</div>
23-
24-
<div class="col-sm-12 col-md-4">
14+
<div class="col-sm-12 col-md-4 col-md-offset-4 ">
2515
<div class="well dark text-center">
26-
<a class="btn btn-lg btn-warning btn-block" href="/quickstart"><span class="btn-label">5min Quick Start</span></a>
27-
<p><br/>Write and execute a test for an existing app<br>
28-
<b>in less then 5 mins!</b>
16+
<a class="btn btn-lg btn-warning btn-block" href="/quickstart"><span class="btn-label">Quick Start</span></a><br>
17+
<p>
18+
Write and execute a test for an existing app<br>
19+
<strong>in less then 5 minutes!</strong>
2920
</p>
3021
</div>
3122
</div>

0 commit comments

Comments
 (0)