2025-01-30 02:29:36 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>for you, emma</title>
|
|
|
|
<link rel="stylesheet" href="./style/style.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2025-02-01 23:01:39 +00:00
|
|
|
<header><p class="header-text">For you, Emma</p></header>
|
2025-02-02 02:24:51 +00:00
|
|
|
|
2025-02-02 00:54:04 +00:00
|
|
|
<section>
|
|
|
|
<div class="visitor-note">
|
2025-02-02 02:24:51 +00:00
|
|
|
<img class="read-this" src="/img/read.jpg" alt="a piece of note paper that must be clicked on to read" height="300" width="300">
|
2025-02-02 00:54:04 +00:00
|
|
|
</div>
|
2025-02-02 00:56:08 +00:00
|
|
|
|
2025-02-02 00:54:04 +00:00
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="tileOne tile"></div>
|
|
|
|
<div class="tileTwo tile"></div>
|
|
|
|
<div class="tileThree tile"></div>
|
|
|
|
<div class="tileFour tile"></div>
|
|
|
|
<div class="tileFive tile"></div>
|
|
|
|
<div class="tileSix tile"></div>
|
|
|
|
<div class="tileSeven tile"></div>
|
|
|
|
<div class="tileEight tile"></div>
|
|
|
|
<div class="tileNine tile"></div>
|
|
|
|
<div class="tileTen tile"></div>
|
|
|
|
<div class="tileEleven tile"></div>
|
|
|
|
<div class="tileTwelve tile"></div>
|
|
|
|
|
|
|
|
<img src="./img/sweets.jpg" alt="a box of chocolate cupcakes">
|
|
|
|
</div>
|
2025-02-02 00:56:08 +00:00
|
|
|
|
2025-02-02 00:54:04 +00:00
|
|
|
<div class="items">
|
|
|
|
<img class="baxter" src="/img/baxter.png" alt="a picture of my cat baxter that can be petted">
|
|
|
|
<img class="trans-pride-heart" src="/img/transgender-pride-flag.svg" alt="the trans pride flag">
|
|
|
|
</div>
|
|
|
|
</section>
|
2025-02-02 00:56:08 +00:00
|
|
|
|
2025-01-30 02:29:36 +00:00
|
|
|
<script src="./script/script.js" defer></script>
|
2025-01-30 04:39:21 +00:00
|
|
|
<footer>
|
|
|
|
<p>happy valentine's day!</p>
|
|
|
|
</footer>
|
2025-01-30 02:29:36 +00:00
|
|
|
</body>
|
|
|
|
</html>
|