Skip to content

Commit 1cc0cfc

Browse files
author
Mateusz Matoszko
committed
Logo and icons are vector now
1 parent b81f938 commit 1cc0cfc

File tree

11 files changed

+136
-10
lines changed

11 files changed

+136
-10
lines changed
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{% if site.title %}
2-
<a href="{{ root_url }}/"><img src="{{ root_url }}/images/nshint_logo.png" /></a>
2+
<a href="{{ root_url }}/"><img src="{{ root_url }}/svg/nshint_logo.svg" height="120px"></a>
33
<br/>
44
<div class="social">
5-
<a href="{{ site.social.twitter }}"><img src="{{ root_url }}/images/twitter.png" /></a>
6-
<a href="{{ site.social.github }}"><img src="{{ root_url }}/images/github.png" /></a>
7-
<a href="{{ site.social.rss }}"><img src="{{ root_url }}/images/rss.png" /></a>
5+
<a href="{{ site.social.twitter }}"><img src="{{ root_url }}/svg/twitter.svg" height="40px"/></a>
6+
<a href="{{ site.social.github }}"><img src="{{ root_url }}/svg/github.svg" height="40px"/></a>
7+
<a href="{{ site.social.rss }}"><img src="{{ root_url }}/svg/rss.svg" height="40px"/></a>
88
</div>
9-
{% endif %}
9+
{% endif %}
10+

.themes/nshint/source/svg/github.svg

Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 44 additions & 0 deletions
Loading

.themes/nshint/source/svg/rss.svg

Lines changed: 6 additions & 0 deletions
Loading

.themes/nshint/source/svg/twitter.svg

Lines changed: 6 additions & 0 deletions
Loading

source/_includes/custom/header.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{% if site.title %}
2-
<a href="{{ root_url }}/"><img src="{{ root_url }}/images/nshint_logo.png" /></a>
2+
<a href="{{ root_url }}/"><img src="{{ root_url }}/svg/nshint_logo.svg" height="120px"></a>
33
<br/>
44
<div class="social">
5-
<a href="{{ site.social.twitter }}"><img src="{{ root_url }}/images/twitter.png" /></a>
6-
<a href="{{ site.social.github }}"><img src="{{ root_url }}/images/github.png" /></a>
7-
<a href="{{ site.social.rss }}"><img src="{{ root_url }}/images/rss.png" /></a>
5+
<a href="{{ site.social.twitter }}"><img src="{{ root_url }}/svg/twitter.svg" height="40px"/></a>
6+
<a href="{{ site.social.github }}"><img src="{{ root_url }}/svg/github.svg" height="40px"/></a>
7+
<a href="{{ site.social.rss }}"><img src="{{ root_url }}/svg/rss.svg" height="40px"/></a>
88
</div>
9-
{% endif %}
9+
{% endif %}
10+

source/images/nshint_logo.png

-2.65 KB
Binary file not shown.

source/svg/github.svg

Lines changed: 6 additions & 0 deletions
Loading

source/svg/nshint_logo.svg

Lines changed: 44 additions & 0 deletions
Loading

source/svg/rss.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)