Skip to content

Commit

Permalink
Impact Section Spacing (#428)
Browse files Browse the repository at this point in the history
* feat: remove impact page

* feat: change starter text

* fix: standardise impact font with rest

* feat: update team page

* fix: update keith image

* feat: home starter header size

* chore: migrate team images to aws

* chore: move home images to aws

* chore: migrate home featured-by images to aws

* chore: remove impact page

* fix: impact padding

* feat: impact section resizig
  • Loading branch information
Hackin7 authored Dec 21, 2024
1 parent 6bc5927 commit 4d98aac
Showing 1 changed file with 43 additions and 44 deletions.
87 changes: 43 additions & 44 deletions partials/home-impact.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -91,53 +91,52 @@
</div>
<br>
<br>
<div class="w-4/5 lg:w-3/5 m-auto">
<div class="flex flex-col md:w-4/5 lg:w-3/5 m-auto">
<h2 class="featured-title" style="font-size:3rem;">What People Say</h2>
<br><br>
<div class="grid gap-16 grid-cols-1 md:grid-cols-3 m-auto p-4">
<div class="flex flex-col text-center w-full">
<div class="flex-auto text-2xl">
“We have a moral imperative to ensure all young people can get the support they need to thrive in society;
and that society must be structured to provide diverse pathways for young people to succeed”
</div>
<br/>
<div class="h-14 text-xl">
<cite>
<span class="font-bold">Dr Aaron Maniam</span>
<br/>
<span>Chair, Board of Advisors</span>
</cite>
</div>
</div>
<div class="grid gap-16 grid-cols-1 md:grid-cols-3 md:w-4/5 lg:w-3/5 m-auto p-4">
<div class="flex flex-col text-center w-full">
<div class="flex-auto text-2xl">
“We have a moral imperative to ensure all young people can get the support they need to thrive in society;
and that society must be structured to provide diverse pathways for young people to succeed”
</div>
<br/>
<div class="h-14 text-xl">
<cite>
<span class="font-bold">Dr Aaron Maniam</span>
<br/>
<span>Chair, Board of Advisors</span>
</cite>
</div>
</div>
<div class="flex flex-col text-center w-full">
<div class="flex-auto text-2xl">
“It always amazes me how much passion the volunteers at Advisory put into their mission.
Kudos to the team for their commitment towards helping youths make more informed career choices and
for connecting youths to opportunities and possibilities.”
</div>
<div class="flex flex-col text-center w-full">
<div class="flex-auto text-2xl">
“It always amazes me how much passion the volunteers at Advisory put into their mission.
Kudos to the team for their commitment towards helping youths make more informed career choices and
for connecting youths to opportunities and possibilities.”
</div>
<br/>
<div class="h-14 text-xl">
<cite>
<span class="font-bold">David Lee</span>
<br/>
<span>Assistant Director, Singapore Maritime Foundation</span>
</cite>
</div>
<br/>
<div class="h-14 text-xl">
<cite>
<span class="font-bold">David Lee</span>
<br/>
<span>Assistant Director, Singapore Maritime Foundation</span>
</cite>
</div>
<div class="flex flex-col text-center w-full">
<div class="flex-auto text-2xl">
“Having a mentor is akin to having a friend from the future who’s in your ideal career path,
sharing with you advice you need to hear to gear up for your future.
Through the mentorship I received, I gained loads of skills and knowledge and broadened my connections as well.”
</div>
<br/>
<div class="h-14 text-xl">
<cite>
<span class="font-bold">Irdina Bte Mohd Fadzli</span>
<br/>
<span>Student</span>
</cite>
</div>
</div>
<div class="flex flex-col text-center w-full">
<div class="flex-auto text-2xl">
“Having a mentor is akin to having a friend from the future who’s in your ideal career path,
sharing with you advice you need to hear to gear up for your future.
Through the mentorship I received, I gained loads of skills and knowledge and broadened my connections as well.”
</div>
<br/>
<div class="h-14 text-xl">
<cite>
<span class="font-bold">Irdina Bte Mohd Fadzli</span>
<br/>
<span>Student</span>
</cite>
</div>
</div>
</div>
Expand Down

0 comments on commit 4d98aac

Please sign in to comment.