From e30d9999e3fac6920c96694639cd98ba826cd802 Mon Sep 17 00:00:00 2001 From: Giovani Date: Thu, 22 Jul 2021 19:17:45 -0400 Subject: [PATCH] feat: add button for resume --- src/components/introduction/introduction.js | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/components/introduction/introduction.js b/src/components/introduction/introduction.js index ddfdadc..c8efbd9 100644 --- a/src/components/introduction/introduction.js +++ b/src/components/introduction/introduction.js @@ -3,7 +3,7 @@ import ProfilePicture from '../../images/home/profilePictureTwo.jpg'; import "./introduction.css"; const lineOneText = 'Hi, my name is Giovani.'; -const lineTwoText = 'I am a software developer. '; +const lineTwoText = 'I am a software engineer. '; class Introduction extends Component { constructor(props) { @@ -101,11 +101,18 @@ class Introduction extends Component {

{this.state.currentLineOne}|

{this.state.currentLineTwo}|

- -
- +
+
+ + +
- +
+ + + +
+