-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAriah.html
More file actions
61 lines (53 loc) · 2.69 KB
/
Copy pathAriah.html
File metadata and controls
61 lines (53 loc) · 2.69 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html style="background-color:#BB7E3F;">
<head>
<meta charset="utf-8" />
<title>Ariah's Page</title>
<link rel="stylesheet" href="main.css">
<img src="phantastickPhorBanner.jpg.png" style="max-width:1200px;">
<!-- original img source: https://www.popshopguide.com/funko-pop-licenses/pop-marvel/fantastic-four/ -->
</head>
<body style="background-color:#F49849;">
<div id="Page" style="background-color:#BB7E3F;">
<header id="banner" style="background-color:#F49849;">
<h1>Miss Thang</h1><br />
<!-- links to other pages -->
<nav id="nav">
<ul>
<li><a href=index.html>Home</a></li>
<li><a href=nested.html>Nested Examples</a></li>
<li><a href=attributes.html>Attributes Examples</a></li>
<li><a href=tags.html>Tag Examples</a></li>
<li><a href=Jason.html>Jason's Page</a></li>
<li><a href=Marc.html>Marc's Page</a></li>
<li><a href=Max.html>Max's Page</a></li>
</ul>
</nav>
</header>
<p style="text-align:center; font-size: 20px; margin-left:90px; margin-right: 90px;">
<br />
The Thing. Member of the Fantastic Four. Battle cry: "It's clobberin' time!" Origin name: Benjamin Jacob "Ben" Grimm. <a href="https://en.wikipedia.org/wiki/Ben_Grimm">Find out more, if you want.</a><br>
<br><img src="thingTransformation.jpg" alt="The thing transforming" width="600px">
</p>
<hr>
<div style="text-align: center;">
Goes by:
<ul>
<li>Miss Thang</li>
<li>Ariah</li>
<li>Ria</li>
<li>Momma</li>
<li>Gorilla Sister</li>
<li>Sergeant Lane</li>
</ul>
</div>
<p style="text-align:center; font-size: 20px; margin-left:90px; margin-right: 90px;"></p>
Mother of a brilliant, stubborn, and hilarious boy. Below I have included my all time favorite video of my son. It proves that I make the best babies, those with upmost dignity and class.<br >
<iframe width="560" height="315" src="https://www.youtube.com/embed/huEOfwcZN3Q" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
Here are my two precious babies. Nemo is the large orange cat who is old and never stops talking. Kalonji is the black and white crackhead who has asthma and fears nothing.
<img src="nemoKalonji.jpg" alt="two cats napping" style="width:500px; height:450px; margin-left:-10px;">
</p>
</div>
</body>
</html>