:Resume HN icon

master
Mike Gerwitz 2017-07-30 22:42:53 -04:00
parent b26e73f278
commit a816754a34
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
2 changed files with 25 additions and 0 deletions

View File

@ -84,6 +84,11 @@
title="See me on Savannah" />
</a>
</li>
<li>
<a href="https://news.ycombinator.com/user?id=mikegerwitz"
title="mikegerwitz on Hacker News"
class="hn-icon">HN</a>
</li>
</ul>
</div>
<div class="clear head">&nbsp;</div>

View File

@ -292,6 +292,26 @@ h1 { font-size: 2.2em; }
content: '-7118';
}
/* copied from main site */
.hn-icon {
display: block;
background-color: #ff6600;
width: 42px;
height: 42px;
font-size: 16px;
font-weight: bold;
text-align: center;
line-height: 42px;
}
a.hn-icon {
/* undo link styling */
color: white;
border: none;
}
/* right icons start to overlap with page margins */
@media screen and (max-width: 970px) {