|
35 | 35 | <body>{% capture guides %}{% include guides.html %}{% endcapture %} |
36 | 36 | {% capture modules %}{% include modules.html %}{% endcapture %} |
37 | 37 | {% 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"> |
39 | 39 | <div class="container-fluid"> |
40 | 40 | <div class="navbar-header"> |
41 | 41 | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> |
|
45 | 45 | <span class="icon-bar"></span> |
46 | 46 | </button> |
47 | 47 | <a href="/" class="navbar-brand"><img src="/images/toplogo.png" alt="codeception"/></a> |
48 | | - </div> |
49 | | - <div class="collapse navbar-collapse menu "> |
50 | 48 | <ul class="nav navbar-nav navbar-left"> |
51 | 49 | <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 "> |
54 | 58 | <ul class="nav navbar-nav navbar-right"> |
55 | 59 | <li class="dropdown"> |
56 | 60 | <a class="dropdown-toggle" data-toggle="dropdown" href="#"> Docs |
@@ -212,7 +216,8 @@ <h4>Thanks to</h4> |
212 | 216 | <li><a href="/install">Installation</a></li> |
213 | 217 | <li><a href="/credits">Credits</a></li> |
214 | 218 | <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> |
216 | 221 | <li><a href="https://github.com/Codeception/Codeception/blob/master/LICENSE">License</a></li> |
217 | 222 | </ul> |
218 | 223 |
|
|
0 commit comments