mirror of
https://github.com/mitchell/mjfs.us.git
synced 2025-12-19 13:47:22 +00:00
Change Home screen content
Change home screen content. Slightly tweak Website and Navbar style. Remove the need for a lambda function type signature.
This commit is contained in:
parent
112d572e02
commit
dcae4df513
6 changed files with 89 additions and 105 deletions
|
|
@ -10,7 +10,7 @@
|
|||
margin-top: 55px;
|
||||
min-width: 800px;
|
||||
text-align: center;
|
||||
width: 50%;
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
justify-content: space-around;
|
||||
margin: auto;
|
||||
min-width: 800px;
|
||||
width: 51%;
|
||||
width: 45.5%;
|
||||
}
|
||||
|
||||
.navbar-menu-button {
|
||||
|
|
|
|||
|
|
@ -8,27 +8,23 @@ export default class Home extends PureComponent {
|
|||
return (
|
||||
<div className="home-container">
|
||||
<img src={profile} alt="Profile" />
|
||||
|
||||
<p>Hello and welcome,</p>
|
||||
<p>
|
||||
I am a software developer, with most of my experience in web services.
|
||||
More specifically, for the past year, I have been focused on Go web
|
||||
services with cloud-native architectures. Tech that I love working
|
||||
with includes Go, TypeScript, gRPC, Serverless, Docker, Redis, and
|
||||
PostgreSQL. Concepts that I am currently focused on are Docker
|
||||
containerization and orchestration, microservices software
|
||||
architecture w/ dependency injection, and infrastructure as code using
|
||||
Terraform.
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
My professional interests, aside from the above, include software
|
||||
architecture, system administration, development tools, and business
|
||||
development. My personal interests include music performance, skiing,
|
||||
and politics.
|
||||
</p>
|
||||
<p>
|
||||
Thank you for reading my quick bio. If you would like to contact me
|
||||
visit the contact page for all of your options.
|
||||
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.
|
||||
</p>
|
||||
<p>Thanks for reading.</p>
|
||||
|
||||
<p className="signature">- Mitchell J. F. Simon, III</p>
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue