-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
340 lines (336 loc) · 14.9 KB
/
index.html
File metadata and controls
340 lines (336 loc) · 14.9 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
<!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="css/style.css" />
<script src="js/tagcloud/tagcloud.min.js" defer></script>
<script src="js/script.js" defer></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<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=Poppins:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<title>IhsanSFD</title>
</head>
<body>
<nav class="site-nav">
<div class="site-nav__container container">
<div class="main-menu">
<div class="site-title">IhsanSFD</div>
<div class="menu-toggler">
<svg
xmlns="http://www.w3.org/2000/svg"
width="28"
height="28"
fill="currentColor"
class="bi bi-person-lines-fill"
viewBox="0 0 16 16"
>
<path
d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2z"
/>
</svg>
</div>
</div>
<div class="menu-items pt-4 pb-4 pt-lg-0 pb-lg-0">
<a class="menu-item" href="https://github.com/ihsansfd">
<svg
xmlns="http://www.w3.org/2000/svg"
width="28"
height="28"
fill="currentColor"
class="bi bi-github"
viewBox="0 0 16 16"
>
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"
/>
</svg>
</a>
<a
class="menu-item"
href="https://www.linkedin.com/in/ihsan-nurul-iman-604a7b1b2/"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="28"
height="28"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
>
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"
/>
</svg>
</a>
<a
class="menu-item"
href="https://www.youtube.com/@codingforlife9891"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="28"
height="28"
fill="currentColor"
class="bi bi-youtube"
viewBox="0 0 16 16"
>
<path
d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"
/>
</svg>
</a>
<div class="menu-item center-all">
<svg
xmlns="http://www.w3.org/2000/svg"
width="28"
height="28"
fill="currentColor"
class="bi bi-at me-1"
viewBox="0 0 16 16"
>
<path
d="M13.106 7.222c0-2.967-2.249-5.032-5.482-5.032-3.35 0-5.646 2.318-5.646 5.702 0 3.493 2.235 5.708 5.762 5.708.862 0 1.689-.123 2.304-.335v-.862c-.43.199-1.354.328-2.29.328-2.926 0-4.813-1.88-4.813-4.798 0-2.844 1.921-4.881 4.594-4.881 2.735 0 4.608 1.688 4.608 4.156 0 1.682-.554 2.769-1.416 2.769-.492 0-.772-.28-.772-.76V5.206H8.923v.834h-.11c-.266-.595-.881-.964-1.6-.964-1.4 0-2.378 1.162-2.378 2.823 0 1.737.957 2.906 2.379 2.906.8 0 1.415-.39 1.709-1.087h.11c.081.67.703 1.148 1.503 1.148 1.572 0 2.57-1.415 2.57-3.643zm-7.177.704c0-1.197.54-1.907 1.456-1.907.93 0 1.524.738 1.524 1.907S8.308 9.84 7.371 9.84c-.895 0-1.442-.725-1.442-1.914z"
/>
</svg>
<span class="text-verticalcenter">ihsannurul@hotmail.com</span>
</div>
</div>
</div>
</nav>
<section class="site-hero container">
<div class="site-hero__text text-center text-lg-start">
<div class="site-hero__title mb-3">Hi, I'm Ihsan</div>
<div class="site-hero__desc mb-4">
<span>Full Stack Developer</span>
<svg
xmlns="http://www.w3.org/2000/svg"
width="28"
height="28"
fill="#FFDA6A"
class="bi bi-lightning-charge-fill lightning-cool"
viewBox="0 0 16 16"
>
<path
d="M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09z"
/>
</svg>
</div>
<div class="site-hero__buttons mb-5 mb-lg-0">
<a
href="#site-profile"
class="cta-button cta-button--large me-4 mb-4 mb-xxl-0"
>More about me</a
>
<a href="#site-projects" class="cta-button_secondary"
>See my projects</a
>
</div>
</div>
<div class="site-hero__image-wrapper">
<img
src="assets/characters/ihsan-cartoon.png"
class="site-hero__image"
/>
</div>
</section>
<section class="site-profile section" id="site-profile">
<div class="site-profile__wrapper container flex-center-column">
<div class="section-title mb-4">Profile</div>
<div class="site_profile__text text-length">
I’m Ihsan Nurul Iman a.k.a IhsanSFD. I’ve done a lot of works on
making softwares with different languages: C#, Java, PHP, JavaScript,
Python, etc. I love writing code that adheres to best practice.
</div>
</div>
<div class="underground-text">Code is Poetry</div>
</section>
<section class="site-techs container flex-center-column section">
<div class="section-title mb-4">Techs I've used</div>
<div class="tagcloud"></div>
</section>
<section
class="site-projects container flex-center-column section"
id="site-projects"
>
<div class="section-title mb-4">My projects</div>
<div class="site-projects__projects">
<div class="project mb-5">
<div class="project__img-wrapper mb-3 mb-xl-0">
<img
class="project__img"
src="assets/projects/bahasteknologi.png"
/>
</div>
<div class="project_text">
<div class="project__title mb-3">BahasTeknologi.com</div>
<div class="project__desc text-length mb-3">
A site that that serves information about technology. I created
this when I was in senior high school.Back in the day it has
4000-6000 visitors per day.
</div>
<div class="mb-4">
<div class="stack-items">
<div class="stack-title">Stacks:</div>
<span class="stack-item">WordPress</span>
</div>
</div>
<a href="https://bahasteknologi.com" class="cta-button"
>Visit site</a
>
</div>
</div>
<div class="project mb-5">
<div class="project__img-wrapper mb-3 mb-xl-0">
<img
class="project__img"
src="assets/projects/indotipstricks.png"
/>
</div>
<div class="project_text">
<div class="project__title mb-3">IndoTipsTricks.net</div>
<div class="project__desc text-length mb-3">
A site that that serves information about everything (gado-gado).
I created this when I was in middle high school. Back in the day
it has 4000-6000 visitors per day.
</div>
<div class="mb-4">
<div class="stack-items">
<div class="stack-title">Stacks:</div>
<span class="stack-item">WordPress</span>
</div>
</div>
</div>
</div>
<div class="project mb-5">
<div class="project__img-wrapper mb-3 mb-xl-0">
<img class="project__img" src="assets/projects/icel.png" />
</div>
<div class="project_text">
<div class="project__title mb-3">Icel.or.id</div>
<div class="project__desc text-length mb-3">
The profile site of a company engaged in environment-advocate.
Created while I was freelancing.
</div>
<div class="mb-4">
<div class="stack-items">
<div class="stack-title">Stacks:</div>
<span class="stack-item">PHP</span>
<span class="stack-item">JavaScript</span>
<span class="stack-item">Bootstrap</span>
<span class="stack-item">MySQL</span>
</div>
</div>
<a href="https://icel.or.id" class="cta-button">Visit site</a>
</div>
</div>
<div class="project mb-5">
<div class="project__img-wrapper mb-3 mb-xl-0">
<img
class="project__img project__img-center"
src="assets/projects/extendedpomodoro.png"
/>
</div>
<div class="project_text">
<div class="project__title mb-3">Extended Pomodoro</div>
<div class="project__desc text-length mb-3">
A Pomodoro technique-based desktop timer app with tasks
management. Available for Windows.
</div>
<div class="mb-4">
<div class="stack-items">
<div class="stack-title">Stacks:</div>
<span class="stack-item">C#</span>
<span class="stack-item">WPF</span>
<span class="stack-item">SQLite</span>
</div>
</div>
<a
href="https://ihsansfd.github.io/extended-pomodoro-web"
class="cta-button"
>Visit app site</a
>
</div>
</div>
<div class="project mb-5">
<div class="project__img-wrapper mb-3 mb-xl-0">
<img class="project__img" src="assets/projects/sumurartesis.png" />
</div>
<div class="project_text">
<div class="project__title mb-3">PT. Telaga Agung Perkasa</div>
<div class="project__desc text-length mb-3">
The site profile of a company engaged in mining and artesian well
services. The project is still being created.
</div>
<div class="mb-4">
<div class="stack-items">
<div class="stack-title">Stacks:</div>
<span class="stack-item">Docker</span>
<span class="stack-item">PHP</span>
<span class="stack-item">JavaScript</span>
<span class="stack-item">Bootstrap</span>
<span class="stack-item">MySQL</span>
</div>
</div>
</div>
</div>
<div class="project mb-5">
<div class="project__img-wrapper mb-3 mb-xl-0">
<img class="project__img" src="assets/projects/assyifacake.png" />
</div>
<div class="project_text">
<div class="project__title mb-3">Assyifa Cakes Point of Sale</div>
<div class="project__desc text-length mb-3">
A point-of-sale desktop application for a friend's cake store as
the final assignment for one of my college courses. The app boasts
a user-friendly interface, along with some nice features such as
reporting and receipt generation.
</div>
<div class="mb-4">
<div class="stack-items">
<div class="stack-title">Stacks:</div>
<span class="stack-item">Java</span>
<span class="stack-item">Java Swing</span>
<span class="stack-item">MySQL</span>
</div>
</div>
<a
href="https://github.com/ihsansfd/proyek-assyifa-cakes-final"
class="cta-button"
>Visit Repository</a
>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container footer__container">
<div class="footer-copyright mb-3 mb-lg-0">
Made with ♥ by Ihsan Nurul Iman
</div>
<a class="center-all nostyle-link" href="#">
<svg
xmlns="http://www.w3.org/2000/svg"
width="28"
height="28"
fill="currentColor"
class="bi bi-arrow-up-circle me-2"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"
/>
</svg>
Back to top
</a>
</div>
</footer>
</body>
</html>