diff --git a/index.html b/index.html index bbb3437..934df4a 100644 --- a/index.html +++ b/index.html @@ -10,8 +10,10 @@
-
+ Email: any address at this domain (use address in PGP Key for encryption)
not an exhaustive list of my entire presence on the internet but stuff on this list is definitely me
unfunnycesium
- -cesium.one
cesium2349
diff --git a/profile.png b/profile.png new file mode 100644 index 0000000..27f3fac Binary files /dev/null and b/profile.png differ diff --git a/styles.css b/styles.css index d3b9ec8..6e2edd6 100644 --- a/styles.css +++ b/styles.css @@ -6,6 +6,18 @@ width: 69%; margin: auto; } +.header-container { + display: flex; + align-items: center; + justify-content: center; +} +.profile-pic { + float: left; + margin-right: 10px; + width: 50px; + height: 50px; + border-radius: 50%; +} h1, h2, p { font-family: "Inter", sans-serif; text-align: center;