-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportofolio-inventarisRAP.html
444 lines (401 loc) · 10.9 KB
/
portofolio-inventarisRAP.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
<style type="text/css">
@import url("https://fonts.googleapis.com/css?family=Baloo+Chettan+2&display=swap");
.body2::-webkit-scrollbar {
width: 0.5em;
}
.body2::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgb(167 167 167 / 41%);
background-color: #061e29;
}
.body2::-webkit-scrollbar-thumb {
background-color: #00f1ffab;
}
.body2 {
font-family: "Baloo Chettan 2";
color: #e5e5e5;
margin: 2%;
text-align: justify;
padding: 3%;
}
.body2 a {
color: dodgerblue;
}
/* table wisata ...................*/
.twisata {
}
.twisata tr {
background: linear-gradient(90deg, #1193a1, transparent);
color: white;
font-weight: 900;
border: 3px solid #ffffff;
}
.twisata tr td {
}
.twisata tr td span {
background: #bdffda;
font-weight: 900;
padding: 1px 6px;
border-radius: 5px;
color: #08102b;
}
/* wisata-container ...................*/
.container-wisata {
box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
display: flex;
width: 100%;
padding: 1% 0%;
box-sizing: border-box;
height: 50vh;
border-radius: 10px;
}
.boxwisata {
flex: 1;
overflow: hidden;
transition: 0.5s;
margin: 1px 1%;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
line-height: 0;
}
.boxwisata > img {
width: 200%;
height: calc(100% - 10vh);
object-fit: cover;
transition: 0.5s;
height: 100% !important;
}
.boxwisata > span {
position: relative;
left: 7px;
font-size: xx-small;
color: #f5fff7 !important;
bottom: 20px;
white-space: nowrap;
background-color: rgb(1 118 74 / 20%);
padding: 0 6px 0 4px;
border-radius: 0 10px 10px 0;
}
.boxwisata:hover {
flex: 1 1 50%;
}
.boxwisata:hover > img {
width: 100%;
height: 100%;
}
.btn-portofolio {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
font-family: inherit;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.4px;
color: #7e97b8;
background-color: #e0e8ef;
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: rgba(255, 255, 255, 0.333);
border-radius: 40px;
padding: 16px 24px 16px 28px;
transform: translate(0px, 0px) rotate(0deg);
transition: 0.2s;
box-shadow: -4px -2px 16px 0px #ffffff,
4px 2px 16px 0px rgb(95 157 231 / 48%);
}
.btn-portofolio:hover {
color: #516d91;
background-color: #e5edf5;
box-shadow: -2px -1px 8px 0px #ffffff, 2px 1px 8px 0px rgb(95 157 231 / 48%);
}
.btn-portofolio:active {
box-shadow: none;
}
.btn-git {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
font-family: inherit;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.4px;
color: #7e97b8;
background-color: #e0e8ef;
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: rgba(255, 255, 255, 0.333);
border-radius: 0px 40px 40px 0px;
padding: 16px 24px 16px 28px;
transform: translate(0px, 0px) rotate(0deg);
transition: 0.2s;
box-shadow: -4px -2px 16px 0px #ffffff,
4px 2px 16px 0px rgb(95 157 231 / 48%);
}
.btn-git:hover {
color: #516d91;
background-color: #000000;
box-shadow: -2px -1px 8px 0px #ffffff, 2px 1px 8px 0px rgb(95 157 231 / 48%);
}
.btn-git:active {
box-shadow: none;
}
.flex {
display: flex;
}
.flex a {
width: 100%;
}
</style>
<div class="container-wisata">
<div class="boxwisata">
<img alt="Home Page" src="IMG/inventaris/v4-1.webp" />
<span>Home Page</span>
</div>
<div class="boxwisata">
<img alt="Detail Page" src="IMG/inventaris/v4-2.webp" />
<span>Detail Page</span>
</div>
<div class="boxwisata">
<img alt="Input View" src="IMG/inventaris/v4-3.webp" />
<span>Input View</span>
</div>
</div>
<br />
<body class="body2">
<div class="flex">
<a
class="btn-portofolio"
target="_blank"
href="https://inventaris-v4.glccontrol.com/"
>
<svg
viewBox="0 0 24 24"
width="24"
height="24"
stroke="currentColor"
stroke-width="2"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
class="css-i6dzq1"
>
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>
</svg>
Demo : Klik di sini
</a>
</div>
<br />
<h1>V4 - Aplikasi Inventaris Single Page</h1>
<p>
Aplikasi Inventaris ini yang telah dikembangkan, awalnya dibuat untuk
keperluan perusahaan di PT. Raya Azura Persada. Aplikasi ini dirancang
khusus untuk memenuhi kebutuhan Manajemen Aset Kantor dengan tingkat
kenyamanan pengguna yang tinggi.
</p>
<p>
Anda tidak perlu lagi merasa repot saat mencatat aset atau inventaris baru,
karena ini telah menghilangkan kegiatan lama yang melibatkan pencatatan
inventaris secara manual.
</p>
<p>
Saya bangga mengumumkan bahwa aplikasi ini dibangun tanpa menggunakan
framework apapun! Semua fitur dikembangkan secara native dengan konsep
single page, sehingga Anda tidak perlu lagi mengalami ketidaknyamanan
berpindah-pindah halaman saat melakukan pendataan.
</p>
<p>
Ketepatan, kemudahan, dan kecepatan adalah prioritas utama dalam aplikasi
ini.
</p>
<p><strong>Username:</strong> admin</p>
<p><strong>Password:</strong> admin</p>
<h2>Fitur Unggulan:</h2>
<ul>
<li>Pencatatan aset dan inventaris kantor dengan mudah.</li>
<li>
Akses mudah melalui perangkat mobile seperti handphone, tablet, laptop,
atau PC.
</li>
<li>Perhitungan barang yang sederhana dan praktis.</li>
<li>Pengelompokan berdasarkan kategori, subkategori dan lokasi.</li>
<li>Pelacakan pembaruan lokasi barang.</li>
<li>Dan masih banyak lagi.</li>
</ul>
<h2>Teknologi:</h2>
<ul>
<li>HTML</li>
<li>PHP 7</li>
<li>CSS</li>
<li>Bootstrap 5</li>
<li>Dropzone.js</li>
<li>Select2.js</li>
<li>Jquery UI 1.12.1</li>
<li>Jquery 2.2.0</li>
<li>Javascript</li>
<li>MySQL</li>
</ul>
<p>
Saya berharap aplikasi ini akan membantu Anda dalam mengelola inventaris
dengan lebih efisien dan nyaman. Jangan ragu untuk menghubungi saya jika
Anda memiliki pertanyaan atau memerlukan bantuan lebih lanjut.
</p>
<!-- // collapse ------------------------------------------------------------------------------------------------------------ -->
<h1>Old Version</h1>
<style>
.accordion > input[type="checkbox"] {
position: absolute;
left: -100vw;
}
.accordion .content {
overflow-y: hidden;
height: 0;
transition: height 0.3s ease;
}
.accordion > input[type="checkbox"]:checked ~ .content {
height: auto;
overflow: visible;
}
.accordion label {
display: block;
}
.accordion {
margin-bottom: 1em;
}
.accordion > input[type="checkbox"]:checked ~ .content {
padding: 15px;
border: 1px solid #e8e8e8;
border-top: 0;
}
.accordion .handle {
margin: 0;
font-size: 1.125em;
line-height: 1.2em;
}
.accordion label {
color: #333;
cursor: pointer;
font-weight: normal;
padding: 15px;
background: #e8e8e8;
}
.accordion label:hover,
.accordion label:focus {
background: #d8d8d8;
}
.accordion .handle label:before {
font-family: "fontawesome";
content: "\f054";
display: inline-block;
margin-right: 10px;
font-size: 0.58em;
line-height: 1.556em;
vertical-align: middle;
}
.accordion > input[type="checkbox"]:checked ~ .handle label:before {
content: "\f078";
}
.accordion p:last-child {
margin-bottom: 0;
}
</style>
<script src="https://use.fontawesome.com/facf9fa52c.js"></script>
<section class="accordion">
<input type="checkbox" name="collapse" id="handle1" />
<h2 class="handle">
<label for="handle1">Version 3</label>
</h2>
<div class="content">
<div class="container-wisata">
<div class="boxwisata">
<img alt="Home Page" src="IMG/inventaris/v3-1.webp" />
<span>Home Page</span>
</div>
<div class="boxwisata">
<img alt="Login Page" src="IMG/inventaris/v3-2.webp" />
<span>Login Page</span>
</div>
<div class="boxwisata">
<img alt="Smartphone View" src="IMG/inventaris/v3-3.webp" />
<span>Smartphone View</span>
</div>
</div>
<br />
<a
class="btn-portofolio"
target="_blank"
href="https://inventaris-v3.glccontrol.com"
>
<svg
viewBox="0 0 24 24"
width="24"
height="24"
stroke="currentColor"
stroke-width="2"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
class="css-i6dzq1"
>
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>
</svg>
Demo Here for Version 3
</a>
<ul>
<h2>Tech use :</h2>
<li>HTML</li>
<li>PHP 7</li>
<li>CSS</li>
<li>Bootstrap 4</li>
<li>Dropzone.js</li>
<li>Select2.js</li>
<li>Jquery UI 1.12.1</li>
<li>Jquery 2.2.0</li>
<li>Javascript</li>
<li>MySQL</li>
</ul>
</div>
</section>
<section class="accordion">
<input type="checkbox" name="collapse2" id="handle2" />
<h2 class="handle">
<label for="handle2">Version 2</label>
</h2>
<div class="content">
<a
class="btn-portofolio"
target="_blank"
href="https://inventarisspa.000webhostapp.com"
>
<svg
viewBox="0 0 24 24"
width="24"
height="24"
stroke="currentColor"
stroke-width="2"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
class="css-i6dzq1"
>
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>
</svg>
Demo Here for Version 2
</a>
<ul>
<h2>Tech use :</h2>
<li>HTML</li>
<li>PHP 5</li>
<li>CSS</li>
<li>Bootstrap 3</li>
<li>Dropzone.js</li>
<li>Select2.js</li>
<li>Jquery UI 1.12.1</li>
<li>Jquery 2.2.0</li>
<li>Javascript</li>
<li>MySQL</li>
</ul>
</div>
</section>
</body>