-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (38 loc) · 1.87 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Carolyn Cline Welcome</title>
<style>
.button {
background-color: #000000; /* black */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-bottom: 10px;
}
</style>
</head>
<body>
<header>
<h1>Carolyn Cline</h1>
<a href="media.html" class="button">Media</a>
<a href="pageants.html" class="button">Pageants</a>
<a href="more.html" class="button">More</a>
</header>
<main>
<p style="font-size: 1.5em;">Carolyn Cline is a world-class performer who has dazzled audiences around the globe with her unique and exciting show. She has starred in Las Vegas, Hollywood, and New York, as well as in Tokyo, Bangkok, Manila, Papeete, and more.</p>
<p style="font-size: 1.5em;">With over thirty years of experience in the entertainment industry, she has shared the stage with legends like Bob Hope, Red Skeleton, Liberace, Tony Orlando, Lee Greenwood, and Les Elgart’s Orchestra.</p>
<p style="font-size: 1.5em;">She is a versatile and talented musician, singer, entertainer, and composer, who can play the piano, organ, guitar, banjo, mandolin, flute, violin, and drums. She holds a Bachelor of Music Degree and a Master of Arts Degree in Music Education.</p>
<p style="font-size: 1.5em;">She also pays tribute to her late cousin, the iconic Patsy Cline, by singing her songs with her voice, phrasing, and style. Carolyn Cline brings the memories of Patsy Cline to life and captures the hearts of everyone who listens to her.</p>
</main>
<footer>
<p>© Carolyn Cline, <script>document.write(new Date().getFullYear())</script></p>
</footer>
</body>
</html>