-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
369 lines (355 loc) · 18 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- favicon -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="ico/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="ico/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="ico/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="ico/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="ico/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="ico/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="ico/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="ico/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="ico/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="ico/favicon-128.png" sizes="128x128" />
<meta name="application-name" content=" " />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="ico/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="ico/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="ico/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="ico/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="ico/mstile-310x310.png" />
<!-- Google Fonts -->
<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=Fredoka+One&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Signika+Negative:wght@400;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap" rel="stylesheet" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<!-- AOS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Bootstrap Icon -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
<!-- CSS -->
<link rel="stylesheet" href="style.css" />
<title>Daniel Kusuma Personal Website</title>
</head>
<body id="home">
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<a class="navbar-brand" href="#">
<img src="images/Icon.svg" alt="Daniel Kusuma" width="30" height="30" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#aboutMe">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#projects">Projects</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<section id="header">
<div class="container">
<div class="row">
<div class="col-lg-7 d-flex flex-column justify-content-center pb-5 order-1 order-lg-1 text-center text-lg-start">
<div class="d-flex justify-content-lg-start justify-content-center">
<h1>Hi, I'm Daniel </h1>
<div class="d-flex hover">
<h1>K</h1>
<h1>u</h1>
<h1>s</h1>
<h1>u</h1>
<h1>m</h1>
<h1>a</h1>
</div>
</div>
<p>18 | Student | Website Developer | Gamer</p>
<div class="d-flex justify-content-lg-start justify-content-center">
<a href="https://www.youtube.com/channel/UCQJwKhd46dr9j_RS07tAOCA" class="ps-3 pe-3"><i class="bi bi-youtube fs-3"></i></a>
<a href="https://github.com/Dan1elKusuma" class="ps-3 pe-3"><i class="bi bi-github fs-3"></i></a>
<a href="https://www.instagram.com/daniel_kusuma09/" class="ps-3 pe-3"><i class="bi bi-instagram fs-3"></i></a>
</div>
</div>
<div class="col-lg-5 order-0 order-lg-2 text-center">
<img src="images/header1.png" alt="Header" style="z-index: 100" class="img-fluid" />
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#ffffff"
fill-opacity="1"
d="M0,192L0,192L205.7,192L205.7,32L411.4,32L411.4,192L617.1,192L617.1,96L822.9,96L822.9,192L1028.6,192L1028.6,224L1234.3,224L1234.3,32L1440,32L1440,320L1234.3,320L1234.3,320L1028.6,320L1028.6,320L822.9,320L822.9,320L617.1,320L617.1,320L411.4,320L411.4,320L205.7,320L205.7,320L0,320L0,320Z"
></path>
</svg>
</section>
<!-- Akhir Header -->
<!-- About Me -->
<section id="aboutMe">
<div class="container">
<!-- About Me -->
<div class="row justify-content-center">
<div class="col-8 text-center">
<div class="d-flex justify-content-center pb-3 about-me" data-aos="fade-up">
<h1>About </h1>
<div class="d-flex hover">
<h1>M</h1>
<h1>e</h1>
</div>
</div>
<p data-aos="zoom-in-left" data-aos-duration="700" data-aos-delay="500" data-aos-anchor="#aboutMe .about-me">
Welcome, my name is Daniel Kusuma and <span>I am a junior website developer</span>. I still don't have any background in any company. But, i have learned a lot of things to make a website for 2 months.
</p>
<br />
<p data-aos="zoom-in-right" data-aos-duration="700" data-aos-delay="1000" data-aos-anchor="#aboutMe .about-me">
I really <span>high interest</span> in web development and create the <span>best website</span> for you. I am able to make multiple websites, <span>creative</span> approach to problem solve, and a
<span>dependable</span> person who is <span>great</span> at time management.
</p>
<p data-aos="zoom-in" data-aos-duration="800" data-aos-delay="1300" data-aos-anchor="#aboutMe .about-me">
<q>I Hate That I'm Poison For Anyone Who Dares To Care About Me.</q>
</p>
</div>
</div>
<!-- My Profile -->
<div class="row">
<div class="col-lg-7 order-1 order-lg-1 text-center text-lg-start">
<div class="d-flex justify-content-lg-start justify-content-center pt-lg-0 pt-3 pb-3 pb-lg-0 my-profile" data-aos="fade-up">
<h1>My </h1>
<div class="d-flex hover">
<h1>P</h1>
<h1>r</h1>
<h1>o</h1>
<h1>f</h1>
<h1>i</h1>
<h1>l</h1>
<h1>e</h1>
</div>
</div>
<table class="table table-borderless">
<tbody>
<tr data-aos="fade-up" data-aos-delay="300" data-aos-anchor="#aboutMe .my-profile">
<td>Name</td>
<td>Daniel Kusuma</td>
</tr>
<tr data-aos="fade-up" data-aos-delay="400" data-aos-anchor="#aboutMe .my-profile">
<td>Date of Birth</td>
<td>February, 14 2003</td>
</tr>
<tr data-aos="fade-up" data-aos-delay="500" data-aos-anchor="#aboutMe .my-profile">
<td>Age</td>
<td>18</td>
</tr>
<tr data-aos="fade-up" data-aos-delay="600" data-aos-anchor="#aboutMe .my-profile">
<td>Marital Status</td>
<td>Single</td>
</tr>
<tr data-aos="fade-up" data-aos-delay="700" data-aos-anchor="#aboutMe .my-profile">
<td>College</td>
<td>Bunda Mulia University</td>
</tr>
<tr data-aos="fade-up" data-aos-delay="800" data-aos-anchor="#aboutMe .my-profile">
<td>Blood Group</td>
<td>A+</td>
</tr>
</tbody>
</table>
<a class="btn btn-primary" href="https://www.ubm.ac.id/" role="button" data-aos="zoom-in">Visit My College</a>
</div>
<div class="col-lg-5 order-0 order-lg-2 text-center text-lg-start">
<img src="images/aboutMe1.png" alt="About Me" style="width: 23rem" data-aos="zoom-in-up" class="img-fluid" />
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#0a1931"
fill-opacity="1"
d="M0,224L0,192L180,192L180,224L360,224L360,96L540,96L540,32L720,32L720,160L900,160L900,160L1080,160L1080,96L1260,96L1260,288L1440,288L1440,320L1260,320L1260,320L1080,320L1080,320L900,320L900,320L720,320L720,320L540,320L540,320L360,320L360,320L180,320L180,320L0,320L0,320Z"
></path>
</svg>
</section>
<!-- Akhir About Me -->
<!-- Skills -->
<section id="skills">
<div class="container">
<div class="row justify-content-center">
<div class="col">
<div class="d-flex hover justify-content-center" data-aos="fade-up" data-aos-duration="700">
<h1>S</h1>
<h1>k</h1>
<h1>i</h1>
<h1>l</h1>
<h1>l</h1>
<h1>s</h1>
</div>
</div>
<!-- HTML -->
<div class="row">
<div class="col-lg-8 d-flex flex-column justify-content-center order-1 order-lg-1 text-center text-lg-start" data-aos="fade-up" data-aos-delay="300" data-aos-duration="800">
<h2>HTML</h2>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">75%</div>
</div>
</div>
<div class="col-lg-4 order-0 order-lg-2 text-center" data-aos="fade-up" data-aos-duration="1200">
<img src="images/exp_html.svg" alt="skill-html" class="img-fluid" />
</div>
</div>
<!-- CSS -->
<div class="row">
<div class="col-lg-8 d-flex flex-column justify-content-center order-1 order-lg-1 text-center text-lg-start" data-aos="fade-up" data-aos-delay="300" data-aos-duration="800">
<h2>CSS</h2>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 60%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">60%</div>
</div>
</div>
<div class="col-lg-4 order-0 order-lg-2 text-center" data-aos="fade-up" data-aos-duration="1200">
<img src="images/exp_css.svg" alt="skill-css" class="img-fluid" />
</div>
</div>
<!-- Javascript -->
<div class="row">
<div class="col-lg-8 d-flex flex-column justify-content-center order-1 order-lg-1 text-center text-lg-start" data-aos="fade-up" data-aos-delay="300" data-aos-duration="800">
<h2>Javascript</h2>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%</div>
</div>
</div>
<div class="col-lg-4 order-0 order-lg-2 text-center" data-aos="fade-up" data-aos-duration="1200">
<img src="images/exp_js.svg" alt="skill-javascript" class="img-fluid" />
</div>
</div>
<!-- Bootstrap -->
<div class="row">
<div class="col-lg-8 d-flex flex-column justify-content-center order-1 order-lg-1 text-center text-lg-start" data-aos="fade-up" data-aos-delay="300" data-aos-duration="800">
<h2>Bootstrap</h2>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 65%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">65%</div>
</div>
</div>
<div class="col-lg-4 order-0 order-lg-2 text-center" data-aos="fade-up" data-aos-duration="1200">
<img src="images/exp_bootstrap.png" alt="skill-bootstrap" class="img-fluid" />
</div>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#ffffff"
fill-opacity="1"
d="M0,64L0,96L180,96L180,256L360,256L360,192L540,192L540,160L720,160L720,128L900,128L900,256L1080,256L1080,96L1260,96L1260,32L1440,32L1440,320L1260,320L1260,320L1080,320L1080,320L900,320L900,320L720,320L720,320L540,320L540,320L360,320L360,320L180,320L180,320L0,320L0,320Z"
></path>
</svg>
</section>
<!-- Akhir Skills -->
<!-- Projects -->
<section id="projects">
<div class="container">
<!-- Judul -->
<div class="row">
<div class="col">
<div class="d-flex justify-content-center" data-aos="fade-up" data-aos-offset="180">
<h1>Pro</h1>
<div class="d-flex hover">
<h1>j</h1>
<h1>e</h1>
<h1>c</h1>
<h1>t</h1>
<h1>s</h1>
</div>
</div>
</div>
</div>
<div class="row justify-content-center pt-4">
<div class="col-lg-4" data-aos="flip-left">
<div class="card text-center">
<img src="images/project_hp.png" class="card-img-top" alt="projects_hp" style="width: 18rem; margin: auto" />
<div class="card-body">
<h5 class="card-title">Product Review</h5>
<a href="projects/Laptop HP/index.html" class="btn btn-primary">Visit</a>
</div>
</div>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#0a1931"
fill-opacity="1"
d="M0,32L0,160L240,160L240,64L480,64L480,96L720,96L720,160L960,160L960,32L1200,32L1200,96L1440,96L1440,320L1200,320L1200,320L960,320L960,320L720,320L720,320L480,320L480,320L240,320L240,320L0,320L0,320Z"
></path>
</svg>
</section>
<!-- Akhir Projects -->
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row justify-content-center text-center text-lg-start">
<div class="col-lg-3 pb-5 img-footer" data-aos="fade-right">
<img src="images/Icon-footer.svg" alt="footer-img" class="img-fluid" />
</div>
<div class="col-lg-2 d-flex flex-column ps-4 pb-5" data-aos="fade-right" data-aos-anchor=".img-footer" data-aos-delay="400">
<h4 class="explore">Explore</h4>
<a class="text-decoration-none active pb-1" href="#home">Home</a>
<a class="text-decoration-none active pb-1" href="#aboutMe">About</a>
<a class="text-decoration-none active pb-1" href="#skills">Skills</a>
<a class="text-decoration-none active pb-1" href="#projects">Projects</a>
</div>
<div class="col-lg-3" data-aos="fade-right" data-aos-anchor=".img-footer" data-aos-delay="500">
<h4>Visit</h4>
<p>Tangerang, Banten.</p>
<br /><br />
<h4>New Business</h4>
<p>[email protected]</p>
</div>
<div class="col-lg-4 text-center footer-link" data-aos="fade-right" data-aos-anchor=".img-footer" data-aos-delay="600">
<h4>Follow</h4>
<div class="d-flex justify-content-center">
<a href="https://www.youtube.com/channel/UCQJwKhd46dr9j_RS07tAOCA" class="ps-3 pe-3"><i class="bi bi-youtube fs-3"></i></a>
<a href="https://github.com/Dan1elKusuma" class="ps-3 pe-3"><i class="bi bi-github fs-3"></i></a>
<a href="https://www.instagram.com/daniel_kusuma09/" class="ps-3 pe-3"><i class="bi bi-instagram fs-3"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col text-center pt-5">
<p class="fs-6" style="color: #ffc947">Created By Daniel Kusuma</p>
</div>
</div>
</div>
</div>
<!-- Akhir Footer -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.7.0/gsap.min.js"></script>
<script>
gsap.from('#header .col-lg-7', { duration: 1.5, y: 100, opacity: 0.5, ease: 'bounce' });
gsap.from('#header img', { duration: 1.5, y: 100, opacity: 0.5, ease: 'bounce' });
</script>
</body>
</html>