-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blog.html
91 lines (82 loc) · 4.33 KB
/
Blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Denver Guitar Instructor</title>
<link rel="stylesheet" href="Blog.css">
<link href="../css/singlePageTemplate.css" rel="stylesheet" type="text/css">
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Denver Guitar Instructor</title>
</head>
<!-- Top Navigation Menu -->
<div class="topnav">
<a href="Home.html" class="active"><strong>Denver Guitar Instructor</strong></a>
<div id="myLinks">
<a href="Home.html">Home</a>
<a href="Contact.html">Contact</a>
</div>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
<script>
function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
}
else {
x.style.display = "block";
}
}
</script>
</div>
<body>
<div class="Paul_Simon">
<div class="Paul_Simon_Title">
<h1>Paul Simon's 50 Ways to Leave Your Lover</h1>
<img class="50_Ways_To_Leave_Your_Love_Photo" src="https://cdn.brandfolder.io/T91SC4OS/at/3qsbgr3fvrkmr82s4rn7kbxj/50_Ways_To_Leave_Your_Lover_Image.jpeg" alt="Paul Simon 50 Ways to Leave Your Lover Photo" width="400" height="400">
</div>
<div class="Paul_Simon_Text">
<p>
50 Ways to Leave Your Lover is a tune written by Paul Simon that was released in December of 1975. It was
the second single off of his second studio album titled: “Still Crazy After All These Years.” One of the
most recognizable parts of this song is the intro drums which were written by Steve Gadd. Although 50 Ways
to Leave Your Lover showcases a very recognizable linear style drum beat, the opening harmony is also a very
notable part of the song. Utilizing 3rd’s, 5th’s, 7th’s, b2’s, and 6th’s, the opening harmony moves and
creates tension in a way that compliments the song’s theme. Through the verses Paul Simon writes poetically
about another woman’s advice on how to leave and get over a relationship. The verses are centered around E
minor which creates a sense of sadness while the woman prepares to give advice, while the choruses are
centered in G major creating a more happy and uplifted atmosphere around the woman’s advice. A lot of
what’s talked about in this song, whether it be the verses or choruses is the want to be free from this
relationship and sadness that he’s holding onto. Musically, the contrast of E minor in the verses and G
major in the choruses helps tie the song together in a way that shows the mental frameworks and perspectives
people often hold when leaving a lover. The authenticity of the song comes right after Simon’s divorce with
his first wife, and is highly popular because of its relatability and the songwriting that has been put
into the song.
</p>
</div>
</div>
<section class="footer_banner">
<div class="Signup_Title">Sign up with your email address for news, blog posts and short performance clips.
</div>
<div id="newsletter-form-field" style="vertical-align: bottom;">
<div id="Email_Title" style="vertical-align: bottom;">
</div>
<div class="Email_Field">
<input name="email" type="text" id="newsletter-input" placeholder="Email Address" spellcheck="false" x-autocompletetype="email">
<button value="SIGN UP" type="submit" class="newsletter-form-button-submit">
<span class="newsletter-form-spinner sqs-spin light large">
<span class="newsletter-form-button-label">SIGN UP
</span>
</span>
</button>
</div>
</div>
</section>
</body>
</html>