-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (74 loc) · 2.6 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
<center><h2><p>Park Yours Vehicles</p></center></h2>
<div class="container">
<ul class="parking-rules">
<li class="parking-rule">
<a href="index1.html"></a><ul>
<li><h3>Fire truck Parking Only</li></h3>
<h4><li>24hrs</li>
<li> Mon Thru Fri </li></h4>
</ul>
</li>
<li class="parking-rule">
<ul>
<li><h3>Ambulance Parking Only</li></h3>
<h4><li>24hrs</li>
<li> Saturday to Sunday </li></h4>
</ul>
</li>
<li class="parking-rule">
<ul>
<li><h3>Car Parking</li></h3>
<h4><li>3am to 9pm </li>
<li> Mon Thru Fri </li></h4>
</ul>
</li>
<li class="parking-rule">
<ul>
<li><h3>Bike Parking</li></h3>
<h4><li>2am to 10pm </li>
<li> Mon Thru Fri </li></h4>
</ul>
</li>
<li class="parking-rule">
<ul>
<li><h3>Bicycle Parking</li></h3>
<h4><li>3pm to 6pm </li>
<li> Mon Thru Fri </li></h4>
</ul>
</li>
</ul>
<section class="drop-zone">
<h1 style="color: rgb(0, 229, 255);">Click On Vehicles That You Want to Parking<span id="changingText"></span></h1>
</section>
<section class="drag-vehicle">
<ul class="vehicles">
<li>
<!-- draggable objects must have draggable attribute -->
<a href="index1.html"><img id="ft" alt="fire truck" src="https://cdn.glitch.com/20f985bd-431d-4807-857b-e966e015c91b%2Ftruck-clip-art-fire-truck4.png?1519011787956"></a>
</li>
<li>
<a href="index1.html"><img id="ambulance" alt="ambulance" src="https://cdn.glitch.com/20f985bd-431d-4807-857b-e966e015c91b%2Fambulance5.png?1519011787610"></a>
</li>
<li>
<a href="index1.html"><img id="car" alt="car" src="https://cdn.glitch.com/20f985bd-431d-4807-857b-e966e015c91b%2Fcar-20clip-20art-1311497037_Vector_Clipart.png?1519011788408"></a>
</li>
<li>
<a href="index1.html"><img id="car" alt="car" src="Image/bike.jpg"></a>
</li>
<li>
<a href="index1.html"><img id="bike" alt="bicycle" src="https://cdn.glitch.com/20f985bd-431d-4807-857b-e966e015c91b%2Fbicycle-20clip-20art-bicycle3.png?1519011787816"></a>
</li>
</ul>
</section>
</div>
</body>
</html>