Skip to content

Commit

Permalink
update about
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed May 21, 2024
1 parent 2cf1592 commit b4e2739
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/layouts/AboutLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "../styles/index.scss";

<!doctype html>
<html lang="en">
<Head title="About - RustNL 2024" />
<Head title="About - RustNL 2025" />

<body>
<Header withLogo />
Expand All @@ -27,20 +27,20 @@ import "../styles/index.scss";
style="justify-content: center;"
>
</div>
<h3 class="text-2xl text-center">RustNL 2024 team</h3>
<h3 class="text-2xl text-center">RustNL 2025 team</h3>
<div class="grid md:cols-2 xl:cols-4" id="organisers">
<slot name="organisers" />
</div>

<h3 class="text-2xl text-center py-12">Volunteers</h3>
<div class="grid md:cols-2 xl:cols-4" id="volunteers">
<slot name="volunteers" />
</div>
<!-- <h3 class="text-2xl text-center py-12">Volunteers</h3> -->
<!-- <div class="grid md:cols-2 xl:cols-4" id="volunteers"> -->
<!-- <slot name="volunteers" /> -->
<!-- </div> -->

<h3 class="text-2xl text-center py-12">Supporting Us</h3>
<div class="grid md:cols-2 xl:cols-4" id="support">
<slot name="support" />
</div>
<!-- <h3 class="text-2xl text-center py-12">Supporting Us</h3> -->
<!-- <div class="grid md:cols-2 xl:cols-4" id="support"> -->
<!-- <slot name="support" /> -->
<!-- </div> -->
</section>

<Footer />
Expand Down

0 comments on commit b4e2739

Please sign in to comment.