Files
cesium.one/index.html
Cesium bb77c5408f add vrchat, update discord
i did this in the web editor, lets see what breaks
2023-12-28 12:23:05 -05:00

61 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Cesium</title>
<link rel="stylesheet" href="styles.css">
<meta content="#bb99ff" name="theme-color"> <!--uwu-->
<meta property="og:title" content="Cesium">
<meta property="og:description" content="stuff about me i guess">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Cesium</h1>
<h2>Contact</h2>
<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>
<div class=contacts>
<div class=contact style="background-color: #006699;">
<h3>Telegram</h3>
<p>unfunnycesium</p>
<a title="Telegram" href="https://t.me/unfunnycesium"></a>
</div>
<div class=contact style="background-color: #0A8864;">
<h3>Matrix</h3>
<p style="font-size: 0.8em;">@cesium55:matrix.org</p>
</div>
<div class=contact style="background-color: #494949;">
<h3>GitHub</h3>
<p>CesiumCs</p>
<a title="GitHub" href="https://github.com/CesiumCs"></a>
</div>
<div class=contact style="background-color: #674141;">
<h3>YouTube</h3>
<p>Cesium</p>
<a title="YouTube" href="https://www.youtube.com/channel/UCXPFpgA9G9_wtlyDeT7QAig"></a>
</div>
<div class=contact style="background-color: #2a475e;">
<h3>Steam</h3>
<p>cesium2349</p>
<a title="Steam" href="https://steamcommunity.com/id/cesium2349"></a>
</div>
<div class=contact style="background-color: #394a7f;">
<h3>Keybase</h3>
<p>cesium2349</p>
<a title="Keybase" href="https://keybase.io/cesium2349/"></a>
</div>
<div class=contact style="background-color: #475276; opacity:1; cursor: auto;">
<h3>Discord</h3>
<p>cesium.one</p>
</div>
<div class=contact style="background-color: #053c48; opacity:1; cursor: auto;">
<h3>VRChat</h3>
<p>cesium2349</p>
<a title="VRChat" href="https://vrchat.com/home/user/usr_708e41b3-5658-4acc-a95c-ab74f4ac4dff"></a>
</div>
</div>
<p style="clear: left;text-align: center;"><a href="https://github.com/CesiumCs/cesium.one"><img src="assets/GitHub-Mark-Light.png" style="width:2em" alt="View on GitHub"></a></p>
</body>
</html>