-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathameneties.html
55 lines (52 loc) · 2.53 KB
/
ameneties.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
<!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">
<title>Document</title>
<link rel="stylesheet" href="amenities.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body style="background-image: url(https://media.istockphoto.com/vectors/parking-lot-vector-illustration-isolated-on-white-background-flat-vector-id1127160403?k=20&m=1127160403&s=170667a&w=0&h=HUZPpIJzdqs7Py1T_RAn01p02sSWDqKqvnC-pZe-3i4=)">
<class class="container" id="container">
<table cellspacing="" cellpadding="0" border="0" width="20%" class="center">
<tr>
<td width="75%" align="left" bgcolor="#eeeeee" style="font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 22px; text-align:center; font-weight: 800; line-height: 24px; padding: 10px;"> Max Time </td>
<td width="75%" align="left" bgcolor="#eeeeee" style="font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 22px; text-align:center; font-weight: 800; line-height: 24px; padding: 10px;">9PM </td>
</tr>
<tr>
<td width="75%" align="left" style="font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 22px; text-align:center; font-weight: 800; line-height: 24px; padding: 10px;"> Select <br> Amenties </td>
<td>
<form form id = "amenties">
<input type="Checkbox">Washing</input>
<input type="Checkbox">Cleaning</input>
<input type="Checkbox">Repairing</input>
<input type="Checkbox">Puncture</input>
</form>
</td>
</tr>
</table>
<table cellspacing="10" cellpadding="0" border="0" width="40%" class="center">
<tr>
<td style="font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 25px; font-weight: 400; line-height: 24px;">Worker name</td>
</tr>
<tr>
<td style="font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 25px; font-weight: 400; line-height: 24px;">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
</td>
</tr>
</table>
<table cellspacing="10" cellpadding="0" border="0" width="40%" class="center">
<tr>
<td><button type="button" class="button" id = "modify">Modify Booking</button> </td>
<td><button type="button" class="button" id= "proceed">Proceed </button> </td>
</tr>
</table>
</class>
</body>
</html>