-
Notifications
You must be signed in to change notification settings - Fork 0
/
booking.html
167 lines (155 loc) · 7.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="By Products of Tea">
<meta name="author" content="Praveen Matharage">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/normalize.css">
<!----------------------------------mainfest-icon---------------------------------->
<link rel="apple-touch-icon" sizes="180x180" href="images/mainfest-icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/mainfest-icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/mainfest-icon/favicon-16x16.png">
<link rel="manifest" href="images/mainfest-icon/site.webmanifest">
<link rel="mask-icon" href="images/mainfest-icon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="images/mainfest-icon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="images/mainfest-icon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>By Products of Tea</title>
</head>
<body>
<header id="by-products-of-tea">
<!-------------------------------------Go TO The Top button------------------------------------------------------------------------------------------------------------------------------------------------------>
<a href="#" class="totop"></a>
<!-------------------------------------Main Nav Panel and Topic Area------------------------------------------------------------------------------------------------------------------------------------------------------>
<div class="background-image">
<nav class="video-nav">
<a href="index.html"><img src="images/logo.png" class="video-nav-logo"></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="ceylon-tea-museum.html">Museum</a></li>
<li><a href="tea-plantation-of-sri-lanka.html">Tea Plantation</a></li>
<li class="active"><a href="by-products-of-tea.html">By Products Of Tea</a></li>
<li><a href="purchase-and-donations.html">Purchase and Donate</a></li>
<li><a href="sales1.html">Tea sales</a></li>
</ul>
</nav>
<div class="video-overlay">
<div class="video-page-topic">
<h1>Sri Lankan Tea Industry</h1>
</div>
</div>
</div>
</header>
<!-------------------------------------Page Content------------------------------------------------------------------------------------------------------------------------------------------------------>
<div id="mainSection">
<div>
<label>Booking Date : </label>
<input type="date" id="bookingDate">
</div>
<br>
<div>
<form>
<label>Full Name : </label>
<input type="text" id="fullName">
<br><br>
<label>Email : </labek>
<input type="email" id="email">
<br><br>
<label> Confirm Email : </labek>
<input type="email" id="confirmEmail">
<br><br>
<label>Phone Number : </label>
<input type="tel" id="phoneNumber">
<br><br>
<label>Gender : </label>
<br><br>
<select>
<option value="Male">Male</option>
<option value="Female">Female</option>
</select>
</form>
</div>
<br><br>
<div class="ticketCounter">
<p>SL Adult
</p>
<div class="wrapper">
<span class="minus1" class="incDec">-</span>
<span class="num1">0</span>
<span class="plus1" class="incDec">+</span>
</div>
<p>SL Child
</p>
<div class="wrapper">
<span class="minus2" class="incDec">-</span>
<span class="num2" >0</span>
<span class="plus2" class="incDec">+</span>
</div>
<p>Foreigner Adult</p>
<div class="wrapper">
<span class="minus3" class="incDec">-</span>
<span class="num3" >0</span>
<span class="plus3" class="incDec">+</span>
</div>
<p>Foreigner Child</p>
<div class="wrapper">
<span class="minus4" class="incDec">-</span>
<span class="num4" >0</span>
<span class="plus4" class="incDec">+</span>
</div>
<p>Infant</p>
<div class="wrapper">
<span class="minus5" class="incDec">-</span>
<span class="num5" >0</span>
<span class="plus5" class="incDec">+</span>
</div>
</div>
<br><br>
<div id="customerDetails">
<h3>User Details will appear here</h3>
</div>
<br><br>
<div>
<button type="button" id="placeOrder">Place Order</button>
</div>
</div>
<!-------------------------------------Footer Area------------------------------------------------------------------------------------------------------------------------------------------------------>
<footer class="footer">
<div class="footer-background-container">
<div class="row">
<div class="footer-col">
<h4>Other Pages</h4>
<ul>
<li><a href="#">By productsof Tea</a></li>
<li><a href="ceylon-tea-museum.html">Museum</a></li>
<li><a href="purchase-and-donations.html">Purchase and Donate</a></li>
<li><a href="tea-plantation-of-sri-lanka.html">Tea plantations of Sri Lanka</a></li>
<li><a href="sales1.html">Tea sales</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Online Sales</h4>
<ul>
<li><a href="sales1.html">Tea sales</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Contact us</h4>
<ul>
<li><a href="mailto:[email protected]">Send Emails</a></li>
</ul>
</div>
<div id="copyright">
<h4>Copyright © Praveen Matharage 2022</h4>
</div>
</div>
</div>
<!--Tea Research Institute of Sri Lanka (2022) Value Added Tea Products. [Online] Available from: https://www.tri.lk/value-added-tea-products/ [19 July 2022]-->
</footer>
<script src="main.js"></script>
</body>
</html>