-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject5.html
More file actions
191 lines (172 loc) · 7.11 KB
/
project5.html
File metadata and controls
191 lines (172 loc) · 7.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio Projects</title>
<link rel="stylesheet" href="projects.css">
<link rel="stylesheet" href="mediaqueries.css">
</head>
<body>
<section id="top-bar">
<p class="section__text__p1">See My Recent</p>
<h1 class="title">Projects</h1>
</section>
<section id="project">
<div class="project-title2">
<p>Kaizen Management System</p>
</div>
<div class="section__text">
<p class="section__text__p1">
During my internship at PT Mesin Isuzu Indonesia, I was assigned to the HR department with
the task of developing a Kaizen Management System. This web-based application was designed
to digitalize the company's suggestion system program.
</p>
</div>
<div class="section-flex-container">
<div class="section__text">
<h3>Responsibilities</h3>
<ul>
<li>Served as full-stack developer, implementing the MVC architecture</li>
<li>Implemented libraries such as DOMPDF, PHPMailer, and PHPOffice<br>to enhance system functionality</li>
<li>Collaborated with HR department to gather<br>requirements and conduct system reviews</li>
<li>Created user documentation to facilitate system adoption</li>
</ul>
</div>
<br>
<div class="section__text2">
<h3>Technologies Used</h3>
<ul>
<li>Code Igniter 3</li>
<li>MySQL and phpMyAdmin</li>
<li>Composer</li>
<li>Laragon</li>
<li>Visual Studio Code</li>
</ul>
</div>
</div>
<br>
<div class="section__text"></div>
<p class="section__text__p1">
Kaizen Management System is a digital platform where employees can submit their
ideas for improving various aspects of the company's activities and facilities.
Once submitted, these suggestions undergo an evaluation process that involves multiple levels of management.
</p>
</div>
<br>
<div class="details-container">
<h3>Dashboard Page</h3>
<img src="./assets/kmsdashboard.png" alt="KMS Dashboard" class="project-img1">
</div>
<br>
<div class="details-container">
<h3>Add SS Form Page</h3>
<img src="./assets/kmsadd.png" alt="KMS Add Form" class="project-img1">
</div>
<br>
<div class="details-container">
<h3>SS Form List Page</h3>
<img src="./assets/kmsformlist.png" alt="KMS Form List" class="project-img1">
</div>
<div class="section-flex-container">
<div class="details-container">
<h3>Assessment Box</h3>
<img src="./assets/kmsassmt.png" alt="KMS Assessment Box" class="project-img">
</div>
<div class="details-container">
<h3>Approval Box</h3>
<img src="./assets/kmsapp.png" alt="KMS Approval Box" class="project-img">
</div>
</div>
<div class="details-container">
<h3>SS Form History</h3>
<div class="section-flex-container">
<img src="./assets/kmshist.png" alt="SS History" class="project-img8">
<img src="./assets/kmshist2.png" alt="SS History2" class="project-img8">
</div>
</div>
<br>
<div class="details-container">
<h3>Best SS Page</h3>
<img src="./assets/kmsbest.png" alt="KMS Form List" class="project-img">
</div>
<br>
<div class="details-container">
<h3>User Guideline</h3>
<img src="./assets/kmsguide.png" alt="KMS Form List" class="project-img">
</div>
<br>
</section>
<section id="other-projects">
<P class="section__text__p1">Browse My Other</P>
<h1 class="title">Projects</h1>
<div class="project-cards-container">
<div class="details-container color-container">
<div class="article-container">
<img src="./assets/yspproject.jpeg"
alt="project1.png"
class="project-img9">
</div>
<h2 class="experience-sub-title project-title">Website for Yasporbi Middle School</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn"
onclick="location.href='project1.html'">See More
</button>
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<img src="./assets/dwhproject.jpg"
alt="project1.png"
class="project-img9">
</div>
<h2 class="experience-sub-title project-title">Data Warehouse & Stored Procedure</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn"
onclick="location.href='project2.html'">See More
</button>
</div>
</div>
</div>
<br>
<div class="project-cards-container">
<div class="details-container color-container">
<div class="article-container">
<img src="./assets/NER (1).jpg"
alt="project1.png"
class="project-img9">
</div>
<h2 class="experience-sub-title project-title">Named Entity Recognition</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn"
onclick="location.href='project3.html'">See More
</button>
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<img src="./assets/WebApp.jpg"
alt="project1.png"
class="project-img9">
</div>
<h2 class="experience-sub-title project-title">Budget Tracker Web App</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn"
onclick="location.href='project4.html'">See More
</button>
</div>
</div>
</div>
</section>
<section id="menu">
<p class="section__text__p1">Or Go Back to</p>
<br>
<div class="btn-container">
<button class="btn btn-color-1"
onclick="location.href='index.html'">
<h1>Main Page</h1>
</button>
</div>
</section>
</body>
</html>