diff options
author | Mike Gerwitz <mtg@gnu.org> | 2017-07-30 22:42:53 -0400 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2017-07-30 22:42:53 -0400 |
commit | a816754a34bf30e3bf545afe85c7d29b5f006017 (patch) | |
tree | ddac37b082d1676f8a29601ddbe707e218c0761c /docs | |
parent | b26e73f2781c594a3a5831d77fe091df383fc41d (diff) | |
download | thoughts-a816754a34bf30e3bf545afe85c7d29b5f006017.tar.gz thoughts-a816754a34bf30e3bf545afe85c7d29b5f006017.tar.bz2 thoughts-a816754a34bf30e3bf545afe85c7d29b5f006017.zip |
:Resume HN icon
Diffstat (limited to 'docs')
-rw-r--r-- | docs/about/resume.html | 5 | ||||
-rw-r--r-- | docs/about/resume/style.css | 20 |
2 files changed, 25 insertions, 0 deletions
diff --git a/docs/about/resume.html b/docs/about/resume.html index f6ef61b..241d06a 100644 --- a/docs/about/resume.html +++ b/docs/about/resume.html @@ -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"> </div> diff --git a/docs/about/resume/style.css b/docs/about/resume/style.css index d1bb5f0..e66768b 100644 --- a/docs/about/resume/style.css +++ b/docs/about/resume/style.css @@ -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) { |