mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-20 20:30:18 -04:00
Close to finishing
This commit is contained in:
parent
f3d2d61d95
commit
2720a03db2
|
@ -77,15 +77,15 @@ class About extends Component {
|
||||||
|
|
||||||
<TabPanel>
|
<TabPanel>
|
||||||
<Container fluid>
|
<Container fluid>
|
||||||
<h1 id='subteamTitle'>Leadership</h1>
|
<h1 id='subteamTitle'><span className="simple-highlight">Leadership</span></h1>
|
||||||
<Row>
|
<Row>
|
||||||
<Col sm={{ size: 6, order: 2, offset: 1 }}>
|
<Col sm={{ size: 6, order: 2, offset: 1 }}>
|
||||||
|
|
||||||
<Row>
|
<Row>
|
||||||
|
|
||||||
<Col sm={{ size: 6, order: 2, offset: 1 }}>
|
<Col sm={{ size: 6, order: 2, offset: 1 }}>
|
||||||
<h1>Aditya Vasantharao</h1>
|
<h1 className="nameStyle">Aditya Vasantharao</h1>
|
||||||
<h5>Project Lead</h5>
|
<h2 className="h2Style">Project Lead</h2>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
||||||
<Col sm={{ size: 6, order: 2, offset: 1 }}>
|
<Col sm={{ size: 6, order: 2, offset: 1 }}>
|
||||||
|
|
|
@ -7,11 +7,18 @@
|
||||||
|
|
||||||
.backColor {
|
.backColor {
|
||||||
background-color: #293241;
|
background-color: #293241;
|
||||||
color: #3D5A80;
|
color: #E0FBFC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabColor {
|
.nameStyle {
|
||||||
color: #C93241;
|
display:inline-block;
|
||||||
|
border-bottom:2px solid#98C1D9;
|
||||||
|
padding-bottom:-1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.h2Style {
|
||||||
|
color: #EE6C4D;
|
||||||
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about-body{
|
#about-body{
|
||||||
|
@ -22,13 +29,13 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
color: #3D5A80;
|
color: #E0FBFC;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container{
|
#container{
|
||||||
|
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
color: #3D5A80;
|
color: #E0FBFC;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,7 +45,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#ourDescription{
|
#ourDescription{
|
||||||
color: #3D5A80;
|
color: #E0FBFC;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
@ -48,8 +55,13 @@ img{
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
#subteamTitle{
|
#subteamTitle{
|
||||||
color: #3D5A80;
|
color: #EE6C4D;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
margin-bottom: 100px;
|
margin-bottom: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.simple-highlight{
|
||||||
|
background-color: #E0FBFC;
|
||||||
|
padding:0.1em 0.2em;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user