Skip to content

Commit

Permalink
Plane --> Mic
Browse files Browse the repository at this point in the history
  • Loading branch information
tjvantoll committed Jun 13, 2016
1 parent ab773aa commit 371657e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Expand Up @@ -10,7 +10,7 @@ <h1><a href="/">TJ VanToll</a></h1>
<ul class="emoji-list">
<li class="emoji-computer">Front-end developer</li>
<li class="emoji-pencil">Tech author</li>
<li class="emoji-plane">Developer advocate for <a href="http://www.telerik.com/">Telerik</a></li>
<li class="emoji-mic">Developer advocate for <a href="http://www.telerik.com/">Telerik</a></li>
<li class="emoji-heart">Web & <a href="https://www.nativescript.org/">NativeScript</a></li>
</ul>

Expand Down
6 changes: 5 additions & 1 deletion _sass/_layout.scss
Expand Up @@ -83,6 +83,10 @@ aside.sidebar {
}
}

🎙
Studio microphone
Unicode: U+1F399, UTF-8: F0 9F 8E 99

aside.sidebar .me-section {
font-size: 0.9rem;
}
Expand All @@ -99,7 +103,7 @@ aside.sidebar .me-section {
}
.emoji-computer::before { content: "🖥"; }
.emoji-pencil::before { content: "✏️"; }
.emoji-plane::before { content: "✈️"; }
.emoji-mic::before { content: "🎙"; }
.emoji-heart::before { content: "❤️"; }
}

Expand Down

0 comments on commit 371657e

Please sign in to comment.