diff --git a/src/components/Footer.js b/src/components/Footer.js index 4ee2802..c423443 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -11,6 +11,7 @@ import { faLinkedin, faGithub, } from '@fortawesome/free-brands-svg-icons'; +import { contactFormLink } from '../content/nav'; export default function Footer() { return ( @@ -93,7 +94,7 @@ export default function Footer() { Contact diff --git a/src/components/JoinUsHero.jsx b/src/components/JoinUsHero.jsx new file mode 100644 index 0000000..7f635b1 --- /dev/null +++ b/src/components/JoinUsHero.jsx @@ -0,0 +1,49 @@ +export default JoinUsHero = () => ( +
+ We have applications for various positions that open at the + start of each semester. Upon completion, we will contact you + for an interview. If you are not sure which position is best + for you, apply to all positions! +
+ ++ {subtitle} +
+ +- I have a passion for data analytics, hoping to apply my expertise - to the field of sustainability -
- -+ {page.description} +
+- 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. -
- -- We aim to help our members develop technical and professional - skills necessary to succeed in competitive fields. We work - directly with companies to solve real-world problems, which - allows students to develop critical communication skills and - improve their problem-solving abilities. Additionally, talks and - workshops from faculty, corporate speakers, and recruiters - provide industry insights and opportunities to enhance technical - skills. + 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 were founded on the philosophy that UMass students possess - valuable skills that can greatly benefit the community. By - establishing professional relationships between the community - and students, organizations in the community will benefit from - the latest technologies while providing students extensive - real-world experience. + {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 we 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.
- We have applications for various positions that open at - the start of each semester. Upon completion, we will - contact you for an interview. If you are not sure which - position is best for you, apply to all positions! -
- -- BUILD is on the lookout for passionate and talented individuals who are eager to make a difference in our community. Are you interested in applying what you have been learning in class to real-world projects in a dynamic team environment? If so, consider applying! + BUILD is on the lookout for passionate and talented individuals who are eager to make a difference in our community. Are you interested in putting what you have been learning in class to use in real-world projects? If so, consider applying!
10+
+30+
10,000+
+100,000+
- Explore the innovative projects our student teams - have completed in the past three years with BUILD. - From cutting-edge software development to web design, - we have partnered with nonprofits, startups, and local businesses - to make a positive impact on our society. + Explore the innovative projects our student teams + have completed in the past three years with BUILD. + From cutting-edge software development to web design, + we have partnered with nonprofits, startups, and local businesses + to make a positive impact on our society. Please enjoy your time here!
@@ -72,7 +69,6 @@ export default function projects() { )) }Get in touch with us anyway and we’ll try our best to - accomodate any of your requests! + accommodate any of your requests!
@@ -216,9 +219,8 @@ export default function services() { variant="light" className="link-btn" onClick={() => { - // window.open('/contact', '_self'); window.open( - 'https://forms.gle/uuA2s98v4oC4o8TU7', + contactFormLink, '_blank' ); }} @@ -288,8 +290,6 @@ export default function services() {