-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommerceManager.html
More file actions
358 lines (331 loc) · 21.9 KB
/
commerceManager.html
File metadata and controls
358 lines (331 loc) · 21.9 KB
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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Ceaser - Commerce Manager</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Premium Bootstrap 4 Landing Page Template" />
<meta name="keywords" content="bootstrap 4, premium, marketing, multipurpose" />
<meta content="Shreethemes" name="author" />
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Magnific -->
<link href="css/magnific-popup.css" rel="stylesheet" type="text/css" />
<!-- Icon -->
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<!-- SLICK SLIDER -->
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<link rel="stylesheet" href="css/owl.theme.css"/>
<link rel="stylesheet" href="css/owl.transitions.css"/>
<!-- Custom Css -->
<link href="css/style.css" rel="stylesheet" type="text/css" id="theme-opt" />
<link href="css/colors/default.css" rel="stylesheet" id="color-opt">
</head>
<body>
<!-- Loader -->
<div id="preloader">
<div id="status">
<div class="logo">
<img src="images/logo.png" height="20" class="d-block mx-auto" alt="">
</div>
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
<!-- Loader -->
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg fixed-top navbar-custom navbar-light sticky">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" height="16" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span data-feather="menu" class="fea icon-md"></span>
</button><!--end button-->
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav navbar-nav-link mx-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link" href="#resume">Resume</a>
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link" href="#news">Blog</a>
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li><!--end nav item-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="javascript:void(0)" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pages
</a>
<div class="dropdown-menu rounded m-0" aria-labelledby="navbarDropdown">
<div class="container mx-0 mx-md-0">
<div class="row">
<div class="col-md-12">
<a class="dropdown-item" href="page-blog.html">Blog</a>
<a class="dropdown-item" href="page-blog-detail.html">Blog Detail</a>
<a class="dropdown-item" href="page-portfolio.html">Portfolio</a>
<a class="dropdown-item" href="page-portfolio-detail.html">Portfolio Detail</a>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</div>
</li><!--end nav item-->
</ul>
<ul class="list-unstyled mb-0 mt-2 mt-sm-0 social-icon">
<li class="list-inline-item"><a href="https://www.github.com/CeaserH"><i class="mdi mdi-github-box"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/ceaser-hernandez-b9237163/"><i class="mdi mdi-linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://www.twitter.com/codeCeaser"><i class="mdi mdi-twitter"></i></a></li>
</ul>
</div>
</div><!--end container-->
</nav><!--end navbar-->
<!-- Navbar End -->
<!-- Home Start -->
<section class="bg-half d-table w-100" style="background: url('images/home/bg-pages.jpg')center center;">
<div class="container">
<div class="row mt-5 justify-content-center">
<div class="col-lg-12 text-center">
<div class="page-next-level">
<h4 class="title"> Project Name </h4>
<ul class="page-next bg-light d-inline-block py-2 px-4 mt-3 rounded mb-0">
<li><a href="index.html" class="text-dark">Ceaser</a></li>
<li><a href="page-portfolio.html" class="text-dark">Portfolio</a></li>
<li>
<span class="text-primary"> Portfolio Detail</span>
</li>
</ul>
</div>
</div> <!--end col-->
</div><!--end row-->
</div> <!--end container-->
</section><!--end section-->
<!-- Home End -->
<!-- Work Start -->
<section class="section">
<div class="container">
<div class="row">
<!-- WORK START -->
<div class="col-lg-7 col-md-6 order-2 order-md-1 mt-4 mt-sm-0 pt-2 pt-sm-0">
<div class="row mr-lg-4">
<div class="col-lg-12">
<div class="work-details">
<h4 class="title mb-3 border-bottom pb-3">Commerce Manager :</h4>
<p class="text-muted">A simple inventory management tool. You can add items into your inventory and it is given a specific id per item by mongoDB. You may add quantity, item name, and item price. You are also able to edit each item and modify price or quantity. You are also able to remove the item from the database in the case you will no longer hold that item. </p>
</div>
</div><!--end col-->
<div class="col-lg-7 mt-4 pt-2">
<div class="work-details bg-light p-4">
<h4 class="title border-bottom pb-3 mb-3">Project Info :</h4>
<ul class="list-unstyled mb-0">
<li class="mt-3">
<b>Client :</b>
<span>Coding Dojo MEAN Belt</span>
</li>
<li class="mt-3">
<b>Category :</b>
<span>Web Application</span>
</li>
<li class="mt-3">
<b>Subject :</b>
<span>Application Tool</span>
</li>
<li class="mt-3">
<b>Date :</b>
<span>22nd November, 2019</span>
</li>
<li class="mt-3">
<b>Demo :</b>
<span><a href="" target="_blank" class="text-primary">Coming Soon</a></span>
</li>
<li class="mt-3">
<b>Tech Tools :</b>
<span>JavaScript, HTML, CSS, Bootstrap, Angular, MongoDB, Express.js, Mongoose.js, Node.js</span>
</li>
</ul>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end col-->
<div class="col-lg-5 col-md-6 order-1 order-md-2">
<div class="port-images sticky-sidebar">
<img src="images/portfolio/2.jpg" class="img-fluid mx-auto d-block rounded" alt="img">
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row mt-4 pt-2">
<div class="col-12">
<ul class="pagination justify-content-center mb-0 list-unstyled">
<li><a href="tipCalc.html" class="pr-3 pl-3 pt-2 pb-2"> <i class="mdi mdi-chevron-left"></i> Prev</a></li>
<li><a href="page-portfolio.html" class="pr-3 pl-3 pt-2 pb-2"><i class="mdi mdi-home"></i> Home</a></li>
<li><a href="personalPort.html" class="pr-3 pl-3 pt-2 pb-2">Next <i class="mdi mdi-chevron-right"></i></a></li>
</ul><!--end pagination-->
</div><!--end col-->
</div>
</div><!--end container-->
<div class="container mt-100 mt-60">
<div class="row justify-content-center">
<div class="col-12 text-center">
<div class="section-title">
<div class="titles">
<h4 class="title title-line text-uppercase mb-4 pb-4">Latest News & Blog</h4>
<span></span>
</div>
<p class="text-muted mx-auto para-desc mb-0">Here are some things I found interesting.</p>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="blog-post rounded shadow" data-aos="fade-up">
<img src="images/blog/01.jpg" class="img-fluid rounded-top" alt="">
<div class="content pt-4 pb-4 p-3">
<ul class="list-unstyled d-flex justify-content-between post-meta">
<li><i data-feather="user" class="fea icon-sm mr-1"></i><a href="https://www.theverge.com/authors/tom-warren" class="text-dark">Tom Warren</a></li>
<li><i data-feather="tag" class="fea icon-sm mr-1"></i><a href="https://www.theverge.com/" class="text-dark">The Verge</a></li>
</ul>
<h5 class="mb-3"><a href="https://www.theverge.com/2020/6/29/21306674/github-down-errors-outage-june-2020" class="title text-dark">GitHub went down for two hours, affecting thousands of software developers</a></h5>
<ul class="list-unstyled mb-0 pt-3 border-top d-flex justify-content-between">
<li><a href="https://www.theverge.com/2020/6/29/21306674/github-down-errors-outage-june-2020" class="text-dark">Read More <i data-feather="chevron-right" class="fea icon-sm"></i></a></li>
<li><i class="mdi mdi-calendar-edit mr-1"></i>29th June, 2020</li>
</ul>
</div><!--end content-->
</div><!--end blog post-->
</div>
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="blog-post rounded shadow" data-aos="fade-up">
<img src="images/blog/02.jpg" class="img-fluid rounded-top" alt="">
<div class="content pt-4 pb-4 p-3">
<ul class="list-unstyled d-flex justify-content-between post-meta">
<li><i data-feather="user" class="fea icon-sm mr-1"></i><a href="https://www.techradar.com/author/darren-allan" class="text-dark">Darren Allen</a></li>
<li><i data-feather="tag" class="fea icon-sm mr-1"></i><a href="https://www.techradar.com/" class="text-dark">techradar</a></li>
</ul>
<h5 class="mb-3"><a href="https://www.techradar.com/news/computex-2020-is-officially-canceled-due-to-covid-19" class="title text-dark">Computex 2020 is officially canceled due to Covid-19</a></h5>
<ul class="list-unstyled mb-0 pt-3 border-top d-flex justify-content-between">
<li><a href="https://www.techradar.com/news/computex-2020-is-officially-canceled-due-to-covid-19" class="text-dark">Read More <i data-feather="chevron-right" class="fea icon-sm"></i></a></li>
<li><i class="mdi mdi-calendar-edit mr-1"></i>12th June, 2020</li>
</ul>
</div><!--end content-->
</div><!--end blog post-->
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="blog-post rounded shadow" data-aos="fade-up">
<img src="images/blog/03.jpg" class="img-fluid rounded-top" alt="">
<div class="content pt-4 pb-4 p-3">
<ul class="list-unstyled d-flex justify-content-between post-meta">
<li><i data-feather="user" class="fea icon-sm mr-1"></i><a href="https://www.pcworld.com/author/Alaina-Yee/" class="text-dark">Alaina Yee</a></li>
<li><i data-feather="tag" class="fea icon-sm mr-1"></i><a href="https://www.pcworld.com/" class="text-dark">PCWorld</a></li>
</ul>
<h5 class="mb-3"><a href="https://www.pcworld.com/article/3546308/how-to-set-up-a-dual-pc-stream-for-twitch-or-youtube.html" class="title text-dark">How to set up two PCs for streaming to Twitch or YouTube</a></h5>
<ul class="list-unstyled mb-0 pt-3 border-top d-flex justify-content-between">
<li><a href="https://www.pcworld.com/article/3546308/how-to-set-up-a-dual-pc-stream-for-twitch-or-youtube.html" class="text-dark">Read More <i data-feather="chevron-right" class="fea icon-sm"></i></a></li>
<li><i class="mdi mdi-calendar-edit mr-1"></i>11th June, 2020</li>
</ul>
</div><!--end content-->
</div><!--end blog post-->
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
<div class="row">
<div class="col-md-4 mt-4 pt-2">
<!-- Commented out Phone for potential use later -->
<!-- <div class="contact-detail text-center" data-aos="fade-up">
<div class="icon">
<i data-feather="phone" class="fea icon-md"></i>
</div>
<div class="content mt-4">
<h5 class="title text-uppercase">Phone</h5>
<p class="text-muted">Reach out to me by phone call or text message. If I don't answer, please leave a message.</p>
<a href="tel:+1 (707) 590-5993" class="text-primary">+1 (707) 590-5993</a>
</div>
</div> -->
</div>
<!--end col-->
<div class="col-md-4 mt-4 pt-2">
<div class="contact-detail text-center">
<div class="icon">
<i data-feather="mail" class="fea icon-md"></i>
</div>
<div class="content mt-4">
<h5 class="title text-uppercase">Email</h5>
<p class="text-muted">Send me an email with all your inquiries. Thank you!</p>
<a href="mailto:ceaser.r.hernandez@gmail.com" class="text-primary">ceaser.r.hernandez@gmail.com</a>
</div>
</div>
</div><!--end col-->
<div class="col-md-4 mt-4 pt-2">
<!-- Commented out Location for potential use later -->
<!-- <div class="contact-detail text-center">
<div class="icon">
<i data-feather="map-pin" class="fea icon-md"></i>
</div>
<div class="content mt-4">
<h5 class="title text-uppercase">Location</h5>
<p class="text-muted">Bay Area <br>California, USA</p>
<a href="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1612502.511845104!2d-123.54149079038609!3d37.87388356475237!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808583a3a688d7b5%3A0x8c891b8457461fa9!2sSan%20Francisco%20Bay%20Area%2C%20CA!5e0!3m2!1sen!2sus!4v1591845165157!5m2!1sen!2sus" class="video-play-icon text-primary">View on Google map</a>
</div>
</div> -->
</div>
<!-- end col -->
</div><!--end row-->
</section><!--end section-->
<!-- Contact End -->
<!-- Footer Start -->
<footer class="footer bg-dark">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<a href="#"><img src="images/logo-light.png" height="20" alt=""></a>
<p class="para-desc mx-auto mt-5">Obviously I'm a Web Designer. Experienced with all stages of the development cycle for dynamic web projects.</p>
<ul class="list-unstyled mb-0 mt-4 social-icon">
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-facebook"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-twitter"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-instagram"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-vimeo"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-google-plus"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-linkedin"></i></a></li>
</ul>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</footer><!--end footer-->
<footer class="footer footer-bar bg-dark">
<div class="container text-foot text-center">
<p class="mb-0">© 2019-20 Cristino. Design with <i class="mdi mdi-heart text-danger"></i> by <a href="http://www.shreethemes.in" target="_blank" class="text-success">Shreethemes</a>.</p>
</div><!--end container-->
</footer><!--end footer-->
<!-- Footer End -->
<!-- Back to top -->
<a href="#" class="back-to-top rounded text-center" id="back-to-top">
<i class="mdi mdi-chevron-up d-block"> </i>
</a>
<!-- Back to top -->
<!-- javascript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrollspy.min.js"></script>
<!-- SLIDER -->
<script src="js/owl.carousel.min.js "></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific.init.js"></script>
<!-- Feather icon -->
<script src="js/feather.min.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
</html>