Compare commits

...

17 Commits

24 changed files with 82 additions and 139 deletions

1
.well-known/atproto-did Normal file
View File

@ -0,0 +1 @@
did:plc:crh4ugmjxc6dbrtnn5wc3v47

View File

@ -0,0 +1,8 @@
{
"m.homeserver": {
"base_url": "https://shoebottom.ca"
},
"org.matrix.msc3575.proxy": {
"url":"https://shoebottom.ca"
}
}

View File

@ -0,0 +1,3 @@
{
"m.server":"shoebottom.ca:443"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 616 B

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -7,8 +7,7 @@
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<g>
<path d="M3365 6990 c-22 -5 -56 -11 -75 -15 -19 -3 -68 -20 -110 -36 -453
-181 -671 -693 -489 -1148 40 -98 143 -248 211 -306 145 -123 290 -194 458
-224 86 -15 274 -6 361 17 526 141 800 726 570 1217 -110 235 -310 403 -566

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

13
icons.css Normal file
View File

@ -0,0 +1,13 @@
#domain li::marker{
width: 1.5rem;
height: 1.5rem;
}
#domain li:nth-child(1) {
list-style-image: url('https://blog.shoebottom.ca/favicon.ico');
}
#domain li:nth-child(2) {
list-style-image: url('https://git.shoebottom.ca/favicon.ico');
}
#domain li:nth-child(3) {
list-style-image: url('https://live.shoebottom.ca/favicon.ico');
}

BIN
image.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

View File

@ -1,49 +1,62 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="Isaac's Website">
<meta name="application-name" content="Isaac's Website">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Keywords" content="minecraft, isaac, shoebottom, jellyfin">
<meta name="Description" content="Isaac Shoebottom's website homepage!">
<title>Isaac's Website</title>
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" sizes="512x512" href="/favicon.png">
<meta name="application-name" content="Isaac's Website">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Keywords" content="blog, git, , isaac, shoebottom, jellyfin">
<meta name="Description" content="Isaac Shoebottom's website homepage!">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script>
// Detects the user's preferred color scheme and sets the theme accordingly
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.getElementsByTagName('html')[0].setAttribute('data-bs-theme', 'dark');
} else {
document.getElementsByTagName('html')[0].setAttribute('data-bs-theme', 'light');
}
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => {
let theme = event.matches ? "dark" : "light";
document.getElementsByTagName('html')[0].setAttribute('data-bs-theme', theme);
});
</script>
<title>Isaac's Website</title>
</head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="text">
<h1>Isaac's domain</h1>
<p>List of things on this domain!</p>
<ul>
<li><a href="https://blog.shoebottom.ca">Memes</a></li>
<li><a href="https://git.shoebottom.ca">My Git repos</a></li>
<li><a href="https://live.shoebottom.ca">Livestream</a></li>
<li><a href="https://jellyfin.shoebottom.ca">Jellyfin</a></li>
<!-- <li><a href="https://dynmap.shoebottom.ca">Minecraft Dynmap</a></li> -->
<li><a href="/host/memes/">Memes</a></li>
<!-- <li><a href="/music/">Music</a></li> -->
<!-- <li><a href="/tv/">TV</a></li> -->
<!-- <li><a href="/movies/">Movies</a></li> -->
<!-- <li><a href="/anime/">Anime</a></li> -->
</ul>
<body class="container-fluid">
<div class="d-flex align-items-center flex-column">
<h1>Isaac's Homepage</h1>
<div>
<div>
<div>List of things on this domain!</div>
<ul>
<li><a href="https://blog.shoebottom.ca">Blog</a></li>
<li><a href="https://git.shoebottom.ca">Git Forge</a></li>
<li><a href="https://live.shoebottom.ca">Livestream</a></li>
<li><a href="https://jellyfin.shoebottom.ca">Jellyfin</a></li>
<li><a href="https://jellyfin-vue.shoebottom.ca">Jellyin Vue</a></li>
<li><a href="https://searx.shoebottom.ca">Searx</a></li>
<li><a href="https://cobalt.shoebottom.ca">Cobalt</a></li>
<li><a href="https://gotify.shoebottom.ca">Gotify</a></li>
<!-- <li><a href="https://vikunja.shoebottom.ca">Vikunja</a></li> -->
<!-- <li><a href="https://wger.shoebottom.ca">wger</a></li> -->
<li><a href="https://radicale.shoebottom.ca">Radicale</a></li>
<!-- <li><a href="https://nextcloud.shoebottom.ca">Nextcloud</a></li> -->
<li><a href="https://medication.shoebottom.ca">(Self Made) Medication Tracker</a></li>
<li><a href="https://culturalconnections.shoebottom.ca">(Student Project) Cultural Connections</a></li>
</ul>
</div>
<div>
<div>Link tree</div>
<ul>
<li><a href="https://github.com/IsaacShoebottom">GitHub</a></li>
<li><a href="https://steamcommunity.com/id/IsaacShoebottom/">Steam</a></li>
<li><a href="https://www.youtube.com/@IsaacShoebottom">YouTube</a></li>
<li><a href="https://www.linkedin.com/in/isaac-shoebottom/">LinkedIn 🤮</a></li>
</ul>
</div>
</div>
</body>
<div class="image">
<img src="image.jpg" alt="Biden's America" class="image">
<img src="image2.jpg" alt="It's ok little minion" class="image">
<img src="https://i.imgur.com/aEyOuaF.png" width="30%" height="30%" alt="It's the crazy frog!" class="image">
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 529 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 521 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 859 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 496 B

View File

@ -1,19 +0,0 @@
{
"name": "Isaac's Website",
"short_name": "Isaac's Website",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

View File

@ -1,37 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html,
body {
width: 100%;
height: 100%;
margin: 0;
/* Space from this element (entire page) and others*/
padding: 0;
/*space from content and border*/
border: none;
overflow: hidden;
display: block;
box-sizing: border-box;
}
#video-player {
width: 92%;
height: 100%;
}
</style>
<title>Isaac's Stream</title>
</head>
<body>
<iframe id="video-player" src="https://live.shoebottom.ca/embed/video" title="Owncast" referrerpolicy="origin" scrolling="no"
allowfullscreen>
</iframe>
</body>
</html>

View File

@ -1,29 +0,0 @@
.text {
font-family: 'Trebuchet MS', sans-serif;
margin: 0 auto;
max-width:300px;
width: 50%;
line-height:1.6;
font-size:18px;
color:#444;
padding:010px;
left: 50%;
top: 50%;
}
h1 {
line-height:1.2;
}
html {
cursor:url(troll.cur),url(glaceon.gif),auto;
}
.image {
padding-top: 10px;
padding-bottom: 10px;
max-width: none;
margin-left: auto;
margin-right: auto;
object-fit: contain;
/* display: block; */
display: none;
}