From 9a879b88151554a8228a3bee835d8bc688c87c6a Mon Sep 17 00:00:00 2001 From: Cesium Date: Sun, 8 Mar 2026 06:14:02 -0400 Subject: [PATCH] experiment with php --- index.html | 116 ---------------------------------------------- index.php | 60 ++++++++++++++++++++++++ php/footer.php | 1 + php/functions.php | 24 ++++++++++ php/generic.php | 5 ++ php/header.php | 4 ++ 6 files changed, 94 insertions(+), 116 deletions(-) delete mode 100644 index.html create mode 100644 index.php create mode 100644 php/footer.php create mode 100644 php/functions.php create mode 100644 php/generic.php create mode 100644 php/header.php diff --git a/index.html b/index.html deleted file mode 100644 index 33f6bea..0000000 --- a/index.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - Cesium - - - - - - - - -
- Cesium's Profile Picture -

Cesium

-
-

not an exhaustive list of my entire presence on the internet but stuff on this list is definitely me

- -
-
-

Discord

-

cesium.one

- -
-
-

Bluesky

-

cesium.one

- -
-
-

Matrix

-

@cesium55:matrix.org

-
-
-

GitHub

-

CesiumCs

- -
-
-

YouTube

-

Cesium

- -
-
-

Telegram

-

unfunnycesium

- -
-
-
- -

Games

-

Names for game accounts I play

-
-
-

Steam

-

cesium2349

- -
-
-

Xbox

-

Cesium#2349

-
-
-

PlayStation

-

Cesium2349

- -
-
-

VRChat

-

cesіum

- -
-
-

Overwatch

-

Cesium#11993

-
-
-

Fortnite

-

cesium.one

- -
-
-

Ingress

-

Cesium5061

-
-
-

Splatoon

-

Kira#1067

- -
-
-

Minecraft

-

CesiumCs

-
-
- -
- -

View on GitHub

- - diff --git a/index.php b/index.php new file mode 100644 index 0000000..38bb018 --- /dev/null +++ b/index.php @@ -0,0 +1,60 @@ + + + + + Cesium + + + + + + + +

not an exhaustive list of my entire presence on the internet but stuff on this list is definitely me

+ +
+ +
+
+ +

Games

+

Names for game accounts I play

+
+ +
+ +
+ +

View on GitHub

+ + diff --git a/php/footer.php b/php/footer.php new file mode 100644 index 0000000..038483c --- /dev/null +++ b/php/footer.php @@ -0,0 +1 @@ +

Footer text

diff --git a/php/functions.php b/php/functions.php new file mode 100644 index 0000000..e62b425 --- /dev/null +++ b/php/functions.php @@ -0,0 +1,24 @@ +"; + } else { + echo "
"; + } + + echo "

$title

"; + + if (strlen($username) > 10) { + echo "

$username

"; + } else { + echo "

$username

"; + } + + if ($url) { + echo ""; + } + + echo "
"; + } +?> diff --git a/php/generic.php b/php/generic.php new file mode 100644 index 0000000..8b6290c --- /dev/null +++ b/php/generic.php @@ -0,0 +1,5 @@ + + + + + diff --git a/php/header.php b/php/header.php new file mode 100644 index 0000000..2c59cd2 --- /dev/null +++ b/php/header.php @@ -0,0 +1,4 @@ +
+ Cesium's Profile Picture +

Cesium

+