-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
363 lines (355 loc) · 13.3 KB
/
index.html
File metadata and controls
363 lines (355 loc) · 13.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous" />
<!-- Bootstrap Icon -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" />
<!-- AOS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- My CSS -->
<link rel="stylesheet" href="css/style.css" />
<title>Faiz Rasyid | Website</title>
</head>
<body id="home">
<!-- Awal Navbar -->
<nav
class="navbar navbar-expand-lg navbar-dark bg-primary shadow-sm fixed-top">
<div class="container">
<a class="navbar-brand" href="">FZ</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" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Akhir Navbar -->
<!-- Jumbotron -->
<div class="jumbotron text-center">
<img
src="img/profile_picture.jpeg"
alt="Rasyid Faiz"
width="200"
class="rounded-circle img-thumbnail" />
<h3 class="display-6 my-3">Faiz Rasyid</h3>
<p class="lead"> </p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#ffffff"
fill-opacity="1"
d="M0,160L40,170.7C80,181,160,203,240,208C320,213,400,203,480,176C560,149,640,107,720,112C800,117,880,171,960,181.3C1040,192,1120,160,1200,144C1280,128,1360,128,1400,128L1440,128L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path>
</svg>
</div>
<!-- Akhir Jumbotron -->
<!-- Awal About -->
<section id="about">
<div class="container" data-aos="fade-down" data-aos-offset="200">
<div class="row text-center mb-3">
<div class="col">
<h2>About Me</h2>
</div>
</div>
<div class="row justify-content-center fs-5 text-center">
<div class="col-md-4">
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Totam,
iure suscipit! Vitae iure nemo nulla in totam, dolores architecto
numquam.
</p>
</div>
<div class="col-md-4">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. A, sint
omnis. Deleniti aperiam assumenda iure, culpa debitis odit quam
reiciendis ut ipsum porro nesciunt fugiat!
</p>
</div>
</div>
</div>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1440 320"
data-aos="fade-up"
data-aos-offset="300">
<path
fill="#e2edff"
fill-opacity="1"
d="M0,96L48,112C96,128,192,160,288,176C384,192,480,192,576,176C672,160,768,128,864,106.7C960,85,1056,75,1152,74.7C1248,75,1344,85,1392,90.7L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path>
</svg>
</section>
<!-- Akhir About -->
<!-- Awal Projects -->
<section id="projects">
<div class="container">
<div class="row text-center mb-3">
<div class="col">
<h2>Projects</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-4 mb-3">
<div class="card" data-aos="flip-left">
<img
src="img/projects/project_1.jpg"
class="card-img-top"
alt="Project 1" />
<div class="card-body">
<p class="card-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Neque, eius!
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card" data-aos="flip-left">
<img
src="img/projects/project_2.jpg"
class="card-img-top"
alt="Project 2" />
<div class="card-body">
<p class="card-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Neque, eius!
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card" data-aos="flip-left">
<img
src="img/projects/project_3.jpg"
class="card-img-top"
alt="Project 3" />
<div class="card-body">
<p class="card-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Neque, eius!
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card" data-aos="flip-left">
<img
src="img/projects/project_4.jpg"
class="card-img-top"
alt="Project 4" />
<div class="card-body">
<p class="card-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Neque, eius!
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card" data-aos="flip-left">
<img
src="img/projects/project_5.jpg"
class="card-img-top"
alt="Project 5" />
<div class="card-body">
<p class="card-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Neque, eius!
</p>
</div>
</div>
</div>
</div>
</div>
<section id="my-keyboards">
<div class="container">
<div class="row text-center mb-3">
<div class="col">
<h2>My Keyboards</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-3">
<div class="keyboard-box">
<h4 class="keyboard-name">Keychron K2</h4>
<img
src="https://github.com/sandhikagalih/sandhikagalih.github.io/blob/main/img/keyboards/3.png?raw=true"
alt="Keychron K3"
class="keyboard-img" />
<a href="#" class="btn btn-light keyboard-detail-button"
>Show Details</a
>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="keyboard-box">
<h4 class="keyboard-name">Womier RGB</h4>
<img
src="https://github.com/sandhikagalih/sandhikagalih.github.io/blob/main/img/keyboards/1.png?raw=true"
alt="Womier RGB"
class="keyboard-img" />
<a href="#" class="btn btn-light keyboard-detail-button"
>Show Details</a
>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="keyboard-box">
<h4 class="keyboard-name">Red Dragon</h4>
<img
src="https://github.com/sandhikagalih/sandhikagalih.github.io/blob/main/img/keyboards/2.png?raw=true"
alt="Red Dragon"
class="keyboard-img" />
<a href="#" class="btn btn-light keyboard-detail-button"
>Show Details</a
>
</div>
</div>
</div>
</div>
</section>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#ffffff"
fill-opacity="1"
d="M0,288L48,272C96,256,192,224,288,229.3C384,235,480,277,576,288C672,299,768,277,864,250.7C960,224,1056,192,1152,202.7C1248,213,1344,267,1392,293.3L1440,320L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path>
</svg>
</section>
<!-- Akhir Projects -->
<!-- Awal Contact -->
<section id="contact">
<div class="container">
<div class="row text-center">
<div class="col">
<h2>Contact Me</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-6">
<div
class="alert alert-success alert-dismissible fade show d-none"
role="alert">
<strong>Berhasil!</strong> Pesan yang anda kirim sudah kami
terima.
<button
type="button"
class="btn-close"
data-bs-dismiss="alert"
aria-label="Close"></button>
</div>
<form name="contact-form">
<div class="mb-3">
<label for="name" class="form-label">Nama Lengkap</label>
<input
name="name"
type="text"
class="form-control"
id="name"
aria-describedby="name"
required />
</div>
<div class="mb-3">
<label for="email" class="form-label">Email</label>
<input
name="email"
type="email"
class="form-control"
id="email"
aria-describedby="email"
required />
</div>
<div class="mb-3">
<label for="pesan" class="form-label">Pesan</label>
<textarea
name="pesan"
class="form-control"
id="pesan"
rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary submit">
Kirim
</button>
<button
class="btn btn-primary loading d-none"
type="button"
disabled>
<span
class="spinner-border spinner-border-sm"
aria-hidden="true"></span>
<span role="status">Loading...</span>
</button>
</form>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#0d6efd"
fill-opacity="1"
d="M0,160L48,176C96,192,192,224,288,224C384,224,480,192,576,160C672,128,768,96,864,117.3C960,139,1056,213,1152,218.7C1248,224,1344,160,1392,128L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path>
</svg>
</section>
<!-- Akhir Contact -->
<!-- Awal Footer -->
<footer class="bg-primary text-white text-center p-5">
<p class="m-0 text-end">
Made with
<i class="bi bi-heart-fill text-danger"></i>
by
<a
href="https://github.com/rasyidfaiz"
class="text-white fw-bold text-decoration-none"
>Faiz</a
>
</p>
</footer>
<!-- Akhir Footer -->
<!-- Bootstrap -->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js"
integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy"
crossorigin="anonymous"></script>
<!-- Script AOS -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- Script GSAP -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/TextPlugin.min.js"></script>
<!-- Script Tilt.js -->
<script type="text/javascript" src="/js/vanilla-tilt.min.js"></script>
<!-- External Script -->
<script type="text/javascript" src="/js/script.js"></script>
</body>
</html>