Skip to content
Permalink
11aa1be54a
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
42 lines (38 sloc) 1.45 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/week-two.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Me</title>
</head>
<main>
<h1>About Linda</h1>
<img src="img/4866988_0.jpg">
<p id="about">
Linda Belcher is the happy-go-lucky, devoted wife of Bob Belcher and the mother of Tina, Gene and Louise. She is voiced by John Roberts. Standing 5'9", Linda has tan skin and black hair like the rest of the family. She wears a red long-sleeved shirt with a v-neck collar (two buttons up until "The Runway Club"), her iconic red glasses, blue jeans, and yellow shoes with socks. Her skin and hair color are the same as her husband's. She is seen mostly wearing a white apron covering most of her legs.
</p>
<p>
Interests:
<nav>
<ul>
<li>Wine</li>
<li>Singing</li>
<li>Porcelain babies</li>
<li>Tom Selleck</li>
</ul>
</nav>
</p>
<p> Websites:
<nav>
<ul>
<li><a href="https://www.wine.com/?s=psca_google_campaign_Head+Terms+-+Betas&utm_source=google&utm_medium=cpc&utm_term=%2Bwine%20%2Bwebsite&utm_campaign=Head+Terms+-+Betas&promo=BYEJAN&gclid=EAIaIQobChMIgYSP_KW05wIViJOzCh0QHQl-EAAYASAAEgLAt_D_BwE&gclsrc=aw.ds#promoBarModal">Wine.com</a></li>
<li><a href="https://www.yelp.com">Yelp</a></li>
</ul>
</nav>
</p>
<footer>
<p>alriiight</p>
</footer>
</main>
</html>