Move to subfolder
This commit is contained in:
Executable
+100
@@ -0,0 +1,100 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Trystan's Website</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<script src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main">
|
||||
<h1>Trystan's Website</h1>
|
||||
<h2>Services</h2>
|
||||
<div class="grid">
|
||||
<a href="https://jellyfin.trystkelly.com"
|
||||
><div class="grid-entry">
|
||||
<img
|
||||
class="thumbnail"
|
||||
src="https://upload.wikimedia.org/wikipedia/commons/4/41/Jellyfin_-_icon-transparent.svg"
|
||||
/>
|
||||
Jellyfin
|
||||
</div></a
|
||||
>
|
||||
<a href="https://copyparty.trystkelly.com"
|
||||
><div class="grid-entry">
|
||||
<img
|
||||
class="thumbnail"
|
||||
src="https://raw.githubusercontent.com/9001/copyparty/hovudstraum/docs/logo.svg"
|
||||
/>
|
||||
Copyparty
|
||||
</div></a
|
||||
>
|
||||
<a href="https://photos.trystkelly.com"
|
||||
><div class="grid-entry">
|
||||
<img
|
||||
class="thumbnail"
|
||||
src="https://raw.githubusercontent.com/bpatrik/pigallery2/refs/heads/master/docs/assets/icon.png"
|
||||
/>
|
||||
PiGallery2
|
||||
</div></a
|
||||
>
|
||||
</div>
|
||||
<h2>Archives</h2>
|
||||
<div class="grid">
|
||||
<a href="bitf/web/index.html"
|
||||
><div class="grid-entry">
|
||||
<img
|
||||
class="thumbnail"
|
||||
src="bitf/content/site/images/BitFLogo2.png"
|
||||
/>
|
||||
Brawl in the Family
|
||||
</div></a
|
||||
>
|
||||
<a href="reddit/index.html"
|
||||
><div class="grid-entry">
|
||||
<img
|
||||
class="thumbnail"
|
||||
src="https://upload.wikimedia.org/wikipedia/commons/a/aa/Snoo.svg"
|
||||
/>
|
||||
Reddit Saves
|
||||
</div></a
|
||||
>
|
||||
<a href="mojira/render/index.html"
|
||||
><div class="grid-entry">
|
||||
<img
|
||||
class="thumbnail"
|
||||
src="https://minecraft.wiki/images/Mojira_logo_(2023).png"
|
||||
/>
|
||||
Mojira Archive
|
||||
</div></a
|
||||
>
|
||||
<a href="marketplace/web/index.html"
|
||||
><div class="grid-entry">
|
||||
<img
|
||||
class="thumbnail"
|
||||
src="https://minecraft.wiki/images/MCoin.png"
|
||||
style="image-rendering: pixelated;"
|
||||
/>
|
||||
Minecraft Marketplace
|
||||
</div></a
|
||||
>
|
||||
</div>
|
||||
<h2>Other</h2>
|
||||
<div class="grid">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: MinecraftDefault;
|
||||
src: url(mcfont/MinecraftDefault-Regular.ttf);
|
||||
font-style: normal;
|
||||
}
|
||||
</style>
|
||||
<a href="poem.html" style="font-family: MinecraftDefault; font-size: 48px; color: #FFFF55; text-shadow: 0.08333em 0.08333em #3F3F15;"
|
||||
><div class="grid-entry">
|
||||
End Poem
|
||||
</div></a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user