mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-19 03:40:17 -04:00
Cleaned up About Us page.
This commit is contained in:
parent
b49dec45ed
commit
ff7b773525
|
@ -44,16 +44,18 @@ class About extends Component {
|
||||||
<Container fluid id = "container">
|
<Container fluid id = "container">
|
||||||
<Row>
|
<Row>
|
||||||
<Col lg><img id = "teamimage" src = {GroupPhoto} alt = "Group Pic"></img></Col>
|
<Col lg><img id = "teamimage" src = {GroupPhoto} alt = "Group Pic"></img></Col>
|
||||||
<Col lg><p>We are a team of people who do things. The things we do are important. The things we do relate to robotics. We are important. We are Potentia.</p></Col>
|
<Col lg><p id = "ourDescription">We are a team of people who do things. The things we do are important. The things we do relate to robotics. We are important. We are Potentia.</p></Col>
|
||||||
</Row>
|
</Row>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
||||||
<Tabs defaultActiveKey="team1" id="uncontrolled-tab-example">
|
<Tabs defaultActiveKey="team1" id="uncontrolled-tab-example">
|
||||||
<Tab eventKey="team1" title="Programming Subteam">
|
<Tab eventKey="team1" title="Programming Subteam">
|
||||||
<Container fluid>
|
<Container fluid>
|
||||||
|
<h1 id = "subteamTitle">Programming Subteam Members</h1>
|
||||||
<Row>
|
<Row>
|
||||||
<Col lg>
|
<Col lg>
|
||||||
<Container>
|
<Container>
|
||||||
|
|
||||||
<Row>
|
<Row>
|
||||||
|
|
||||||
<Col lg>
|
<Col lg>
|
||||||
|
@ -196,7 +198,7 @@ class About extends Component {
|
||||||
|
|
||||||
<Tab eventKey="team2" title="Engineering Subteam">
|
<Tab eventKey="team2" title="Engineering Subteam">
|
||||||
<Container fluid>
|
<Container fluid>
|
||||||
|
<h1 id = "subteamTitle">Engineering Subteam Members</h1>
|
||||||
<Row>
|
<Row>
|
||||||
<Col lg>
|
<Col lg>
|
||||||
<Container>
|
<Container>
|
||||||
|
@ -314,7 +316,7 @@ class About extends Component {
|
||||||
<Tab eventKey="team3" title="Outreach Subteam" >
|
<Tab eventKey="team3" title="Outreach Subteam" >
|
||||||
|
|
||||||
<Container fluid >
|
<Container fluid >
|
||||||
|
<h1 id = "subteamTitle">Outreach Subteam Members</h1>
|
||||||
<Row>
|
<Row>
|
||||||
<Col lg>
|
<Col lg>
|
||||||
<Container>
|
<Container>
|
||||||
|
|
|
@ -23,28 +23,41 @@
|
||||||
// padding: 10px;
|
// padding: 10px;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
#teamimage{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#title{
|
#title{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
margin-bottom: 100px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container{
|
#container{
|
||||||
|
|
||||||
margin-bottom: 100px;
|
margin-bottom: 50px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#teamimage{
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#ourDescription{
|
||||||
|
text-align: center;
|
||||||
|
font-size: 30px;
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
p{
|
p{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
img{
|
img{
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
#subteamTitle{
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 50px;
|
||||||
|
margin-bottom: 100px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user