-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin-side.html
281 lines (246 loc) · 9.23 KB
/
admin-side.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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<style>
</style>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="index.html">Har Khui Shing</a></h1>
</div>
</header>
<div class="hero hero-single route bg-image" style="background-image: url(assets/img/counters-bg1.jpg)">
<div class="overlay-mf"></div>
<div class="hero-content display-table">
<div class="table-cell">
<div class="container">
<h2 class="hero-title mb-4">Admin's Documentation</h2>
</div>
</div>
</div>
</div>
<main id="main">
<div class="col-md-12">
<div class="widget-sidebar widget-tags">
<h5 class="sidebar-title">Tags</h5>
<div class="sidebar-content">
<ul>
<li>
<a href="#">PHP 8.2</a>
</li>
<li>
<a href="#">laravel 9</a>
</li>
<li>
<a href="#">javaScript</a>
</li>
<li>
<a href="#">Css</a>
</li>
<li>
<a href="#">HTML</a>
</li>
<li>
<a href="#">Photoshop</a>
</li>
<li>
<a href="#">Illustrator</a>
</li>
</ul>
</div>
</div>
</div>
<!-- ======= ERD Diagram ======= -->
<section class="blog-wrapper sect-pt4" id="blog">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="post-box">
<div class="post-thumb">
<blockquote class="blockquote">
<p class="mb-0"><H1>ERD Diagram</H1></p>
</blockquote>
<img src="assets/img/erd-diagram.jpg" class="img-fluid" alt="">
</div>
<div class="post-meta">
<ul>
<li>
<span class="bi bi-person"></span>
<a href="#">HKS</a>
</li>
</ul>
</div>
<div class="article-content">
<p class="mb-0">
This is the general flow of MySQL database queries,
which are routed through a web or application server to retrieve or modify data stored in the database
</p>
</div>
</div>
<!-- homepageimage -->
<div class="post-box">
<div class="post-thumb">
<blockquote class="blockquote">
<p class="mb-0"><H1>HOME</H1></p>
</blockquote>
<img src="assets/img/adminhome.jpg" class="img-fluid" alt="">
</div>
<div class="post-meta">
<ul>
<li>
<span class="bi bi-person"></span>
<a href="#">HKS</a>
</li>
</ul>
</div>
<div class="article-content">
<p class="mb-0">The first home page has four menu: DASHBOARD, PRODUCTS, CATEGORY and ORDER.
</p>
</div>
</div>
<!-- productimage -->
<div class="post-box">
<div class="post-thumb">
<blockquote class="blockquote">
<p class="mb-0"><H1>ADD PRODUCTS</H1></p>
</blockquote>
<img src="assets/img/addproduct.png" class="img-fluid" alt="">
</div>
<div class="post-meta">
<ul>
<li>
<span class="bi bi-person"></span>
<a href="#">HKS</a>
</li>
</ul>
</div>
<div class="article-content">
<p class="mb-0">
When accessing the 'Product' menu, you will be presented with two options.
By selecting the 'Add Product' option, you can easily add a new product to your store according to your preferences and requirements
</p>
</div>
</div>
<!-- productDetails -->
<div class="post-box">
<div class="post-thumb">
<blockquote class="blockquote">
<p class="mb-0"><H1>PRODUCTS STORE</H1></p>
</blockquote>
<img src="assets/img/showproduct.png" class="img-fluid" alt="">
</div>
<div class="post-meta">
<ul>
<li>
<span class="bi bi-person"></span>
<a href="#">HKS</a>
</li>
</ul>
</div>
<div class="article-content">
<p class="mb-0">
When accessing the 'Product' menu, you will be presented with two options.
By selecting the 'Show Product' option, you can easily edit and delete to your store according to your preferences and requirements
</p>
</div>
</div>
<!-- cart -->
<div class="post-box">
<div class="post-thumb">
<blockquote class="blockquote">
<p class="mb-0"><H1>CATEGORY</H1></p>
</blockquote>
<img src="assets/img/Category.png" class="img-fluid" alt="">
</div>
<div class="post-meta">
<ul>
<li>
<span class="bi bi-person"></span>
<a href="#">HKS</a>
</li>
</ul>
</div>
<div class="article-content">
<p class="mb-0">
When accessing the 'Category' menu
you can easily add and delete products to your store according to your preferences and requirements.
</p>
</div>
</div>
<!-- order -->
<div class="post-box">
<div class="post-thumb">
<blockquote class="blockquote">
<p class="mb-0"><H1>ORDER</H1></p>
</blockquote>
<img src="assets/img/adminOrder.png" class="img-fluid" alt="">
</div>
<div class="post-meta">
<ul>
<li>
<span class="bi bi-person"></span>
<a href="#">HKS</a>
</li>
</ul>
</div>
<div class="article-content">
<p class="mb-0">
When you navigate to the 'Category' menu, you can conveniently perform various actions such as generating PDFs,
sending emails to customers, and checking the status of orders including whether they are being processed or have been delivered
</p>
</div>
</div>
<div class="back">
<a href="index.html#show">
<button class="btn btn-primary" style="margin:5px 20px 10px 200px;">Back</button>
</a>
</div>
</div>
</div>
</div>
</section><!-- End Blog Single Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copyright-box">
<p class="copyright">© Copyright <strong>HKS</strong>. All Rights Reserved</p>
<div class="credits">
Designed by HarKhuiShing</a>
</div>
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>