-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
360 lines (324 loc) · 14.1 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
<!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/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<!-- Bootstrap Icon -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- My CSS -->
<link rel="stylesheet" href="style.css">
<!-- AOS.JS -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- my AOS.JS -->
<link rel="aos.js" href="aos.js">
<!-- title -->
<title>FanniSyarifudin</title>
<!-- icon -->
<link rel="icon" href="assets/img/black-toxic.png">
</head>
<body>
<!-- Navbar -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark shadow-sm" style="background-color: #000;">
<div class="container">
<!-- <a class="navbar-brand" href="index.html">FanniSyarifudin</a> -->
<a href="" class="navbar-brand"><img src="assets/img/white-icon.png" width="60rem"></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="index.html">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="#skills">Skills</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 -->
<section class="jumbotron text-center fs-1 shadow">
<div data-aos="fade-down">
<img src="assets/img/20210320_060910.png" class="rounded-circle img-thumbnail" alt="conan" width="200px">
</div>
<div data-aos="fade-up"
data-aos-delay="300">
<h1 class="display-4">Fanni Syarifudin</h1>
</div>
<div data-aos="fade-right">
<p class="lead">
Programmer | Noob Gamer
</p>
</div>
<img src="assets/img/black-toxic.png" width="50em" alt="">
<div data-aos="fade-right">
<p class="lead mb-4">
Writer Newbie on <a href="https://bedebahkata.tumblr.com/" style="text-decoration:none" target="_blank">bedebahkata</a>
</p>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="fff" fill-opacity="1" d="M0,160L40,160C80,160,160,160,240,181.3C320,203,400,245,480,240C560,235,640,181,720,181.3C800,181,880,235,960,250.7C1040,267,1120,245,1200,229.3C1280,213,1360,203,1400,197.3L1440,192L1440,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>
</section>
<!-- Akhir Jumbotron -->
<!-- About -->
<section id="about">
<div class="container">
<div class="row text-center text-white mb-3">
<div class="col">
<div data-aos="fade-down">
<h2>About Me</h2>
</div>
</div>
<div class="row justify-content-center fs-5 text-center">
<div class="col-md-4">
<div data-aos="fade-right">
I am an industrial engineering student at the Indonesian Nahdlatul Ulama University. Apart from writing code, I also write on <a href="https://bedebahkata.tumblr.com/" style="text-decoration:none" target="_blank">bedebahkata.tumblr.com</a>
</div>
</div>
</div>
<div class="row justify-content-center fs-5 text-center">
<div class="col-md-4">
<div data-aos="fade-left">
I live in West Jakarta. I am currently studying at the Indonesian Nahdlatul Ulama University And informal learning at Darul Uchwah Islamic Boarding School.Fun fact: Reading, coding, and laying hobbies.
</div>
</div>
</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,64L40,101.3C80,139,160,213,240,208C320,203,400,117,480,122.7C560,128,640,224,720,266.7C800,309,880,299,960,256C1040,213,1120,139,1200,117.3C1280,96,1360,128,1400,144L1440,160L1440,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>
</section>
<!-- Akhir About-->
<!-- Skills -->
<section id="skills">
<div class="container">
<div data-aos="fade-down">
<div class="row text-center mb-3">
<div class="col">
<h2>My Skills</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<!-- HTML -->
<div class="col-md-4 mb-3">
<div data-aos="fade-right">
<div class="card">
<div class="card-body">
<div class="logo justify-content-center">
<img src="https://img.icons8.com/material-sharp/48/000000/html-5.png" />
</div>
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">
The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as...
</p>
<a href="https://en.wikipedia.org/wiki/HTML" class="btn btn-dark">See more</a>
</div>
</div>
</div>
</div>
<!-- CSS -->
<div class="col-md-4 mb-3">
<div data-aos="fade-up">
<div class="card">
<div class="card-body">
<div class="logo justify-content-center">
<img src="https://img.icons8.com/material/48/000000/css3.png" />
</div>
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. CSS is a cornerstone technology of the...
</p>
<a href="https://en.wikipedia.org/wiki/CSS" class="btn btn-dark">See more</a>
</div>
</div>
</div>
</div>
<!-- JavaScript -->
<div class="col-md-4 mb-3">
<div data-aos="fade-left">
<div class="card">
<div class="card-body">
<div class="logo justify-content-center">
<img src="https://img.icons8.com/ios-filled/48/000000/javascript.png" />
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">
JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and...
</p>
<a href="https://en.wikipedia.org/wiki/JavaScript" class="btn btn-dark">See more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="fff" fill-opacity="1" d="M0,224L60,240C120,256,240,288,360,277.3C480,267,600,213,720,197.3C840,181,960,203,1080,229.3C1200,256,1320,288,1380,304L1440,320L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path></svg>
</section>
<!-- Akhir Skils -->
<!-- Projects -->
<section id="projects">
<div class="container">
<div data-aos="fade-down"
data-aos-anchor-placement="top-center">
<div class="row text-center text-white mb-3">
<div class="col">
<h2>My Projects</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-4 mb-3">
<div data-aos="fade-right"
data-aos-anchor-placement="top-center">
<div class="card">
<img src="assets/img/thumbs/pmiijakbar.jpg" class="card-img-top" alt="Project 1">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">
an extra-campus organization website in west jakarta
the movement of Indonesian Islamic students, West Jakarta branch
</p>
<a href="https://fs-15.github.io/pcpmiijakartabarat/" class="btn btn-dark">See more</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div data-aos="fade-down"
data-aos-anchor-placement="top-center">
<div class="card">
<img src="assets/img/thumbs/tribute-page.png" class="card-img-top" alt="Project 1">
<div class="card-body">
<!-- <h5 class="card-title">Tribute Page-Rozaq</h5> -->
<p class="card-text">
Tribute page of Rozaq Dwi Yuliarta
</p>
<a href="https://fs-15.github.io/rozaq-dwi-yuliarta/" class="btn btn-dark">See more</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div data-aos="fade-left"
data-aos-anchor-placement="top-center">
<div class="card">
<img src="assets/img/thumbs/4.png" class="card-img-top" alt="Project 1">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. At, nesciunt.
</p>
<a href="#" class="btn btn-dark">See more</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div data-aos="fade-right"
data-aos-anchor-placement="top-center">
<div class="card">
<img src="assets/img/thumbs/5.png" class="card-img-top" alt="Project 1">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. At, nesciunt.
</p>
<a href="#" class="btn btn-dark">See more</a>
</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,224L60,240C120,256,240,288,360,277.3C480,267,600,213,720,197.3C840,181,960,203,1080,229.3C1200,256,1320,288,1380,304L1440,320L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path></svg>
</section>
<!-- Akhir Project -->
<!-- Contact -->
<!-- Contact -->
<section id="contact">
<div class="container">
<div class="row text-center mb-3">
<div class="col">
<div data-aos="fade-down">
<h2>Contact Me</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-6">
<form>
<div class="mb-3">
<label for="name" class="form-label">Nama Lengkap</label>
<input type="text" class="form-control" id="name" aria-describedby="name" />
</div>
<div class="mb-3">
<label for="email" class="form-label">Email</label>
<input type="text" class="form-control" id="email" aria-describedby="email" />
</div>
<div class="mb-3">
<label for="pesan" class="form-label">Pesan</label>
<textarea type="text" class="form-control" id="name" aria-describedby="pesan" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-dark">Kirim</button>
</form>
</div>
</div>
</div>
</section>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#000" fill-opacity="1" d="M0,64L40,85.3C80,107,160,149,240,149.3C320,149,400,107,480,106.7C560,107,640,149,720,138.7C800,128,880,64,960,42.7C1040,21,1120,43,1200,64C1280,85,1360,107,1400,117.3L1440,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>
<!-- Akhir Contact -->
<!-- Gform contact -->
<!--<form name="gform" id="gform" enctype="text/plain" action="https://docs.google.com/forms/d/e/1FAIpQLScmI_aUfEgcmpkgOrMlRLsRBj7k4aKKy1tWyuh7I744yVf2kA/formResponse?" target="hidden_iframe" onsubmit="submitted=true;">
Name:<br>
<input type="text" name="entry.1597338776" id="entry.1597338776"><br>
Email:<br>
<input type="text" name="entry.1273840847" id="entry.1273840847"><br>
Massage:<br>
<input type="text" name="entry.194969080" id="entry.194969080"><br>
<input type="submit" value="submit">
</form>
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted) {}"></iframe>
-->
<!-- Akhir Contact -->
<!-- footter -->
<footer class="text-white text-center pb-3" style="background-color: black;">
<p>
Created by <i class="bi bi-instagram"></i> <a href="https://www.instagram.com/syarifudin_fa/" style="text-decoration:none" target="_blank" class="text-white fw-bold">FS-15</a>
</p>
</footer>
<!-- Javascript -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<!-- Js.Gform -->
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript">var submitted=false;</script>
<script type="text/javascript">
$('#gform').on('submit', function(e) {
$('#gform *').fadeOut(2000);
$('#gform').prepend('Your submission has been processed...');
});
</script>
<!-- AOS.JS -->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init({
duration: 1200,
mirror: false, // whether elements should animate out while scrolling past them
disable: '',
// aos tambahan
})
</script>
</body>
</html>