Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fin #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
58 changes: 58 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0;'>
<title>About Me</title>
<link rel = "stylesheet" a href = "styles/main.css">
</head>
<body>
<div class = "fullBackground">
<div class = "background">
<div class = "border">
<div class = "middleText">
<p><h1><em>Wendy G. Bite</em></h1></p>
<p><a href = "index.html">About Me</a> <a href = "resume.html">Resume</a></p>
</div>
<p><hr></p>
<div class = "photo border">
<img src ="Wendy/Betty-White.jpg">
</div>
<p><h2>About Me</h2></p>
<div class ="text">
<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>
</div>
<p><hr></p>

<div class = "middleText">
<p><a href = "https://www.linkedin.com/in/victoria-buchanan-6b1789108/">LinkedIn</a> <a href = "https://github.com/VictoriaBuchanan27">GitHub</a></p>
</div>
</div>
</div>
</div>
</body>
</html>
66 changes: 66 additions & 0 deletions resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0;'>
<title>About Me</title>
<link rel = "stylesheet" a href = "styles/main.css">
</head>
<body>
<div class = "fullBackground">
<div class = "background">
<div class = "border">
<div class = "middleText">
<p><h1><em>Wendy G. Bite</em></h1></p>
<p><a href = "index.html">About Me</a> <a href = "resume.html">Resume</a></p>
</div>
<p><hr></p>
<div class = "photo border">
<img src ="Wendy/Betty-White.jpg">
</div>
<p><h2>Resume</h2></p>
<div class ="text">


I recently graduated from a Web Development course at
General Assembly where I increased my typing speed from
10 words per minute on my type writer to 100 words per
minute on my new MacBook Pro. They also taught me how to
be an awesomeWeb Developer. During my spare time, I
enjoy senior water aerobics, pickling, and spending time
with my great grand children.

<h2>Relevant Experience</h2>
<ul>
<li><strong>Web Developer GitHub</strong> 2013 - present
Building a user friendly interface that is easy for beginner programmers to use and learn the benefits of git.</li>

<li><strong>Copy Editor Complaintly </strong>2012 - 2013
Reviewed, organize and filed multiple complaints to neighbors, local stores, and government officials. (self employed)</li>

<li><strong>Master Knitter Christmas Sweater Org</strong> 1992 – 2011
Created delightful christmas sweaters for young boys and girls. Extremly gifted at weaving green, red and gold thread.</li>

<li><strong></strong>Senior Vice President The Golden Girls Appreciation Society</strong> 1985 - 1992
Managed a team of three and over saw day to day operations at The Golden Girls Retirement Facility in Miami.</li>

<li><strong>Certified Mint Candy and Freshly Baked Cookies Distributor</strong> 1960S
Won multiple awards for my secret chocolate chip recipies. My grand children enjoy them too :)</li>

</ul>
Education

<li><strong>General Assembly WDI — 2013</strong></li>
<li><strong>Queens College B.A. 1923</strong></li>
<li><strong>Brooklyn Etiquette School For Girls 1920(Honors)</strong></li>
</div>
<p><hr></p>

<div class = "middleText">
<p><a href = "https://www.linkedin.com/in/victoria-buchanan-6b1789108/">LinkedIn</a> <a href = "https://github.com/VictoriaBuchanan27">GitHub</a></p>
</div>
</div>
</div>
</div>
</body>
</html>
39 changes: 39 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

html, body {
height: 100%;

}
.fullBackground{
background-color: rgb(154, 150, 150);
height: 100%;
padding: 8%;
}
.background{
background-color: rgb(154, 150, 150);
display:flex;

width:100%;
height: 100%;
}
.border{
border-style: solid;
border-color: blueviolet;
border-width:5px;
height: 100%;
padding:20px;


}
.middleText{
text-align: center;

}
.photo{
float:right;
height: 25%;
width:25%;
margin: 10%;
}
.text{
text-align: left;
}