Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/components/blocks/AboutWhoWeAre.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<div class="flex flex-col gap-12 p-10 font-sans md:flex-row">
<div class="md:w-1/3">
<h1 class="text-right text-5xl">Who we are:</h1>

<p class="text-right text-2xl">
Here's what defines <br /> our community.
</p>
</div>

<div class="flex flex-col gap-4 md:w-2/3">
<div class="rounded-[40px] bg-[#F4F4F4] p-8 px-12 text-xl">
A student-led team building autonomous agricultural robots
</div>
<div class="rounded-[40px] bg-[#F4F4F4] p-8 px-12 text-xl">
A respectful, inclusive space where everyone feels safe to learn
</div>
<div class="rounded-[40px] bg-[#F4F4F4] p-8 px-12 text-xl">
A multidisciplinary community growing and creating together
</div>
<div class="rounded-[40px] bg-[#F4F4F4] p-8 px-12 text-xl">
A welcoming environment for students of all backgrounds and experience
levels
</div>
</div>
</div>
Loading