contact divs animate on hover full div is clickable instead of just an a tag inside of it
55 lines
2.1 KiB
HTML
55 lines
2.1 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>
|
|
<p>i think "nutte sac" is really really funny</p>
|
|
<h2>Contact</h2>
|
|
<p>Email: cesium2349@protonmail.com (<a href=./pgp.txt>PGP Key</a>)
|
|
<br>not an exhaustive list of my entire presence on the internet but stuff on this list is definitely me</p>
|
|
|
|
<div class=contact style="background-color: #475276; opacity:1; cursor: auto;">
|
|
<h3>Discord</h3>
|
|
<p>Cesium#5061</p>
|
|
</div>
|
|
<div class=contact style="background-color: #494949;">
|
|
<h3>GitHub</h3>
|
|
<p>CesiumCs</p>
|
|
<a href="https://github.com/CesiumCs"></a>
|
|
</div>
|
|
<div class=contact style="background-color: #5c4050;">
|
|
<h3>Instagram</h3>
|
|
<p>c.es.ium</p>
|
|
<a href="https://instagram.com/c.es.ium/"></a>
|
|
</div>
|
|
<div class=contact style="background-color: #674141;">
|
|
<h3>YouTube</h3>
|
|
<p>Cesium</p>
|
|
<a href="https://www.youtube.com/channel/UCXPFpgA9G9_wtlyDeT7QAig"></a>
|
|
</div>
|
|
<div class=contact style="background-color: #6b4633;">
|
|
<h3>Reddit</h3>
|
|
<p>unfunnycesium</p>
|
|
<a href="https://www.reddit.com/user/unfunnycesium"></a>
|
|
</div>
|
|
<div class=contact style="background-color: #394a7f;">
|
|
<h3>Keybase</h3>
|
|
<p>cesium2349</p>
|
|
<a href="https://keybase.io/cesium2349/"></a>
|
|
</div>
|
|
<div class=contact style="background-color: #3b617c;">
|
|
<h3>Twitter</h3>
|
|
<p>cesium2349</p>
|
|
<a href="https://twitter.com/cesium2349"></a>
|
|
</div>
|
|
</body>
|
|
</html>
|