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,13 +1,16 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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.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 rel="stylesheet" href="css/styles.css" class="cass">
<title>Mike Smith </title>
<meta charset="UTF-8" />
<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.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 rel="stylesheet" href="css/styles.css" class="cass" />
<title>Smig Tech</title>
</head>
<body>
<section class="header">
@ -22,13 +25,12 @@
<div class="container">
<div class="tagline">
<h1 class="header-quote">
Mike Smith - Engineer
</h1>
Learning in public, building in public, networking, Developer/Systems Engineer.
<h1 class="header-quote">Mike Smith - Engineer</h1>
Learning in public, building in public, networking, Developer/Systems
Engineer.
</div>
<div class="tagphoto">
<img src="static/rocket-7774875_640.png" alt="coolrocket">
<img src="static/rocket-7774875_640.png" alt="coolrocket" />
</div>
</div>
</section>
@ -63,8 +65,9 @@
</section>
<section class="quote">
<div class="quote-tag">
<h1 class="quote-header">“Great things come from hard work and perseverance. No excuses.” </h1>
<h1 class="quote-header">
“Great things come from hard work and perseverance. No excuses.”
</h1>
<p class="quote-author">— Kobe Bryant</p>
</div>
</section>
@ -79,9 +82,11 @@
</div>
</div>
</section>
<section class="footer">
Yeah baby this is some good code
</section>
<script src="https://kit.fontawesome.com/24f16b96cf.js" crossorigin="anonymous"></script>
<section class="footer">Yeah baby this is some good code</section>
<script
src="https://kit.fontawesome.com/24f16b96cf.js"
crossorigin="anonymous"
></script>
</body>
</html>