Skip to content

Commit

Permalink
homepage activated again
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkersigirci committed Nov 3, 2024
1 parent e52d02f commit 34c6563
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
Working as a {work.role} at {work.company}. I'm passionate about learning the connection
between human and artificial brain. Also, I deploy several self-hosted services as my hobby.
</p>
<!-- NOTE: Commented since it is working on vercel static builds -->
<!-- <Button variant="link" class="mb-0 p-0" href="/writing">
<Button variant="link" class="mb-0 p-0" href="/writing">
<h2>Writing</h2>
</Button>
<div class="blog-cards">
Expand All @@ -29,14 +28,14 @@
<Card title={post.title} image={post.image || ''} {post} />
{/each}
</Masonry>
</div> -->
</div>
</div>
</div>
<div class="min-h-11 lg:hidden"></div>
</Scrollarea>

<!-- <style lang="postcss">
<style lang="postcss">
.blog-cards {
@apply -mx-4 md:mx-0;
}
</style> -->
</style>

0 comments on commit 34c6563

Please sign in to comment.