edited text blurb and minor things on main page
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user