Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
go
Commits
c84a05ae
Commit
c84a05ae
authored
Jan 07, 2019
by
David Haynes
🙆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve console err
parent
7600acb2
Pipeline
#3585
passed with stage
in 1 minute and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
61 additions
and
74 deletions
+61
-74
go/go_ahead/src/Components/Pages/AboutPage.jsx
go/go_ahead/src/Components/Pages/AboutPage.jsx
+61
-74
No files found.
go/go_ahead/src/Components/Pages/AboutPage.jsx
View file @
c84a05ae
...
...
@@ -7,7 +7,7 @@ const AboutPage = () => {
document
.
title
=
"
About
"
;
return
(
<
PageTemplate
>
<
p
>
About page
</
p
>
<
h1
>
About page
</
h1
>
<
Card
className
=
"shadow-lg p-3 mb-5 bg-white rounded"
>
<
CardBody
>
<
CardTitle
>
Terms of Use
</
CardTitle
>
...
...
@@ -35,22 +35,16 @@ const AboutPage = () => {
<
CardBody
>
<
CardTitle
>
Who made Go?
</
CardTitle
>
<
CardText
>
<
p
>
Members of the
<
a
href
=
"//srct.gmu.edu"
>
Student-Run Computing and Technology
</
a
>
{
"
"
}
registered student organization at
{
"
"
}
<
a
href
=
"//gmu.edu"
>
George Mason University
</
a
>
are the clever,
<
br
/>
talented student developers behind Go.
</
p
>
<
p
>
We are a group of creative people that like making software and
want to give back to the Mason community at the same time.
</
p
>
<
p
/>
Members of the
<
a
href
=
"//srct.gmu.edu"
>
Student-Run Computing and Technology
</
a
>
{
"
"
}
registered student organization at
{
"
"
}
<
a
href
=
"//gmu.edu"
>
George Mason University
</
a
>
are the clever,
<
br
/>
talented student developers behind Go. We are a group of
creative people that like making software and want to give back to
the Mason community at the same time.
<
a
href
=
"//srct.gmu.edu/contact/"
>
Contact us
</
a
>
to get involved!
<
p
/>
</
CardText
>
</
CardBody
>
</
Card
>
...
...
@@ -58,64 +52,57 @@ const AboutPage = () => {
<
CardBody
>
<
CardTitle
>
Thanks!
</
CardTitle
>
<
CardText
>
<
p
>
This project was made possible through the collective
contributions of multiple Mason SRCT members.
<
br
/>
<
a
href
=
"https://git.gmu.edu/srct/go/milestones/3"
>
Go 2.2
</
a
>
:
<
br
/>
<
a
href
=
"https://github.com/dhaynespls"
>
David Haynes
</
a
>
,
<
a
href
=
"https://github.com/ocelotsloth"
>
Mark Stenglein
</
a
>
,
<
a
href
=
"https://www.youtube.com/watch?v=dQw4w9WgXcQ"
>
Andres Villogas
</
a
>
,
<
a
href
=
"https://github.com/IAmEyad"
>
Eyad Hasan
</
a
>
,
<
a
href
=
"https://github.com/zosman1"
>
Zach Osman
</
a
>
,
<
a
href
=
""
>
Leo Grandinetti
</
a
>
,
<
a
href
=
"https://mason.gmu.edu/~gmoran/"
>
Grady Moran
</
a
>
,
<
a
href
=
"https://github.com/zmknox"
>
Zach Knox
</
a
>
,
<
a
href
=
"https://github.com/mike-bailey"
>
Michael Bailey
</
a
>
,
<
a
href
=
"https://github.com/jrouly"
>
Michel Rouly
</
a
>
,
<
a
href
=
"https://github.com/nanderson94"
>
Nicholas Anderson
</
a
>
,
<
a
href
=
""
>
Kevin Mckigney
</
a
>
, and
{
"
"
}
<
a
href
=
"https://github.com/dwbond"
>
Daniel Bond
</
a
>
.
<
br
/>
<
a
href
=
"https://git.gmu.edu/srct/go/milestones/2"
>
Go 2.1
</
a
>
:
<
br
/>
<
a
href
=
"https://github.com/dhaynespls"
>
David Haynes
</
a
>
,
<
a
href
=
"https://github.com/zosman1"
>
Zach Osman
</
a
>
,
<
a
href
=
"https://github.com/roberthitt"
>
Robert Hitt
</
a
>
,
<
a
href
=
"https://github.com/nanderson94"
>
Nicholas Anderson
</
a
>
,
<
a
href
=
"https://github.com/zmknox"
>
Zach Knox
</
a
>
,
<
a
href
=
"https://github.com/mike-bailey"
>
Michael Bailey
</
a
>
,
<
a
href
=
"https://github.com/mdsecurity"
>
Mattias Duffy
</
a
>
,
<
a
href
=
"https://github.com/IAmEyad"
>
Eyad Hasan
</
a
>
, and
{
"
"
}
<
a
href
=
"https://github.com/danielkim1"
>
Danny Kim
</
a
>
.
<
br
/>
<
a
href
=
"https://git.gmu.edu/srct/go/milestones/1"
>
Go 2.0
</
a
>
:
<
br
/>
<
a
href
=
"https://github.com/dhaynespls"
>
David Haynes
</
a
>
,
<
a
href
=
""
>
Matthew Rodgers
</
a
>
,
<
a
href
=
"https://github.com/nanderson94"
>
Nicholas Anderson
</
a
>
,
and
<
a
href
=
"https://github.com/dwbond"
>
Daniel Bond
</
a
>
.
<
br
/>
Go 1.0:
<
br
/>
<
a
href
=
"https://github.com/jrouly"
>
Michel Rouly
</
a
>
,
<
a
href
=
"https://github.com/creffett"
>
Chris Reffett
</
a
>
,
<
a
href
=
"https://github.com/nanderson94"
>
Nicholas Anderson
</
a
>
,
and
<
a
href
=
"https://github.com/akshaykarthik"
>
Akshay Karthik
</
a
>
.
<
br
/>
</
p
>
<
p
>
Additional thanks are due to the
{
"
"
}
<
a
href
=
"https://wiki.srct.gmu.edu/Executive_Board"
>
Student-Run Computing and Technology executive board from
2014-present
</
a
>
, and our academic advisor,
<
a
href
=
"https://cs.gmu.edu/~kdobolyi/"
>
Professor Kinga Dobolyi
</
a
>
.
</
p
>
This project was made possible through the collective contributions
of multiple Mason SRCT members.
<
br
/>
<
a
href
=
"https://git.gmu.edu/srct/go/milestones/3"
>
Go 2.2
</
a
>
:
<
br
/>
<
a
href
=
"https://github.com/dhaynespls"
>
David Haynes
</
a
>
,
<
a
href
=
"https://github.com/ocelotsloth"
>
Mark Stenglein
</
a
>
,
<
a
href
=
"https://www.youtube.com/watch?v=dQw4w9WgXcQ"
>
Andres Villogas
</
a
>
,
<
a
href
=
"https://github.com/IAmEyad"
>
Eyad Hasan
</
a
>
,
<
a
href
=
"https://github.com/zosman1"
>
Zach Osman
</
a
>
,
<
a
href
=
""
>
Leo Grandinetti
</
a
>
,
<
a
href
=
"https://mason.gmu.edu/~gmoran/"
>
Grady Moran
</
a
>
,
<
a
href
=
"https://github.com/zmknox"
>
Zach Knox
</
a
>
,
<
a
href
=
"https://github.com/mike-bailey"
>
Michael Bailey
</
a
>
,
<
a
href
=
"https://github.com/jrouly"
>
Michel Rouly
</
a
>
,
<
a
href
=
"https://github.com/nanderson94"
>
Nicholas Anderson
</
a
>
,
<
a
href
=
""
>
Kevin Mckigney
</
a
>
, and
{
"
"
}
<
a
href
=
"https://github.com/dwbond"
>
Daniel Bond
</
a
>
.
<
br
/>
<
a
href
=
"https://git.gmu.edu/srct/go/milestones/2"
>
Go 2.1
</
a
>
:
<
br
/>
<
a
href
=
"https://github.com/dhaynespls"
>
David Haynes
</
a
>
,
<
a
href
=
"https://github.com/zosman1"
>
Zach Osman
</
a
>
,
<
a
href
=
"https://github.com/roberthitt"
>
Robert Hitt
</
a
>
,
<
a
href
=
"https://github.com/nanderson94"
>
Nicholas Anderson
</
a
>
,
<
a
href
=
"https://github.com/zmknox"
>
Zach Knox
</
a
>
,
<
a
href
=
"https://github.com/mike-bailey"
>
Michael Bailey
</
a
>
,
<
a
href
=
"https://github.com/mdsecurity"
>
Mattias Duffy
</
a
>
,
<
a
href
=
"https://github.com/IAmEyad"
>
Eyad Hasan
</
a
>
, and
{
"
"
}
<
a
href
=
"https://github.com/danielkim1"
>
Danny Kim
</
a
>
.
<
br
/>
<
a
href
=
"https://git.gmu.edu/srct/go/milestones/1"
>
Go 2.0
</
a
>
:
<
br
/>
<
a
href
=
"https://github.com/dhaynespls"
>
David Haynes
</
a
>
,
<
a
href
=
""
>
Matthew Rodgers
</
a
>
,
<
a
href
=
"https://github.com/nanderson94"
>
Nicholas Anderson
</
a
>
, and
{
"
"
}
<
a
href
=
"https://github.com/dwbond"
>
Daniel Bond
</
a
>
.
<
br
/>
Go 1.0:
<
br
/>
<
a
href
=
"https://github.com/jrouly"
>
Michel Rouly
</
a
>
,
<
a
href
=
"https://github.com/creffett"
>
Chris Reffett
</
a
>
,
<
a
href
=
"https://github.com/nanderson94"
>
Nicholas Anderson
</
a
>
, and
{
"
"
}
<
a
href
=
"https://github.com/akshaykarthik"
>
Akshay Karthik
</
a
>
.
<
br
/>
Additional thanks are due to the
{
"
"
}
<
a
href
=
"https://wiki.srct.gmu.edu/Executive_Board"
>
Student-Run Computing and Technology executive board from
2014-present
</
a
>
, and our academic advisor,
<
a
href
=
"https://cs.gmu.edu/~kdobolyi/"
>
Professor Kinga Dobolyi
</
a
>
.
</
CardText
>
</
CardBody
>
</
Card
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment