From 36b375df43b229c528d966708f65c3b8e2b2db5e Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 4 Jan 2021 19:42:27 -0500 Subject: [PATCH] better contact stuffs --- index.html | 45 +++++++++++++++++++++++++++++++-------------- styles.css | 20 +++++++++++++++++++- 2 files changed, 50 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 4b89e27..673ac78 100644 --- a/index.html +++ b/index.html @@ -10,20 +10,37 @@

Cesium

i think "nutte sac" is really really funny

-

stuff i check a lot

-

- Discord: Cesium#5061 (230659159450845195) -
Email: cesium2349@protonmail.com (PGP Key) -
GitHub: CesiumCs -

-

other stuff

+

Contact

+

Email: cesium2349@protonmail.com (PGP Key)

not an exhaustive list of my entire presence on the internet but stuff on this list is definitely me

-

- Instagram: c.es.ium -
Youtube: Cesium -
Reddit: unfunnycesium -
Keybase: cesium2349 -
Twitter: cesium2349 -

+ +
+

Discord

+

Cesium#5061

+
+
+

GitHub

+

CesiumCs

+
+
+

Instagram

+

c.es.ium

+
+
+

YouTube

+

Cesium

+
+
+

Reddit

+

unfunnycesium

+
+
+

Keybase

+

cesium2349

+
+
+

Twitter

+

cesium2349

+
diff --git a/styles.css b/styles.css index d0ec45d..94de09a 100644 --- a/styles.css +++ b/styles.css @@ -2,7 +2,7 @@ font-family: "Open Sans"; background-color: #0f1011; color: white; - width: 69vw; /* nice */ + width: 69%; margin: auto; } a { @@ -14,4 +14,22 @@ a { font-family: "Open Sans"; src: url(assets/OpenSans-Regular.ttf); } +* { /* unfucks some stuff */ + box-sizing: border-box; + } +.contact { + float: left; + min-width: 150px; + width: 10%; + padding: 15px; + margin: 5px; + background-color: #232629; + border-radius: 10px; + text-align: center; +} +@media screen and (max-width:500px) { + .contact { + width: 100%; + } + } /* TODO: make it not bad */