adjust image paths for valentine's day event

This commit is contained in:
emma 2025-02-19 01:57:23 -05:00
parent 1a747aa233
commit bd32db3089

View File

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<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">
<link rel="stylesheet" href="style/style.css" />
</head>
<body>
@ -14,14 +14,16 @@
<section>
<div class="visitor-note">
<img class="read-this" src="./img/read.webp"
<img
class="read-this"
src="img/read.webp"
alt="a piece of note paper that must be clicked on to read"
height="300" width="300"
>
height="300"
width="300"
/>
</div>
<div class="container">
<div class="tileOne tile"></div>
<div class="tileTwo tile"></div>
<div class="tileThree tile"></div>
@ -35,43 +37,49 @@
<div class="tileEleven tile"></div>
<div class="tileTwelve tile"></div>
<img src="./img/sweets.webp" alt="a box of chocolate cupcakes"
height="1000" width="1000"
>
<img
src="img/sweets.webp"
alt="a box of chocolate cupcakes"
height="1000"
width="1000"
/>
</div>
<div class="love-note"></div>
<div class="items">
<img class="baxter-thought"
width="100" height="100"
>
<img class="baxter-thought" width="100" height="100" />
<div class="headpats"></div>
<img class="baxter" src="./img/baxter.webp"
height="300" width="300"
>
<img class="baxter" src="img/baxter.webp" height="300" width="300" />
<img class="trans-pride-heart"
src="./img/transgender-pride-flag.svg"
<img
class="trans-pride-heart"
src="img/transgender-pride-flag.svg"
alt="the trans pride flag"
height="250" width="250"
>
height="250"
width="250"
/>
</div>
</section>
<script src="https://kit.fontawesome.com/821c138f8d.js"
crossorigin="anonymous">
</script>
<script
src="https://kit.fontawesome.com/821c138f8d.js"
crossorigin="anonymous"
></script>
<script src="./js/script.js" defer></script>
<footer>
<div class="footer-container">
<p class="cafe">part of the 32-Bit Cafe
<p class="cafe">
part of the 32-Bit Cafe
<a href="https://32bit.cafe/vday25/" target="_blank">
valentine's day '25</a> event
valentine's day '25</a
>
event
</p>
<p class="message">Happy Valentine's day!
<p class="message">
Happy Valentine's day!
<i class="fa-solid fa-heart"></i>
</p>
<a href="#" class="credits">credits</a>