-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
573 lines (477 loc) · 27.1 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
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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>[Team 4] Vending Machine Sales</title>
<!-- icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<!-- DataTables CSS -->
<link rel="stylesheet" href="https://cdn.datatables.net/1.11.3/css/jquery.dataTables.min.css">
<!-- vending style -->
<link rel="stylesheet" href="src/css/style.css">
<link rel="stylesheet" href="src/css/responsive.css">
<link rel="stylesheet" href="src/css/main.css">
<link rel="stylesheet" href="src/css/about-us.css">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- favicon -->
<link rel="icon" href="src/img/2-removebg-preview_2-removebg-preview.png">
</head>
<body>
<!-- SIDEBAR -->
<aside id="side-bar">
<header class="sidebar-header">
<img src="src/img/2-removebg-preview_2-removebg-preview.png" alt="vendinglogo" class="icon">
<h4>BRUNSWICK SQ MALL VENDING MACHINE</h4>
<section>
<i class='bx bx-menu toogle-btn'></i>
</section>
</header>
<h5>
MENU
</h5>
<nav class="nav-sidebar">
<!-- <section> -->
<ul>
<li>
<a href="#dashboard" class="list-item">
<img src="src/img/dashicon.png" alt="dashimage" class="icon2">
<label for="dash" class="description">Dashboard</label>
</a>
</li>
<li>
<a href="#analytics" class="list-item">
<img src="src/img/analytics-xxl.png" alt="teamreportimage" class="icon2">
<label for="analytics" class="description"> Data Analytics</label>
</a>
</li>
<li>
<a href="#conc-rec" class="list-item">
<img src="src/img/recommendation.svg" alt="aboutusimage" class="icon2">
<label for="conreq" class="description">Conclusion & Recommendation</label>
</a>
</li>
<li>
<a href="#about_us" class="list-item">
<img src="src/img/about-svgrepo-com.svg" alt="aboutusimage" class="icon2">
<label for="aboutus" class="description">About Us</label>
</a>
</li>
</ul>
</nav>
</aside>
<!-- SIDEBAR -->
<!-- CONTENT -->
<main id="content">
<header class="head-main">
<section class="logoo">
<section class="team4">
<a href="#about_us">
<img src="src/img/logoteam.png" alt="profilepict" class="profile">
</a>
</section>
<section class="font">
<label>Team IV</label> <label class="jayapura">Jayapura</label>
</section>
</section>
<section>
<img src="src/img/moon.png" id="icn">
</section>
</header>
<main class="main_content">
<!--DASHBOARD-->
<section class="dash-head">
<h3>
Dashboard
</h3>
<article class="filt">
<select name="filter" id="filter">
<option value="default">Filter</option>
<option value="BSQ Mall x1366 - ATT">BSQ Mall x1366-ATT</option>
<option value="BSQ Mall x1364 - Zales">BSQ Mall x1366-Zales</option>
</select>
</article>
</section>
<ul class="card-score">
<article id="score-card" class="box-scorecard">
<img src="src/img/card1.svg" alt="scoreicon" class="scorecard">
<div class="value">
<span id="sales-per-day"></span>
<label for="sales-per-day"> Sales Per Day</label>
</div>
</article>
<article id="score-card" class="box-scorecard">
<img src="src/img/card3.svg" alt="scoreicon" class="scorecard">
<div class="value">
<span id="total-product-sold"></span>
<label for="sales-per-day">Total Product Sold</label>
</div>
</article>
<article id="score-card" class="box-scorecard">
<img src="src/img/card2.svg" alt="scoreicon3" class="scorecard">
<div class="value">
<span id="total-revanue"></span>
<label for="sales-per-day">Total Revenue</label>
</div>
</article>
</ul>
<section class="chart" id="dashboard">
<section class="chart-grid">
<article class="c">
<label for="chart1" id="myChart">Top Category Per Month</label>
<div class="chart_wrapper">
<canvas id="chartbar"></canvas>
</div>
</article>
<article class="c">
<label for="chart2" id="myChart">Top 10 Most Sold Product</label>
<div class="chart_wrapper">
<canvas id="chartproduct"></canvas>
</div>
</article>
<article class="c">
<label for="chart3">Average Price Per Product</label>
<!-- <canvas id="chart3"></canvas> -->
<table id="tabelchart" class="display" style="width:100%"></table>
</article>
<article class="c">
<label for="chart4" id="myChart">Average Transaction Value Per Payment Method</label>
<!-- <canvas id="chart4"></canvas> -->
<div class="chart_wrapper">
<canvas id="piechart"></canvas>
</div>
</article>
</section>
<!-- Modal ith the chart -->
<article id="myModal" class="modal c">
<span class="close">×</span>
<label id="caption" for="chart1">Top Category Per Month</label>
<canvas id="chartbarModal" class="modal-content"></canvas>
</article>
<article id="myModal" class="modal c">
<span class="close">×</span>
<label id="caption" for="chart2">Top 10 Most Sold Product</label>
<canvas id="chartProductModal" class="modal-content"></canvas>
</article>
<article id="myModal" class="modal c">
<span class="close">×</span>
<label id="caption" for="chart2">Average Transaction Value Per Payment Method</label>
<canvas id="piechartModal" class="modal-content"></canvas>
</article>
</section>
<!--ANALYTICS-->
<section class="title-menu">
<h3 id="analytics">
Data Analytics
</h3>
</section>
<section class="analytics-box">
<article class="analytics1">
<h4>Background Brunswick Square Mall</h4>
<p>Brunswick Square mall is a single story shopping mall located in East Brunswick, New Jersey, at
the intersection of Route 18 and Rues Lane. This mall has a strategic location where pedestrians
pass every day of the week. Brunswick Square Mall is the right choice if you want to spend time
with your family because the facilities provided are family friendly and this mall is a suitable
destination for all ages. Not only that, Brunswick Square Mall also provides free parking and
access to get there can be done using public transportation. Brunswick Square Mall also provides
two vending machines, namely BSQ Mall x1364 - Zales & BSQ Mall x1366 - ATT. Even though its
position is profitable, revenues at the Brunswick Square Mall were relatively lower for the year
in 2022 when compared to vending machines in other public places.</p>
</article>
<article class="analytics1">
<h4>Project Background</h4>
<div class="container">
<div class="card">
<canvas id="chartbartotal"></canvas>
<p>Increasing average revenue peaks in Juni</p>
</div>
<div class="card">
<canvas id="chartlinetotal"></canvas>
<p>Increasing revenue shows an uptren</p>
</div>
</div>
</article>
<table class="problem">
<tr>
<th>PROBLEM STATEMENT</th>
<td>How to increase the average vending machine revenue by 5% at Brunswick SQ Mall, from January
1, 2023 to June 30, 2023?</td>
</tr>
</table>
</section>
<!--CONCLUSION & RECOMMENDATION-->
<section class="title-menu">
<h3 id="conc-rec">
Conclusion & Recommendation
</h3>
</section>
<section class="C-R">
<article class="conc-recom">
<h3 class="judul-cr">Conclusion</h3>
<ol>
<li>Adding variety without considering customer preferences can increase the risk of low
demand and stock wastage.</li>
<li>Poland spring water occupies the first position in the most popular products because
consumers are looking for healthier beverages with a natural filtered spring water
source.</li>
<li>Affordable pricing is much sought after by consumers because it allows consumers with
various income levels and financial priorities to access the products they need or want.
</li>
<li>The availability of various payment methods in vending machines attracts consumers who
prefer to use credit due to user-friendliness and the ease and speed of transactions.
Credit payment methods account for 54% of the total, which is a larger share compared to
cash payments, which reach 46%.</li>
</ol>
</article>
<article class="conc-recom2">
<h3 class="judul-cr">Recommendation</h3>
<ol>
<li>Conduct further market research to understand more specific consumer preferences and
trends.</li>
<li>Offer sales strategies such as discounts for popular products during certain periods.
</li>
<li>Place affordably priced products in easily accessible positions to optimize inventory,
which should always be available in sufficient quantities.</li>
<li>Introduce credit payment methods to reach different types of consumers and diversify
through QR codes, mobile banking, virtual accounts, and e-wallets.</li>
</ol>
</article>
</section>
<!--About US-->
<section class="title-menu">
<h3 id="about_us">
About Us
</h3>
<BR>
<div class="wrapper">
<!-- untuk home -->
<section class="story" id="home">
<div class="kolom">
<h2>Our Story of Team 4</h2>
<p>
Welcome to Group 4 Section Jayapura Independent Study PT Revolusi Cita Edukasi.
Find out our story in building a capstone project where we are a business data analytics
group for a Vending Machine company.
</p>
</div>
<img src="src/img/About Us/Tim-SE.jpeg" alt="Teamwork Quotes" class="transparan"/>
</section>
<section class="about" id="courses">
<img src="src/img/About Us/tim DA2.jpeg" alt="Teamwork Quotes" class="transparan"/>
<div class="kolom">
<h2>About Team 4</h2>
<p>
We are Team 4 data analytics Section Jayapura PT Revolusi Cita Edukasi dedicated
to exploring the meaning of every data point. With a rigorous approach and sophisticated
algorithms, we turn raw data into valuable insights for your business. We believe that
hidden within every dataset is great potential, and we are committed to helping you
unlock it for greater success.
</p>
</div>
</section>
<!-- <div class="card">
<div class="card-body"> -->
<section class="garis">
<div class="timeline">
<!-- Your timeline content goes here -->
<div class="container">
<div class="timeline">
<div class="timeline-event">
<div class="timeline-content">
<h3>Business understanding</h3>
<p class="date">
<i class="fa fa-calendar" aria-hidden="true"></i> March 6 2024 - March
21 2024
</p>
<p>
Determine the problem statement for a capstone project aimed at increasing the average vending machine revenue by 5% at Brunswick SQ Mall, from January 1, 2023 to June 30, 2023 Analyze the background and main causes of the current sales situation.
</p>
</div>
</div>
<div class="timeline-event">
<div class="timeline-content">
<h3>Data Cleaning</h3>
<p class="date">
<i class="fa fa-calendar" aria-hidden="true"></i> 26 Maret 2024 - 4
April 2024
</p>
<p>
Cleaning data in the Spreadsheet to tidy up and correct the data to be performed by the analyst. The result is data that is ready to use after checking for duplicates, missing values, and outliers by category and average Rprice with standard deviation and IQR.
</p>
</div>
</div>
<div class="timeline-event">
<div class="timeline-content">
<h3>Data Analyst</h3>
<p class="date"><i class="fa fa-calendar" aria-hidden="true"></i> April
4-April 17 2024</p>
<p>
Data Analysts interpret data to support business decisions by analyzing patterns and trends from various sources, and using queries to strengthen arguments in decision making.
</p>
</div>
</div>
<div class="timeline-event">
<div class="timeline-content">
<h3>Data Visualization</h3>
<p class="date"><i class="fa fa-calendar" aria-hidden="true"></i> April 17,
2024 – April 19, 2024</p>
<p>
Creating and designing displays of analyzed data to facilitate communication between related parties. Data visualization provides useful information for business purposes, where decision makers can easily see and understand the company's work.
</p>
</div>
</div>
<div class="timeline-event">
<div class="timeline-content">
<h3>Data Communication </h3>
<p class="date"><i class="fa fa-calendar" aria-hidden="true"></i> 19 April
2024</p>
<p>
Create and select data on slides to show the results of data analysis in the decision-making process in an easy-to-understand manner for relevant stakeholders as a basis for strengthening business decision-making arguments.
</div>
</div>
</div>
</div>
</section>
</div>
<section id="about">
<h2>MEET OUR GREAT TEAM</h2>
<p class="desc_about">A team called Team 4 - Jayapura which consists of 13 people from various different divisions</p>
<article class="team-grid">
<figure class="row">
<div class="team-member central-member">
<img src="src/img/About Us/reyhan.jpeg" alt="Reyhan Fahrezi Maulana">
<h5 class="name">Reyhan Fahrezi M</h5>
<p class="job">Project Leader DA</p>
<p class="job">&</p>
<p class="job">Deployment Team</p>
</div>
<div class="team-member central-member">
<img src="src/img/About Us/ghozi.jpeg" alt="Ghozi Abdullah">
<h5 class="name">Ghozi Abdullah</h5>
<p class="job">Project Leader SE</p>
<p class="job">&</p>
<p class="job">Data Communication</p>
</div>
</figure>
<figure class="row">
<div class="team-member">
<img src="src/img/About Us/kirana.jpeg" alt="Intania Syahla Kirana">
<h5 class="name">Intania S Kirana</h5>
<p class="job">Data Visualization</p>
<p class="job">&</p>
<p class="job">Front End Engineering</p>
</div>
<div class="team-member">
<img src="src/img/About Us/qolbi.jpeg" alt="Qalbi Karunia">
<h5 class="name">Qalbi Karunia</h5>
<p class="job">Data Cleaning</p>
<p class="job">&</p>
<p class="job">Front End Engineering</p>
</div>
<div class="team-member">
<img src="src/img/About Us/alya.jpeg" alt="Alyatisa">
<h5 class="name">Alyatisa</h5>
<p class="job">Data Communication</p>
<p class="job">&</p>
<p class="job">Front End Engineering</p>
</div>
<div class="team-member">
<img src="src/img/About Us/naufal.jpeg" alt="Naufal Nurrohmat">
<h5 class="name">Naufal Nurrohmat</h5>
<p class="job">Data Cleaning</p>
<p class="job">&</p>
<p class="job">Front End Engineering</p>
</div>
<div class="team-member">
<img src="src/img/About Us/dimas.jpeg" alt="Dimas Agustia Samsudin">
<h5 class="name">Dimas Agustia S</h5>
<p class="job">Data Analyst</p>
<p class="job">&</p>
<p class="job">Front End Engineering</p>
</div>
</figure>
<figure class="row">
<div class="team-member">
<img src="src/img/About Us/lydia.jpeg" alt="Lydia Yuliantika">
<h5 class="name">Yuli</h5>
<p class="job">Data Visualization</p>
<p class="job">&</p>
<p class="job">Pitch Deck Team</p>
</div>
<div class="team-member">
<img src="src/img/About Us/hilary.jpeg" alt="Hilary Gita Wangi">
<h5 class="name">Hilary Gita Wangi</h5>
<p class="job">Data Analyst</p>
<p class="job">&</p>
<p class="job">Pitch Deck Team</p>
</div>
<div class="team-member">
<img src="src/img/About Us/ifah.jpeg" alt="Ifah Fatmawati">
<h5 class="name">Ifah Fatmawati</h5>
<p class="job">Data Cleaning</p>
<p class="job">&</p>
<p class="job">Pitch Deck Team</p>
</div>
<div class="team-member">
<img src="src/img/About Us/alid.jpeg" alt="Muhammad Alid Rizky Ma'aly">
<h5 class="name">M Alid Rizky Ma`Aly</h5>
<p class="job">Data Analyst</p>
<p class="job">&</p>
<p class="job">Quality Assurance</p>
</div>
<div class="team-member">
<img src="src/img/About Us/anisa.jpeg" alt="Anisa Rahmawati">
<h5 class="name">Anisa Rahmawati</h5>
<p class="job">Data Visualization</p>
<p class="job">&</p>
<p class="job">Quality Assurance</p>
</div>
<div class="team-member">
<img src="src/img/About Us/hailar.jpeg" alt="Hailar Kharisma">
<h5 class="name">Hailar Kharisma Z</h5>
<p class="job">Data Communication</p>
<p class="job">&</p>
<p class="job">Quality Assurance</p>
</div>
</figure>
</article>
<!-- <div class="logo-bottom">
<img src="src/img/About Us/IMG_6495.jpg" alt="Jayapura IV Logo">
</div> -->
</section>
</section>
<!--About US-->
</main>
<!-- FOOTER -->
<footer class="footer">
<section class="cite">
<article>
Copyright ©2024; Designed by Jayapura Team 4
</article>
</section>
<section class="media">
<section class="socialIcn">
<a href="https://www.instagram.com/team4jayapura?igsh=NXY1dmZkb3c0M2Qz" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="https://github.com/Kampus-Merdeka-Software-Engineering/km-feb24-jayapura-4" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://mail.google.com/mail/?view=cm&fs=1&to=team4.jayapura@gmail.com" rel="noopener" target="_blank"><i class='bx bxl-gmail'></i></a>
</section>
</section>
</footer>
<!-- FOOTER -->
</main>
<!-- CONTENT -->
<!-- Script Javascript -->
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="src/js/index.js"></script>
<script src="src/js/darkmode.js"></script>
<script src="src/js/dashboard.js"></script>
<script src="src/js/projectBackground.js"></script>
<script src="src/js/scorecard.js"></script>
<!-- DataTables JS -->
<script src="https://cdn.datatables.net/1.11.3/js/jquery.dataTables.min.js"></script>
</body>
</html>