-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
611 lines (600 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
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
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="css/speech-bubble.css" />
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css"
/>
<title>Arya Difa</title>
</head>
<body>
<main>
<!---------------Home-------------->
<section class="home" id="home">
<div class="home-container">
<div
class="layer d-flex justify-content-center align-items-center text-light w-100 h-100"
>
<div class="text-center">
<h1>Arya Difa Hendrawan</h1>
<div class="header_img flex_column_center position-relative">
<img src="images/wkwkww.jpeg" alt="Logo" />
<div class="speech-bubble t circle float">
This site is work in progress
</div>
</div>
<!-- Social Media Icons Codes Start -->
<div class="home-container">
<a
href="https://www.github.com/aryadh5"
target="_blank"
class="box"
>
<div class="icon">
<i class="fab fa-github"></i>
</div>
<span>Github</span>
</a>
<a
href="https://www.instagram.com/aryadh_"
target="_blank"
class="box"
>
<div class="icon">
<i class="fab fa-instagram"></i>
</div>
<span>Instagram</span>
</a>
<a
href="https://www.youtube.com/@aryadifahendrawan8348"
target="_blank"
class="box"
>
<div class="icon">
<i class="fab fa-youtube"></i>
</div>
<span>YouTube</span>
</a>
<a
href="https://www.linkedin.com/in/aryadh/"
target="_blank"
class="box"
>
<div class="icon">
<i class="fab fa-linkedin"></i>
</div>
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!---------------About-------------->
<!---------------About-------------->
<section class="about-section" id="about">
<div class="container pt-3 pb-3">
<div class="about-text text-center pt-5 pb-5">
<h2>About Me</h2>
<p class="about-paragraph">
Don't get me wrong, the IT world fascinates me. It's a constantly
evolving landscape where innovation thrives.
</p>
<p class="about-paragraph">
But coding itself? Let's just say I have a healthy respect for
those who do it flawlessly.
</p>
<p class="about-paragraph">
My true passion lies in the <b>problem-solving</b> aspect.
</p>
<p class="about-paragraph">
Unraveling complex technical issues and finding the simplest
solutions? Now that gets me excited.
</p>
<p class="about-paragraph">
<b
><i
>(even if it means befriending a few lines of code along the
way)</i
></b
>
</p>
</div>
</div>
</section>
<!-- Experiences & Education -->
<section class="resume-section" id="resume">
<div class="container pt-3 pb-3">
<div class="row d-flex no-gutters">
<div class="col-md-3">
<nav id="navi">
<ul>
<li><a href="#page-1">Education</a></li>
<li><a href="#page-2">Experience</a></li>
</ul>
</nav>
</div>
<div class="col-md-9">
<div id="page-1" class="page one">
<h2 class="heading">Education</h2>
<div class="resume-wrap d-flex align-items-center">
<div class="icon">
<span class="icon-institution"></span>
</div>
<div class="text pl-3">
<span class="date">Sep 2020 - Jun 2024</span>
<h2>Bachelor of Computer Science</h2>
<span class="position text-danger"
>Universitas Ahmad Dahlan</span
>
<ul>
<li>GPA: <b>3.6</b></li>
<li>
Undergraduate Thesis:
<i
><b
>"Forensic Mobile Analysis of Kik Application Using
NIST Method"</b
></i
>
</li>
<li>
Several relevant courseworks:
<b
>Object Oriented Programming, Mobile Programming,
Dynamic Website Programming, Database Management, Data
Visualization, Software Quality Assurance, Digital
Forensic.</b
>
</li>
</ul>
</div>
</div>
</div>
<div id="page-2" class="page two">
<h2 class="heading">Professional Experience</h2>
<div class="resume-wrap d-flex align-items-center">
<div class="icon">
<span class="icon-code"></span>
</div>
<div class="text pl-3">
<span class="date">Mar 2024 - Jun 2024</span>
<h2>HTML Developer Intern</h2>
<span class="position text-danger"
>PT. Dialogika Persona Indonesia</span
>
<ul>
<li>
Crafted responsive web pages for dialogika.co (HTML,
CSS, JS).
</li>
<li>
Boosted SEO with optimized blog posts
(dialogika.co/blog).
</li>
<li>
Analyzed user behavior (Google tools, Hotjar) to improve
user experience.
</li>
<li>
Overseen student capstone projects (WordPress migration,
video course page).
</li>
<li>
Gleaned media buying practices for promoting Dialogika's
services (blogs, reels, etc.).
</li>
</ul>
</div>
</div>
<div class="resume-wrap d-flex align-items-center">
<div class="icon">
<span class="icon-code"></span>
</div>
<div class="text pl-3">
<span class="date">Oct 2023 - Jan 2024</span>
<h2>Android Developer Intern</h2>
<span class="position text-danger">CV. GPS Studio</span>
<ul>
<li>
Designed user-friendly interfaces for a Warung Soto
Point-of-Sale (POS) app on Android using Java and XML,
prioritizing a seamless user experience.
</li>
<li>
Integrated functionalities (authentication, orders, user
management) using Retrofit (back-end API).
</li>
<li>
Collaborated with a backend developer for seamless POS
app integration.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="ftco-section ftco-project pb-5" id="projects-section">
<div class="container-fluid px-md-0">
<div class="row no-gutters justify-content-center pb-5">
<div
class="col-md-12 heading-section text-center ftco-animate fadeInUp ftco-animated"
>
<h2 class="mb-4">Projects</h2>
</div>
</div>
<div class="carousel-container">
<div class="project-slide">
<div class="project">
<a
href="project-1.html"
class="img d-flex align-items-center justify-content-center"
>
<img src="images/2.jpg" class="img-fluid" alt="Project 1" />
</a>
<div class="text py-3 px-4">
<h3 class="mb-3">Project 1</h3>
<p class="description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque nec arcu dictum.
</p>
<a
href="https://github.com/your-repo/project-1"
class="btn btn-secondary"
>Repository</a
>
<a href="https://your-app-url.com" class="btn btn-success"
>Live App Test</a
>
</div>
</div>
</div>
<div class="project-slide">
<div class="project">
<a
href="project-1.html"
class="img d-flex align-items-center justify-content-center"
>
<img src="images/2.jpg" class="img-fluid" alt="Project 1" />
</a>
<div class="text py-3 px-4">
<h3 class="mb-3">Project 1</h3>
<p class="description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque nec arcu dictum.
</p>
<a
href="https://github.com/your-repo/project-1"
class="btn btn-secondary"
>Repository</a
>
<a href="https://your-app-url.com" class="btn btn-success"
>Live App Test</a
>
</div>
</div>
</div>
<div class="project-slide">
<div class="project">
<a
href="project-1.html"
class="img d-flex align-items-center justify-content-center"
>
<img src="images/2.jpg" class="img-fluid" alt="Project 1" />
</a>
<div class="text py-3 px-4">
<h3 class="mb-3">Project 1</h3>
<p class="description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque nec arcu dictum.
</p>
<a
href="https://github.com/your-repo/project-1"
class="btn btn-secondary"
>Repository</a
>
<a href="https://your-app-url.com" class="btn btn-success"
>Live App Test</a
>
</div>
</div>
</div>
<div class="project-slide">
<div class="project">
<a
href="project-1.html"
class="img d-flex align-items-center justify-content-center"
>
<img src="images/2.jpg" class="img-fluid" alt="Project 1" />
</a>
<div class="text py-3 px-4">
<h3 class="mb-3">Project 1</h3>
<p class="description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque nec arcu dictum.
</p>
<a
href="https://github.com/your-repo/project-1"
class="btn btn-secondary"
>Repository</a
>
<a href="https://your-app-url.com" class="btn btn-success"
>Live App Test</a
>
</div>
</div>
</div>
<!-- Add more project-slide divs here as needed -->
</div>
</div>
</section>
<!---------------Skills-------------->
<section class="skills-section" id="skills">
<div class="container">
<div class="skills-section-content text-center">
<h2 class="service-category-title">Expertise & Interests</h2>
<div class="row">
<div class="col-md-4 mb-4">
<h6 class="service-category-title">Programming Languages 👨💻</h6>
<div class="skill-bar">
<div class="skill-bar-title">Java</div>
<div class="skill-bar-progress" style="width: 80%">80%</div>
<div class="tooltip">
The programming language I'm most comfortable coding with.
Adept at applying OOP principles, as well as combining it
with other technologies.
</div>
</div>
<div class="skill-bar">
<div class="skill-bar-title">JavaScript</div>
<div class="skill-bar-progress" style="width: 65%">65%</div>
<div class="tooltip">
I'm well-versed in JavaScript, particularly the ES6 version.
</div>
</div>
<div class="skill-bar">
<div class="skill-bar-title">HTML</div>
<div class="skill-bar-progress" style="width: 95%">95%</div>
<div class="tooltip">
I can craft web pages with HTML, honed through internship
and personal projects. (Yes, some might argue it's markup,
not a programming language. But hey, it lets you write code,
so close enough, right?)
</div>
</div>
<div class="skill-bar">
<div class="skill-bar-title">CSS</div>
<div class="skill-bar-progress" style="width: 80%">80%</div>
<div class="tooltip">
Proficient in CSS, including Bootstrap frameworks, I can
ensure your web pages not only look sharp but also function
flawlessly across various devices.
</div>
</div>
<div class="skill-bar">
<div class="skill-bar-title">Python</div>
<div class="skill-bar-progress" style="width: 45%">45%</div>
<div class="tooltip">
My knowledge of Python allows me to handle scripting and
data analysis tasks.
</div>
</div>
<div class="skill-bar">
<div class="skill-bar-title">SQL</div>
<div class="skill-bar-progress" style="width: 75%">75%</div>
<div class="tooltip">
Comfortable using SQL for database management tasks (via
phpMyAdmin and MySQL).
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<h6 class="service-category-title">Technology 🛠️</h6>
<div class="skill-bar">
<div class="skill-bar-title">Jupyter</div>
<div class="skill-bar-progress" style="width: 70%">70%</div>
<div class="tooltip">
I possess a strong grasp of Jupyter Notebook, a valuable
tool for data exploration and analysis. This skill was
developed through coursework and allows me to effectively
explore and understand datasets.
</div>
</div>
<div class="skill-bar">
<div class="skill-bar-title">Looker</div>
<div class="skill-bar-progress" style="width: 70%">70%</div>
<div class="tooltip">
I was introduced to Looker Studio in coursework, gaining
foundational knowledge of its capabilities for creating data
visualizations
</div>
</div>
<div class="skill-bar">
<div class="skill-bar-title">Google Analytics</div>
<div class="skill-bar-progress" style="width: 50%">50%</div>
<div class="tooltip">
I possess a strong grasp of Google Analytics, allowing me to
delve deep into website traffic and user behavior patterns.
This expertise was applied during one of my internship to
understand user interaction with their website.
</div>
</div>
<div class="skill-bar">
<div class="skill-bar-title">Google Search Console</div>
<div class="skill-bar-progress" style="width: 85%">85%</div>
<div class="tooltip">
I can effectively utilize Google Search Console to analyze
website traffic and user behavior, ultimately optimizing
website performance. Put to practice during my internship.
</div>
</div>
<div class="skill-bar">
<div class="skill-bar-title">Hotjar</div>
<div class="skill-bar-progress" style="width: 50%">50%</div>
<div class="tooltip">
Understanding user website engagement is crucial. I leverage
Hotjar's user session recording capabilities to gain
valuable insights. This skill was implemented during one of
my internship.
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<h6 class="service-category-title">Other Skills 💼</h6>
<div class="skill-bar">
<div class="skill-bar-title">Project Management</div>
<div class="skill-bar-progress" style="width: 70%">70%</div>
<div class="tooltip">
Managing projects is a skill I genuinely enjoy. I find
satisfaction in organizing tasks, delegating effectively,
and ensuring projects reach successful completion.
</div>
</div>
<div class="skill-bar">
<div class="skill-bar-title">Adaptability</div>
<div class="skill-bar-progress" style="width: 65%">65%</div>
<div class="tooltip">
I am a quick learner who can adapt to new situations and
technologies.
</div>
</div>
<div class="skill-bar">
<div class="skill-bar-title">Time Management</div>
<div class="skill-bar-progress" style="width: 85%">85%</div>
<div class="tooltip">
While we all face procrastination sometimes, I find I
actually perform better when juggling multiple tasks and
deadlines. This pressure motivates me to prioritize
effectively, manage my time efficiently, and ultimately
deliver high-quality work on time.
</div>
</div>
<div class="skill-bar">
<div class="skill-bar-title">Search Engine Optimization</div>
<div class="skill-bar-progress" style="width: 55%">55%</div>
<div class="tooltip">
I possess a basic understanding of SEO best practices and
can leverage keyword research to optimize website content
for search engines.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!---------------Contact-------------->
<!-- <section id="contact" class="contact">
<div class="container py-5 px-3">
<div class="contact-form w-50 m-auto">
<div class="title text-center">
<h2 class="py-3">Let's Get In Touch!</h2>
<p class="py-2">
Ready to start your next project with me? Send me a message and
I will get back to you as soon as possible!
</p>
</div>
<form action="">
<input
type="text"
placeholder="Full Name"
id="fullName"
class="form-control mb-3 p-3"
required=""
/>
<input
type="email"
placeholder="Email address "
id="email"
class="form-control mb-3 p-3"
required=""
/>
<input
type="password"
placeholder="password"
id="password"
class="form-control mb-3 p-3"
required=""
/>
<textarea
name="message"
id="message"
cols="30"
required=""
rows="5"
placeholder="Write Your Message"
class="form-control mb-5"
></textarea>
<div class="d-flex justify-content-center align-items-center">
<button
type="submit"
class="w-75 m-auto p-4 rounded-pill border-0 btn-submit"
>
SUBMIT
</button>
</div>
</form>
</div>
</div>
</section> -->
</main>
<!-- Footer -->
<footer
class="text-center text-lg-start text-muted"
style="background-color: #8f7f6614"
>
<!-- Copyright -->
<div class="text-center p-4">© 2024 Arya Difa</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/main.js"></script>
<!-- -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script>
$(document).ready(function () {
$(".carousel-container").slick({
autoplay: true,
slidesToShow: 1, // Adjust based on how many slides you want visible
slidesToScroll: 1,
speed: 350,
dots: true,
arrows: true,
});
});
</script>
</body>
</html>