Skip to content

Commit 95364a1

Browse files
committed
fix(website): footer markup
1 parent 30cca29 commit 95364a1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/_includes/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div class="spacer100 bg-white"></div>
22
<footer class="site-footer">
33
<p>
4-
Designed and built with <i class="fa fa-heart"></i> by <a href="https://www.algolia.com"><img src="{{site.baseurl}}/img/logo-algolia-dark.png" alt="Algolia"></a>
4+
Designed and built with <i class="fa fa-heart"></i> by <a href="https://www.algolia.com"><img src="{{site.baseurl}}/img/logo-algolia-dark.png" alt="Algolia" height="20"></a>
55
</p>
66
<div class="spacer50"></div>
77
<ul class="list-inline">
88
<li>Currently v{{ site.version }}</li>
99
<li></li>
10-
Code licensed under <a href="https://github.com/algolia/instantsearch.js/blob/master/LICENSE">MIT</a>
10+
<li>Code licensed under <a href="https://github.com/algolia/instantsearch.js/blob/master/LICENSE">MIT</a></li>
1111
<li></li>
1212
<li><a href="http://github.com/algolia/instantsearch.js">GitHub</a></li>
1313
<li></li>

docs/css/_home.sass

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ html, body
88
svg
99
height: 70px
1010

11+
.fa.fa-heart
12+
color: #E61870
13+
1114
// scroll down
1215
#space-overlay:after
1316
animation: arrow 1s ease-in-out infinite alternate

0 commit comments

Comments
 (0)