Compare commits
60 Commits
redesign
...
cde3a30f96
| Author | SHA1 | Date | |
|---|---|---|---|
| cde3a30f96 | |||
| 12218dff01 | |||
| 943258aeb9 | |||
| daac2d57d3 | |||
| 4cbc303917 | |||
| 488e80ad7c | |||
| 1d7a8e41cc | |||
| c36602e2f1 | |||
| 503c553e49 | |||
| 96e747e19b | |||
| e7ab93256a | |||
| 6fe8494f68 | |||
| 9c686d5294 | |||
| dc93ecdcb9 | |||
| 5766797ef8 | |||
| 9a879b8815 | |||
| 7bbcfe92ac | |||
| fbf87beee6 | |||
| 7cf67f67ed | |||
| 4324b74aa6 | |||
| e88b4e8776 | |||
| 66653a8279 | |||
| 141f0dd0a8 | |||
| 3ff0d09db1 | |||
| 89f5790a3b | |||
| 4802611463 | |||
| 955fae4add | |||
| 3d14437bc1 | |||
| d6693a6339 | |||
| 08d467a062 | |||
| 23f9564a0a | |||
| 472a17359d | |||
| c42d5f4804 | |||
| aab348caf5 | |||
| 2381302dec | |||
| 050be0008b | |||
| 991d31a721 | |||
| a3e836d947 | |||
| 8a0bd45862 | |||
| 9ec6dd526d | |||
| 6824ba23c0 | |||
| b67776f24b | |||
| 3207f70d67 | |||
| 5ffb89dfb3 | |||
| 5994f453fa | |||
| 436a708a9f | |||
| bb77c5408f | |||
| 45a10bb343 | |||
| fd7bb3ed3e | |||
| 890e75752f | |||
| 450069acf7 | |||
| e66a86d07e | |||
| 672f19df67 | |||
|
|
a14f4d535c | ||
|
|
d3b1c5dd2f | ||
|
|
21c1abd975 | ||
|
|
3687c0275b | ||
|
|
6b22972671 | ||
|
|
45b972c1cf | ||
|
|
375005b68f |
BIN
assets/Git-Icon-White.png
Normal file
BIN
assets/Git-Icon-White.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
assets/yeet.webm
BIN
assets/yeet.webm
Binary file not shown.
8
cock.html
Normal file
8
cock.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<head> <!-- link in a discord bot to redirect to its source code so i can have a pretty link -->
|
||||
<meta http-equiv='refresh' content='0; URL=https://git.cesium.one/kira/cockinator'>
|
||||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
12
errors/401.html
Normal file
12
errors/401.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>401</title>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>401</h1>
|
||||
<p>mfw</p>
|
||||
<p>alright grandpa lets get you back <a href=/index.html>home</a></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -2,11 +2,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>403</h1>
|
||||
<p>what</p>
|
||||
<p><a href=../index.html>home</a></p>
|
||||
<p><a href=/index.html>home</a></p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>404</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>404</h1>
|
||||
<p>how</p>
|
||||
<p><a href=../index.html>home</a></p>
|
||||
<p><a href=/index.html>home</a></p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
12
errors/503.html
Normal file
12
errors/503.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>503</title>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Service Unavailable</h1>
|
||||
<p>The service is temporarily unavailable.</p>
|
||||
<p><a href=/index.html>home</a></p>
|
||||
</body>
|
||||
</html>
|
||||
62
github.html
62
github.html
@@ -1,62 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>GitHub</title>
|
||||
<meta property="og:title" content="ImpactDevelopment/Impact">
|
||||
<meta property="og:description" content="Development repo of Impact client. Contribute to ImpactDevelopment/Impact by creating an account on GitHub.">
|
||||
<meta property="og:image" content="https://avatars2.githubusercontent.com/u/24485394?s=400&v=4" />
|
||||
<meta property="og:site_name" content="GitHub">
|
||||
<meta http-equiv="refresh" content="5;url=https://github.com/kami-blue/client" />
|
||||
<!--this is some le funny stolen from snorlax.cc for when people ask for impacts source code-->
|
||||
<style>
|
||||
html
|
||||
|
||||
{
|
||||
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
html, body, div, video
|
||||
|
||||
{
|
||||
|
||||
margin: 0px;
|
||||
|
||||
padding: 0px;
|
||||
|
||||
height: 100%;
|
||||
|
||||
border: none;
|
||||
|
||||
}
|
||||
|
||||
video
|
||||
|
||||
{
|
||||
|
||||
display: block;
|
||||
|
||||
width: 100%;
|
||||
|
||||
border: none;
|
||||
|
||||
overflow-y: auto;
|
||||
|
||||
overflow-x: hidden;
|
||||
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<video onloadeddata="if (!window.__cfRLUnblockHandlers) return false; this.play();this.muted=false;" playsinline loop controls data-cf-modified-30aa9c1d695acbee194f439b-="">
|
||||
<source src="/assets/yeet.webm" />
|
||||
Your browser does not support the video tag or the file format of this video.
|
||||
</video>
|
||||
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/7089c43e/cloudflare-static/rocket-loader.min.js" data-cf-settings="30aa9c1d695acbee194f439b-|49" defer=""></script></body>
|
||||
</html>
|
||||
56
index.html
56
index.html
@@ -1,56 +0,0 @@
|
||||
<!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 dont have anything better to write here so ill just say "nutte sac"</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 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: #6b4633;">
|
||||
<h3>Reddit</h3>
|
||||
<p>unfunnycesium</p>
|
||||
<a title="Reddit" href="https://www.reddit.com/user/unfunnycesium"></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: #006699;">
|
||||
<h3>Telegram</h3>
|
||||
<p>cesiumcs</p>
|
||||
<a title="Telegram" href="https://t.me/cesiumcs"></a>
|
||||
</div>
|
||||
<div class=contact style="background-color: #3b617c;">
|
||||
<h3>Twitter</h3>
|
||||
<p>cesium2349</p>
|
||||
<a title="Twitter" href="https://twitter.com/cesium2349"></a>
|
||||
</div>
|
||||
<p style="clear: left;">(obligatory pasting of xmr address) I have an XMR OpenAlias at the same address as this site.</p>
|
||||
<p style="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>
|
||||
44
index.php
Normal file
44
index.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<?php include 'php/generic.php';?>
|
||||
<title>Cesium</title>
|
||||
<meta property="og:title" content="Cesium">
|
||||
<meta property="og:description" content="social links i guess">
|
||||
<meta name="description" content="Cesium/Kira: cesium.one, Cesium55, Cesium2349, unfunnycesium"/>
|
||||
</head>
|
||||
<body>
|
||||
<?php include 'php/header.php';?>
|
||||
|
||||
<p>not an exhaustive list of my entire presence on the internet but stuff on this list is definitely me</p>
|
||||
|
||||
<div class=contacts>
|
||||
<?php
|
||||
buildContact("Discord", "#475276", "cesium.one", "https://discord.com/users/230659159450845195");
|
||||
buildContact("Bluesky", "#2D5786", "cesium.one", "https://bsky.app/profile/cesium.one");
|
||||
buildContact("Matrix", "#0A8864", "@cesium55:matrix.org", false);
|
||||
buildContact("GitHub", "#494949", "CesiumCs", "https://github.com/CesiumCs");
|
||||
buildContact("YouTube", "#674141", "Cesium", "https://www.youtube.com/channel/UCXPFpgA9G9_wtlyDeT7QAig");
|
||||
buildContact("Telegram", "#006699", "unfunnycesium", "https://t.me/unfunnycesium");
|
||||
?>
|
||||
</div> <div style="clear: left;"></div>
|
||||
|
||||
<h2>Games</h2>
|
||||
<p>Names for game accounts I play</p>
|
||||
<div class=contacts>
|
||||
<?php
|
||||
buildContact("Steam", "#2A475E", "cesium2349", "https://steamcommunity.com/id/cesium2349");
|
||||
buildContact("Xbox", "#2A475E", "Cesium#2349", false);
|
||||
buildContact("PlayStation", "#2A475E", "Cesium2349", "https://profile.playstation.com/Cesium2349");
|
||||
buildContact("VRChat", "#053C48", "cesіum", "https://vrchat.com/home/user/usr_708e41b3-5658-4acc-a95c-ab74f4ac4dff");
|
||||
buildContact("Overwatch", "#053C48", "Kira#112597", "https://overwatch.blizzard.com/en-us/career/d957be8bfe20caffbca920%7C1a7e32ed6054825457037f8f18ef7a6b/");
|
||||
buildContact("Fortnite", "#053C48", "cesium.one", "https://store.epicgames.com/en-US/u/e0bf067675d247518fd66d813cf1380c");
|
||||
buildContact("Ingress", "#394A7F", "Cesium5061", false);
|
||||
buildContact("Splatoon", "#394A7F", "Kira#1067", "https://stat.ink/@Cesium2349");
|
||||
buildContact("Minecraft", "#394A7F", "cesiumone", false);
|
||||
?>
|
||||
</div> <div style="clear: left;"></div>
|
||||
|
||||
<?php include 'php/footer.php';?>
|
||||
</body>
|
||||
</html>
|
||||
1
pgp.txt
1
pgp.txt
@@ -1,5 +1,6 @@
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
Comment: Fingerprint: E2EECE4F29D5F0F0B2C2C32A669C03EDAE4288DD
|
||||
Comment: Email: cesium@cesium.one
|
||||
|
||||
mQENBF+LvAwBCADQpeVpgc/ktkiCIn9ze/cWhH2qwdq0Iuv53rSB6ivnsN28dZ3c
|
||||
iyM5NdGXURAdwEo+/HHTfa16OWGlDmJk79K9/O219/Yv0/OgiIFLIyC+2Xcc5RJB
|
||||
|
||||
1
php/footer.php
Normal file
1
php/footer.php
Normal file
@@ -0,0 +1 @@
|
||||
<p style="text-align: center;"><a href="https://git.cesium.one/kira/cesium.one/"><img src="assets/Git-Icon-White.png" style="width:2em" alt="View Git Source"></a></p>
|
||||
24
php/functions.php
Normal file
24
php/functions.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
function buildContact($title, $color, $username, $url) {
|
||||
|
||||
if (!$url) {
|
||||
echo "<div class=contact style=\"background-color: $color; opacity: 0.9;\">";
|
||||
} else {
|
||||
echo "<div class=contact style=\"background-color: $color;\">";
|
||||
}
|
||||
|
||||
echo "<h3>$title</h3>";
|
||||
|
||||
if (strlen($username) > 15) {
|
||||
echo "<p style=\"font-size: 0.8em;\">$username</p>";
|
||||
} else {
|
||||
echo "<p>$username</p>";
|
||||
}
|
||||
|
||||
if ($url) {
|
||||
echo "<a title=\"$title\" href=\"$url\"></a>";
|
||||
}
|
||||
|
||||
echo "</div>";
|
||||
}
|
||||
?>
|
||||
5
php/generic.php
Normal file
5
php/generic.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
<meta content="#ff44bb" name="theme-color">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<?php include 'functions.php';?>
|
||||
4
php/header.php
Normal file
4
php/header.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="header-container">
|
||||
<img src="/profile.png" alt="Cesium's Profile Picture" class="profile-pic">
|
||||
<h1>Cesium</h1>
|
||||
</div>
|
||||
BIN
profile.png
Normal file
BIN
profile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
2
robots.txt
Normal file
2
robots.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow: /pgp.txt
|
||||
75
styles.css
75
styles.css
@@ -1,26 +1,54 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
|
||||
:root {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
background-color: black;
|
||||
color: white;
|
||||
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;
|
||||
}
|
||||
p {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
a {
|
||||
color: #bb99ff;
|
||||
color: #ff44bb;
|
||||
text-decoration: none;
|
||||
text-shadow: 0 0 5px;
|
||||
}
|
||||
* { /* unfucks some stuff */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.contacts {
|
||||
width: 550px;
|
||||
margin:auto;
|
||||
display: grid;
|
||||
grid-template-areas: /* i know how to do it this way, */
|
||||
'one two three'; /* so shut up about the "right way" */
|
||||
grid-gap: 10px;
|
||||
padding: 10px;
|
||||
grid-auto-columns: 1fr;
|
||||
grid-auto-rows: 1fr;
|
||||
|
||||
}
|
||||
.contact {
|
||||
float: left;
|
||||
width: 170px;
|
||||
padding: 15px;
|
||||
margin: 0px 10px 10px 0px;
|
||||
background-color: #232629;
|
||||
border-radius: 10px;
|
||||
text-align: center;
|
||||
@@ -42,10 +70,49 @@ a {
|
||||
div.contact:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.apps {
|
||||
width: 550px;
|
||||
margin:auto;
|
||||
display: grid;
|
||||
grid-template-areas:
|
||||
'one two three';
|
||||
grid-gap: 10px;
|
||||
padding: 10px;
|
||||
grid-auto-columns: 1fr;
|
||||
grid-auto-rows: 1fr;
|
||||
|
||||
}
|
||||
.app {
|
||||
float: left;
|
||||
width: 170px;
|
||||
padding: 15px;
|
||||
background-color: #232629;
|
||||
border-radius: 10px;
|
||||
text-align: center;
|
||||
opacity: .9;
|
||||
position: relative;
|
||||
transition: opacity .25s;
|
||||
}
|
||||
.app a {
|
||||
z-index: 10;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
}
|
||||
div.app:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
@media screen and (max-width:500px) {
|
||||
.contact {
|
||||
.contacts {
|
||||
width: 100%;
|
||||
grid-template-areas: 'one two';
|
||||
}
|
||||
.apps {
|
||||
width: 100%;
|
||||
grid-template-areas: 'one two';
|
||||
}
|
||||
:root {
|
||||
width: 95%;
|
||||
|
||||
Reference in New Issue
Block a user