coderrrrr.site/index.html

114 lines
5.1 KiB
HTML

<!DOCTYPE html>
<!-- 448526b3-974f-4b5c-9047-6e04ec0d824a duck you -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>coderrrrr</title>
<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background-color: #f0f4f8;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
box-sizing: border-box;
}
.card {
background-color: white;
border-radius: 1rem;
padding: 2rem;
max-width: 28rem;
width: 100%;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card:hover {
box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
transform: translateY(-5px) scale(1.02);
}
h1 {
font-size: 1.875rem;
font-weight: 300;
color: #2c5282;
margin-bottom: 1rem;
text-align: center;
}
p {
color: #4a5568;
line-height: 1.625;
margin: 0;
}
#statuscafe {
padding: .5em;
background-color: azure;
border: 1px solid midnightblue;
}
#statuscafe-username {
margin-bottom: .5em;
}
#statuscafe-content {
margin: 0 1em 0.5em 1em;
}
</style>
</head>
<body>
<div class="card">
<h1>Welcome to coderrrrr.site</h1>
<!-- <a href="https://status.cafe/users/coder"><img src="https://status.cafe/users/coder/badge.png" alt="Status Cafe Profile"/></a> -->
<div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div><script src="https://status.cafe/current-status.js?name=coder" defer></script>
<p>
So... Bomberfish DM'ed me on discord to kindly take his site down from my domain. So here we are! This is a small placeholder page while I work out the bugs in my actual site. You can find a production version of it at <a href="https://demo.coderrrrr.site">demo.coderrrrr.site</a>.
</p>
</br>
<code>Email: admin@coderrrrr.site</code>
</br>
<label>Webrings: </label>
<iframe id="bucket-webring" style="width: 100%; height: 3rem; border: none;" src="/bucket.html?name=Deva Midhun"></iframe>
<center>
<p>
<a href='https://webring.dinhe.net/prev/https://coderrrrr.site/'></a>
<a href="https://webring.dinhe.net/">RETRONAUT WEBRING</a>
<a href='https://webring.dinhe.net/next/https://coderrrrr.site/'></a>
</p>
</center>
</br>
<h4>My Pets: </h4>
<br>
<h7>GIFYPET: </h7>
<br>
<iframe width="314" height="321" scrolling="no" src="https://gifypet.neocities.org/pet/pet.html?name=Cody&dob=1737050245&gender=f&element=Fire&pet=anime.gif&map=tree.jpg&background=paper.jpg&tablecolor=black&textcolor=black" frameborder="0"></iframe>
<br>
<h7>tamaNOTchi: </h7>
<br>
<a target="_blank" href="https://tamanotchi.world/18902c"><img src="https://tamanotchi.world/i2/18902" alt="It's tamaNOTchi! Click to feed!"></a>
<br>
<h6>Buttons: </h6>
<a target="_blank" href="https://status.cafe"><img src="https://status.cafe/assets/button.png" alt="Status Cafe"/></a>
<a target="_blank" href="https://eightyeightthirty.one"><img src="https://notnite.com/buttons/88x31.png" alt="88x31"/></a>
<a target="_blank" href="https://notnite.com"><img src="https://notnite.com/buttons/notnite.png" alt="NotNite"/></a>
<a target="_blank" href="https://tamanotchi.world"><img src="https://tamanotchi.world/includes/img/tamanotchi.gif" alt="tamaNOTchi!"/></a>
<a target="_blank" href="https://gifypet.neocities.org"><img src="https://gifypet.neocities.org/images/badge.gif" alt="GifyPET!!"/></a>
<a target="_blank" href="https://melankorin.net/"><img src="https://melankorin.net/assets/img/buttons/button-1.gif" alt=""></a>
<a target="_blank" href="https://www.bruh.ltd/"><img src="https://www.bruh.ltd/images/buttons/yours-truly.png" alt=""></a>
<a target="_blank" href="https://possiblyaxolotl.com"><img src="https://possiblyaxolotl.com/images/88x31/88x31.png" title="PossiblyAxolotl? It's more likely than you think!" alt="PossiblyAxolotl" /></a>
<!-- Tildeverse Banner Exchange code begin -->
<div style="text-align: center;">
<iframe src="https://banner.tildeverse.org//work.php?ID=coder" width="468" height="60" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
<p><a href="https://banner.tildeverse.org/" target="_blank">Tildeverse Banner Exchange</a></p>
</div>
<!-- Tildeverse Banner Exchange code end -->
</div>
</body>
</html>