Skip to content

Commit

Permalink
rebase changes
Browse files Browse the repository at this point in the history
  • Loading branch information
me-liu committed Jan 11, 2024
1 parent 9e7b3fb commit 6bcc12b
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions src/components/About.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,27 @@ import crowd from '../graphics/crowd.webp';
<div class="text">200+ hackers</div>
at UC Berkeley to innovate for social good.
</h3>
<h3>
At Hack for Impact, you will join over
<div class="text">200+ hackers</div>
at UC Berkeley to innovate for social good.
</h3>
</div>

<div class="imageRow">
<Image class="img" src={working} alt="Group of 5 people coding" />
<Image
class="img"
src={crowdLarge}
alt="Large group of people coding at hackathon"
/>
<Image class="img" src={fourppl} alt="Picture of Calhacks members" />
<Image
class="img"
src={bear}
alt="Hackathon attendees posing with stuffed bear"
/>
<Image class="img" src={annie} alt="Girl with tools" />
<Image
class="img"
src={crowd}
alt="Large group of people coding at hackathon"
/>
</div>

<div class="mission-vision">
Expand Down Expand Up @@ -113,6 +129,7 @@ import crowd from '../graphics/crowd.webp';

div.header {
display: inline-block;
max-width: 58.625rem;
}
div.text {
font: serif;
Expand Down

0 comments on commit 6bcc12b

Please sign in to comment.