merged main page and devlog galleries to common lib
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
import { onMount } from "svelte";
|
||||
import Content from "$lib/content.svelte";
|
||||
import GamedevWebring from "$lib/webrings/gamedev.svelte";
|
||||
import Gallery from "$lib/lists/gallery-entry.svelte";
|
||||
import Gallery, { type GalleryEntry } from "$lib/lists/gallery.svelte";
|
||||
import LinkList from "$lib/link-list.svelte";
|
||||
import { quotes, type Quote } from "./quotes";
|
||||
|
||||
import { posts, type DevlogPost } from "./projects/projectn5/devlog/posts";
|
||||
import { type GalleryEntry } from "$lib/lists/gallery-entry.svelte";
|
||||
import { posts } from "./projects/projectn5/devlog/posts";
|
||||
|
||||
let meImg: string = $state("common/me/a.webp");
|
||||
let marqueeQuote: Quote = $state({
|
||||
@@ -20,8 +19,7 @@
|
||||
const galleryEntries: GalleryEntry[] = [
|
||||
{
|
||||
title: "Project N5 – devlog",
|
||||
subtitle: `my active Godot game project about finding yourself in an unfamiliar future.\n<i>latest update: ${latestDevlogDate}</i>`,
|
||||
fullWidth: true,
|
||||
subtitle: `my active Godot game project about finding yourself in an unfamiliar future. <i>latest update: ${latestDevlogDate}</i>`,
|
||||
img: "projects/projectn5/devlog/2025/0523/birds_eye.webp",
|
||||
imgAlt: "Project N5 screenshot of Laura looking down at two cuboids",
|
||||
link: "projects/projectn5/devlog",
|
||||
@@ -29,15 +27,13 @@
|
||||
{
|
||||
title: "Projects",
|
||||
subtitle: "an overview of what I do and have done",
|
||||
fullWidth: false,
|
||||
img: "projects/project-mix.webp",
|
||||
imgAlt: "A collage of multiple projects: the Unity default third-person character and CJ from GTA San Andreas in the top left; purple protagonist from Project N5 holding a massive rocket launcher in the top right; two wizards in the bottom left; a breadboard with a microcontroller and input components in the bottom right",
|
||||
link: "projects",
|
||||
},
|
||||
{
|
||||
title: "Files",
|
||||
subtitle: "find things I've put for download on my <a href='https://github.com/9001/copyparty'>copyparty</a> instance",
|
||||
fullWidth: false,
|
||||
subtitle: "find things I've put for download on my copyparty instance",
|
||||
img: "common/hypertext.webp",
|
||||
imgAlt: "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/",
|
||||
|
||||
Reference in New Issue
Block a user