updated links to subdomains to use https

This commit is contained in:
2026-02-07 13:59:19 +01:00
parent e915a8b3d4
commit 39533cb410
3 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
<script lang="ts">
import Content from "$lib/viewport/content.svelte";
import Webring from "$lib/webrings/ring.svelte";
import Gallery, { type GalleryEntry } from "$lib/lists/gallery.svelte";
import Webring from "$lib/components/ring.svelte";
import GalleryRow, { type GalleryRowEntry } from "$lib/lists/gallery-row.svelte";
import { posts as devlogPosts } from "./projects/projectn5/devlog/posts";
@@ -44,14 +43,14 @@
description: "Find things I've put for download on my Copyparty instance",
img: "main/hypertext.webp",
altText: "Screenshot of Hypertext Unity level. Crates are strewn across the floor, Waluigi is flying in front of the camera, and text such as 'COME AND TRY OUR ALL-NEW BLENDER' and 'omg! it's the brandenburg er tor!' is displayed.",
link: "//files.denizk0461.dev/",
link: "https://files.denizk0461.dev/",
},
{
title: "Gitea",
description: "I now also self-host a Gitea instance where I am likely migrating all my projects to",
img: "main/magic.webp",
altText: "A 'magic' command written in Java. The command shuts down the computer when ran.",
link: "//code.denizk0461.dev/",
link: "https://code.denizk0461.dev/",
},
];
</script>
@@ -124,6 +123,7 @@
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.gradient-title {