edited text blurb and minor things on main page

This commit is contained in:
2026-04-14 10:33:53 +02:00
parent 67f0f6e8bc
commit bbd1b70306
6 changed files with 58 additions and 39 deletions

View File

@@ -40,18 +40,18 @@
<p>Welcome to my 💫new💫 projects page! Here I show off all the things I have done. Projects are ordered reverse-chronologically and have some other neat information displayed. have fun browsing~!</p>
<p>I'll add some more of my past projects, new projects, and more details about individual projects. Maybe I'll also split the content into pages.</p>
<!-- TODO it would be nice if these were green here to separate them from the red tags on the blog page -->
<p class="tag-filter-header"># filter projects by category:</p>
<div class="tag-filter-container">
{#each Object.values(ProjectCategory) as tag}
{#if tag == filter}
<button class="post-tag tag-filter tag-filter-selected" onclick={() => { setFilter(tag) }}>{tag}</button>
{:else}
<button class="post-tag tag-filter" onclick={() => { setFilter(tag) }}>{tag}</button>
{/if}
{/each}
<div class="tag-filters">
<p class="tag-filter-header"># filter projects by category:</p>
<div class="tag-filter-container">
{#each Object.values(ProjectCategory) as tag}
{#if tag == filter}
<button class="post-tag tag-filter tag-filter-selected" onclick={() => { setFilter(tag) }}>{tag}</button>
{:else}
<button class="post-tag tag-filter" onclick={() => { setFilter(tag) }}>{tag}</button>
{/if}
{/each}
</div>
</div>
<div class="project-container">