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
|
|
@ -10,7 +10,7 @@
|
|||
margin-top: 55px;
|
||||
min-width: 800px;
|
||||
text-align: center;
|
||||
width: 45%;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -11,21 +11,21 @@ export default class Home extends PureComponent {
|
|||
|
||||
<p>Hello and welcome,</p>
|
||||
<p>
|
||||
I am a software and dev-ops engineer, with most of my experience in
|
||||
web services, web apps, and mobile apps. I've designed, developed, and
|
||||
deployed mission critical web infrastructure and UI features for each
|
||||
company I've worked with. I love to architect and automate software
|
||||
projects. Tech that I love working with includes Elixir, Go,
|
||||
TypeScript, gRPC, Docker, and Terraform.
|
||||
I am a software and dev-ops engineer with a focus on web services and
|
||||
applications. I love to architect and automate software projects. At
|
||||
each company I've been with, I've designed and deployed mission
|
||||
critical features and infrastructure. Throughout these experiences
|
||||
I've served as a mentor, team leader, and architectural guide.
|
||||
</p>
|
||||
<p>
|
||||
My professional interests, aside from the above, include operating
|
||||
systems, virtualization, business development, and startup finance. My
|
||||
personal interests include music, skiing, camping, and travel.
|
||||
Tech that I love working with includes Elixir, Go, and most HashiCorp
|
||||
tools. My other professional interests include operating systems,
|
||||
virtualization, business development, and startup finance. My personal
|
||||
interests include skiing, music, and travel.
|
||||
</p>
|
||||
<p>Thanks for reading.</p>
|
||||
|
||||
<p className="signature">- Mitchell J. F. Simon, III</p>
|
||||
<p className="signature">- Mitchell JF Simon, III</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue