Skip to content

Commit 17ff639

Browse files
committed
added font-awesome and some sweet icons
1 parent f4d40c3 commit 17ff639

9 files changed

+1887
-6
lines changed

css/font-awesome.css

+1,479
Large diffs are not rendered by default.

events.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<!-- Bootstrap core CSS -->
1212
<link href="css/bootstrap.min.css" rel="stylesheet">
13+
<link href="css/font-awesome.css" rel="stylesheet">
1314

1415
<!-- Custom styles for this template -->
1516
<link href="css/custom.css" rel="stylesheet">
@@ -51,7 +52,7 @@ <h1>Events</h1>
5152
<!-- End page content-->
5253

5354
<div class="footer">
54-
<p class='pull-right'>&copy; Open City 2013 | <a href='https://github.com/open-city/open-gov-hack-night'>Pull requests welcome!</a></p>
55+
<p class='pull-right'>&copy; Open City 2013 | <a href='https://github.com/open-city/open-gov-hack-night'><i class='icon-github'></i> Pull requests welcome!</a></p>
5556
</div>
5657
</div>
5758
</div> <!-- /container -->

fonts/FontAwesome.otf

60.4 KB
Binary file not shown.

fonts/fontawesome-webfont.eot

36.5 KB
Binary file not shown.

fonts/fontawesome-webfont.svg

+399
Loading

fonts/fontawesome-webfont.ttf

77.2 KB
Binary file not shown.

fonts/fontawesome-webfont.woff

42.6 KB
Binary file not shown.

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<!-- Bootstrap core CSS -->
1212
<link href="css/bootstrap.min.css" rel="stylesheet">
13+
<link href="css/font-awesome.css" rel="stylesheet">
1314

1415
<!-- Custom styles for this template -->
1516
<link href="css/custom.css" rel="stylesheet">
@@ -160,7 +161,7 @@ <h2>Contact us</h2>
160161
</div>
161162

162163
<div class="footer">
163-
<p class='pull-right'>&copy; Open City 2013 | <a href='https://github.com/open-city/open-gov-hack-night'>Pull requests welcome!</a></p>
164+
<p class='pull-right'>&copy; Open City 2013 | <a href='https://github.com/open-city/open-gov-hack-night'><i class='icon-github'></i> Pull requests welcome!</a></p>
164165
</div>
165166
</div>
166167
</div> <!-- /container -->

projects.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<!-- Bootstrap core CSS -->
1212
<link href="css/bootstrap.min.css" rel="stylesheet">
13+
<link href="css/font-awesome.css" rel="stylesheet">
1314

1415
<!-- Custom styles for this template -->
1516
<link href="css/custom.css" rel="stylesheet">
@@ -75,7 +76,7 @@ <h1>Projects</h1>
7576
<!-- End page content-->
7677

7778
<div class="footer">
78-
<p class='pull-right'>&copy; Open City 2013 | <a href='https://github.com/open-city/open-gov-hack-night'>Pull requests welcome!</a></p>
79+
<p class='pull-right'>&copy; Open City 2013 | <a href='https://github.com/open-city/open-gov-hack-night'><i class='icon-github'></i> Pull requests welcome!</a></p>
7980
</div>
8081
</div>
8182
</div> <!-- /container -->
@@ -151,9 +152,9 @@ <h5>Contributors</h5>\
151152
{{/contributors}}\
152153
</p>\
153154
<p>\
154-
<a class='btn btn-default' href='{{html_url}}/network'>{{watchers_count}} watchers</a>\
155-
<a class='btn btn-default' href='{{html_url}}/network'>{{forks_count}} forks</a>\
156-
<a class='btn btn-default' href='{{html_url}}/issues'>{{open_issues}} open issues</a>\
155+
<a class='btn btn-default' href='{{html_url}}/network'>{{watchers_count}} <i class='icon-eye-open'></i></a>\
156+
<a class='btn btn-default' href='{{html_url}}/network'>{{forks_count}} <i class='icon-code-fork'></i></a>\
157+
<a class='btn btn-default' href='{{html_url}}/issues'>{{open_issues}} <i class='icon-exclamation-sign'></i></a>\
157158
{{language}}\
158159
</p>\
159160
</td>\

0 commit comments

Comments
 (0)