File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 2
2
< nav class ="navbar navbar-default navbar-inverse ">
3
3
< div class ="container-fluid ">
4
4
< div class ="navbar-header ">
5
- < button type ="button " class ="text-white navbar-toggle collapsed " data-toggle ="collapse " data-target ="#instant-search-nav " aria-expanded =" false " >
5
+ < button type ="button " class ="text-white navbar-toggle collapsed " data-toggle ="collapse " data-target ="#instant-search-nav ">
6
6
Menu < i class ="fa fa-bars m-l "> </ i >
7
7
</ button >
8
8
< a class ="navbar-brand " href ="{{ site.baseurl }}/ "> {{ site.title }}</ a >
16
16
</ li >
17
17
{% endfor %}
18
18
< li >
19
- < a
20
- href ="http://github.com/algolia/instantsearch.js "
21
- title ="See more, open issues and get answers in our Github repository ">
22
- < i class ="fa fa-github "> </ i >
19
+ < a href ="http://github.com/algolia/instantsearch.js " title ="See more, open issues and get answers in our Github repository ">
20
+ < i class ="fa fa-github "> </ i >
23
21
</ a >
24
22
</ li >
25
23
</ ul >
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ header.site-header
19
19
background-color : transparent
20
20
.fa-github
21
21
font-size : 2em
22
+ width : 30px
23
+ display : inline-block
24
+ text-align : center
22
25
position : relative
23
26
top : -4px
24
27
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ layout: default
14
14
%img {src:"img/algolia-logo.svg" , width: 100, alt:" Logo Algolia" }
15
15
presents:
16
16
%h1.logo
17
- {% svg img/logo-instantsearch.svg % }
17
+ % img.img-responsive.m-r{src: " img /logo-instantsearch.svg" , alt: " Logo InstantSearch.js " }
18
18
%p.vp
19
19
The library of UI widgets to build the best instant-search experience with
20
20
%a{href:" https://www.algolia.com" } Algolia's Hosted Search API.
@@ -113,14 +113,14 @@ layout: default
113
113
.container
114
114
.spacer100
115
115
.row
116
- .col-xs-4.col-xs-offset-1
116
+ .col-xs-4.col-xs-offset-2
117
117
%section#instantsearch-vp-1
118
118
.text-center
119
119
.illus-wrapper
120
120
%img{src:" img/icon-ux.svg" , alt:" UX" , width:40}
121
121
%h2 Search UX done right
122
122
%p Algolia strives to build the best search experience for the end users. All of the best practices we learned while implementing search on hundreds of websites are now packed into our widgets.
123
- .col-xs-4.col-xs-offset-2
123
+ .col-xs-4
124
124
%section#instantsearch-vp-2
125
125
.text-center
126
126
.illus-wrapper
You can’t perform that action at this time.
0 commit comments