updated links to subdomains to use https
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
width: fit-content;
|
width: fit-content;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 16px auto;
|
margin: 16px 4px;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import Content from "$lib/viewport/content.svelte";
|
import Content from "$lib/viewport/content.svelte";
|
||||||
import Webring from "$lib/webrings/ring.svelte";
|
import Webring from "$lib/components/ring.svelte";
|
||||||
import Gallery, { type GalleryEntry } from "$lib/lists/gallery.svelte";
|
|
||||||
import GalleryRow, { type GalleryRowEntry } from "$lib/lists/gallery-row.svelte";
|
import GalleryRow, { type GalleryRowEntry } from "$lib/lists/gallery-row.svelte";
|
||||||
|
|
||||||
import { posts as devlogPosts } from "./projects/projectn5/devlog/posts";
|
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",
|
description: "Find things I've put for download on my Copyparty instance",
|
||||||
img: "main/hypertext.webp",
|
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.",
|
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",
|
title: "Gitea",
|
||||||
description: "I now also self-host a Gitea instance where I am likely migrating all my projects to",
|
description: "I now also self-host a Gitea instance where I am likely migrating all my projects to",
|
||||||
img: "main/magic.webp",
|
img: "main/magic.webp",
|
||||||
altText: "A 'magic' command written in Java. The command shuts down the computer when ran.",
|
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>
|
</script>
|
||||||
@@ -124,6 +123,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gradient-title {
|
.gradient-title {
|
||||||
|
|||||||
@@ -37,11 +37,11 @@ export const projects: Project[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Play an <b>old build</b> (developed until 2025-05-16)",
|
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>",
|
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: [
|
links: [
|
||||||
{
|
{
|
||||||
text: "View the latest <b>Magician</b> build",
|
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: [
|
links: [
|
||||||
{
|
{
|
||||||
text: "Play <b>Swords & Stuff</b>",
|
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: [
|
links: [
|
||||||
{
|
{
|
||||||
text: "Play <b>TADS 1</b>",
|
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>",
|
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>",
|
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>",
|
text: "View the code files on <b>Codeberg</b>",
|
||||||
|
|||||||
Reference in New Issue
Block a user