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
18 changes: 18 additions & 0 deletions css/bands.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en"
<head>
<meta charset="UTF-8" />
<title>Fan Page</title>
</head>
<body>
<h1>The Beatles Fan Page</h1>
<p>The Beatles are my favorite band of all time.</p>
<h2>My Loves</h2>
<img src="https://ichef.bbci.co.uk/news/640/cpsprodpb/3970/production/_108240741_beatles-abbeyroad-square-reuters-applecorps.jpg"
alt="The Beatles Walking down Abby Road"/>
<h3>To Learn Move Please Visit</h3>
<br />
<video width="320" height="240" controls>
<source src="https://www.youtube.com/watch?v=jenWdylTtzs" Youtube Video of Beatles Playing live</video>
</body>
</html>
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@

<body>
<header class='masthead'>
<p class='masthead-intro'>Hi I'm</p>
<h1 class='masthead-heading'>Your Name Here</h1>
<p class='masthead-intro'>Hi I'm your son<p>
<h1 class='masthead-heading'>Tamara Williams </h1>
</header>
<section class="details">
<h1>Introduction</h1>
<p>Details here...</p>
<p>I enjoy creating beautiful content using HTML, CSS, JavaScript.</p>
<h1>Where I'm From</h1>
<p>Details here...</p>
<h1>What are your favorite hobbies?</h1>
<p>Details here...</p>
<p>Louisville KY</p>
<h1>What are your favorite hobbies</h1>
<p>I teach yoga and gardening to marginalized women in the city.</p>
<h1>What's your dream job?</h1>
<p>Details here...</p>
<h1>Where do you live?</h1>
<p>Details here...</p>
<h1>Why do you want to be a web developer?</h1>
<p>Details here...</p>
<p>I am currently looking for a job as a software developer</p>
<h1>Where do you live</h1>
<p>The Highlands</p>
<h1>Why do you want to be a web developer</h1>
<p>I love tech everything</p>
</section>

<footer id="footer">
Expand All @@ -37,4 +37,4 @@ <h1>Why do you want to be a web developer?</h1>
</footer>
</body>

</html>
</html>