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" /> +
  • + HN +
  •  
    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) {