Compare commits
58
Commits
redesign
...
943258aeb9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 |
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
@@ -0,0 +1,6 @@
|
|||||||
|
<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://github.com/CesiumCs/cockbot'>
|
||||||
|
<style>
|
||||||
|
body {background-color: black;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
@@ -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
-2
@@ -2,11 +2,11 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>403</title>
|
<title>403</title>
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>403</h1>
|
<h1>403</h1>
|
||||||
<p>what</p>
|
<p>what</p>
|
||||||
<p><a href=../index.html>home</a></p>
|
<p><a href=/index.html>home</a></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
+2
-2
@@ -2,11 +2,11 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>404</title>
|
<title>404</title>
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
<p>how</p>
|
<p>how</p>
|
||||||
<p><a href=../index.html>home</a></p>
|
<p><a href=/index.html>home</a></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -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
@@ -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
@@ -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>
|
|
||||||
@@ -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/d15bbf83a67cd6fcb8a92ea3%7C39b29ad542acbdc624b9d58ed65bb5c6/");
|
||||||
|
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,5 +1,6 @@
|
|||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
Comment: Fingerprint: E2EECE4F29D5F0F0B2C2C32A669C03EDAE4288DD
|
Comment: Fingerprint: E2EECE4F29D5F0F0B2C2C32A669C03EDAE4288DD
|
||||||
|
Comment: Email: cesium@cesium.one
|
||||||
|
|
||||||
mQENBF+LvAwBCADQpeVpgc/ktkiCIn9ze/cWhH2qwdq0Iuv53rSB6ivnsN28dZ3c
|
mQENBF+LvAwBCADQpeVpgc/ktkiCIn9ze/cWhH2qwdq0Iuv53rSB6ivnsN28dZ3c
|
||||||
iyM5NdGXURAdwEo+/HHTfa16OWGlDmJk79K9/O219/Yv0/OgiIFLIyC+2Xcc5RJB
|
iyM5NdGXURAdwEo+/HHTfa16OWGlDmJk79K9/O219/Yv0/OgiIFLIyC+2Xcc5RJB
|
||||||
|
|||||||
@@ -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>
|
||||||
@@ -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>";
|
||||||
|
}
|
||||||
|
?>
|
||||||
@@ -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';?>
|
||||||
@@ -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
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@@ -0,0 +1,2 @@
|
|||||||
|
User-agent: *
|
||||||
|
Disallow: /pgp.txt
|
||||||
+72
-5
@@ -1,26 +1,54 @@
|
|||||||
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
|
||||||
:root {
|
:root {
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
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 {
|
||||||
|
font-family: "Inter", sans-serif;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #bb99ff;
|
color: #ff44bb;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: 0 0 5px;
|
text-shadow: 0 0 5px;
|
||||||
}
|
}
|
||||||
* { /* unfucks some stuff */
|
* { /* unfucks some stuff */
|
||||||
box-sizing: border-box;
|
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 {
|
.contact {
|
||||||
float: left;
|
float: left;
|
||||||
width: 170px;
|
width: 170px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin: 0px 10px 10px 0px;
|
|
||||||
background-color: #232629;
|
background-color: #232629;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -42,10 +70,49 @@ a {
|
|||||||
div.contact:hover {
|
div.contact:hover {
|
||||||
opacity: 1;
|
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;
|
||||||
|
|
||||||
@media screen and (max-width:500px) {
|
}
|
||||||
.contact {
|
.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%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
opacity: 0;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
div.app:hover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
@media screen and (max-width:500px) {
|
||||||
|
.contacts {
|
||||||
|
width: 100%;
|
||||||
|
grid-template-areas: 'one two';
|
||||||
|
}
|
||||||
|
.apps {
|
||||||
|
width: 100%;
|
||||||
|
grid-template-areas: 'one two';
|
||||||
}
|
}
|
||||||
:root {
|
:root {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
|||||||
Reference in New Issue
Block a user