71 lines
2.1 KiB
HTML
71 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta charset="utf-8"/>
|
|
<title>Shannon Kay (About)</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="theme-color" content="#f9dee1">
|
|
<link rel="stylesheet" href="home.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header class="header">
|
|
<h1>About Shannon Kay</h1>
|
|
</header>
|
|
|
|
<main>
|
|
|
|
|
|
<section class="text">
|
|
<p>Shannon Kay (She/Her)</p>
|
|
<ul>
|
|
<li>"Shannon Kay" is my first and middle name, and I've used it to low key "brand" myself since I was a child when I thought that I might grow up to be famous, but also that I might get married and change my last name. I did get married and change my last name, but I did not become famous to many people.</li>
|
|
<li>I'm an early Millennial and a member of the Oregon Trail Generation. </li>
|
|
<li>I was voted Most Unique in high school. Now I drive a mini van. It's ok because the doors open and close by themselves like magic. </li>
|
|
<li>I'm married to Jerrod, and we have three kids.</li>
|
|
</ul>
|
|
<h3 id="things-i-enjoy">Things I enjoy:</h3>
|
|
<ul>
|
|
<li>Books</li>
|
|
<li>Coffee</li>
|
|
<li>Tech</li>
|
|
<li>Pink</li>
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
<p><figure class="photo"> <img src="ShannonKay2017.jpg" alt="Shannon Kay profile picture. Woman with light brown hair, blue eyes, fair skin." style="max-width:90%; max-height: 400px; border: white solid 5pt;">
|
|
<figcaption class="caption">My current profile picture (actually from 2017)</figcaption>
|
|
</figure></p>
|
|
|
|
<hr>
|
|
|
|
<p><figure class="photo">
|
|
<img src="family.jpg" alt="Family Selfie 2021" style="max-width:100%;height:auto;">
|
|
|
|
<!--
|
|
<video autoplay playsinline loop muted="true" style="max-width:100%;height:auto;" >
|
|
<source src="family.mov" type="video/mp4" >
|
|
</video>
|
|
-->
|
|
<figcaption class="caption">My awesome family. (Summer 2021)</figcaption>
|
|
</figure></p>
|
|
|
|
<hr>
|
|
|
|
<p><figure class="photo"><img src="20210715.09.46-06.jpg" alt="coffee" style="max-width:100%;height:auto;">
|
|
<figcaption class="caption">Cold brew coffee.</figcaption>
|
|
</figure></p>
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
<p><a href="index.html">Shannon's Homepage</a></p>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|