Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changed to foundation-icons
  • Loading branch information
gnomeye committed Apr 15, 2014
1 parent 9dd56e1 commit 3ebf62c
Show file tree
Hide file tree
Showing 16 changed files with 1,593 additions and 1,053 deletions.
15 changes: 9 additions & 6 deletions _includes/default.html
Expand Up @@ -22,6 +22,9 @@
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ ASSET_PATH }}/css/monosocialiconsfont.css">

<!-- Custom CSS -->
<link rel="stylesheet" href="{{ ASSET_PATH }}/css/foundation-icons.css">

<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:300,400,700' rel='stylesheet' type='text/css'>
Expand Down Expand Up @@ -53,12 +56,12 @@ <h1 class="title"><a href="/"><img id="logo" src="http://www.gravatar.com/avatar
</div>
<div class="footer">
<span id="footer-links">
<a href="mailto:{{ site.author.email }}" class="symbol" title="&#xe024;"></a>
<a href="{{ site.author.twitter }}" class="symbol" title="&#xe086;"></a>
<a href="{{ site.author.github }}" class="symbol" title="&#xe037;"></a>
<a href="{{ site.author.gplus }}" class="symbol" title="&#xe039;"></a>
<a href="{{ site.author.lastfm }}" class="symbol" title="&#xe051;"></a>
<a href="{{ BASE_PATH }}/rss.xml" class="symbol" title="&#xe071;"></a>
<a href="mailto:{{ site.author.email }}" class="step fi-mail size-24"></a>
<a href="{{ site.author.twitter }}" class="step fi-social-twitter size-24"></a>
<a href="{{ site.author.github }}" class="step fi-social-github size-24"></a>
<a href="{{ site.author.gplus }}" class="step fi-social-google-plus size-24"></a>
<a href="{{ site.author.lastfm }}" class="step fi-social-lastfm size-24"></a>
<a href="{{ BASE_PATH }}/rss.xml" class="step fi-rss size-24"></a>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidebarbutton.html
@@ -1,3 +1,3 @@
<div id="sidebar-button">
<img src="{{ ASSET_PATH }}/img/sidebarbutton.png">
<i class="fi-list size-60"></i>
</div>
2 changes: 1 addition & 1 deletion about.md
Expand Up @@ -30,5 +30,5 @@ Enjoying food, wine, travelling and minimal techno music whenever I can.
Currently living near Berne, Switzerland.
{: r}

<p><a style="border: none;" href='{{site.author.twitter}}' class='symbol' title='circletwitterbird'>Follow me</a></p>
<p><a style="border: none;" href='{{site.author.twitter}}'><i class='fi-social-twitter size-48'></i> Follow me</a></p>
{: r}
1 change: 1 addition & 0 deletions assets/css/custom.css
Expand Up @@ -10,3 +10,4 @@ p.about {
a.about {
border-bottom: none;
}

0 comments on commit 3ebf62c

Please sign in to comment.