Skip to content

Commit

Permalink
Center text and email
Browse files Browse the repository at this point in the history
update resume role
add images and adctivities
  • Loading branch information
Mickey0001 committed Oct 24, 2023
1 parent 8c86052 commit d7c9401
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 201 deletions.
4 changes: 4 additions & 0 deletions my-portfolio/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ h2 {
margin-right: 0 !important;
}

.center{
text-align: center !important;
}

.timeline {
list-style: none;
padding: 20px 0 20px;
Expand Down
2 changes: 1 addition & 1 deletion my-portfolio/src/Components/Contact/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Contact = () => (
<div id="Contact" className="container text-center">
<h3 className="text-center heading"><strong>Contact</strong></h3>
<h4 className="text-center minor-heading">Send me an email.</h4>
<a href="mailto:mirzasisic57@gmail.com?Subject=MirzaSisic.com%20Visitor" target="_top">
<a href="mailto:mirza.sisic@outlook.com?Subject=MirzaSisic.com%20Visitor" target="_top">
<i className="fa fa-envelope-o fa-5x email" aria-hidden="true">
</i></a><br/>
<h4 className="text-center minor-heading">Or connect with me <br/> over social media.</h4>
Expand Down
Loading

0 comments on commit d7c9401

Please sign in to comment.