File tree 4 files changed +15
-4
lines changed
4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 92
92
< script src ="//code.jquery.com/jquery-2.1.4.min.js "> </ script >
93
93
<!-- end Jquery -->
94
94
95
+ <!-- start bootstrap -->
96
+ < script src ="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js "> </ script >
97
+ <!-- end bootstrap -->
98
+
95
99
<!-- start jsSocial -->
96
100
< script src ="//cdn.rawgit.com/tabalinas/jssocials/v0.2.0/dist/jssocials.min.js "> </ script >
97
101
<!-- end jsSocial -->
Original file line number Diff line number Diff line change 68
68
< meta name ="twitter:image:src " content ="{{ "/img/logo_phpsc_transparent.png" | prepend: site.baseurl }}">
69
69
<!-- End twitter cards metadatas -->
70
70
71
- < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5 /css/bootstrap.min.css ">
71
+ < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6 /css/bootstrap.min.css ">
72
72
< link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css ">
73
73
74
74
<!-- start jssocials -->
Original file line number Diff line number Diff line change 1
1
< nav class ="navbar navbar-static-top navbar-purple ">
2
2
< div class ="container ">
3
3
< div class ="navbar-header ">
4
- < button type =" button " class ="navbar-toggle collapsed " data-toggle ="collapse " data-target ="#collapse " aria-expanded ="false ">
4
+ < a href =" # " class ="navbar-toggle collapsed " data-toggle ="collapse " data-target ="#menu- collapse " aria-expanded ="false ">
5
5
< span class ="sr-only "> Toggle navigation</ span >
6
6
< span class ="icon-bar "> </ span >
7
7
< span class ="icon-bar "> </ span >
8
8
< span class ="icon-bar "> </ span >
9
- </ button >
9
+ </ a >
10
10
< a class ="navbar-brand " href ="{{ site.baseurl }}/ "> {{ site.title }}</ a >
11
11
</ div >
12
12
13
- < div class ="collapse navbar-collapse " id ="collapse ">
13
+ < div class ="collapse navbar-collapse " id ="menu- collapse ">
14
14
< ul class ="nav navbar-nav ">
15
15
{% for page in site.pages %}
16
16
{% if page.title %}
Original file line number Diff line number Diff line change 324
324
}
325
325
}
326
326
}
327
+
328
+ .navbar-toggle {
329
+ border-color : $purple ;
330
+ .icon-bar {
331
+ background-color : $purple ;
332
+ }
333
+ }
You can’t perform that action at this time.
0 commit comments