Skip to content

Commit 65f21ac

Browse files
author
William Blankenship
committed
Added fontawesome and the github logo to button.
1 parent 4c5d260 commit 65f21ac

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<!-- Neo2 Google Web Font -->
1818
<link href='http://fonts.googleapis.com/css?family=Exo+2' rel='stylesheet' type='text/css'>
1919

20+
<!-- Font Awesome -->
21+
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">
22+
2023
<!-- Custom styles for this site -->
2124
<link href="css/main.css" rel="stylesheet">
2225

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
],
2323
"dependencies": {
2424
"normalize": "http://necolas.github.io/normalize.css/3.0.0/normalize.css",
25-
"bootstrap": "~3.1.1"
25+
"bootstrap": "~3.1.1",
26+
"font-awesome": "~4.0.3"
2627
}
2728
}

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<h1>{{ site.title }}</h1>
88
<h2>{{ site.description }}</h2>
99
<a class="btn btn-lg btn-primary"
10-
href="https://github.com/neovim/neovim" role="button">View
11-
on GitHub</a>
10+
href="https://github.com/neovim/neovim" role="button">
11+
<i class="fa fa-github fa-lg"></i> View on GitHub</a>
1212
</div>
1313

1414
<p>Neovim is in its early stages. Both this site and the project itself are

0 commit comments

Comments
 (0)