mirror of
https://github.com/mitchell/mjfs.us.git
synced 2025-12-19 13:47:22 +00:00
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:
parent
dcae4df513
commit
9137f1e559
7 changed files with 71 additions and 68 deletions
|
|
@ -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;
|
||||
<span style={{ display: "inline-block" }}>
|
||||
cloud-native web services and clients
|
||||
</span>
|
||||
</SmallText>
|
||||
<h2>Mitchell JF Simon</h2>
|
||||
<SmallText>Software & DevOps Engineer</SmallText>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
justify-content: space-around;
|
||||
margin: auto;
|
||||
min-width: 800px;
|
||||
width: 45.5%;
|
||||
width: 40.5%;
|
||||
}
|
||||
|
||||
.navbar-menu-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue