-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (100 loc) · 3.47 KB
/
Copy pathindex.html
File metadata and controls
101 lines (100 loc) · 3.47 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Real Housewives Rules</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Fahkwang&family=Poppins:wght@300&display=swap');
</style>
</head>
<body>
<header>
<h1>
The Best Show On Television Is The Real Housewives. I Said It. <br />
Because It’s True.
</h1>
<div>
<a
href="https://www.etsy.com/listing/1008762316/the-real-housewives?gpla=1&gao=1&&utm_source=google&utm_medium=cpc&utm_campaign=shopping_us_a-art_and_collectibles-prints-digital_prints&utm_custom1=_k_Cj0KCQiAjJOQBhCkARIsAEKMtO1D8YAYlA4hJ0rMuuQSIpUmQyGto5VMYmQUStgOPZBwhkBiy7Y4VcMaAvULEALw_wcB_k_&utm_content=go_12573072850_118992180705_507505513632_pla-328046931108_c__1008762316_12768591&utm_custom2=12573072850&gclid=Cj0KCQiAjJOQBhCkARIsAEKMtO1D8YAYlA4hJ0rMuuQSIpUmQyGto5VMYmQUStgOPZBwhkBiy7Y4VcMaAvULEALw_wcB"
><img
src="images/headerhousewives.jpg"
alt="Original artwork by Lyne Lucien"
width="100%"
heigth="100"
/></a>
</div>
</header>
<p>By Lauren McCall</p>
<p>
Seldom do older women receive main story arcs on television. Our society
often ignores women over the age of 40, opting to criticize them if they
dare take up space, and infantilize them if they succeed. The Real
Housewives offers a rare glimpse into the lives of strong, established
women maneuvering family, friendships, and business.
</p>
<p>
Not only are the Housewives empowering to behold, but they are wildly
entertaining. To this point, here is a list of my top five Housewives
quotes:
</p>
<ul>
<li>
<a href="./soNastySoRude.html">
<img src="images/nene.jpeg" class="border center" />
“Why be so nasty and so rude, when I can be so fierce and so
successful?” – Nene Leakes
</a>
</li>
<br />
<br />
<li>
<a href="./madeItNice.html">
<img src="images/dorinda.jpeg" class="border center" />
“I made it nice.” – Dorinda Medley</a
>
</li>
<br />
<br />
<li>
<a href="./goToSleep.html">
<img src="images/bethanney.jpeg" class="border center" />
"Go to sleep! GO TO SLEEP!” – Bethenny Frankel</a
>
</li>
<br />
<br />
<li>
<a href="./cantFindMe.html">
<img src="images/karen.jpg" class="border center" />
“People come for me all the time. They just don't find me.” – Karen
Huger</a
>
</li>
<br />
<br />
<li>
<a href="./beCool.html">
<img src="images/luann.jpeg" class="border center" />
“Be cool. Don’t be all, like, uncool.” – LuAnn de Lesseps
</a>
</li>
</ul>
<p>
Just remember, the Real Housewives is no more of a “guilty pleasure” than
a football game. So go ahead and enjoy the Housewives living their best,
authentic lives.
</p>
<br />
<footer>
<img
src="images/footer.png"
width="100%"
height="1%"
alt="montage of the Housewives"
/>
</footer>
<script type="module" src="/src/main.ts"></script>
</body>
</html>