Update Home page content

- Update header content
- Slim the main container by 5%
- Slight style changes to my name across the site
- Upgrade react-router
- Run npm audit fix

Just some maintenance and content updates.
This commit is contained in:
mitchell 2020-07-16 22:36:02 -04:00
parent dcae4df513
commit 9137f1e559
7 changed files with 71 additions and 68 deletions

View file

@ -8,13 +8,8 @@ export default class Header extends PureComponent {
public render(): ReactNode {
return (
<div className="header-container">
<h2>Mitchell J. F. Simon</h2>
<SmallText>
Software engineer;&nbsp;
<span style={{ display: "inline-block" }}>
cloud-native web services and clients
</span>
</SmallText>
<h2>Mitchell JF Simon</h2>
<SmallText>Software & DevOps Engineer</SmallText>
</div>
)
}

View file

@ -33,7 +33,7 @@
justify-content: space-around;
margin: auto;
min-width: 800px;
width: 45.5%;
width: 40.5%;
}
.navbar-menu-button {