generated from LaunchCodeEducation/HTML-Me-Something-Starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (43 loc) · 1.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>Ishmael's Fitness Journey!</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body class="centered">
<header>
<h1>From Fit to Fat to Fatter!</h1>
<h3 id="mainHeading">The Tragic Story Of A Man And His Weight Loss Journey!</h3>
</header>
<main>
<h1>The Glory Days! 💪🏾</h1>
<article>
<section>
<p>Ahhhh yes! The good ol Glory Days. The days where I would eat one meal day and follow a strict workout plan, 100 sit ups/ 100 push-ups/ 100 squats/ 10 km run,
from the Great Master Saitama. My physique was extrodinary. People would call me the black man of steel. Life was good then but good things don't last forever
unfortunately.</p>
<figure>
<img src="images/Fit Ish.jpeg" alt="Prime Ishmael" height="300" width="300">
<img src="images/Fit ish 2.jpeg" alt="Super Saiyan Ishmael" height="300" width="300">
</figure>
</section>
<br>
<section>
<h1>Now look at him! 🤦🏾♂️</h1>
<figure>
<img src="images/Fat Ish1.jpeg" alt="" height="300" width="300">
<img src="images/Fat Ish2.jpeg" alt="" height="300" width="300">
</figure>
<p>Who is this man? This can't be black superman. This man must've ate the dude above. We need answers.</p>
</section>
<br>
<section>
<h1 id="explanation">How did this happen?</h1>
<p id="testP"> Well it's quite simple. <i><b>MARRIAGE!</b></i> Marriage is the reason I'm built like a wrecking ball now. One day you're happy and in love, then the next thing you
know you're eating tubs of ice cream watching lifetime movies. I could keep this going on for hours about why I'm fat now but I'll spare you.</p>
</section>
</article>
</main>
<footer>© 2022 Fat Man Productions</footer>
</body>
</html>