From 74e6f03aecd730738ee69462639f07557aecc490 Mon Sep 17 00:00:00 2001 From: zav <129825758+BakingPancakes@users.noreply.github.com> Date: Sun, 13 Oct 2024 16:02:35 -0400 Subject: [PATCH] formatted about (test) --- src/pages/about.js | 67 ++++++++++++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 26 deletions(-) diff --git a/src/pages/about.js b/src/pages/about.js index afa5558..6a4be0b 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -9,13 +9,13 @@ import JumbotronHeader from '../components/JumbotronHeader.jsx'; import { contactFormLink } from '../content/nav.js'; export default function about() { + const title = 'Gain Real-World Experience By Helping Others'; - const title = "Gain Real-World Experience By Helping Others"; + const subtitle = + 'BUILD provides a venue for students to gain academic and practical knowledge about software development, web development, and tech consulting. We are BUILDING our community through the pro-bono services we offer to nonprofits, startups, and local businesses.'; - const subtitle = "BUILD provides a venue for students to gain academic and practical knowledge about software development, web development, and tech consulting. We are BUILDING our community through the pro-bono services we offer to nonprofits, startups, and local businesses."; - - const nilayLinkedIn = "https://www.linkedin.com/in/nilay18/"; - const mattLinkedIn = "https://www.linkedin.com/in/matthewpearce/"; + const nilayLinkedIn = 'https://www.linkedin.com/in/nilay18/'; + const mattLinkedIn = 'https://www.linkedin.com/in/matthewpearce/'; const YEARS_SINCE_BUILDS_INCEPTION = new Date().getFullYear() - 2019; @@ -28,10 +28,7 @@ export default function about() { subtitle={subtitle} actions={ - @@ -40,41 +37,59 @@ export default function about() { -
+
-

- Mission -

+

Mission

- We leverage technology for the social good. By pairing passionate and driven UMass students with charities and non-profit organizations, we not only engineer software that does good, but foster the talents of the next generation of computer scientists dedicated to making the world a better place. + We leverage technology for the social good. By pairing + passionate and driven UMass students with charities and + non-profit organizations, we not only engineer software that + does good, but foster the talents of the next generation of + computer scientists dedicated to making the world a better + place.

-
+
-

- Our Story -

+

Our Story

- {YEARS_SINCE_BUILDS_INCEPTION} years ago CS students Nilay Sadavarte and Matt Pearce had an idea. They wanted to use their skills to help the community. They wanted to make a difference. They wanted to BUILD! And so, BUILD UMass was born. Since its inception, BUILD has had an impact on dozens of non-profits, charities, and student groups, while helping hundreds of students gain real-world experience in software development, product management, and consulting. We are proud of our accomplishments, but are always looking to do more. If you are an organization that could benefit from the services we provide, we would love to hear from you. If you are a student looking to gain real-world experience, we would love for you to be a part of the next chapter of our story. + {YEARS_SINCE_BUILDS_INCEPTION} years ago CS students{' '} + + Nilay Sadavarte + {' '} + and{' '} + + Matt Pearce + {' '} + had an idea. They wanted to use their skills to help the + community. They wanted to make a difference. They wanted to + BUILD! And so, BUILD UMass was born. Since its inception, BUILD + has had an impact on dozens of non-profits, charities, and + student groups, while helping hundreds of students gain + real-world experience in software development, product + management, and consulting. We are proud of our accomplishments, + but are always looking to do more. If you are an organization + that could benefit from the services we provide, we would love + to{' '} + + hear from you + + . If you are a student looking to gain real-world experience, we + would love for you to be a part of the next chapter of our + story.

@@ -82,4 +97,4 @@ export default function about() {
); -} \ No newline at end of file +}