Started to work on skills and abilities component

This commit is contained in:
2019-04-11 13:49:32 -04:00
parent f2f2eadc4c
commit 8a4f32d96f
6 changed files with 85 additions and 13 deletions

View File

@@ -89,7 +89,7 @@ class Introduction extends Component {
render() {
return (
<div className="container-fluid" id="introduction">
<div className="container-fluid mt-5" id="introduction">
<div className="row align-items-center pt-5 pb-5">
<div className="col">
<div className="text-center">
@@ -102,7 +102,7 @@ class Introduction extends Component {
<h2 className="text-left">{this.state.currentLineTwo}<span className={this.getCursorClasses(2)}>|</span></h2>
</div>
<div className="mt-5 pl-3">
<button type="button" class="btn btn-outline-primary btn-lg float-left">Get To Know Me</button>
<button type="button" className="btn btn-outline-primary btn-lg float-left">Get To Know Me</button>
</div>
</div>
</div>