Skip to content

Commit

Permalink
update recruitment form
Browse files Browse the repository at this point in the history
  • Loading branch information
arhaanb committed Jan 30, 2024
1 parent 6aec312 commit 3869c37
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 44 deletions.
80 changes: 38 additions & 42 deletions web/src/components/Home/HomeHero.astro
Original file line number Diff line number Diff line change
@@ -1,46 +1,42 @@
<section id="home" class="md:min-h-fit mt-40 mb-48">
<div class="container mx-auto">
<div
class="flex flex-col max-w-xl md:max-w-none md:flex-row justify-around md:justify-between mx-auto my-14 md:my-18 space-y-10"
>
<div class="flex justify-center flex-col">
<div class="">
<h1
class="heading text-5xl md:text-7xl xl:text-8xl font-bold"
>
IEEE
</h1>
<h1
class="heading text-5xl md:text-7xl xl:text-8xl font-bold"
>
IIIT Delhi
</h1>
<h2
class="heading2 text-3xl md:text-4xl font-bold text-gray-500 join"
>
student branch
</h2>
</div>
<div
class="flex flex-row space-x-7 items-center join mt-16 xl:mt-36"
>
<p class="text-2xl">Join our team</p>
<a href="https://forms.gle/5xoKNbj6moQpRn2o9">
<button
class="fancyBtn applyBtnTop heading2 rounded-lg border-1 px-9 py-3 leading-7 text-xl text-white"
>
apply
</button>
</a>
</div>
</div>
<div>
<img
src="/hero-img.webp"
alt="home"
class="md:max-w-sm xl:max-w-xl xl:max-h-[633px] rounded-xl"
/>
</div>
<div class="container mx-auto">
<div
class="flex flex-col max-w-xl md:max-w-none md:flex-row justify-around md:justify-between mx-auto my-14 md:my-18 space-y-10"
>
<div class="flex justify-center flex-col">
<div class="">
<h1 class="heading text-5xl md:text-7xl xl:text-8xl font-bold">
IEEE
</h1>
<h1 class="heading text-5xl md:text-7xl xl:text-8xl font-bold">
IIIT Delhi
</h1>
<h2
class="heading2 text-3xl md:text-4xl font-bold text-gray-500 join"
>
student branch
</h2>
</div>
<div class="flex flex-row space-x-7 items-center join mt-16 xl:mt-36">
<p class="text-2xl">Join our team</p>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSfG_sziQN7JKwgv8JJ3YcuDdA0nmfxsh30mWSfIjK-eTXqAZA/closedform"
>
<button
class="fancyBtn applyBtnTop heading2 rounded-lg border-1 px-9 py-3 leading-7 text-xl text-white"
>
apply
</button>
</a>
</div>
</div>
<div>
<img
src="/hero-img.webp"
alt="home"
class="md:max-w-sm xl:max-w-xl xl:max-h-[633px] rounded-xl"
/>
</div>
</div>
</div>
</section>
2 changes: 1 addition & 1 deletion web/src/data/members.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
},
{
"name": "Arhaan Bahadur",
"pos": "Webmaster",
"pos": "Web Master",
"img": "/people/arhaan.jpeg",
"social": {
"fb": "https://www.facebook.com/",
Expand Down
2 changes: 1 addition & 1 deletion web/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const { title, desc, og, slug } = Astro.props as Props;
</ul>

<a
href="https://forms.gle/5xoKNbj6moQpRn2o9"
href="https://docs.google.com/forms/d/e/1FAIpQLSfG_sziQN7JKwgv8JJ3YcuDdA0nmfxsh30mWSfIjK-eTXqAZA/closedform"
class="heading2 applyBtn bg-white px-10 py-2 text-black rounded-lg mt-10 w-1/4 text-center min-w-[128px]"
>
apply
Expand Down

0 comments on commit 3869c37

Please sign in to comment.