33< head >
44 < title >
55 {% if page.title %}
6- {{ page.title }}
6+ {{ page.title }}
77 {% else %}
8- Codeception
8+ Codeception
99 {% endif %}
1010 </ title >
1111 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
1616 < link rel ="stylesheet " href ="/css/inspiritas.css ">
1717 < link rel ="stylesheet " href ="/css/bootstrap-responsive.css ">
1818 < link rel ="stylesheet " href ="/css/codeception.css ">
19+ < link rel ="stylesheet " href ="/css/contributors.css ">
1920 < link rel ="stylesheet " type ="text/css " media ="screen " href ="/css/syntax.css " />
2021 < script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js " type ="text/javascript "> </ script >
22+ < script src ="/js/jquery.toc.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
23+ < script src ="/js/contributors.js " type ="text/javascript " charset ="utf-8 "> </ script >
24+
2125 < link title ="Codeception Blog " type ="application/rss+xml " rel ="alternate " href ="/rss.xml "/>
2226</ head >
2327
28+ {% capture guides %}{% include guides.html %}{% endcapture %}
29+ {% capture modules %}{% include modules.html %}{% endcapture %}
30+ {% capture reference %}{% include reference.html %}{% endcapture %}
31+
2432< body >
25- < div class ="navbar navbar-fixed- top navbar-inverse ">
33+ < div class ="navbar navbar-top navbar-inverse ">
2634 < div class ="navbar-inner ">
2735 < div class ="container ">
2836 < div class ="navbar-content ">
37+ < div class ="nav pull-right ">
38+ < div class ="follow ">
39+ < a href ="https://twitter.com/codeception " class ="twitter-follow-button "
40+ data-show-count ="false " data-lang ="en " data-size ="large "> Follow @Codeception</ a >
41+ < script > ! function ( d , s , id ) {
42+ var js , fjs = d . getElementsByTagName ( s ) [ 0 ] ;
43+ if ( ! d . getElementById ( id ) ) {
44+ js = d . createElement ( s ) ;
45+ js . id = id ;
46+ js . src = "//platform.twitter.com/widgets.js" ;
47+ fjs . parentNode . insertBefore ( js , fjs ) ;
48+ }
49+ } ( document , "script" , "twitter-wjs" ) ; </ script >
50+ </ div >
51+
52+
53+ </ div >
2954 < ul class ="nav ">
3055 < li >
3156 < a href ="/ "> Home</ a >
3257 </ li >
33- < li >
34- < a href ="# "> Quickstart</ a >
35- </ li >
36- < li >
37- < a href ="# "> Docs</ a >
38- </ li >
39- < li >
40- < a href ="# "> Blog</ a >
41- </ li >
42- < li >
43- < a href ="# "> Video</ a >
44- </ li >
45- < li >
46- < a href ="# "> Q&A</ a >
47- </ li >
4858 < li >
49- < a href ="# " > Credits </ a >
59+ < a href ="/quickstart " > Quickstart </ a >
5060 </ li >
5161 < li >
52- < a href ="# "> Install</ a >
53- </ li >
54- </ ul >
62+ < li class ="dropdown ">
63+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="/docs "> Guides
64+ < b class ="caret "> </ b >
65+ </ a >
66+ < ul class ="dropdown-menu ">
67+ {{ guides }}
68+ </ ul >
69+ </ li >
70+ < li class ="dropdown ">
71+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="/docs "> Modules
72+ < b class ="caret "> </ b >
73+ </ a >
74+ < ul class ="dropdown-menu ">
75+ {{ modules }}
76+ </ ul >
77+ </ li >
78+
79+ < li class ="dropdown ">
80+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="/docs "> Reference
81+ < b class ="caret "> </ b >
82+ </ a >
83+ < ul class ="dropdown-menu ">
84+ {{ reference }}
85+ </ ul >
86+
87+
88+ </ li >
89+ < li >
90+ < a href ="/video "> Video</ a >
91+ </ li >
92+ < li class ="pull-right ">
93+ < a href ="/blog "> Blog</ a >
94+ </ li >
95+
96+ < li >
97+ < a href ="/qa "> Q&A</ a >
98+ </ li >
99+
100+ < li >
101+ < a href ="/credits "> Credits</ a >
102+ </ li >
103+ < li >
104+ < a href ="/install "> Install</ a >
105+ </ li >
106+ </ ul >
107+ </ div >
55108 </ div >
56109 </ div >
57110 </ div >
58- </ div >
59- < div class ="container ">
111+ < div class ="container ">
60112 {{ content }}
61- </ div >
62- < script src ="/js/bootstrap.min.js "> </ script >
63- < script type ="text/javascript ">
113+ </ div >
114+
115+
116+ < div id ="footer ">
117+ < div class ="container ">
118+ < div class ="row ">
119+ < div class ="span6 ">
120+
121+ Codeception was created by < a href ="https://twitter.com/davert " target ="_blank "> Michael Bodnarchuk @davert</ a > .
122+
123+ </ div >
124+
125+ < div class ="span6 ">
126+ < h3 > Thanks to our contributors</ h3 >
127+ < div id ="contributors "> </ div >
128+
129+ </ div >
130+ </ div >
131+ </ div >
132+ </ div >
133+
134+
135+ < script src ="/js/bootstrap.min.js "> </ script >
136+
137+ < script type ="text/javascript ">
64138
65- var _gaq = _gaq || [ ] ;
66- _gaq . push ( [ '_setAccount' , 'UA-1899308-9' ] ) ;
67- _gaq . push ( [ '_trackPageview' ] ) ;
139+ var _gaq = _gaq || [ ] ;
140+ _gaq . push ( [ '_setAccount' , 'UA-1899308-9' ] ) ;
141+ _gaq . push ( [ '_trackPageview' ] ) ;
68142
69- ( function ( ) {
70- var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
71- ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
72- var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
73- } ) ( ) ;
143+ ( function ( ) {
144+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
145+ ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
146+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
147+ } ) ( ) ;
74148
75- </ script >
149+ </ script >
76150
77- < div id ="bugira_widget " style ="position: fixed; right: 10px; bottom: 0px; "> </ div >
78- < script type ="text/javascript "> var __bugira_config = { "api_key" :"dste248173q7" } ;
79- ( function ( ) { var w = document . createElement ( 'script' ) ; w . type = 'text/javascript' ; w . async = true ; w . src = 'http://bugiracdn.appspot.com/bugira-widget.js' ; ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( w ) ; } ) ( ) ; </ script >
151+ < div id ="bugira_widget " style ="position: fixed; right: 10px; bottom: 0px; "> </ div >
152+ < script type ="text/javascript "> var __bugira_config = { "api_key" :"dste248173q7" } ;
153+ ( function ( ) { var w = document . createElement ( 'script' ) ; w . type = 'text/javascript' ; w . async = true ; w . src = 'http://bugiracdn.appspot.com/bugira-widget.js' ; ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( w ) ; } ) ( ) ; </ script >
80154
81- </ body >
155+ </ body >
82156
83- </ html >
157+ </ html >
0 commit comments