hopefully add pfp idk

This commit is contained in:
2024-01-06 19:44:39 -05:00
parent 436a708a9f
commit 5994f453fa
3 changed files with 19 additions and 5 deletions

View File

@@ -10,8 +10,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
<h1>Cesium</h1> <div class="header-container">
<h2>Contact</h2> <img src="profile.png" alt="Cesium's Profile Picture" class="profile-pic">
<h1>Cesium</h1>
</div>
<p>Email: any address at this domain (use address in <a href=./pgp.txt>PGP Key</a> for encryption) <p>Email: any address at this domain (use address in <a href=./pgp.txt>PGP Key</a> for encryption)
<br>not an exhaustive list of my entire presence on the internet but stuff on this list is definitely me</p> <br>not an exhaustive list of my entire presence on the internet but stuff on this list is definitely me</p>
@@ -21,7 +23,7 @@
<p>unfunnycesium</p> <p>unfunnycesium</p>
<a title="Telegram" href="https://t.me/unfunnycesium"></a> <a title="Telegram" href="https://t.me/unfunnycesium"></a>
</div> </div>
<div class=contact style="background-color: #0A8864;"> <div class=contact style="background-color: #0A8864; opacity: 1;">
<h3>Matrix</h3> <h3>Matrix</h3>
<p style="font-size: 0.8em;">@cesium55:matrix.org</p> <p style="font-size: 0.8em;">@cesium55:matrix.org</p>
</div> </div>
@@ -45,11 +47,11 @@
<p>cesium2349</p> <p>cesium2349</p>
<a title="Keybase" href="https://keybase.io/cesium2349/"></a> <a title="Keybase" href="https://keybase.io/cesium2349/"></a>
</div> </div>
<div class=contact style="background-color: #475276; opacity:1; cursor: auto;"> <div class=contact style="background-color: #475276; opacity:1;">
<h3>Discord</h3> <h3>Discord</h3>
<p>cesium.one</p> <p>cesium.one</p>
</div> </div>
<div class=contact style="background-color: #053c48; opacity:1; cursor: auto;"> <div class=contact style="background-color: #053c48;">
<h3>VRChat</h3> <h3>VRChat</h3>
<p>cesium2349</p> <p>cesium2349</p>
<a title="VRChat" href="https://vrchat.com/home/user/usr_708e41b3-5658-4acc-a95c-ab74f4ac4dff"></a> <a title="VRChat" href="https://vrchat.com/home/user/usr_708e41b3-5658-4acc-a95c-ab74f4ac4dff"></a>

BIN
profile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -6,6 +6,18 @@
width: 69%; width: 69%;
margin: auto; 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 { h1, h2, p {
font-family: "Inter", sans-serif; font-family: "Inter", sans-serif;
text-align: center; text-align: center;