-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
169 lines (169 loc) · 8.26 KB
/
contacts.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
<!DOCTYPE html>
<html lang="En">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<title>Pizza House</title>
<!-- C-D-N -->
<!-- Icons font aswsome V 6.2.1 Link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!--Linearicons Free v1.0.0 -->
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<!-- Bootstrap link V5 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.rtl.min.css" integrity="sha384-+qdLaIRZfNu4cVPK/PxJJEy0B0f3Ugv8i482AKY7gwXwhaCroABd086ybrVKTa0q" crossorigin="anonymous">
<!-- CSS Files -->
<link rel="stylesheet" href="css/header.css"/>
<link rel="stylesheet" href="css/footer.css"/>
<link rel="stylesheet" href="css/utilities.css"/>
<link rel="stylesheet" href="css/animation.css"/>
<link rel="stylesheet" href="css/responsive.css"/>
<link rel="stylesheet" href="css/commonStyles.css"/>
<link rel="stylesheet" href="css/contactForm.css"/>
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="css/contacts.css"/>
<link rel="stylesheet" href="css/bgPage.css"/>
</head>
<body>
<!-- Start Header -->
<header id="header"></header>
<!-- End Header -->
<!-- start style-page -->
<section id="bgPage"></section>
<!-- end style-page -->
<!-- Start booking -->
<section class="booking contacts section-padding-100 position-overflow">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-12">
<h3 class="booking__title">book your table</h3>
<div class="form__content">
<form action="#" class="form-style" id="bookingForm">
<div class="row row-20">
<div class="col-lg-4 col-md-6">
<div class="form-wrap slideInDown">
<input class="form__input" id="customerName" type="text" name="customerName" placeholder="Your Name*" spellcheck="false">
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="form-wrap slideInDown">
<input class="form__input" id="customerEmail" type="email" name="customerEmail" placeholder="Your E-mail*" spellcheck="false">
</div>
</div>
<div class="col-lg-4">
<div class="form-wrap slideInDown">
<select class="form__input form-select" id="customerChoice">
<option value="1"id="opt1">Select a Service*</option>
<option value="2"id="opt2">Dine-In</option>
<option value="3"id="opt3">Carry-Out</option>
<option value="4"id="opt4">Event Catering</option>
</select>
<div class="custom--arrow"><i class="fa-solid fa-caret-down"></i></div>
</div>
</div>
<div class="col-lg-6">
<div class="form-wrap slideInDown">
<input class="form__input" id="date" type="date" name="date">
</div>
</div>
<div class="col-lg-6">
<div class="form-wrap slideInDown">
<input class="form__input" id="time" type="time" name="time" value="1:30 PM"min="10:00 AM" max="10:00 PM" step="3600">
</div>
</div>
<script>
var today = new Date();
var tomorrow = new Date(today);
tomorrow.setDate(today.getDate() + 1);
var minDate = tomorrow.toISOString().substr(0, 10);
document.getElementById("date").setAttribute("min", minDate);
</script>
<div class="col-12">
<div class="slideInDown">
<textarea class="textarea-lg" id="customerMsg" placeholder="Message" spellcheck="false"></textarea>
</div>
</div>
</div>
<div class="row row-30 align-items-center justify-content-start position-overflow">
<div class="slideInDown col-lg-4">
<button class="btn-fixed btn-change button-shadow button-primary fadeInRight" id="sendBtn" type="submit">Send message</button>
</div>
<div class="slideInDown col-lg-7">
<div class="form__quote">
<p class="form__text">Please reserve your table at least 1 day in advance.</p>
</div>
</div>
</div>
</form>
<div class="form--failed">
<span class="fa-regular fa-circle-xmark"></span><span> The Submission of the Form Failed</span>
</div>
<div class="form--passed">
<span class="fa-regular fa-circle-check"></span><span> The Form is Successfully Submitted</span>
</div>
</div>
</div>
<aside class="col-lg-4 col-md-12">
<div class="contacts__content">
<div class="row row-20">
<div class="col-lg-12 col-md-6">
<div class="contacts__item">
<div class="contacts__title">get social</div>
<ul class="contacts__icons d-flex">
<li><a class="icon fa-brands fa-facebook-f" href="#"></a></li>
<li><a class="icon fa-brands fa-twitter" href="#"></a></li>
<li><a class="icon fa-brands fa-instagram" href="#"></a></li>
<li><a class="icon fa-brands fa-google-plus-g" href="#"></a></li>
</ul>
</div>
</div>
<div class="col-lg-12 col-md-6">
<div class="contacts__item">
<div class="contacts__title">phone</div>
<div class="contacts__info d-flex align-items-center">
<span class="contacts__icon fa fa-phone"></span>
<a class="contacts__text" href="tel:#">1-800-1234-567</a>
</div>
</div>
</div>
<div class="col-lg-12 col-md-6">
<div class="contacts__item">
<div class="contacts__title">e-mail</div>
<div class="contacts__info d-flex align-items-center">
<span class="contacts__icon fa fa-envelope"></span>
<a class="contacts__text" href="mailto:#">info@demolink.org</a>
</div>
</div>
</div>
<div class="col-lg-12 col-md-6">
<div class="contacts__item">
<div class="contacts__title">address</div>
<div class="contacts__info d-flex align-items-center">
<span class="contacts__icon fa fa-location-dot"></span>
<a class="contacts__text" href="#">6036 Richmond hwy</a>
</div>
</div>
</div>
</div>
</div>
</aside>
</div>
</div>
</section>
<!-- End booking -->
<!-- Start Footer -->
<footer id="footer"></footer>
<!-- End Footer -->
<!-- JS bootstarb v.5-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<!-- JS files -->
<script src="js/modual/contactFrom.js"></script>
<script src="js/header.js"></script>
<script src="js/bgPage.js"></script>
<script src="js/footer.js"></script>
</body>
</html>