odin-codespace/index.html

87 lines
2.8 KiB
HTML
Raw Permalink Normal View History

2023-09-14 18:26:33 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-09-17 20:25:51 -04:00
<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">
2023-09-14 18:26:33 -04:00
<link rel="stylesheet" href="css/styles.css" class="cass">
2023-09-17 20:25:51 -04:00
<title>Mike Smith </title>
2023-09-14 18:26:33 -04:00
</head>
<body>
<section class="header">
<div class="navbar">
2023-09-17 20:25:51 -04:00
<a href="#"><h2>Mikejr.dev</h2></a>
2023-09-14 18:26:33 -04:00
<ul>
2023-09-17 20:25:51 -04:00
<li><a href="#">Blog</a></li>
<li><a href="#">Resume</a></li>
<li><a href="#">GitHub</a></li>
2023-09-14 18:26:33 -04:00
</ul>
</div>
<div class="container">
<div class="tagline">
<h1 class="header-quote">
2023-09-17 20:25:51 -04:00
Mike Smith - Engineer
2023-09-14 18:26:33 -04:00
</h1>
2023-09-17 20:25:51 -04:00
Learning in public, building in public, networking, Developer/Systems Engineer.
2023-09-14 18:26:33 -04:00
</div>
<div class="tagphoto">
2023-09-17 20:25:51 -04:00
<img src="static/rocket-7774875_640.png" alt="coolrocket">
2023-09-14 18:26:33 -04:00
</div>
</div>
</section>
<section id="skills">
<h2 class="skills">A really cool DevOps Engineer</h2>
<div class="cards">
<div class="card">
<div class="card-photo">
2023-09-17 20:25:51 -04:00
<i class="fab fa-linux fa-10x"></i>
2023-09-14 18:26:33 -04:00
</div>
2023-09-17 20:25:51 -04:00
I've done some cool ish
2023-09-14 18:26:33 -04:00
</div>
<div class="card">
<div class="card-photo">
2023-09-17 20:25:51 -04:00
<i class="fab fa-aws fa-10x"></i>
2023-09-14 18:26:33 -04:00
</div>
2023-09-17 20:25:51 -04:00
I've done some cool ish
2023-09-14 18:26:33 -04:00
</div>
<div class="card">
<div class="card-photo">
2023-09-17 20:25:51 -04:00
<i class="fab fa-python fa-10x"></i>
2023-09-14 18:26:33 -04:00
</div>
2023-09-17 20:25:51 -04:00
I've done some cool ish
2023-09-14 18:26:33 -04:00
</div>
<div class="card">
<div class="card-photo">
2023-09-17 20:25:51 -04:00
<i class="fab fa-docker fa-10x"></i>
2023-09-14 18:26:33 -04:00
</div>
2023-09-17 20:25:51 -04:00
I've done some cool ish
2023-09-14 18:26:33 -04:00
</div>
</div>
</section>
<section class="quote">
<div class="quote-tag">
2023-09-17 20:25:51 -04:00
<h1 class="quote-header">“Great things come from hard work and perseverance. No excuses.” </h1>
<p class="quote-author">— Kobe Bryant</p>
2023-09-14 18:26:33 -04:00
</div>
</section>
<section class="contact">
<div class="email-section">
<div class="signup">
<h3>Let's Get in touch</h3>
<p>LEt's do this!</p>
</div>
<div class="signup-button">
<button>Sign Up</button>
</div>
</div>
</section>
<section class="footer">
Yeah baby this is some good code
</section>
2023-09-17 20:25:51 -04:00
<script src="https://kit.fontawesome.com/24f16b96cf.js" crossorigin="anonymous"></script>
2023-09-14 18:26:33 -04:00
</body>
</html>