updated links to subdomains to use https
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user