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

updated index.html to replicate example #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
63 changes: 63 additions & 0 deletions brandon-renbaum.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE HTHML>
<html>
<head>
<meta charset="utf-8">
<title>Playing Guitar</title>
<link rel="icon" href="https://s3-media2.fl.yelpcdn.com/bphoto/bzohgao_YC1k61bMcJvyLg/ls.jpg" type="image/x-icon">
<link rel ="stylesheet" href="styles.css">
<meta name = "Brandons guide to plaing guitar" content = "learning how to play guitar">
</head>

<body>



<header>
<nav>
<ul>
<li>.....</li>
<li>.....</li>
<li>......</li>

</ul>
</nav>

<h1>Why Playing Guitar is fun</h1>
</header>

<article id ="text">
<p>
<img src ="https://s3-media4.fl.yelpcdn.com/bphoto/X5VVI7G_3uHchZYCsjXxpg/ls.jpg">
Playing <a href="http:www.guitar.com"> guitar</a> is a great hobby because it forces you to think creatively. It is like any other skill or artform, it takes practice
and effort. People enjoy hearing music because it is an escape from their everyday lives and take sthem to a place of tranquility.</p>

<p> There are many different types of guitars, including electric and acoustic. Big brands include Fender, Gibson, PRS, and Squire. You can't go wrong
with a Fender guitar if you are a beginner or intermediate player</P>

<p> I recommend taking lessons with a private instructor when first starting out in order to avoid a steep learning curve. When you know what kind of music
you enjoy playing, you can then seek a teacher or online tutorials on a specific genre</p>

<p> Many people try to learn their favorite songs when first starting out, which is good. I recommend learning simple blues songs, which are the basis
of rock and roll music.</p>

<p> My favorite guitar players include David Gilmore, <a href="https://jbonamassa.com/Joe">Joe Bonnamasa</a>, Carlos Santana.</p.

</article>

<footer>

</footer>


</body>
</html>








</body>
</html>