mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
chore: remove commented out header
This commit is contained in:
parent
c572ae1d62
commit
9485a61226
1 changed files with 10 additions and 4 deletions
|
@ -39,7 +39,6 @@
|
||||||
|
|
||||||
<main class="dots-background">
|
<main class="dots-background">
|
||||||
<div class="max-w-5xl md:mx-auto py-12 my-1 container px-4">
|
<div class="max-w-5xl md:mx-auto py-12 my-1 container px-4">
|
||||||
<!-- <h1 class="text-5xl md:text-6xl font-serif font-bold mt-14 sm:mt-18">The Coredump</h1> -->
|
|
||||||
{#if loaded}
|
{#if loaded}
|
||||||
<Coredump width="100%" height="auto" transition="vertical" />
|
<Coredump width="100%" height="auto" transition="vertical" />
|
||||||
<p
|
<p
|
||||||
|
@ -48,10 +47,17 @@
|
||||||
>
|
>
|
||||||
my blog on computer science, math, games, art, and more.
|
my blog on computer science, math, games, art, and more.
|
||||||
</p>
|
</p>
|
||||||
|
<span class="flex flex-wrap items-center">
|
||||||
|
<a href="#latest">all </a>
|
||||||
|
</span>
|
||||||
|
|
||||||
<div class="grid grid-cols-3 mt-20 gap-8">
|
<div class="grid grid-cols-3 mt-20 gap-8">
|
||||||
<div class="col-span-3 md:col-span-2">
|
<div class="col-span-3 md:col-span-2">
|
||||||
<h2 class="text-4xl font-serif font-bold" in:fly|global={{ y: -50, delay: 300 }}>
|
<h2
|
||||||
|
class="text-4xl font-serif font-bold"
|
||||||
|
id="latest"
|
||||||
|
in:fly|global={{ y: -50, delay: 300 }}
|
||||||
|
>
|
||||||
Latest Posts
|
Latest Posts
|
||||||
</h2>
|
</h2>
|
||||||
{#each Array(5) as _, i}
|
{#each Array(5) as _, i}
|
||||||
|
@ -92,8 +98,8 @@
|
||||||
<div in:fly={{ y: -50, delay: 300 }} class="col-span-3 md:col-span-1">
|
<div in:fly={{ y: -50, delay: 300 }} class="col-span-3 md:col-span-1">
|
||||||
<Card.Root class="bg-primary-foreground backdrop-blur-sm border-primary/10">
|
<Card.Root class="bg-primary-foreground backdrop-blur-sm border-primary/10">
|
||||||
<Card.Header>
|
<Card.Header>
|
||||||
<h2 class="text-3xl font-serif font-bold mb-6">Archive</h2>
|
<h2 class="text-3xl font-serif font-bold mb-6" id="archive">Archive</h2>
|
||||||
<h3 class="text-3xl font-serif font-medium text-muted-foreground">2024</h3>
|
<h3 class="text-3xl font-serif font-medium text-muted-foreground" id="2024">2024</h3>
|
||||||
<Separator class="mt-4 bg-primary/10 h-1" />
|
<Separator class="mt-4 bg-primary/10 h-1" />
|
||||||
</Card.Header>
|
</Card.Header>
|
||||||
<Card.Content>
|
<Card.Content>
|
||||||
|
|
Loading…
Reference in a new issue