removed gitea from main page gallery and added feed links to header and footer
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
<h6>Content</h6>
|
<h6>Content</h6>
|
||||||
<a href="/projects">Projects</a>
|
<a href="/projects">Projects</a>
|
||||||
<a class="link-level-2" href="/projects/projectn5">Homesick</a>
|
<a class="link-level-2" href="/projects/projectn5">Homesick</a>
|
||||||
|
<a href="/feed">Feed</a>
|
||||||
<a href="/blog">Blog</a>
|
<a href="/blog">Blog</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="content-box">
|
<div class="content-box">
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{#snippet headerLinks()}
|
{#snippet headerLinks()}
|
||||||
<a href="/">home</a>
|
<a href="/">home</a>
|
||||||
<a href="/projects">projects</a>
|
<a href="/projects">projects</a>
|
||||||
|
<a href="/feed">feed</a>
|
||||||
<a href="/blog">blog</a>
|
<a href="/blog">blog</a>
|
||||||
<a href="/meta/about">about</a>
|
<a href="/meta/about">about</a>
|
||||||
{/snippet}
|
{/snippet}
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
title: "Creative Feed",
|
title: "Creative Feed",
|
||||||
description: `The small things I make find a home here`,
|
description: `The small things I make find a home here`,
|
||||||
img: "feed/banner.webp",
|
img: "feed/banner.webp",
|
||||||
altText: ".",
|
altText: "A blue screen with the text 'how do you do art ? 1. face your fears 2. become your heroes'. The 'art' looks to have been edited in. The music artist Porter Robinson is standing in the bottom right corner.",
|
||||||
link: "feed",
|
link: "feed",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -68,18 +68,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Files",
|
title: "Files",
|
||||||
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 brandenbur ger 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 brandenbur ger tor!' is displayed.",
|
||||||
link: "https://files.natconf.dev/public/",
|
link: "https://files.natconf.dev/public/",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
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: "https://code.natconf.dev/",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user