-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
102 lines (82 loc) · 4.24 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
<!DOCTYPE html>
<html>
<title>Contact us</title>
<link rel="shortcut icon" href="assets/img/b.png" >
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/lib.css">
<link rel="stylesheet" href="css/fontana.css">
<link rel="stylesheet" href="css/font.css">
<style>
body {font-family: "Lato", sans-serif}
.mySlides {display: none}
</style>
<script src="http://maps.google.com/maps/api/js?sensor=false"
type="text/javascript"></script>
<body>
<!-- Navbar -->
<!-- Navbar -->
<div class="w3-top">
<ul class="w3-navbar w3-black w3-card-2 w3-left-align">
<li class="w3-hide-medium w3-hide-large w3-opennav w3-right">
<li><a href="index.html" class="w3-hover-none w3-hover-text-grey w3-padding-large"><img src="assets/img/b.png" height="40px" width="40px"</img></a></li>
<li class="w3-hide-small w3-dropdown-hover"><a href="organizers.html" class="w3-padding-large">CAST</i> </a>
</li>
<li class="w3-hide-small"><a href="about.html" class="w3-padding-large">ABOUT US</a></li>
<li class="w3-hide-small"><a href="contact.html" class="w3-padding-large">CONTACT US</a></li>
<li class="w3-hide-small"><a href="projects.html" class="w3-padding-large">PROJECTS</a></li>
<li class="w3-hide-small"><a href="buytickets.html" class="w3-padding-large">TICKETS</a></li>
</ul>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-hide w3-hide-large w3-hide-medium w3-top" style="margin-top:46px">
<ul class="w3-navbar w3-left-align w3-black">
<li><a class="w3-padding-large" href="band.html">HOME</a></li>
<li><a class="w3-padding-large" href="tour.html">CAST</a></li>
<li><a class="w3-padding-large" href="about.html">ABOUT US</a></li>
<li><a class="w3-padding-large" href="contact.html">CONTACT US</a></li>
</ul>
</div>
<!-- Page content -->
<div class="w3-content" style="max-width:2000px;margin-top:46px">
<!-- The Contact Section -->
<!--<img src="assets/img/Burlesque3.jpg" style="width:100%; height:60%;">-->
<div class="w3-container w3-content w3-padding-64" style="max-width:800px" id="contact">
<h2 class="w3-wide w3-center">CONTACT</h2>
<br><br><br>
<div class="w3-row w3-padding-32">
<div class="w3-col m6 w3-large w3-margin-bottom">
<i class="fa fa-phone" style="width:30px"></i> Phone: +359 888 517 103<br>
<i class="fa fa-envelope" style="width:30px"> </i> Email: <a href="mailto:musical@aubg.edu" >musical@aubg.edu</a><br>
<i class="fa fa-map-marker" style="width:30px"></i> 1 Georgi Izmirliev Sq. <br>
Blagoevgrad, Bulgaria
2700
<br>
</div>
<div class="w3-col m6">
<form action="contact.php" method="POST" >
<div class="w3-row-padding" style="margin:0 -16px 8px -16px">
<div class="w3-half">
<input class="w3-input w3-border" type="text" placeholder="Name" required name="namecontact">
</div>
<div class="w3-half">
<input class="w3-input w3-border" type="text" placeholder="Email" required name="emailcontact">
</div>
</div>
<input class="w3-input w3-border" type="text" placeholder="Message" required name="message">
<input class="w3-btn w3-section w3-right" type="submit" name="sponsor" value = "Become a Sponsor" style="background-color:red; margin-left:10px;"></input>
<input class="w3-btn w3-section w3-right" type="submit" name="send" value = "SEND" ></input>
</form>
</div>
</div>
</div>
<div style="text-align:center; margin-bottom: 100px;">
<a href="https://www.facebook.com/aubgmusicals/?hc_ref=SEARCH&fref=nf" target="_blank"> <img src="assets/img/facebook.png" width="111" height="111" style="margin-right:30px" > </img> </a>
<a href="https://www.instagram.com/aubgmusicals/?hl=en" target="_blank"> <img src="assets/img/instagram.png" width="107" height="104" style="margin-right:30px"> </img></a>
<a href="https://www.youtube.com/user/AUBGmusical" target="_blank"><img src="assets/img/youtube.png" width="100" height="100"></img> </a>
</div>
<!-- End Page Content -->
</div>
<footer class="w3-container w3-padding-64 w3-center w3-light-grey w3-xlarge">
<p class="w3-medium"> Broadway Performance Club</p>
</footer>
</html>