-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
203 lines (187 loc) · 8.48 KB
/
contact.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META TAGS -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#5D99C6">
<meta name="Description" content="Developed by: Tim Nelson, Artist: Paul Middleton, Site: Paul M Music">
<!-- LINKS -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css">
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<link rel='icon' sizes="192x192" href="assets/images/favicon.png" type="image/x-icon">
<title>Paul M Music | CONTACT</title>
</head>
<body>
<!-- HEADER / NAV -->
<header class="navbar-container">
<!-- LOGO -->
<div class="logo">
<a href="index.html">
<img src="assets/images/paul-middleton-logo.png" alt="Paul Middleton" title="Paul Middleton">
</a>
</div>
<!-- MENU -->
<div class="navbar-menu">
<i class="fas fa-bars fa-fw navbar-toggle toggle-open" onclick="navbarOpen()"></i>
</div>
<!-- NAV -->
<nav id="navbar-nav" class="navbar-nav text-upper">
<a href="javascript:void(0)" class="navbar-toggle toggle-close" onclick="navbarClose()">
<i class="fas fa-times fa-fw"></i>
</a>
<ul>
<li>
<a href="index.html" title="Home">Home</a>
</li>
<li>
<a href="music.html" title="Music">Music</a>
</li>
<li>
<a href="videos.html" title="Videos">Videos</a>
</li>
<li>
<a href="photos.html" title="Photos">Photos</a>
</li>
<li>
<a href="testimonials.html" title="Testimonials">Testimonials</a>
</li>
<li>
<a href="contact.html" title="Contact" class="active">Contact</a>
</li>
</ul>
</nav>
</header>
<!-- MAIN SECTION -->
<main class="main-container">
<!-- TOP IMAGE -->
<section class="top-img contact-img"></section>
<!-- BODY -->
<section class="body-container">
<header class="body-title">
<h1 class="text-upper">Contact Paul</h1>
<h2 class="text-lower">bookings | events</h2>
</header>
<section class="body-section text-justify">
<p>If you are looking for a talented artist and excellent entertainer that will get your audience
singing and dancing all night long, then be sure to contact Paul Middleton for your next event!</p>
<p>All music, video, and photography is Copyright © Paul Middleton. Please enquire below for
commercial or personal use of any media.</p>
</section>
</section>
<section class="form-container">
<form class="form">
<fieldset>
<legend class="form-legend text-upper">Contact</legend>
<section class="form-fields">
<div class="form-label text-upper">
<label for="name">* Your Name</label>
</div>
<div class="form-input">
<input type="text" id="name" placeholder="required" required>
</div>
<div class="form-label text-upper">
<label for="email">* Email Address</label>
</div>
<div class="form-input">
<input type="email" id="email" placeholder="required" required>
</div>
<div class="form-label text-upper">
<label for="phone">Phone Number</label>
</div>
<div class="form-input">
<input type="tel" id="phone" placeholder="optional">
</div>
<div class="form-label text-upper">
<label for="date">Schedule an Event</label>
</div>
<div class="form-input">
<input type="date" id="date">
</div>
<div class="form-label text-upper">
<label for="textarea">* Comments</label>
</div>
<div class="form-input">
<textarea id="textarea" rows="5" placeholder="required" required></textarea>
</div>
<div class="form-buttons">
<input type="submit" value="Send" class="form-submit text-upper">
</div>
</section>
</fieldset>
</form>
</section>
</main>
<!-- FOOTER -->
<footer class="footer-container">
<div class="footer-social">
<ul>
<li>
<a href="https://www.facebook.com/paulmiddletonofficial" target="_blank" rel="noopener" title="Paul Middleton | Facebook">
<i class="fab fa-facebook-f facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/user/paulmiddletonmusic" target="_blank" rel="noopener" title="Paul Middleton | YouTube">
<i class="fab fa-youtube youtube" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://twitter.com/paulmmusic" target="_blank" rel="noopener" title="Paul Middleton | Twitter">
<i class="fab fa-twitter twitter" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/paulmmusic" target="_blank" rel="noopener" title="Paul Middleton | Instagram">
<i class="fab fa-instagram instagram" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://paulmiddleton.bandcamp.com/merch" target="_blank" rel="noopener" title="Paul Middleton | Bandcamp">
<i class="fab fa-bandcamp bandcamp" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://open.spotify.com/artist/5mjRfG1TxOSSXeYOsKQQJh" target="_blank" rel="noopener"
title="Paul Middleton | Spotify">
<i class="fab fa-spotify spotify" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://play.google.com/store/music/artist/Paul_Middleton?id=Aldnrb4wcvqju7npbpf5owy4kum"
target="_blank" rel="noopener" title="Paul Middleton | Play Store">
<i class="fab fa-google-play google" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://itunes.apple.com/ie/artist/paul-middleton/202782999" target="_blank" rel="noopener"
title="Paul Middleton | iTunes">
<i class="fab fa-itunes itunes" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
<div class="footer-signature">
<p class="copyright">Copyright © 2018
<a href="index.html">Paul Middleton</a>
</p>
<p class="designer">Website by
<a href="https://github.com/TravelTimN" target="_blank" rel="noopener">Tim Nelson</a>
</p>
</div>
</footer>
<!-- SCRIPTS -->
<script>
// approved by mentor (Ignatius Ukwuoma) to use basic JS to incorporate menu transition
// onClick displays navbar-nav to full 100% height
function navbarOpen() {
document.getElementById("navbar-nav").style.height = "100%";
}
// onClick closes navbar-nav back to 0% height
function navbarClose() {
document.getElementById("navbar-nav").style.height = "0%";
}
</script>
</body>
</html>