1
0

Compare commits

...

6 Commits

Author SHA1 Message Date
943258aeb9 better footer 2026-04-07 18:34:04 -04:00
daac2d57d3 merge php into master 2026-04-07 18:28:21 -04:00
1d7a8e41cc update minecraft name
its actually been that for like two years
2026-04-07 18:11:08 -04:00
503c553e49 change overwatch username 2026-04-06 23:00:38 -04:00
e7ab93256a overwatch profile lookup works again 2026-04-05 00:26:32 -04:00
9c686d5294 remove apps section we will never need 2026-03-11 15:03:02 -04:00
2 changed files with 4 additions and 6 deletions

View File

@@ -21,8 +21,7 @@
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>
</div> <div style="clear: left;"></div>
<h2>Games</h2>
<p>Names for game accounts I play</p>
@@ -38,9 +37,8 @@
buildContact("Splatoon", "#394A7F", "Kira#1067", "https://stat.ink/@Cesium2349");
buildContact("Minecraft", "#394A7F", "cesiumone", false);
?>
</div>
<div style="clear: left;"></div>
</div> <div style="clear: left;"></div>
<p style="text-align: center;"><a href="https://git.cesium.one/kira/cesium.one/src/branch/php/"><img src="assets/Git-Icon-White.png" style="width:2em" alt="View Git Source"></a></p>
<?php include 'php/footer.php';?>
</body>
</html>

View File

@@ -1 +1 @@
<p>Footer text</p>
<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>