chore: change title

Signed-off-by: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
This commit is contained in:
Mike 2024-05-18 23:32:31 -04:00
parent 099e6b13e7
commit 940deff071
Signed by: smig
GPG key ID: 804E643A14C23378

View file

@ -1,87 +1,92 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,400;8..144,700;8..144,900&display=swap" rel="stylesheet"> <link
<link rel="stylesheet" href="css/styles.css" class="cass"> href="https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,400;8..144,700;8..144,900&display=swap"
<title>Mike Smith </title> rel="stylesheet"
</head> />
<body> <link rel="stylesheet" href="css/styles.css" class="cass" />
<section class="header"> <title>Smig Tech</title>
<div class="navbar"> </head>
<a href="#"><h2>Mikejr.dev</h2></a> <body>
<section class="header">
<div class="navbar">
<a href="#"><h2>Mikejr.dev</h2></a>
<ul> <ul>
<li><a href="#">Blog</a></li> <li><a href="#">Blog</a></li>
<li><a href="#">Resume</a></li> <li><a href="#">Resume</a></li>
<li><a href="#">GitHub</a></li> <li><a href="#">GitHub</a></li>
</ul> </ul>
</div> </div>
<div class="container"> <div class="container">
<div class="tagline"> <div class="tagline">
<h1 class="header-quote"> <h1 class="header-quote">Mike Smith - Engineer</h1>
Mike Smith - Engineer Learning in public, building in public, networking, Developer/Systems
</h1> Engineer.
Learning in public, building in public, networking, Developer/Systems Engineer.
</div> </div>
<div class="tagphoto"> <div class="tagphoto">
<img src="static/rocket-7774875_640.png" alt="coolrocket"> <img src="static/rocket-7774875_640.png" alt="coolrocket" />
</div> </div>
</div> </div>
</section> </section>
<section id="skills"> <section id="skills">
<h2 class="skills">A really cool DevOps Engineer</h2> <h2 class="skills">A really cool DevOps Engineer</h2>
<div class="cards"> <div class="cards">
<div class="card"> <div class="card">
<div class="card-photo"> <div class="card-photo">
<i class="fab fa-linux fa-10x"></i> <i class="fab fa-linux fa-10x"></i>
</div> </div>
I've done some cool ish I've done some cool ish
</div> </div>
<div class="card"> <div class="card">
<div class="card-photo"> <div class="card-photo">
<i class="fab fa-aws fa-10x"></i> <i class="fab fa-aws fa-10x"></i>
</div> </div>
I've done some cool ish I've done some cool ish
</div> </div>
<div class="card"> <div class="card">
<div class="card-photo"> <div class="card-photo">
<i class="fab fa-python fa-10x"></i> <i class="fab fa-python fa-10x"></i>
</div> </div>
I've done some cool ish I've done some cool ish
</div> </div>
<div class="card"> <div class="card">
<div class="card-photo"> <div class="card-photo">
<i class="fab fa-docker fa-10x"></i> <i class="fab fa-docker fa-10x"></i>
</div> </div>
I've done some cool ish I've done some cool ish
</div> </div>
</div> </div>
</section> </section>
<section class="quote"> <section class="quote">
<div class="quote-tag"> <div class="quote-tag">
<h1 class="quote-header">
<h1 class="quote-header">“Great things come from hard work and perseverance. No excuses.” </h1> “Great things come from hard work and perseverance. No excuses.”
<p class="quote-author">— Kobe Bryant</p> </h1>
</div> <p class="quote-author">— Kobe Bryant</p>
</section> </div>
<section class="contact"> </section>
<div class="email-section"> <section class="contact">
<div class="email-section">
<div class="signup"> <div class="signup">
<h3>Let's Get in touch</h3> <h3>Let's Get in touch</h3>
<p>LEt's do this!</p> <p>LEt's do this!</p>
</div> </div>
<div class="signup-button"> <div class="signup-button">
<button>Sign Up</button> <button>Sign Up</button>
</div> </div>
</div> </div>
</section> </section>
<section class="footer"> <section class="footer">Yeah baby this is some good code</section>
Yeah baby this is some good code <script
</section> src="https://kit.fontawesome.com/24f16b96cf.js"
<script src="https://kit.fontawesome.com/24f16b96cf.js" crossorigin="anonymous"></script> crossorigin="anonymous"
</body> ></script>
</body>
</html> </html>