-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·48 lines (47 loc) · 1.99 KB
/
contact.html
File metadata and controls
executable file
·48 lines (47 loc) · 1.99 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset= "utf-8">
<title> Scott Harrett | Music </title>
<link rel="stylesheet" href="css/nomalize.css">
<link href='http://fonts.googleapis.com/css?family=Permanent+Marker|Merienda|Berkshire+Swash|Leckerli+One|Kalam' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="index.html" id="logo">
<h1>Scott Harrett</h1>
<h2>Music</h2>
</a>
<nav>
<ul>
<li><a href="index.html"> Bands</a> </li>
<li><a href="about.html"> About</a> </li>
<li><a href="contact.html"class="selected"> Contact</a> </li>
</ul>
</nav>
</header>
<div id="wrapper">
<section id="primary">
<h3>General Information</h3>
<p>Most of my bands are currently booking gigs! If you want to hire one of my bands don't hesitate to contact me!</p>
<p>Pleace only use phone contact for urgent inquires. Otherwise, Twitter and email are the best way to reach me.</p>
</section>
<section id="secondary">
<h3>Contact Details</h3>
<ul class="contact-info">
<li class="phone"><a href="tel:502-939-5081">502-939-5081</a></li>
<li class="mail"><a href="mailto:harrettscott@yahoo.com">harrettscott@yahoo.com</a></li>
<li class="twitter"><a href="http://twitter.com/intent/tweet? screen_name=lnebass">@lnebass</a></li>
</ul>
</section>
</div>
<footer>
<a href="http://facebook.com/scottharrett"><img src="img/facebook-wrap[1].png" alt="Facebook Logo"class="social-icon"></a>
<a href="http://twitter.com/lnebass"><img src="img/twitter-wrap[1].png" alt="Twitter Logo"class="social-icon"></a>
<p>© Scott Harrett 2015</p>
</footer>
</body>
</html>