-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
131 lines (131 loc) · 7.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Responsive Meta tag-->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript & jQuery-->
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<style>
.btn-xs{
border: none;
margin-right:10px;
}
.btn-primary{
background-color:transparent;
border:2px solid #ad600196;
}
.btn-default{
border:none;
float: right;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
vertical-align:middle;
}
</style>
</head>
<body>
<div class="container">
<h2>Order List</h2>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<td></td>
<td>Name</td>
<td><em>delivAR</em></td>
</tr>
</thead>
<tbody>
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" aria-labelledby="title"
aria-describedby="desc" role="img" xmlns:xlink="http://www.w3.org/1999/xlink" width="40">
<title>Upload</title>
<desc>A color styled icon from Orion Icon Library.</desc>
<path data-name="layer1"
fill="#49bcff" d="M40 28l10 .001v34L14 62V28h10"></path>
<path data-name="opacity" fill="#000028" opacity=".15" d="M31.999 28v16L16 28.002 31.999 28z"></path>
<path data-name="stroke" fill="none" stroke="#2e4369" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2" d="M40 28h10v34H14V28h10m8.003 16V2M43 15L32.006 2 21 15"></path>
</svg></td>
<td>John. P<br>Gyllenkrooksgatan 1<br>SE-113 39 Stockholm</td>
<td><a href='/delivAR/aframe/john.html'><button class="btn-sm btn-primary"><img src="./data/images/package-camera.svg" width="25"></button></a></td>
</tr>
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" aria-labelledby="title"
aria-describedby="desc" role="img" xmlns:xlink="http://www.w3.org/1999/xlink" width="40">
<title>Download</title>
<desc>A color styled icon from Orion Icon Library.</desc>
<path data-name="layer1"
fill="#5ade9c" d="M24 36H14V2h36v34H40"></path>
<path data-name="opacity" fill="#000028" opacity=".15" d="M31.998 36V20L15.999 35.998 31.998 36z"></path>
<path data-name="stroke" fill="none" stroke="#2e4369" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2" d="M24 36H14V2h36v34H40m-8.002-16v42M21 49l10.994 13L43 49"></path>
</svg></td>
<td><small></small>Paul M.<br>Hagagatan 1<br>
SE-113 49 Stockholm</small></td>
<td><a href='/delivAR/aframe/paul.html'><button class="btn-sm btn-primary"><img src="./data/images/package-camera.svg" width="25"></button></a></td>
</tr>
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" aria-labelledby="title"
aria-describedby="desc" role="img" xmlns:xlink="http://www.w3.org/1999/xlink" width="40">
<title>Download</title>
<desc>A color styled icon from Orion Icon Library.</desc>
<path data-name="layer1"
fill="#5ade9c" d="M24 36H14V2h36v34H40"></path>
<path data-name="opacity" fill="#000028" opacity=".15" d="M31.998 36V20L15.999 35.998 31.998 36z"></path>
<path data-name="stroke" fill="none" stroke="#2e4369" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2" d="M24 36H14V2h36v34H40m-8.002-16v42M21 49l10.994 13L43 49"></path>
</svg></td>
<td><small></small>Donald R.<br>Hagagatan 921<br>
SE-113 49 Stockholm</small></td>
<td><a href='/delivAR/aframe/donald.html'><button class="btn-sm btn-primary"><img src="./data/images/package-camera.svg" width="25"></button></a></td>
</tr>
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" aria-labelledby="title"
aria-describedby="desc" role="img" xmlns:xlink="http://www.w3.org/1999/xlink" width="40">
<title>Upload</title>
<desc>A color styled icon from Orion Icon Library.</desc>
<path data-name="layer1"
fill="#49bcff" d="M40 28l10 .001v34L14 62V28h10"></path>
<path data-name="opacity" fill="#000028" opacity=".15" d="M31.999 28v16L16 28.002 31.999 28z"></path>
<path data-name="stroke" fill="none" stroke="#2e4369" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2" d="M40 28h10v34H14V28h10m8.003 16V2M43 15L32.006 2 21 15"></path>
</svg></td>
<td>William P.<br>Gröndalsvägen 23<br>SE-117 66 Stockholm</td>
<td><a href='/delivAR/aframe/john.html'><button class="btn-sm btn-primary"><img src="./data/images/package-camera.svg" width="25"></button></a></td>
</tr>
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" aria-labelledby="title"
aria-describedby="desc" role="img" xmlns:xlink="http://www.w3.org/1999/xlink" width="40">
<title>Upload</title>
<desc>A color styled icon from Orion Icon Library.</desc>
<path data-name="layer1"
fill="#49bcff" d="M40 28l10 .001v34L14 62V28h10"></path>
<path data-name="opacity" fill="#000028" opacity=".15" d="M31.999 28v16L16 28.002 31.999 28z"></path>
<path data-name="stroke" fill="none" stroke="#2e4369" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2" d="M40 28h10v34H14V28h10m8.003 16V2M43 15L32.006 2 21 15"></path>
</svg></td>
<td>Andrew T.<br>Lövholmsvägen 85<br>SE-117 65 Stockholm</td>
<td><a href='/delivAR/aframe/polished.html'><button class="btn-sm btn-primary"><img src="./data/images/package-camera.svg" width="25"></button></a></td>
</tr>
</tbody>
</table>
</div>
<div class="row">
<div class="col-sm-12 col-xs-12 text-center">
<!--<input type="button" class="btn btn-default" value="Start" onclick="location.href = '/delivAR/aframe/polished.html'" style="margin-top: 20px">-->
<img src="./data/images/delivAR_logo_svg.svg" width="120" alt="delivAR logo"><br><br>
<!--<small style="padding:0.5em">Supported by <br>
<img src="./data/images/airmee.png" width="20px" alt="Airmee Logo">
<b>Airmee</b></small>-->
</div>
</div>
</div>
</body>
</html>