Skip to content

Commit 95394d7

Browse files
committed
updated
1 parent a066601 commit 95394d7

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

_includes/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>
1616
<div class="col-sm-12 col-md-4 col-md-offset-4 ">
1717
<div class="well dark text-center">
1818
<a class="btn btn-lg btn-block btn-install" href="/quickstart">Quick Start</a><br>
19-
<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">Commercial Services</a><br>
19+
<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">Commercial Support</a><br>
2020

2121

2222
</div>

_layouts/bootstrap.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<body>{% capture guides %}{% include guides.html %}{% endcapture %}
3636
{% capture modules %}{% include modules.html %}{% endcapture %}
3737
{% capture reference %}{% include reference.html %}{% endcapture %}
38-
<nav class="navbar nav-custom navbar-inverse">
38+
<nav class="navbar nav-custom navbar-inverse navbar-fixed-top">
3939
<div class="container-fluid">
4040
<div class="navbar-header">
4141
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
@@ -45,12 +45,16 @@
4545
<span class="icon-bar"></span>
4646
</button>
4747
<a href="/" class="navbar-brand"><img src="/images/toplogo.png" alt="codeception"/></a>
48-
</div>
49-
<div class="collapse navbar-collapse menu ">
5048
<ul class="nav navbar-nav navbar-left">
5149
<li><a href="/quickstart">Quick Start</a></li>
52-
<li><a href="http://sdclabs.com/codeception?utm_source=codeception.com&utm_medium=top_menu&utm_term=link&utm_campaign=reference" style="background: rgba(255,255,2555,0.1);">Commercial Services</a></li>
53-
</ul>
50+
<li><a href="http://sdclabs.com/codeception?utm_source=codeception.com&utm_medium=top_menu&utm_term=link&utm_campaign=reference" class="promo">
51+
<span class="no-small">Enterprise</span> Support</a></li>
52+
<li><a href="http://sdclabs.com/trainings?utm_source=codeception.com&utm_medium=top_menu&utm_term=link&utm_campaign=reference" class="promo">Trainings</a></li>
53+
54+
</ul>
55+
</div>
56+
57+
<div class="collapse navbar-collapse menu ">
5458
<ul class="nav navbar-nav navbar-right">
5559
<li class="dropdown">
5660
<a class="dropdown-toggle" data-toggle="dropdown" href="#"> Docs
@@ -212,7 +216,8 @@ <h4>Thanks to</h4>
212216
<li><a href="/install">Installation</a></li>
213217
<li><a href="/credits">Credits</a></li>
214218
<li><a href="/changelog">Releases</a></li>
215-
<li><a href="http://sdclabs.com/codeception?utm_source=codeception.com&utm_medium=bottom_menu&utm_term=link&utm_campaign=reference" >Commercial Services</a></li>
219+
<li><a href="http://sdclabs.com/codeception?utm_source=codeception.com&utm_medium=bottom_menu&utm_term=link&utm_campaign=reference" >Official Support</a></li>
220+
<li><a href="http://sdclabs.com/trainings?utm_source=codeception.com&utm_medium=bottom_menu&utm_term=link&utm_campaign=reference" >Trainings</a></li>
216221
<li><a href="https://github.com/Codeception/Codeception/blob/master/LICENSE">License</a></li>
217222
</ul>
218223

css/codeception.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ body {
66
word-wrap: break-word; /* IE */
77
overflow-wrap: break-word; /* CSS3 */
88
font-family: "Shanti", "Helvetica Neue",Helvetica,Arial,sans-serif;
9+
margin-top: 50px;
910
}
1011

1112
body .wide {
1213
margin: 0 auto;
14+
margin-top: 20px;
1315
max-width: 1600px;
1416
}
1517
body .wide>div {
@@ -23,6 +25,11 @@ body .navbar.nav-custom {
2325
border-radius:0px;
2426
}
2527

28+
body .navbar .promo {
29+
background: rgba(255,255,2555,0.1);
30+
border-left: 1px solid #008693;
31+
}
32+
2633
body .navbar-brand img{
2734
height: 50px;
2835
margin-left: 8px;
@@ -382,6 +389,14 @@ ul.navbar-nav {
382389

383390
@media screen and (max-width : 992px) {
384391

392+
body .no-small {
393+
display: none;
394+
}
395+
396+
body .navbar-header ul.nav>li {
397+
float: left;
398+
}
399+
385400
body .dropdown-modules li a {
386401
float: none;
387402
clear: none;

0 commit comments

Comments
 (0)