-
Notifications
You must be signed in to change notification settings - Fork 0
/
shipment_done.html
239 lines (153 loc) · 6.5 KB
/
shipment_done.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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!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">
<title>Shipping</title>
<meta name="description" content="HTML template for multiple tour agency, local agency, traveller, tour hosting based on Twitter Bootstrap 3.x.x" />
<meta name="keywords" content="tour agency, tour guide, travel, trip, holiday, vocation, relax, adventure, virtual tour, tour planner" />
<meta name="author" content="crenoveative">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="apple-touch-icon" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon" href="images/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="images/ico/favicon.png">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" media="screen">
<link href="css/main.css" rel="stylesheet">
<link href="css/plugin.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/your-style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="home transparent-header">
<div id="introLoader" class="introLoading"></div>
<!-- start Container Wrapper -->
<div class="container-wrapper">
<!-- start Header -->
<header id="header">
<!-- start Navbar (Header) -->
<nav class="navbar navbar-default navbar-fixed-top navbar-sticky-function navbar-arrow">
<div class="container">
<div class="logo-wrapper">
<div class="logo">
<a href="index.html"><img class="im" src="images/favicon.png" alt="Logo" /></a>
</div>
</div>
<div id="navbar" class="navbar-nav-wrapper">
<ul class="nav navbar-nav" id="responsive-menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="#">Shipping</a>
<ul>
<li><a href="shipping_policy.html">Shipping Policy</a></li>
<li><a href="offered-payment.html">Payment</a></li>
<li><a href="offered-payment-done.html">Payment Done</a></li>
<li><a href="booking.html">Book Shipment</a></li>
<li><a href="shipment_done.html">Shipment Done</a></li>
</ul>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="#">Pages</a>
<ul>
<li><a href="about-us.html">About Us</a></li>
<li><a href="contact-form.php">Contact Us</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
<div class="nav-mini-wrapper">
<ul class="nav-mini">
<li><a href="register.php"><i class="icon-user-follow" data-toggle="tooltip" data-placement="bottom" title="sign up"></i></a></li>
<li><a href="login.php"><i class="icon-login" data-toggle="tooltip" data-placement="bottom" title="login"></i> </a></li>
</ul>
</div>
</div>
<div id="slicknav-mobile"></div>
</nav>
<!-- end Navbar (Header) -->
</header>
<!-- end Header -->
<!-- start Main Wrapper -->
<div class="main-wrapper scrollspy-container">
<!-- start Breadcrumb -->
<div class="breadcrumb-wrapper">
<div class="container">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
</ol>
</div>
</div>
<!-- end Breadcrumb -->
<div class="pt-50 pb-50">
<div class="container">
<div class="create-done-wrapper">
<div class="row">
<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<div class="icon">
<div class="icon-inner">
<i class="ti-check"></i>
</div>
</div>
<h1 class="text-lowercase">Congratulation!</h1>
<p class="lead">Your Shipment Have been Successfully Completed</p>
<h3></h3>
<a href="booking.html" class="btn btn-primary btn-wide">View</a>
<a href="booking.html" class="btn btn-primary btn-wide btn-border">Edit</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end Main Wrapper -->
<!-- start Footer Wrapper -->
<div class="footer-wrapper scrollspy-footer">
<footer class="main-footer">
<footer class="bottom-footer">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4">
<p class="copy-right"> 2018 RADIANCE Shipping Limited</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4">
<ul class="bottom-footer-menu for-social">
<li><a href="http://www.twitter.com" target = "_blank"><i class="icon-social-twitter" data-toggle="tooltip" data-placement="top" title="twitter"></i></a></li>
<li><a href="http://www.facebook.com" target = "_blank"><i class="icon-social-facebook" data-toggle="tooltip" data-placement="top" title="facebook"></i></a></li>
<li><a href="http://www.google-plus.com" target = "_blank"><i class="icon-social-google" data-toggle="tooltip" data-placement="top" title="google plus"></i></a></li>
<li><a href="http://www.instrgram.com" target = "_blank"><i class="icon-social-instagram" data-toggle="tooltip" data-placement="top" title="instrgram"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
</footer>
</div>
<!-- end Footer Wrapper -->
</div>
<!-- end Container Wrapper -->
<!-- start Back To Top -->
<div id="back-to-top">
<a href="#"><i class="ion-ios-arrow-up"></i></a>
</div>
<!-- end Back To Top -->
<!-- start Sign-in Modal -->
<!-- end Forget Password Modal -->
<!-- Core JS -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/core-plugins.js"></script>
<script type="text/javascript" src="js/customs.js"></script>
<!-- Only in Home Page -->
<script type="text/javascript" src="js/jquery.flexdatalist.js"></script>
</body>
</html>