-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
481 lines (454 loc) · 25.3 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
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bagus Puji Rahardjo - Fullstack Web Developer</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/progressive-image.js/dist/progressive-image.css">
<script src="assets/js/jquery-2.2.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/progressive-image.js/dist/progressive-image.js"></script>
<script defer src="assets/js/custom_script.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,800&display=swap" rel="stylesheet">
</head>
<body data-spy="scroll" data-target="#navbar2" data-offset="200">
<section id="top">
<nav id="main-navbar" class="navbar navbar-expand-md navbar-dark py-0">
<div class="container">
<a href="http://portofolio.ukmkamus.com" class="navbar-brand mt-4">
<img src="assets/images/web_dev.jpg" alt="WEB DEV" class="img-brand">
</a>
<ul class="navbar-nav flex-row ml-auto justify-content-between" id="navbarNav">
<li class="nav-item">
<a href="#top" class="nav-link mt-4 mr-4 active" id="top-link">TOP</a>
</li>
<li class="nav-item">
<a href="#intro" class="nav-link mt-4 mr-4" id="intro-link">INTRO</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link mt-4 mr-4" id="project-link">PROJECTS</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link mt-4" id="contact-link">CONTACT</a>
</li>
</ul>
</div>
</nav>
</section>
<nav id="navbar2" class="navbar navbar-expand-md navbar-dark py-0">
<div class="container">
<a href="http://portofolio.ukmkamus.com" class="navbar-brand my-2 d-none d-md-block">
<img src="assets/images/web_dev.jpg" alt="WEB DEV" class="img-brand2">
</a>
<ul class="navbar-nav flex-row justify-content-between" id="navbarNav">
<li class="nav-item">
<a href="#top" class="nav-link mt-2 mr-4 active">TOP</a>
</li>
<li class="nav-item">
<a href="#intro" class="nav-link mt-2 mr-4">INTRO</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link mt-2 mr-4">PROJECTS</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link mt-2">CONTACT</a>
</li>
</ul>
</div>
</nav>
<div class="canvas"></div>
<div class="title">
<h3>Fullstack Web <strong>Developer</strong></h3>
</div>
<hr class="bg-white line-1">
<span class="fa-stack fa-lg" id="icon-social-media">
<a href="https://web.facebook.com/bagus.pujirahardjo" target="_blank" title="Facebook Bagus Puji Rahardjo" style="text-decoration:none;color:#000000;">
<i class="fa fa-circle fa-stack-2x icon-background"></i>
<i class="fab fa-facebook-f fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack fa-lg" id="icon-social-media2">
<a href="https://www.instagram.com/bagus_puji_rahardjoo/" target="_blank" title="Instagram Bagus Puji Rahardjo" style="text-decoration:none;color:#000000;">
<i class="fa fa-circle fa-stack-2x icon-background"></i>
<i class="fab fa-instagram fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack fa-lg" id="icon-social-media3">
<a href="https://github.com/bagus-dev" target="_blank" title="Github Bagus Puji Rahardjo" style="text-decoration:none;color:#000000;">
<i class="fa fa-circle fa-stack-2x icon-background"></i>
<i class="fab fa-github fa-stack-1x"></i>
</a>
</span>
s
<div class="container">
<div class="row mb-4" id="intro" style="height:50px;"></div>
<div class="row">
<div class="col-md-3" data-aos="fade-down">
<center id="center-img" style="display:none">
<a href="assets/images/bagus.png" class="progressive replace">
<img src="assets/images/bagus.png" alt="Foto Bagus Puji Rahardjo" class="img-fluid preview foto-pribadi" data-aos="flip-left">
</a>
</center>
<a href="assets/images/bagus.png" class="progressive replace" id="img-bagus">
<img src="assets/images/bagus.png" alt="Foto Bagus Puji Rahardjo" class="img-fluid preview foto-pribadi" data-aos="flip-left">
</a>
</div>
<div class="col-md-9">
<h1 class="text-custom text-white text-1" data-aos="fade-down">I am a Fullstack Web Developer.</h1>
<h2 class="paragraph-1 mt-4 text-2" data-aos="fade-down">
Hi, my name is Bagus Puji Rahardjo. I currently working as a Software Engineer at PT Bayu Buana Tbk and am also a freelance Fullstack Web Developer. I have a bachelor's degree in Information System from Serang Raya University. Available for new projects.
</h2>
<div class="btn-group btn-pc">
<a href="mailto:[email protected]" class="btn btn-lg btn-mail mt-5" data-aos="fade-right">
<center>
<i class="fas fa-envelope mail"></i> <span class="text-white text-mail">MAIL ME.</span>
</center>
</a>
<a href="mailto:[email protected]" class="mail-address" data-aos="fade-left">
</a>
</div>
<center class="btn-mobile" style="display:none">
<a href="mailto:[email protected]" class="btn btn-lg btn-mail mt-4 mb-4" data-aos="fade-right">
<center>
<i class="fas fa-envelope mail"></i> <span class="text-white text-mail">MAIL ME.</span>
</center>
</a>
<a href="mailto:[email protected]" class="mail-address3" data-aos="fade-left">
</a>
</center>
</div>
</div>
</div>
<div class="container">
<div class="row mb-4" id="projects" style="height:50px;margin-top:30px;"></div>
<div class="row">
<div class="col-12">
<h1 class="text-custom text-white text-center" data-aos="fade-down">My Recent Projects</h1>
<h2 class="paragraph-1 mt-3 text-center" data-aos="fade-up">
Here are a few projects I've worked on recently.
</h2>
</div>
<div class="col-md-4 mt-3" data-aos="fade-left">
<figure class="snip1104">
<a href="assets/images/train_ticketing.png" class="progressive replace">
<img src="assets/images/train_ticketing.png" class="preview" alt="Train Ticketing System">
</a>
<figcaption>
<h2>Train Ticketing System <span>(KAI)</span></h2>
</figcaption>
<a href="javascript:void(0)" class="link-image" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-up">
<figure class="snip1104">
<a href="assets/images/hris.png" class="progressive replace">
<img src="assets/images/hris.png" class="preview" alt="Human Resources Information System">
</a>
<figcaption>
<h2>Human Resources Information System</h2>
</figcaption>
<a href="javascript:void(0)" class="link-image" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-right">
<figure class="snip1104 blue">
<a href="assets/images/it_helpdesk.png" class="progressive replace">
<img src="assets/images/it_helpdesk.png" class="preview" alt="IT Helpdesk">
</a>
<figcaption>
<h2>IT Helpdesk</h2>
</figcaption>
<a href="javascript:void(0)" class="link-image" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-left">
<figure class="snip1104 blue">
<a href="assets/images/payroll.png" class="progressive replace">
<img src="assets/images/payroll.png" class="preview" alt="Payroll Information System">
</a>
<figcaption>
<h2>Payroll Information System</h2>
</figcaption>
<a href="javascript:void(0)" class="link-image"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-up">
<figure class="snip1104">
<a href="assets/images/ebilling.jpg" class="progressive replace">
<img src="assets/images/ebilling.jpg" class="preview" alt="E-billing (B2B)">
</a>
<figcaption>
<h2>E-Billing <span>(B2B)</span></h2>
</figcaption>
<a href="https://ebusiness.kbinsure.co.id/ebilling/login" class="link-image" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-right">
<figure class="snip1104 blue">
<a href="assets/images/inatrade.jpg" class="progressive replace">
<img src="assets/images/inatrade.jpg" class="preview" alt="INATRADE (B2G)">
</a>
<figcaption>
<h2>INATRADE <span>(B2G)</span></h2>
</figcaption>
<a href="https://ebusiness.kbinsure.co.id/portal/admin/login" class="link-image" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-right">
<figure class="snip1104 blue">
<a href="assets/images/iom.jpg" class="progressive replace">
<img src="assets/images/iom.jpg" class="preview" alt="e-Internal Office Memo (e-IOM)">
</a>
<figcaption>
<h2>e-Internal Office Memo <span>(e-IOM)</span></h2>
</figcaption>
<a href="javascript:" class="link-image"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-down">
<figure class="snip1104 red">
<a href="assets/images/policy_service.jpg" class="progressive replace">
<img src="assets/images/policy_service.jpg" class="preview" alt="Policy Service">
</a>
<figcaption>
<h2>Policy <span>Service</span></h2>
</figcaption>
<a href="javascript:" class="link-image" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-left">
<figure class="snip1104 blue">
<a href="assets/images/e_prs.jpg" class="progressive replace">
<img src="assets/images/e_prs.jpg" class="preview" alt="Production Report System">
</a>
<figcaption>
<h2>Production Report <span>System</span></h2>
</figcaption>
<a href="javascript:" class="link-image" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-left">
<figure class="snip1104 red">
<a href="assets/images/fti_fest.png" class="progressive replace">
<img src="assets/images/fti_fest.png" class="preview" alt="Contest Registration">
</a>
<figcaption>
<h2>Contest <span>Registration</span></h2>
</figcaption>
<a href="https://sekolah-vue.000webhostapp.com/" class="link-image" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-up">
<figure class="snip1104 blue">
<a href="assets/images/sikolah.png" class="progressive replace">
<img src="assets/images/sikolah.png" class="preview" alt="School Management System">
</a>
<figcaption>
<h2>School <span>Management</span></h2>
</figcaption>
<a href="https://sekolah-vue.000webhostapp.com/sikolah" class="link-image" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-right">
<figure class="snip1104">
<a href="assets/images/hotel.png" class="progressive replace">
<img src="assets/images/hotel.png" class="preview" alt="Hotel Reservation">
</a>
<figcaption>
<h2>Hotel <span>Reservation</span></h2>
</figcaption>
<a href="javascript:" class="link-image"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-right">
<figure class="snip1104">
<a href="assets/images/ecommerce.png" class="progressive replace">
<img src="assets/images/ecommerce.png" class="preview" alt="Ecommerce Store">
</a>
<figcaption>
<h2>E-commerce <span>Store</span></h2>
</figcaption>
<a href="javascript:" class="link-image"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-down">
<figure class="snip1104 red">
<a href="assets/images/sayur.png" class="progressive replace">
<img src="assets/images/sayur.png" class="preview" alt="Ecommerce (Vegetables)">
</a>
<figcaption>
<h2>E-commerce <span>(Vegetables)</span></h2>
</figcaption>
<a href="https://radjasayur.com" class="link-image" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-left">
<figure class="snip1104 blue">
<a href="assets/images/pariwisata.png" class="progressive replace">
<img src="assets/images/pariwisata.png" class="preview" alt="Tourist Destination">
</a>
<figcaption>
<h2>Tourist <span>Destination</span></h2>
</figcaption>
<a href="javascript:" class="link-image"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-left">
<figure class="snip1104 blue">
<a href="assets/images/daftar_kamus.png" class="progressive replace">
<img src="assets/images/daftar_kamus.png" class="preview" alt="Organization Registration">
</a>
<figcaption>
<h2>Organization <span>Registration</span></h2>
</figcaption>
<a href="https://pendaftaran.ukmkamus.com" class="link-image" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-left">
<figure class="snip1104">
<a href="assets/images/pkm.png" class="progressive replace">
<img src="assets/images/pkm.png" class="preview" alt="Workshop Registration">
</a>
<figcaption>
<h2>Workshop <span>Registration</span></h2>
</figcaption>
<a href="https://pkm.ukmkamus.com" class="link-image" target="_blank"></a>
</figure>
</div>
<div class="col-md-4 mt-3" data-aos="fade-up">
<figure class="snip1104 red">
<a href="assets/images/covid.png" class="progressive replace">
<img src="assets/images/covid.png" class="preview" alt="Covid-19 Education">
</a>
<figcaption>
<h2>Covid-19 <span>Education</span></h2>
</figcaption>
<a href="javascript:" class="link-image"></a>
</figure>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="card mt-4 radius" style="background-color:#272727;" data-aos="fade-down">
<div class="card-body radius" style="background-color:#272727;">
<h1 class="text-custom text-white text-center mt-2">Technologies</h1>
<img src="assets/images/HTML5.png" class="img-tech mb-2" alt="HTML5" data-aos="flip-left" style="margin-left:45px;">
<img src="assets/images/CSS3.png" class="img-tech mb-2" alt="CSS3" data-aos="flip-left" style="margin-left:30px;">
<img src="assets/images/php.png" class="img-tech mb-2" alt="PHP" data-aos="flip-left" style="margin-left:30px;">
<img src="assets/images/javascript.png" class="img-tech2 mb-2" alt="Javascript" data-aos="flip-left" style="margin-left:30px;">
<img src="assets/images/jQuery.png" class="img-tech mb-2" alt="jQuery" data-aos="flip-left" style="margin-left:30px;">
<img src="assets/images/Bootstrap.png" class="img-tech mb-2" alt="Bootstrap" data-aos="flip-left" style="margin-left:30px;">
<img src="assets/images/tailwind.png" class="img-tech mb-2" alt="Tailwind CSS" data-aos="flip-left" style="margin-left:30px;">
<img src="assets/images/Codeigniter.png" class="img-tech mb-2" alt="CodeIgniter" data-aos="flip-left" style="margin-left:30px;">
<img src="assets/images/Larevel.png" class="img-tech mb-2" alt="Laravel" data-aos="flip-left" style="margin-left:30px;">
<img src="assets/images/mysql.png" class="img-tech mb-2" alt="MySQL" data-aos="flip-left" style="margin-left:45px;">
<img src="assets/images/sql_srv.png" class="img-tech mb-2" alt="Microsoft SQL Server" data-aos="flip-left" style="margin-left:30px;">
<img src="assets/images/react_js.png" class="img-tech mb-2" alt="React JS" data-aos="flip-left" style="margin-left:30px;">
<img src="assets/images/vue_js.png" class="img-tech mb-2" alt="Vue JS" data-aos="flip-left" style="margin-left:30px;">
<img src="assets/images/git.png" class="img-tech mb-2" alt="Git" data-aos="flip-left" style="margin-left:30px;">
<img src="assets/images/github_logo.png" class="img-tech mb-2" alt="Github" data-aos="flip-left" style="margin-left:30px;">
</div>
</div>
</div>
</div>
</div>
<div class="container" style="overflow-y:hidden;">
<div class="row mb-4" id="contact" style="height:50px;margin-top:30px;"></div>
<div class="row" style="overflow-y:hidden;">
<div class="col" style="overflow-y:hidden;">
<h3 align="center" class="text-white heading" data-aos="fade-down">Start a project</h3>
<hr class="bg-white mt-0" data-aos="fade-down">
<p class="text-center text-custom2" data-aos="fade-down">
Got a project in mind, or interested in collaborating, or you just want advice and feedback on anything?
<br>
Just ask.
</p>
<div class="d-md-flex justify-content-center" style="margin-top:40px;display:none;">
<a href="mailto:[email protected]" class="btn-chat text-center" data-aos="flip-right"><i class="fas fa-envelope mail"></i> <span class="text-msg">Message Me</span></a>
<a href="mailto:[email protected]" class="mail-address2 mt-3 ml-3" data-aos="fade-left">
</a>
</div>
<center class="btn-mobile" style="margin-top:50px;display:none;">
<a href="mailto:[email protected]" class="btn btn-chat text-center mb-3" data-aos="flip-right"><i class="fas fa-envelope mail"></i> <span class="text-msg">Message Me</span></a>
<a href="mailto:[email protected]" class="mail-address2" data-aos="fade-left">
</a>
</center>
</div>
</div>
</div>
<div class="container pb-2">
<div class="row mb-3" style="height:50px;margin-top:30px;"></div>
<div class="row">
<div class="col text-white">
<footer>
<center>
<a href="https://www.instagram.com/bagus_puji_rahardjoo/" target="_blank" title="Instagram Bagus Puji Rahardjo" style="text-decoration:none;">
<i class="fab fa-instagram icon-social-media4"></i>
</a>
<a href="https://web.facebook.com/bagus.pujirahardjo" target="_blank" title="Facebook Bagus Puji Rahardjo" style="text-decoration:none;">
<i class="fab fa-facebook-f icon-social-media5" style="margin-left:40px;"></i>
</a>
<a href="https://github.com/bagus-dev" target="_blank" title="Github Bagus Puji Rahardjo" style="text-decoration:none;">
<i class="fab fa-github icon-social-media4" style="margin-left:40px;"></i>
</a>
</center>
<p class="text-center mt-3">
Copyright © 2024 - Grow Up Developers (GUD)
</p>
</footer>
</div>
</div>
</div>
<script src="assets/js/script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
$(document).ready(function() {
var navbar2 = document.getElementById("navbar2");
var currentScrollPos = window.pageYOffset;
if(currentScrollPos > 100) {
navbar2.style.top = "0";
} else {
navbar2.style.top = "-100px";
}
});
window.onscroll = function() {
var navbar2 = document.getElementById("navbar2");
var currentScrollPos = window.pageYOffset;
if(currentScrollPos > 100) {
navbar2.style.top = "0";
} else {
navbar2.style.top = "-100px";
}
}
AOS.init({
duration: 800
});
$("figure").mouseleave(function() {
$(this).removeClass("hover");
});
$(document).ready(function(){
$("a").on('click', function(event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
window.location.hash = hash;
});
}
});
});
</script>
</body>
</html>