61 lines
2.7 KiB
HTML
61 lines
2.7 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Breezy fan page</title>
|
||
|
|
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
|
||
|
|
<link rel="stylesheet" href="style.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<h1>Breezy's fan club</h1>
|
||
|
|
<nav>
|
||
|
|
<a href="#" class="current">Who is Breezy?</a>
|
||
|
|
<a href="#gallery">Gallery</a>
|
||
|
|
<a href="#biker_girl">Biker girl</a>
|
||
|
|
<a href="#">Tattoos</a>
|
||
|
|
<a href="#">Parties/Concerts/Festivals</a>
|
||
|
|
<a href="#">Feet</a>
|
||
|
|
<a href="#">420</a>
|
||
|
|
</nav>
|
||
|
|
</header>
|
||
|
|
<main>
|
||
|
|
<section id="text">
|
||
|
|
<h2>Who is Breezy?</h2>
|
||
|
|
<div>
|
||
|
|
<img class="wrap" src="images/IMG_20250806_215842_832.jpg" />
|
||
|
|
</div>
|
||
|
|
<p>
|
||
|
|
Breezy is a goddess given human form; a princess to an empire unborn; the main character to your, and my, plotline.
|
||
|
|
Breezy has a mischievous soul.
|
||
|
|
She has survived many hardships and built herself into an amazing person worthy of worship.
|
||
|
|
Anything Breezy decides to do is amazing.
|
||
|
|
When she joins a party, the party begins.
|
||
|
|
When she starts a vet clinic, the animals hear her praise.
|
||
|
|
</p>
|
||
|
|
</section>
|
||
|
|
<section id="gallery">
|
||
|
|
<h2>Gallery</h2>
|
||
|
|
<img src="images/IMG_20250806_215818_750.jpg" />
|
||
|
|
<img src="images/IMG_20250806_215821_225.jpg" />
|
||
|
|
<img src="images/IMG_20250806_215823_082.jpg" />
|
||
|
|
<img src="images/IMG_20250806_215825_278.jpg" />
|
||
|
|
<img src="images/IMG_20250806_215829_904.jpg" />
|
||
|
|
<img src="images/IMG_20250806_215831_596.jpg" />
|
||
|
|
<img src="images/IMG_20250806_215833_385.jpg" />
|
||
|
|
<img src="images/IMG_20250806_215835_265.jpg" />
|
||
|
|
<img src="images/IMG_20250806_215837_669.jpg" />
|
||
|
|
</section>
|
||
|
|
<section id="biker_girl">
|
||
|
|
<h2>Biker girl</h2>
|
||
|
|
<p>
|
||
|
|
Breezy is a biker girl.
|
||
|
|
Unfortunately, her baby (Celty), was recently STOLEN!
|
||
|
|
We have a duty, as her fan club, to raise funds to help mitigate the pain she feels.
|
||
|
|
We are looking to raise $10k so she can buy her dream motorcycle: a Kawasaki Ninja 650.
|
||
|
|
</p>
|
||
|
|
</section>
|
||
|
|
</main>
|
||
|
|
</body>
|
||
|
|
</html>
|