Skip to content

Commit

Permalink
revert: we are not recruiting anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
es3n1n committed Oct 11, 2023
1 parent 1995bbe commit 14f29a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ pnpm-debug.log*
# misc
*.pem
.cache
.astro
.astro

# vim swap file
.swp
10 changes: 2 additions & 8 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS);
---

<PageLayout meta={{ title: "Home" }}>
<section>
<h1 class="title mb-6">We are looking for players</h1>
<p class="mb-4">
Please check out our <a href="about" class="cactus-link">about page</a> if you are interested
</p>
</section>
<section aria-label="Blog post list" class="mt-16">
<h2 class="title mb-4 text-xl">Posts</h2>
<section aria-label="Blog post list" class="space-y-6">
<h1 class="title">Posts</h2>
<ul class="space-y-4 sm:space-y-2">
{
allPostsByDate.map((p) => (
Expand Down

0 comments on commit 14f29a4

Please sign in to comment.