Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/Betty-White.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Wendy G. Bite</title>
<link rel='stylesheet' href='styles/app.css'>
</head>

<body>
<h1>Wendy G. Bite</h1>
<ul>
<div class="verticalLine"><li>About Me</li></div>
<li><a href="Resume.html">Resume</a></li>
</ul>
<br>
<hr>
<h2>About Me</h2>
<img src="assests/Betty-White.jpg" alt="Betty White" />
<p>The series revolves around four older, single women (three widows and one divorcée) sharing a house in Miami, Florida. The owner of the house is a widow named Blanche Devereaux (Rue McClanahan), who was joined by fellow widow Rose Nylund (Betty White) and divorcée Dorothy Zbornak (Bea Arthur). They both responded to a room-for-rent ad on the bulletin board of a local grocery store. In the pilot episode, the women had a gay cook named Coco (Charles Levin), who was subsequently removed.[5] The three were soon joined by Dorothy's mother, Sophia Petrillo (Estelle Getty), after the retirement home where she lived, Shady Pines, burned down.</p>
<p> Thank You for being a friend. Travel down a road and back again. Your heart is true, you're a pal and a confidante.And if you threw a party, invited everyone you knew, you would see the biggest gift would be from me and the card attached would say, Thank You For Being a Friend! </p>
<br>
<hr>
<br>
<ul>
<div class="verticalLine"><li><a href="https://www.facebook.com/pages/Betty-White/28394972310" target="_blank">Facebook</a></li></div>
<div class="verticalLine"><li><a href="https://twitter.com/bettymwhite"_blank>Twitter</a></li></div>
<div class="verticalLine"><li><a href="https://www.linkedin.com/vsearch/p?firstName=BETTY&lastName=WHITE&orig=SEO_SN&trk=SEO_SN&domainCountryName=&csrfToken=ajax%3A2552283850379173554"_blank>LinkedIn</a></li></div>
<li><a href="http://instagram.com/bettywhite"_blank>Instagram</a></li>
<!-- <h2>About Me | Resume</h2>
<hr>
<h2>About Me</h2>
<br>
<p>The series revolves around four older, single women (three widows and one divorcée) sharing a house in Miami, Florida. The owner of the house is a widow named Blanche Devereaux (Rue McClanahan), who was joined by fellow widow Rose Nylund (Betty White) and divorcée Dorothy Zbornak (Bea Arthur). They both responded to a room-for-rent ad on the bulletin board of a local grocery store. In the pilot episode, the women had a gay cook named Coco (Charles Levin), who was subsequently removed.[5] The three were soon joined by Dorothy's mother, Sophia Petrillo (Estelle Getty), after the retirement home where she lived, Shady Pines, burned down.</p>

<p>Thank You for being a friend. Travel down a road and back again. Your heart is true, you're a pal and a confidante.And if you threw a party, invited everyone you knew, you would see the biggest gift would be from me and the card attached would say, Thank You For Being a Friend!</p></h3> -->

</body>

</html>
69 changes: 69 additions & 0 deletions styles/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
html {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
body {
font-family: 'Rufina', serif;
background-color: grey;
color: white;
border: solid lightcyan 6px;
margin: 25px;
padding: 50px;
}
h1 {
font-style: italic;
text-align: center;
font-weight: bolder;
}
h2 {
text-align: left;
font-size: 150%;
}
ul {
text-align: center;
margin: 0px;
padding: 0px;
}
li {
display: inline-block;
margin: 0px;
padding: 0px 10px 0px 10px;
text-align: center;
font-size: 150%;
}
a:link {
color: limegreen;
}
a:visited {
color: limegreen;
}
a:active {
color: white;
}
a:hover {
color: black;
}
img {
float: right;
overflow: auto;
border: 2px solid lightcyan;
padding: 10px;
margin: 10px;
height: 317px;
width: 214px;
}
p {
text-align: left;
font-size: 150%;
}
.verticalLine {
border-right: 2px solid white;
display:inline;
}
footer {
padding: 50px 0px 0px 0px;
text-align: center;
}