diff --git a/src/components/About.astro b/src/components/About.astro index 99102b0..54b2eb4 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -7,34 +7,35 @@

 at UC Berkeley to innovate for social good.

- -
-

Our Vision

-

To solve the most pressing challenges of our world, - we will need the best and the brightest minds to work collaboratively on - creative, ethical, and technical solutions that will propel humanity forward. - Our audience is anyone, anywhere, who believes that - technology can solve hard problems, grow prosperity, - and expand human possibilities.

-
-
-

The Mission

-
-

Hack for Impact 2024 is a 1-day hackathon co-hosted by - Blueprint and Cal Hacks at UC Berkeley. - The event’s mission is two-fold:

-
-
-

To empower student hackers to develop creative solutions - for relevant social causes and collaborate with - non-profit organizations on ethical innovation - with tangible community impact.

-
-
-
-

To educate students via a series of workshops and speaker panels - to learn about professional opportunities in social good, - as well as emerging technologies and their ethical aspects.

+
+
+

Our Vision

+

To solve the most pressing challenges of our world, + we will need the best and the brightest minds to work collaboratively on + creative, ethical, and technical solutions that will propel humanity forward. + Our audience is anyone, anywhere, who believes that + technology can solve hard problems, grow prosperity, + and expand human possibilities.

+
+
+

The Mission

+
+

Hack for Impact 2024 is a 1-day hackathon co-hosted by + Blueprint and Cal Hacks at UC Berkeley. + The event’s mission is two-fold:

+
+
+

To empower student hackers to develop creative solutions + for relevant social causes and collaborate with + non-profit organizations on ethical innovation + with tangible community impact.

+
+
+
+

To educate students via a series of workshops and speaker panels + to learn about professional opportunities in social good, + as well as emerging technologies and their ethical aspects.

+
@@ -47,7 +48,7 @@ flex-direction: column; align-items: center; text-align: center; - max-width: 58.625rem; + width: 100%; margin: 0 auto; padding-top: 5rem; } @@ -55,6 +56,10 @@ height: 1.5rem; } + div.mission-vision { + max-width: 58.625rem; + } + div.bigRow { margin-top: 8.3125rem; display: flex;