-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
123 lines (117 loc) · 6.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact US</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Be+Vietnam&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Lauchlyn Downs">
<meta name="keywords" content="BWM, BWMMUSIC, music, good music">
<meta name="description" content="Music managers">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://kit.fontawesome.com/1f43bf7f5a.js" crossorigin="anonymous"></script>
<link rel="icon" href="images/favicon.png" type="image/svg" sizes="16x16">
<link rel="stylesheet" href="css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="javascript/scripts.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark"
style="background-color:#222222; border-bottom: 2px solid #CCCCCC; opacity: 0.8; height: 20%; ">
<a class="navbar-brand" href="index.html"><img src="images/logo-dark.svg" onError="this.onerror=null;this.src='images/logo-dark.PNG';" alt="OUR LOGO" height="50"></a>
<button style="border:0;" class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span style="font-size:300%;" class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li id="1" class="nav-item active" style="margin-right: 20px;">
<a class="nav-link" href="index.html">
<p id="link1">Home</p><span class="sr-only">(current)</span>
</a>
</li>
<li id="2" class="nav-item" style="margin-right: 20px;">
<a class="nav-link" href="comingsoon.html">
<p id="link2">Coming Soon</p>
</a>
</li>
<li id="3" class="nav-item" style="margin-right: 20px;">
<a class="nav-link" href="links.html">
<p id="link3">Links</p>
</a>
</li>
<li id="4" class="nav-item" style="margin-right: 20px;">
<a class="nav-link" href="video.html">
<p id="link4">Video</p>
</a>
</li>
<li id="5" class="nav-item" style="margin-right: 20px;">
<a class="nav-link" href="contact.html">
<p id="link5">Contact</p>
</a>
</li>
</ul>
</div>
<div id="social-icons">
<!--icons at the top of the page-->
<span style="font-size:30px; margin-right: 20px;" class="navbar-text">
<a href="https://www.facebook.com"><i id="facebooklink" class="fab fa-facebook"></i></a> <a
href="https://www.instagram.com"><i id="instagramlink" class="fab fa-instagram"></i></a> <a
href="https://www.twitter.com"><i id="twitterlink" class="fab fa-twitter"></i></a> <a
href="https://www.spotify.com"><i id="spotifylink" class="fab fa-spotify"></i></a> </span>
</div>
</nav>
<div class="contact-container">
<div class="contact-item">
<h1 style="color: #CCCCCC;">Our Location</h1>
<div class="mapouter">
<div class="gmap_canvas"><iframe style="width:500px; height:500px; border: 0;" id="gmap_canvas"
src="https://maps.google.com/maps?q=city%20of%20glasgow%20college&t=&z=13&ie=UTF8&iwloc=&output=embed"></iframe>
</div>
</div>
<a
href="https://www.google.com/maps/dir//COGC+address/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x4888441e1797b92f:0xec2975632e67711c?sa=X&ved=2ahUKEwjJ-KKL07TlAhWRSsAKHUWQAfMQ9RcwEXoECAcQEw">
<p>190 Cathedral St, Glasgow G4 0RF</p>
</a>
</div>
<div class="contact-item">
<h1 style="color: #CCCCCC;">Use this form to contact us</h1>
<div class="form-container">
<form class="contactform">
<div class="form-group">
<label style="color:white;">Your Name</label>
<input style="border-radius: 30px; border: 2px solid white;" type="text" name="Name" required
class="form-control" placeholder="Full Name">
<br>
<label style="color:white;">Email address</label>
<input style="border-radius: 30px; border: 2px solid white;" type="email" name="Email" required
class="form-control" placeholder="Your Email Address">
<br>
<label style="color:white;">Reason for contacting us</label>
<input style="border-radius: 30px; border: 2px solid white;" type="text" name="reason" required
class="form-control" placeholder="reason">
<br>
<label style="color:white;">Your query/comment</label>
<textarea style="border-radius: 30px; border: 2px solid white;" name="query" required
class="form-control" placeholder="Your Query" rows="3"></textarea>
<br>
<button style="border-radius: 30px; border: 2px solid white; width: 100%;" type="submit"
class="btn btn-outline-light">Submit</button>
</div>
</form>
</div>
<p>We will try to reply in 2-4 days</p>
</div>
</div>
<br><br><br><br><br><br><br><br>
<footer>
<div class="footer">
<img src="images/logo-dark.svg" onError="this.onerror=null;this.src='images/logo-dark.PNG';" alt="our logo" style="margin-bottom:10px; margin-top: 10px;" height="40">
<p>Phone: 02354 34614 Email: BWM@gmail.com</p>
</div>
</footer>
</body>
</html>