adjust image paths for valentine's day event
This commit is contained in:
parent
1a747aa233
commit
bd32db3089
@ -1,81 +1,89 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8" />
|
||||||
<title>For you, Emma</title>
|
<title>For you, Emma</title>
|
||||||
<link rel="stylesheet" href="./style/style.css">
|
<link rel="stylesheet" href="style/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<p class="header-text">For you, Emma</p>
|
<p class="header-text">For you, Emma</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div class="visitor-note">
|
<div class="visitor-note">
|
||||||
<img class="read-this" src="./img/read.webp"
|
<img
|
||||||
alt="a piece of note paper that must be clicked on to read"
|
class="read-this"
|
||||||
height="300" width="300"
|
src="img/read.webp"
|
||||||
>
|
alt="a piece of note paper that must be clicked on to read"
|
||||||
</div>
|
height="300"
|
||||||
|
width="300"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<div class="tileOne tile"></div>
|
||||||
<div class="tileOne tile"></div>
|
<div class="tileTwo tile"></div>
|
||||||
<div class="tileTwo tile"></div>
|
<div class="tileThree tile"></div>
|
||||||
<div class="tileThree tile"></div>
|
<div class="tileFour tile"></div>
|
||||||
<div class="tileFour tile"></div>
|
<div class="tileFive tile"></div>
|
||||||
<div class="tileFive tile"></div>
|
<div class="tileSix tile"></div>
|
||||||
<div class="tileSix tile"></div>
|
<div class="tileSeven tile"></div>
|
||||||
<div class="tileSeven tile"></div>
|
<div class="tileEight tile"></div>
|
||||||
<div class="tileEight tile"></div>
|
<div class="tileNine tile"></div>
|
||||||
<div class="tileNine tile"></div>
|
<div class="tileTen tile"></div>
|
||||||
<div class="tileTen tile"></div>
|
<div class="tileEleven tile"></div>
|
||||||
<div class="tileEleven tile"></div>
|
<div class="tileTwelve tile"></div>
|
||||||
<div class="tileTwelve tile"></div>
|
|
||||||
|
|
||||||
<img src="./img/sweets.webp" alt="a box of chocolate cupcakes"
|
|
||||||
height="1000" width="1000"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="love-note"></div>
|
<img
|
||||||
|
src="img/sweets.webp"
|
||||||
<div class="items">
|
alt="a box of chocolate cupcakes"
|
||||||
<img class="baxter-thought"
|
height="1000"
|
||||||
width="100" height="100"
|
width="1000"
|
||||||
>
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="headpats"></div>
|
<div class="love-note"></div>
|
||||||
<img class="baxter" src="./img/baxter.webp"
|
|
||||||
height="300" width="300"
|
|
||||||
>
|
|
||||||
|
|
||||||
<img class="trans-pride-heart"
|
<div class="items">
|
||||||
src="./img/transgender-pride-flag.svg"
|
<img class="baxter-thought" width="100" height="100" />
|
||||||
alt="the trans pride flag"
|
|
||||||
height="250" width="250"
|
<div class="headpats"></div>
|
||||||
>
|
<img class="baxter" src="img/baxter.webp" height="300" width="300" />
|
||||||
</div>
|
|
||||||
</section>
|
<img
|
||||||
|
class="trans-pride-heart"
|
||||||
<script src="https://kit.fontawesome.com/821c138f8d.js"
|
src="img/transgender-pride-flag.svg"
|
||||||
crossorigin="anonymous">
|
alt="the trans pride flag"
|
||||||
</script>
|
height="250"
|
||||||
<script src="./js/script.js" defer></script>
|
width="250"
|
||||||
|
/>
|
||||||
<footer>
|
</div>
|
||||||
<div class="footer-container">
|
</section>
|
||||||
<p class="cafe">part of the 32-Bit Cafe
|
|
||||||
<a href="https://32bit.cafe/vday25/" target="_blank">
|
<script
|
||||||
valentine's day '25</a> event
|
src="https://kit.fontawesome.com/821c138f8d.js"
|
||||||
</p>
|
crossorigin="anonymous"
|
||||||
<p class="message">Happy Valentine's day!
|
></script>
|
||||||
<i class="fa-solid fa-heart"></i>
|
<script src="./js/script.js" defer></script>
|
||||||
</p>
|
|
||||||
<a href="#" class="credits">credits</a>
|
<footer>
|
||||||
</div>
|
<div class="footer-container">
|
||||||
</footer>
|
<p class="cafe">
|
||||||
</body>
|
part of the 32-Bit Cafe
|
||||||
</html>
|
<a href="https://32bit.cafe/vday25/" target="_blank">
|
||||||
|
valentine's day '25</a
|
||||||
|
>
|
||||||
|
event
|
||||||
|
</p>
|
||||||
|
<p class="message">
|
||||||
|
Happy Valentine's day!
|
||||||
|
<i class="fa-solid fa-heart"></i>
|
||||||
|
</p>
|
||||||
|
<a href="#" class="credits">credits</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user