-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
118 lines (112 loc) · 5.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>EasyEcom</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<style>
.card{
margin-top: 5px;
margin-bottom: 5px;
padding: 10px;
align-items: center;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 10px;
text-decoration-color: black;
};
.card-text{
color: black;
};
</style>
</head>
<body>
<div class="container">
<a href="./pointmobile.html">
<div class="card w-75" style="display: flex; flex-direction: row;">
<img src="https://img.youtube.com/vi/2dQh2IM0WeY/mqdefault.jpg" class="img-fluid" style="width:40%; padding: 10px;" alt="Responsive image">
<div class="card-body align-items-center d-flex justify-content-center">
<p class="card-text"><b style="color:black ;">How to setup PointMobile HHT device ?</b></p>
</div>
</div>
</div>
<div class="container">
<a href="./zebradevice.html">
<div class="card w-75" style="display: flex; flex-direction: row;">
<img src="https://img.youtube.com/vi/aGmCYlEoP9g/mqdefault.jpg" class="img-fluid" style="max-width:40%; padding: 10px;" alt="Responsive image">
<div class="card-body align-items-center d-flex justify-content-center">
<p class="card-text"><b style="color:black ;">How to setup Zebra HHT
device ? </b></p>
</div>
</div>
</div>
<div class="container">
<a href="./newland.html">
<div class="card w-75" style="display: flex; flex-direction: row;">
<img src="https://img.youtube.com/vi/IB9S2lC0Bio/mqdefault.jpg" class="img-fluid" style="max-width:40%; padding: 10px;" alt="Responsive image">
<div class="card-body align-items-center d-flex justify-content-center">
<p class="card-text"><b style="color:black ;">How to setup Newland HHT
device ? </b></p>
</div>
</div>
</div>
<div class="container">
<a href="./honeywell.html">
<div class="card w-75" style="display: flex; flex-direction: row;">
<img src="https://img.youtube.com/vi/IB9S2lC0Bio/mqdefault.jpg" class="img-fluid" style="max-width:40%; padding: 10px;" alt="Responsive image">
<div class="card-body align-items-center d-flex justify-content-center">
<p class="card-text"><b style="color:black ;">How to setup Honeywell HHT
device ? </b></p>
</div>
</div>
</div>
<div class="container">
<a href="./chainway.html">
<div class="card w-75" style="display: flex; flex-direction: row;">
<img src="https://img.youtube.com/vi/IB9S2lC0Bio/mqdefault.jpg" class="img-fluid" style="max-width:40%; padding: 10px;" alt="Responsive image">
<div class="card-body align-items-center d-flex justify-content-center">
<p class="card-text"><b style="color:black ;">How to setup Chainway HHT
device ? </b></p>
</div>
</div>
</div>
<div class="container">
<a href="./laserscanner.html">
<div class="card w-75" style="display: flex; flex-direction: row;">
<img src="./images/icon.png" class="img-fluid" style="max-width:40%; padding: 10px;" alt="Responsive image">
<div class="card-body align-items-center d-flex justify-content-center">
<p class="card-text"><b style="color:black ;">How setup OTG barcode scanner </b></p>
</div>
</div>
</div>
<div class="container">
<a href="./return.html">
<div class="card w-75" style="display: flex; flex-direction: row;">
<img src="https://img.youtube.com/vi/r5AIOP9G_Dw/mqdefault.jpg" class="img-fluid" style="max-width:40%; padding: 10px;" alt="Responsive image">
<div class="card-body align-items-center d-flex justify-content-center">
<p class="card-text"><b style="color:black ;">How to mark items as return from app ? </b></p>
</div>
</div>
</div>
<div class="container">
<a href="https://manumathew17.github.io/eetutorial/comingsoon.html">
<div class="card w-75" style="display: flex; flex-direction: row;">
<img src="./images/icon.png" class="img-fluid" style="max-width:20%; padding: 30px;" alt="Responsive image"> <div class="card-body align-items-center d-flex justify-content-center">
<p class="card-text"><b style="color:black ;">How to setup iData HHT
device ?</b></p>
</div>
</div>
</div>
<div class="container">
<a href="https://manumathew17.github.io/eetutorial/comingsoon.html">
<div class="card w-75" style="display: flex; flex-direction: row;">
<img src="./images/icon.png" class="img-fluid" style="max-width:20%; padding: 30px;" alt="Responsive image"> <div class="card-body align-items-center d-flex justify-content-center">
<p class="card-text"><b style="color:black ;">How to create manifests
in app?</b></p>
</div>
</div>
</div>
</body>
</html>