Skip to content

Commit

Permalink
Added social icon for Quora
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsinha54 committed Oct 14, 2013
1 parent e7049b9 commit cf0b9fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sass/parts/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,13 @@ $header-height: 30px;
border: 1px solid darken(#EF7522, 10%);
}
}
&.quora{
background: image-url('social/quora.png') center no-repeat #a82400;
border: 1px solid #a82400;
&:hover{
border: 1px solid darken(#a82400, 10%);
}
}
}
}
}
3 changes: 3 additions & 0 deletions source/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
{% if site.github_user %}
<a class="github" href="https://github.com/{{ site.github_user }}" title="GitHub">GitHub</a>
{% endif %}
{% if site.quora_user %}
<a class="quora" href="https://quora.com/{{ site.quora_user }}" title="Quora">Quora</a>
{% endif %}
{% if site.coderwall_user %}
<a class="coderwall" href="https://coderwall.com/{{ site.coderwall_user }}" title="Coderwall">Coderwall</a>
{% endif %}
Expand Down
Binary file added source/images/social/quora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf0b9fd

Please sign in to comment.