updated main page
This commit is contained in:
@@ -46,6 +46,16 @@
|
||||
altText: "The protagonist Laura standing on a floating platform in the purple test level. Ziplines are all around her and the text 'When this text is spinning, the game is not paused' is frozen in the sky.",
|
||||
link: "projects/projectn5",
|
||||
},
|
||||
{
|
||||
title: "Art Feed",
|
||||
description: "<b>[major update]</b> My creative side lives here",
|
||||
img: "feed/banner.webp",
|
||||
altText: "A rainbow-like holographic effect produced by bending a reflective sheet of cardboard.",
|
||||
link: "feed",
|
||||
},
|
||||
];
|
||||
|
||||
const galleryBottomRow: GalleryRowEntry[] = [
|
||||
{
|
||||
title: "Blog",
|
||||
description: `A place where I write about random things. <i>latest post: ${latestBlogDate}</i>`,
|
||||
@@ -53,9 +63,6 @@
|
||||
altText: "View at a tram bridge rising and then curving to the left.",
|
||||
link: "blog",
|
||||
},
|
||||
];
|
||||
|
||||
const galleryBottomRow: GalleryRowEntry[] = [
|
||||
{
|
||||
title: "Projects",
|
||||
description: "An overview of my more technical projects",
|
||||
@@ -63,13 +70,6 @@
|
||||
altText: "An upside-down New 3DS XL lying open on a desk with a small USB-C breakout board attached to it, and a USB-C cable plugged in. The 3DS is glowing to indicate that it is charging.",
|
||||
link: "projects",
|
||||
},
|
||||
{
|
||||
title: "Art",
|
||||
description: "My creative side lives here",
|
||||
img: "art/banner.webp",
|
||||
altText: "A rainbow-like holographic effect produced by bending a reflective sheet of cardboard.",
|
||||
link: "art",
|
||||
},
|
||||
{
|
||||
title: "Files",
|
||||
description: "Find things I've put for download on my Copyparty instance",
|
||||
@@ -114,8 +114,12 @@
|
||||
<div>
|
||||
<div class="sidebox-container blurred-background">
|
||||
<h4 class="sidebox-header">heads-up</h4>
|
||||
<p>This website works best on Firefox and other Gecko-based browsers! All pages <i>should</i> be responsive and work on mobile.</p>
|
||||
<p>This website is 100% mobile-friendly – or at least trying to be!</p>
|
||||
|
||||
<p>This website works best on Firefox and other Gecko-based browsers! It is also 100% mobile-friendly – or at least trying to be!</p>
|
||||
|
||||
<p>All pages are functional without JavaScript but I recommend you enable it (some elements won't work without it)!</p>
|
||||
|
||||
<p>Links may change but I will set up redirects, promise.</p>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user