-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
176 lines (164 loc) · 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
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
<!DOCTYPE html>
<html>
<head>
<title>GR Tracking</title>
<meta charset='UTF-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name='author' content='Giorgos Iliopoulos'>
<meta name="description" content="A greek courier tracking web app">
<link rel="icon" type="image/png" href="./assets/img/favicon.png" />
<!--CSS-->
<link rel="stylesheet" href="./assets/css/reset.css" />
<link rel="stylesheet" href="./assets/css/main.css" />
<!--JQuery-->
<script
src="https://code.jquery.com/jquery-3.6.0.js"
integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk="
crossorigin="anonymous"
></script>
<!--Bootstrap 4.6.0-->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js"
integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
crossorigin="anonymous"
></script>
<!--Font Awesome-->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
crossorigin="anonymous"
/>
<!--JS-->
<script src="./assets/js/main.js"></script>
<script src="./assets/js/warmup.js"></script>
</head>
<body>
<section id="header">
<div class="container">
<div class="row align-items-center justify-content-center pt-3 pb-3">
<img src="./assets/img/logo.png" />
<h4>Καλωσήρθες στο GR Tracking</h4>
</div>
</div>
</section>
<section id="hero">
<section id="search-section">
<div class="container">
<div class="row">
<div class="col-md-4 p-0">
<div class="search-info">
<h2 class="text-center">Εντοπισμός αποστολής</h2>
<p class="info">Αναζήτησε τις αποστολές σου απο ένα σημείο!</p>
</div>
</div>
<div class="col-md-8 p-0">
<div class="the-search">
<h2 class="text-center">Αναζήτηση</h2>
<p class="text-center m-0 pt-3">Αριθμός αποστολής</p>
<form class="text-center pt-2 pb-5">
<input type="text" id="t-number" name="t-number" />
</form>
<button id="submit-search">Αναζήτηση</button>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="the-result">
<div class="container result-items text-center pt-5 pb-5">
<h2 class="the-number">Παράδοση: <span class="id-number"></span></h2>
<h3 class="the-status">Κατάσταση: <span class="status"></span></h3>
<h3 class="the-last-update">
Tελευταία ενημέρωση: <span class="lu"></span>
</h3>
<img class="courier-logo" src="" />
<table class="table updates-table">
<thead>
<tr">
<th scope="col">Κατάσταση</th>
<th scope="col">Τοποθεσία</th>
<th scope="col">Ημερομηνία</th>
</tr>
</thead>
<tbody></tbody>
</table>
<hr class="mt-5">
</div>
</section>
<section id="supported-couriers">
<div class="container pt-3 pb-3">
<h2 class="text-center">Υποστηριζόμενες εταιρείες courier</h2>
<div class="row justify-content-center row-couriers pt-5 pb-5 text-center">
<div class="col-md-3">
<div class="merchant-box">
<a target="_blank" href="https://www.acscourier.net/"
><img src="./assets/img/acs.svg"
/></a>
</div>
</div>
<div class="col-md-3">
<div class="merchant-box">
<a target="_blank" href="http://www.speedex.gr/"
><img src="./assets/img/speedex.png"
/></a>
</div>
</div>
<div class="col-md-3">
<div class="merchant-box">
<a target="_blank" href="https://www.elta-courier.gr/"
><img src="./assets/img/elta.jpg"
/></a>
</div>
</div>
<div class="col-md-3">
<div class="merchant-box">
<a target="_blank" href="https://www.skroutzlastmile.gr/"
><img src="./assets/img/skroutz.svg"
/></a>
</div>
</div>
<div class="col-md-3">
<div class="merchant-box">
<a target="_blank" href="https://www.taxydromiki.com/"
><img src="./assets/img/geniki.jpg"
/></a>
</div>
</div>
<div class="col-md-3">
<div class="merchant-box">
<a target="_blank" href="https://www.easymail.gr/"
><img src="./assets/img/easymail.jpg"
/></a>
</div>
</div>
</div>
<hr>
</div>
</section>
<footer>
<div class="container-fluid text-center pb-3 pt-3">
<div class="row d-flex flex-column">
<h4>Developed and Designed by Giorgos Iliopoulos</h4>
<h6>© <span class="year"></span></h6>
</div>
</div>
</footer>
</body>
</html>