generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbooking.html
170 lines (158 loc) · 9.32 KB
/
booking.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap V4.6 CSS Link -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css" integrity="sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu" crossorigin="anonymous">
<!-- Local CSS file -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<title>SGM - Bookings</title>
</head>
<body>
<!-- Navbar from Bootstrap -->
<nav class="navbar navbar-expand-lg navbar-light bg-navbar-color ">
<a class="navbar-brand" href="index.html">SGM <i class="fas fa-microphone-alt"></i></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="songs.html">Songs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutme.html">About Me</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="booking.html">Bookings<span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav>
<main class="container">
<!-- Header section -->
<header class="hero-section">
<h1>Bookings</h1>
</header>
<hr>
<!-- Pricing section -->
<h2>Pricing</h2>
<div class="row justify-content-center">
<div class="col-sm-6">
<h4>Wedding Ceremony</h4>
<div class="pricing">
<i class="fas fa-church pricing-icons"></i>
<p class="price">€300</p>
</div>
</div>
<div class="col-sm-6">
<h4>Drinks Reception</h4>
<div class="pricing">
<i class="fas fa-glass-cheers pricing-icons"></i>
<p class="price">€400</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12">
<h4>Both</h4>
<div class="pricing">
<i class="fas fa-gift pricing-icons"></i>
<p class="price"><span id="old-price">€700</span> €650</p>
</div>
</div>
</div>
<hr>
<!-- Book Now Section -->
<h2>Book Now</h2>
<!-- Bootstrap Form -->
<form class="container" id="form-container">
<div class="form-row">
<div class="form-group col-md-6">
<label for="firstname-input">First Name</label>
<input type="text" class="form-control" id="firstname-input" name="first-name" placeholder="First name here" required>
</div>
<div class="form-group col-md-6">
<label for="lastname-input">Last Name</label>
<input type="text" class="form-control" id="lastname-input" name="last-name" placeholder="Last name here" required>
</div>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="email-input">Email</label>
<input type="email" class="form-control" id="email-input" name="email-address" placeholder="joebloggs@---.com" required>
</div>
<div class="form-group col-md-6">
<label for="phone-input">Phone</label>
<!-- Pattern attibute from W3 Schools -->
<input type="tel" class="form-control" id="phone-input" name="phone-number" placeholder="086-xxxxxxx" pattern="[0-9]{3}[0-9]{3}[0-9]{4}" required>
</div>
</div>
<div class="form-row justify-content-center">
<div class="form-group col-md-6">
<label for="weddingdate-input">Date of Wedding</label>
<input type="date" class="form-control" id="weddingdate-input" name="wedding-date" required>
</div>
<div class="form-group col-md-6">
<label for="options-selector">Booking Options</label>
<select class="custom-select" id="options-selector" required>
<option value="" selected disabled>Choose...</option>
<option value="1">Wedding Ceremony</option>
<option value="2">Drinks Reception</option>
<option value="3">Both</option>
</select>
</div>
</div>
<div class="form-group">
<label for="wedding-address">Full Address of Wedding</label>
<input type="text" class="form-control" id="wedding-address" placeholder="1234 Main St" name="full-ceremony-address" required>
</div>
<div class="form-group">
<label for="reception-address">Full Address of Reception</label>
<input type="text" class="form-control" id="reception-address" placeholder="(If applicable)" name="full-reception-address">
</div>
<div class="form-group">
<label for="aboutyou-input">About You</label>
<textarea class="form-control" id="aboutyou-input" rows="3" placeholder="Tell me a little about you and your partner" name="about-you" required></textarea>
</div>
<div class="form-group">
<label for="songrequests-input">Song Requests</label>
<textarea class="form-control" id="songrequests-input" rows="3" placeholder="Let me know if you have any specific song requests" name="song-requests"></textarea>
</div>
<button type="submit" class="btn btn-primary btn-lg" id="book-now-button" value="submit" data-toggle="modal" data-target="#thanks-modal">Get in Touch!</button>
</form>
</main>
<!-- footer section -->
<footer>
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-12 col-md-6 col-lg-6 justify-content-center">
<ul class="contact">
<li><a href="tel:00355552536879" target="_blank"><span class="footer-contact">05552536879</span><i class="fas fa-phone-square-alt"></i></a></li>
<li><a href="mailto:sarahgordonmusic@gmail.com" target="_blank"><span class="footer-contact">sarahgordonmusic@gmail.com</span><i class="fas fa-envelope-square"></i></a></li>
</ul>
</div>
<div class="col-sm-12 cold-md-6 col-lg-6 justify-content-center">
<ul class="social-media">
<li><a href="https://www.facebook.com/sarahgordonmusic" target="_blank"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://www.instagram.com/sarahgordonmusic/" target="_blank"><i class="fab fa-instagram-square"></i></a></li>
<li><a href="https://www.youtube.com/c/sarahgordon1" target="_blank"><i class="fab fa-youtube-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/sarahgordon123/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Popper and Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script>
</body>
</html>