diff --git a/index.html b/index.html index 1a62c4c..ff973d7 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,17 @@

Other Contacts

accounts that i have and are definitely me, but not used as much or just not the best way to reach me

-

(obligatory pasting of xmr address) I have an XMR OpenAlias at the same address as this site.

+
+

Twitter

+

cesium2349

+ +
+
+

Twitter

+

cesium2349

+ +
+

(obligatory pasting of xmr address) I have an XMR OpenAlias at the same address as this site.

View on GitHub

diff --git a/styles.css b/styles.css index e17a8bb..31b4a46 100644 --- a/styles.css +++ b/styles.css @@ -38,6 +38,31 @@ a { position: relative; transition: opacity .25s; } +.othercontact { + float: left; + width: 170px; + padding: 0px; + margin: 0px 10px 10px 0px; + background-color: #232629; + border-radius: 10px; + text-align: center; + opacity: .9; + position: relative; + transition: opacity .25s; +} .othercontact a { + z-index: 10; + width: 100%; + height: 100%; + top: 0; + left: 0; + opacity: 0; + position: absolute; +} div.othercontact:hover { + opacity: 1; +} + + + /* some hacky shit to make
s clickable. basically just makes an in a
take up the full div */ .contact a {