You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.5 KiB
HTML
51 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Sam Hatfield, Professional Generalist</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<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=Exo+2&family=Roboto:wght@300&display=swap" rel="stylesheet">
|
|
<script src="https://kit.fontawesome.com/82b8da3382.js" crossorigin="anonymous"></script>
|
|
<link rel="stylesheet" href="assets/style.css" />
|
|
<link rel="canonical" href="https://samhatfield.me" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="background-texture"></div>
|
|
<main id="main">
|
|
<header id="header">
|
|
<h1>Sam Hatfield, Professional Generalist</h1>
|
|
</header>
|
|
<img src="assets/profile.jpg" alt="A photo of my face, with a artsy filter applied to it" width="225px" />
|
|
<article id="about">
|
|
<section id="mission">
|
|
<h2>Personal Mission Statement</h2>
|
|
<p>I am a professional generalist. I use many talents and technologies to create artifacts or experiences of value. My aim is to make people happier and more empowered.</p>
|
|
</section>
|
|
<section id="summary">
|
|
<h2>What I do</h2>
|
|
<p>My day job is web developer, but I do a lot of different things on the side</p>
|
|
<p></p>
|
|
</section>
|
|
<section id="resume">
|
|
<h2>Resume</h2>
|
|
<p>I'm not currently looking for work right now, but for anyone who is interested, please find my <a href="resume.html">resume at this link</a>
|
|
</section>
|
|
<section id="featured-links">
|
|
<h2>Featured Links</h2>
|
|
<ul>
|
|
<li><a class="no-underline" href="https://git.bytes.zone/sehqlr">My repo in the Bytes Zone</a></li>
|
|
</ul>
|
|
</section>
|
|
</article>
|
|
<footer id="footer">
|
|
<a href="https://linkedin.com/in/sehqlr"><i class="fab fa-linkedin big-icons"></i></a>
|
|
<a href="https://github.com/sehqlr"><i class="fab fa-github big-icons"></i></a>
|
|
<a href="https://twitter.com/sehqlr"><i class="fab fa-twitter big-icons"></i></a>
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
</html>
|