You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/pages/about.js
+41-26
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ import JumbotronHeader from '../components/JumbotronHeader.jsx';
9
9
import{contactFormLink}from'../content/nav.js';
10
10
11
11
exportdefaultfunctionabout(){
12
+
consttitle='Gain Real-World Experience By Helping Others';
12
13
13
-
consttitle="Gain Real-World Experience By Helping Others";
14
+
constsubtitle=
15
+
'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.';
14
16
15
-
constsubtitle="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.";
@@ -28,10 +28,7 @@ export default function about() {
28
28
subtitle={subtitle}
29
29
actions={
30
30
<Linkhref="/apply">
31
-
<Button
32
-
variant="light"
33
-
className="link-btn"
34
-
>
31
+
<Buttonvariant="light"className="link-btn">
35
32
Join Us
36
33
</Button>
37
34
</Link>
@@ -40,46 +37,64 @@ export default function about() {
40
37
</div>
41
38
</div>
42
39
<Container>
43
-
<div
44
-
className="py-5"
45
-
id="Mission"
46
-
>
40
+
<divclassName="py-5"id="Mission">
47
41
<Row>
48
42
<Col>
49
-
<h1>
50
-
Mission
51
-
</h1>
43
+
<h1>Mission</h1>
52
44
</Col>
53
45
</Row>
54
46
<Row>
55
47
<Col>
56
48
<p>
57
-
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.
49
+
We leverage technology for the social good. By pairing
50
+
passionate and driven UMass students with charities and
51
+
non-profit organizations, we not only engineer software that
52
+
does good, but foster the talents of the next generation of
53
+
computer scientists dedicated to making the world a better
54
+
place.
58
55
</p>
59
56
</Col>
60
57
</Row>
61
58
</div>
62
59
63
-
<div
64
-
className="pb-5"
65
-
id="Story"
66
-
>
60
+
<divclassName="pb-5"id="Story">
67
61
<Row>
68
62
<Col>
69
-
<h1>
70
-
Our Story
71
-
</h1>
63
+
<h1>Our Story</h1>
72
64
</Col>
73
65
</Row>
74
66
<Row>
75
67
<Col>
76
68
<p>
77
-
{YEARS_SINCE_BUILDS_INCEPTION} years ago CS students <ahref={nilayLinkedIn}target="_blank">Nilay Sadavarte</a> and <ahref={mattLinkedIn}target="_blank">Matt Pearce</a> 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 <ahref={contactFormLink}target="_blank">hear from you</a>. 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.
69
+
{YEARS_SINCE_BUILDS_INCEPTION} years ago CS students{' '}
70
+
<ahref={nilayLinkedIn}target="_blank">
71
+
Nilay Sadavarte
72
+
</a>{' '}
73
+
and{' '}
74
+
<ahref={mattLinkedIn}target="_blank">
75
+
Matt Pearce
76
+
</a>{' '}
77
+
had an idea. They wanted to use their skills to help the
78
+
community. They wanted to make a difference. They wanted to
79
+
BUILD! And so, BUILD UMass was born. Since its inception, BUILD
80
+
has had an impact on dozens of non-profits, charities, and
81
+
student groups, while helping hundreds of students gain
82
+
real-world experience in software development, product
83
+
management, and consulting. We are proud of our accomplishments,
84
+
but are always looking to do more. If you are an organization
85
+
that could benefit from the services we provide, we would love
86
+
to{' '}
87
+
<ahref={contactFormLink}target="_blank">
88
+
hear from you
89
+
</a>
90
+
. If you are a student looking to gain real-world experience, we
91
+
would love for you to be a part of the next chapter of our
0 commit comments