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

@@ -46,7 +46,7 @@
width: fit-content;
flex-direction: column;
align-items: center;
margin: 16px auto;
margin: 16px 4px;
}
a {
margin: 0 4px;

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 {

View File

@@ -37,11 +37,11 @@ export const projects: Project[] = [
},
{
text: "Play an <b>old build</b> (developed until 2025-05-16)",
link: "//apps.denizk0461.dev/projectn5",
link: "https://apps.denizk0461.dev/projectn5",
},
{
text: "Download the <b>old Windows builds</b>",
link: "//files.denizk0461.dev/projectn5",
link: "https://files.denizk0461.dev/projectn5",
},
],
},
@@ -61,7 +61,7 @@ export const projects: Project[] = [
links: [
{
text: "View the latest <b>Magician</b> build",
link: "//apps.denizk0461.dev/magician",
link: "https://apps.denizk0461.dev/magician",
},
],
},
@@ -98,7 +98,7 @@ export const projects: Project[] = [
links: [
{
text: "Play <b>Swords & Stuff</b>",
link: "//apps.denizk0461.dev/swordsnstuff",
link: "https://apps.denizk0461.dev/swordsnstuff",
},
],
},
@@ -118,11 +118,11 @@ export const projects: Project[] = [
links: [
{
text: "Play <b>TADS 1</b>",
link: "//apps.denizk0461.dev/tads/1",
link: "https://apps.denizk0461.dev/tads/1",
},
{
text: "Play <b>TADS 2</b>",
link: "//apps.denizk0461.dev/tads/2",
link: "https://apps.denizk0461.dev/tads/2",
},
],
},
@@ -145,7 +145,7 @@ export const projects: Project[] = [
},
{
text: "Get the <b>PCB and STL files</b>",
link: "//files.denizk0461.dev/daisyfm/",
link: "https://files.denizk0461.dev/daisyfm/",
},
{
text: "View the code files on <b>Codeberg</b>",