-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
225 lines (198 loc) · 8.71 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
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
<!--
=========================================================
* Argon Dashboard - v1.1.0
=========================================================
* Product Page: https://www.creative-tim.com/product/argon-dashboard
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard/blob/master/LICENSE.md)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -->
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
Argon Dashboard - Free Dashboard for Bootstrap 4 by Creative Tim
</title>
<!-- Favicon -->
<link href="assets/img/brand/favicon.png" rel="icon" type="image/png">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<!--Icons-->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/brand/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/brand/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/brand/favicon-16x16.png">
<link rel="manifest" href="assets/img/brand/site.webmanifest">
<link rel="mask-icon" href="assets/img/brand/safari-pinned-tab.svg" color="#0029ff">
<link rel="shortcut icon" href="assets/img/brand/favicon.ico">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<!--Icons-->
<!--Cookies-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#aa0000",
"text": "#ffdddd"
},
"button": {
"background": "#ff0000"
}
},
"content": {
"message": "This site uses cookies. By closing this banner, scrolling through this page or by clicking any of its elements you consent to the use of cookies.",
"dismiss": "Got it !",
"link": "Learn more",
"href": "https://hello.smshave.com/cookies.html"
}
})});
</script>
<!--End-->
<link href="assets/js/plugins/nucleo/css/nucleo.css" rel="stylesheet" />
<link href="assets/js/plugins/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet" />
<!-- CSS Files -->
<link href="assets/css/argon-dashboard.css?v=1.1.0" rel="stylesheet" />
</head>
<body class="">
<nav class="navbar navbar-expand-md navbar-light bg-white" id="sidenav-main">
<div class="container-fluid">
<!-- Brand -->
<a class="navbar-brand pt-0" href="../index.html">
<img src="assets/img/brand/blue.png" height="100px" class="navbar-brand-img" alt="...">
</a>
</div>
</nav>
<div class="main-content">
<!-- Header -->
<div class="header bg-gradient-primary pb-4 pt-2 pt-md-2">
<div class="container-fluid">
<div class="header-body">
<!-- Insert number -->
<div class="row mt-4">
<div class="col">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col">
<i class="fab fa-dhl fa-5x"></i><h5 class="card-title text-uppercase text-muted mb-0">DHL Order tracking</h5>
<form>
<div class="form-group">
<label for="example-text-input" class="form-control-label">Tracking number :</label>
<input class="form-control" type="text" value="" id="trackingNumber">
</div>
<input class="btn btn-primary" id="myBtn" type="button" value="Traccia" onclick="myFunction()"/>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Last track event -->
<div class="row mt-4">
<div class="col" id="last">
<!-- Last track event here -->
</div>
</div>
<!-- Timeline -->
<div class="row mt-4">
<div class="col">
<div class="card">
<div class="card-header bg-transparent">
<a data-toggle="collapse" aria-expanded="false" href="#collapse" role="button">
<h3 class="mb-0" id=id >Error, missing or wrong tracking code</h3></a>
</div>
<div class="card-body collapse" id="collapse">
<div class="timeline timeline-one-side" data-timeline-content="axis" data-timeline-axis-style="dashed" id=output>
<!-- Track here -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<!-- Footer -->
<footer class="footer">
<div class="row align-items-center justify-content-md-center">
<div class="col-xl">
<div class="copyright text-center text-xl-center text-muted">
<div class="nav-link"> © 2018-2019 <a href="https://smshave.com" class="font-weight-bold ml-1" target="_blank">SM Shave</a>, All rights reserved.</div>
<!-- Social Buttons -->
<div class="nav-link">
<a href="https://fb.me/smshave1" target="_blank">
<button type="button" class="btn btn-facebook btn-icon-only rounded-circle">
<span class="btn-inner--icon"><i class="fab fa-facebook"></i></span>
</button></a>
<a href="https://twitter.com/sm_shave" target="_blank">
<button type="button" class="btn btn-twitter btn-icon-only rounded-circle">
<span class="btn-inner--icon"><i class="fab fa-twitter"></i></span>
</button></a>
<a href="https://instagram.com/smshave" target="_blank">
<button type="button" class="btn btn-instagram btn-icon-only rounded-circle">
<span class="btn-inner--icon"><i class="fab fa-instagram"></i></span>
</button></a>
</div>
<!-- Social Buttons end -->
<a class="nav-link">
SM Shave,<img width="16px" src="https://hello.smshave.com/src/images/Logo-A.png" alt="Logo" display="inline">, La tua nuova esperienza di rasatura, A con il Baffo, Your next shaving experience, and A with the mustache are trademarks and/or registered trademarks of SM Shave. </a>
<a class="nav-item">
<a class="nav-link">SM Shave S.r.l</a>
</a>
<a class="nav-item">
<a class="nav-link">Via Bearzi 6 33097 Spilimbergo PN Italy</a>
</a>
<a class="nav-item">
<a class="nav-link">P. Iva : IT1234567890</a>
</a>
<a class="nav-item">
<a class="nav-link">REA:1234567</a>
</a>
<a class="nav-item">
<a class="nav-link">Capitale sociale: 1€ i.v.</a>
</a>
<a class="nav-item">
We’re a "PMI Innovativa" made with ♥ &<a href="http://www.starbucks.it"><img src="https://beta.smshave.com/src/images/cup2.png" width="17px" heigth="" display="inline" alt="coffee"/></a>in <a href="https://www.regione.fvg.it"> <img src="https://upload.wikimedia.org/wikipedia/commons/8/87/Bandiere_dal_Fri%C3%BBl.svg" width="35px" heigth="" display="inline" alt="Friuli" /> </a></a>
</div>
</div>
</div>
</footer>
</div>
<!-- Core -->
<script src="assets/js/plugins/jquery/dist/jquery.min.js"></script>
<script src="assets/js/plugins/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<!-- Track -->
<script src="assets/js/track.js"></script>
<!-- Font awesome -->
<script src="https://kit.fontawesome.com/c31160c420.js"></script>
<!-- Optional JS -->
<script async id="slcLiveChat" src="https://widget.sonetel.com/SonetelWidget.min.js" data-account-id="206896480"></script>
<!-- Argon JS -->
<script src="assets/js/argon-dashboard.min.js?v=1.1.0"></script>
<script src="https://cdn.trackjs.com/agent/v3/latest/t.js"></script>
<script>
window.TrackJS &&
TrackJS.install({
token: "ee6fab19c5a04ac1a32a645abde4613a",
application: "argon-dashboard-free"
});
</script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/6.4.2/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#config-web-app -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script>
new Darkmode();
</script>
</body>
</html>