-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
408 lines (402 loc) · 19.3 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Saifuddaulah Alfarabi</title>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css"
/>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
<script src="partikel.js"></script>
<script src="animated.js"></script>
<!--navbar-->
<nav class="navbar navbar-expand-lg fixed-top shadow" style="background-color: rgba(137, 43, 226, 0.486);">
<div class="container">
<a class="navbar-brand text-light" href="#">
<img src="../img/pp.jpg" alt="" width="30" height="30" class="d-inline-block align-text-top" />
Saifuddaulah Alfarabi
</a>
<button class="navbar-toggler navbar-dark text-light shadow btn btn-outline-primary" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigationd">
Menu <span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav align-items-center ms-auto">
<li class="nav-item">
<a class="nav-link active text-light" aria-current="page" href="#profile">Profile</a>
</li>
<li class="nav-item">
<a class="nav-link active text-light" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link active text-light" href="#skill">Skill</a>
</li>
<li class="nav-item">
<a class="nav-link active text-light" href="#project">Project</a>
</li>
<li class="nav-item">
<a class="nav-link active text-light" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link active text-light" href="#message">Message</a>
</li>
<li class="nav-item">
<a class="nav-link active text-light" href="cv.html">My CV</a>
</li>
</ul>
</div>
</div>
</nav>
<!--End navbar-->
<!--content1-->
<section class="jumbotron text-center" id="profile">
<img src="./img/pp3.png" data-tilt data-aos="flip-up" data-aos-duration="300" data-aos-easing="ease-in-out" alt="Foto Profile" width="300px" height="300px" />
<br />
<br />
<span class="subtitle1" id="subtitle1">Web & Mobile Developer</span>
<span class="subtitle2" id="subtitle2">Design Graphic</span>
<br />
<br />
<a class="bi bi-envelope text-light" href="mailto:saifuldaulah24@gmail.com" style="padding-right: 10px" ></a>
<a class="bi bi-github text-light" href="https://github.com/SaifulDA" style="padding-right: 10px"></a>
<a class="bi bi-instagram text-light" href="https://www.instagram.com/s.d.a.2.4/?hl=id" style="padding-right: 10px"></a>
<a class="bi bi-tiktok text-light" href="https://www.tiktok.com/@s.d.a.2.4_" style="padding-right: 10px"></a>
<a class="bi bi-linkedin text-light" href="https://www.linkedin.com/in/saifuddaulah-alfarabi-81b04420b/"></a>
</section>
<br>
<!--End Content 1-->
<!--About-->
<section id="about">
<div class="container" data-aos="flip-up" data-aos-duration="2000" data-aos-easing="ease-in-out" >
<div class="row text-center text-light">
<div class="col">
<h2>About Me</h2>
</div>
</div>
<div class="row justify-content-center fs-3">
<div class="col-6 text-light text-center" style="font-family: roboto;">
<p>Hi, I'm <b>SAIFUDDAULAH ALFARABI</b> I'm an active student of the Department of Software Engineering, at
<b>BINA SARANA INFORMATIKA UNIVERSITY.</b> I really like things in the field of IT and also Design. In
creating a website, I use the <i>CodeIgniter</i> framework with PHP language and the CSS framework,
namely <i>Bootstrap</i>. To use the Java language and to create a mobile application am currently learning
the <i>Flutter</i> framework. for graphic design I use <i>Photoshop</i>, <i>Figma</i>, <i>Illustrator</i> and also <i>Canva</i>. Thank
You
</p>
</div>
</div>
</div>
</section>
<br>
<br>
<!--end About-->
<!-- Skill-->
<section id="skill">
<div class="container fs-4">
<div class="row text-center text-light">
<div class="col">
<h2>My Skill</h2>
</div>
</div>
<br>
<div class="row justify-content-center fs-4">
<div class="col-6 text-light" data-tilt data-aos="fade-right" data-aos-delay="100" data-aos-duration="1000">
<p>HTML & CSS</p>
<div class="progress" >
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Example with label" style="width: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
<br>
<p>CODEIGNITER</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Example with label" style="width: 80%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">80%</div>
</div>
<br>
<p>FLUTTER</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Example with label" style="width: 60%;" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">60%</div>
</div>
<br>
<p>JAVA</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Example with label" style="width: 60%;" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">60%</div>
</div>
</div>
<div class="col-6 text-light" data-tilt data-aos="fade-left" data-aos-delay="200" data-aos-duration="2000">
<p>PHOTOSHOP</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Example with label" style="width: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
<br>
<p>ILUSTRATOR</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Example with label" style="width: 80%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">80%</div>
</div>
<br>
<p>FIGMA</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Example with label" style="width: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
<br>
<p>CANVA</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Example with label" style="width: 70%;" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100">70%</div>
</div>
</div>
</section>
<br>
<br>
<!--end skill-->
<!--card project-->
<section id="project">
<div class="container" data-aos="fade-in" data-aos-duration="1000" data-aos-easing="ease-in-out">
<div class="row text-center text-light">
<div class="col">
<h2>My Project</h2>
</div>
</div>
<br>
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="card h-100 border-primary" data-aos="flip-left" data-aos-delay="200"
data-aos-duration="1000" style="background-color: rgba(107, 0, 107, 0.274);">
<img src="img/flutter.png" class="card-img-top" data-tilt alt="Flutter">
<div class="card-body text-light">
<h5 class="card-title">Notes App</h5>
<p class="card-text">Notes application is made to make it easier for us to remember notes. there are some pretty good menus and also a display design that doesn't make us bored </p>
</div>
<div class="card-footer">
<a class="btn btn-outline-primary text-light shadow" href="https://github.com/SaifulDA/Flutter-NotesApp" role="button">Go to project</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card h-100 border-primary" data-aos="flip-left" data-aos-delay="300"
data-aos-duration="1000" style="background-color: rgba(107, 0, 107, 0.274);">
<img src="img/ci.png" class="card-img-top" data-tilt alt="Codeigniter">
<div class="card-body text-light">
<h5 class="card-title">E-Commerce "Toko bagus"</h5>
<p class="card-text">
This e-commerce website is made with codeigniter. has quite complete features, such as having user and admin pages. besides that it has a very dynamic design</p>
</div>
<div class="card-footer">
<a class="btn btn-outline-primary text-light shadow" href="https://github.com/SaifulDA/toko_bagus" role="button">Go to project</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card h-100 border-primary" data-aos="flip-left" data-aos-delay="400"
data-aos-duration="1000" style="background-color: rgba(107, 0, 107, 0.274);">
<img src="img/ci.png" class="card-img-top" data-tilt alt="codeigniter">
<div class="card-body text-light">
<h5 class="card-title">Pustaka Booking</h5>
<p class="card-text">
This booking library website is made with codeigniter. is a website where you can book library books. has quite complete features, such as having user and admin pages. besides that it has a very dynamic design</p>
</div>
<div class="card-footer">
<a class="btn btn-outline-primary text-light shadow" href="https://github.com/SaifulDA/pustaka-booking" role="button">Go to project</a>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="swiper-pagination"></div>
</div>
</div>
</section>
<br>
<br>
<!--end project-->
<!--Contact-->
<section id="contact">
<div class="container" data-aos="fade-in" data-aos-duration="1000" data-aos-easing="ease-in-out">
<div class="row text-center text-light">
<div class="col">
<h2>Contact Me</h2>
</div>
</div>
<br>
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="card text-center border-primary" style="width: auto;" data-aos="flip-left" data-aos-delay="200"
data-aos-duration="1000">
<div class="card-body">
<img src="img/gmail.png" class="card-img-top" data-tilt alt="whatsapp" style="height: 50px; width: 50px;">
<h5 class="card-title">Email</h5>
<p class="card-text">Contact me by Email</p>
<a href="mailto:saifuldaulah24@gmail.com" class="btn text-light btn-outline-primary shadow">Contact Now</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card text-center border-primary" style="width: auto"data-aos="flip-left" data-aos-delay="200"
data-aos-duration="1000">
<div class="card-body">
<img src="img/linkedin.png" class="card-img-top" data-tilt alt="whatsapp" style="height: 50px; width: 50px;">
<h5 class="card-title">LinkedIn</h5>
<p class="card-text">Contact me by LinkedIn</p>
<a href="https://www.linkedin.com/in/saifuddaulah-alfarabi-81b04420b/" class="btn text-light btn-outline-primary shadow">Contact Now</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card text-center border-primary" style="width:auto"data-aos="flip-left" data-aos-delay="200"
data-aos-duration="1000">
<div class="card-body">
<img src="img/ig.png" class="card-img-top" data-tilt alt="whatsapp" style="height: 50px; width: 50px;">
<h5 class="card-title">Instagram</h5>
<p class="card-text">Contact me by Instagram</p>
<a href="https://www.instagram.com/s.d.a.2.4/?hl=id" class="btn text-light btn-outline-primary shadow">Contact Now</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card text-center border-primary" style="width:auto"data-aos="flip-left" data-aos-delay="200"
data-aos-duration="1000">
<div class="card-body">
<img src="img/tiktok.png" class="card-img-top" data-tilt alt="whatsapp" style="height: 50px; width: 90px;">
<h5 class="card-title">Tiktok</h5>
<p class="card-text">Contact me by Tiktok</p>
<a href="https://www.tiktok.com/@s.d.a.2.4_" class="btn text-light btn-outline-primary shadow">Contact Now</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card text-center border-primary" style="width:auto"data-aos="flip-left" data-aos-delay="200"
data-aos-duration="1000">
<div class="card-body">
<img src="img/github.png" class="card-img-top" data-tilt alt="whatsapp" style="height: 50px; width: 50px;">
<h5 class="card-title">Github</h5>
<p class="card-text">Contact me by Github</p>
<a href="https://github.com/SaifulDA" class="btn text-light btn-outline-primary shadow">Contact Now</a>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="swiper-button-next swiper-navbtn"></div>
<div class="swiper-button-prev swiper-navbtn"></div>
<div class="swiper-pagination"></div>
</div>
</section>
<br>
<section id="message">
<div class="container text-light" data-aos="fade-in" data-aos-duration="1000" data-aos-easing="ease-in-out">
<h2 style="text-align: center;">Message</h2>
<form name="submit-pesan">
<div class="alert alert-primary alert-dismissible fade show d-none my-alert" role="alert">
<strong>Thank You !</strong> we have received your message.
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Email address</label>
<input type="email" class="form-control text-dark" placeholder="Input Email Address" id="exampleInputEmail1" aria-describedby="emailHelp" name="email" style="background-color:rgba(255, 255, 255, 0.5);">
</div>
<div class="mb-3">
<label for="exampleInputName" class="form-label">Full Name</label>
<input type="text" class="form-control text-dark" placeholder="Input Full Name" id="exampleInputNme" name="nama" style="background-color:rgba(255, 255, 255, 0.5);">
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">Message</label>
<textarea class="form-control text-dark" placeholder="Input Message" id="exampleFormControlTextarea1" rows="3" name="pesan" style="background-color:rgba(255, 255, 255, 0.5);"></textarea>
</div>
<button type="submit" class="btn btn-primary btn-kirim" style="background-color:rgba(128, 0, 128, 0.301);">Submit</button>
<button class="btn btn-primary btn-outline-light btn-loading d-none shadow" type="button">
<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span>
Loading...
</button>
</form>
</div>
</section>
<br>
<!--Fotter-->
<footer class="text-center text-lg-start text-light" style="background-color: rgba(138, 0, 119, 0.247)">
<!-- Copyright -->
<div class="text-center p-4">
© 2023 Copyright
<i class="text-light fw-bold">Saifuddaulah Alfarabi</i>
</div>
<!-- Copyright -->
</footer>
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<script type="text/javascript" src="vanilla-tilt.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbwU28-js1UoyC0gDV16bgVkZOyRG1L2JtDrIeS3O9U625OIdX35elMI4C5z3rBYeKjz/exec';
const form = document.forms['submit-pesan'];
const btnKirim = document.querySelector('.btn-kirim')
const btnLoading = document.querySelector('.btn-loading')
const myAlert = document.querySelector('.my-alert')
form.addEventListener('submit', e => {
e.preventDefault();
btnLoading.classList.toggle('d-none');
btnKirim.classList.toggle('d-none');
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response => {
btnLoading.classList.toggle('d-none');
btnKirim.classList.toggle('d-none');
myAlert.classList.toggle('d-none')
form.reset();
console.log('Success!', response);
})
.catch(error => console.error('Error!', error.message));
});
</script>
<script>
var swiper = new Swiper(".mySwiper", {
slidesPerView: 3,
spaceBetween: 20,
slidesPerGroup: 3,
loop: true,
grabCursor: true,
centerSlides: true,
mousewheel: true,
keyboard:true,
pagination: {
el: ".swiper-pagination",
dynamicBullets: true,
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
breakpoints: {
0: {
slidesPerView: 1,
spaceBetween: 10,
slidesPerGroup: 1,
},
520: {
slidesPerView: 1,
spaceBetween: 20,
slidesPerGroup: 1,
},
640: {
slidesPerView: 1,
spaceBetween: 20,
slidesPerGroup: 1,
},
768: {
slidesPerView: 2,
spaceBetween: 20,
slidesPerGroup: 2,
},
1024: {
slidesPerView: 3,
spaceBetween: 30,
slidesPerGroup: 3,
},
},
});</script>
</body>
</html>