-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
404 lines (365 loc) · 16.9 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
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
<!DOCTYPE html>
<html>
<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">
<title>Kičin</title>
<link rel="icon" href="favicon.ico" type="image/png" />
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css" />
<link rel="stylesheet" href="css/styles.css">
<script src="//cdn.rawgit.com/namuol/cheet.js/master/cheet.min.js" type="text/javascript"></script>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
</head>
<body>
<main>
<div class="intro">Ahoy, I'm Kičin</div>
<div class="tagline">Software developer @ <a class="header-link" href="https://vikingc.com/" target="_blank">Viking Consulting</a> | Award losing developer | Author @ <a class="header-link" href="https://www.packtpub.com/mapt/video/application_development/9781788396240" target="_blank">Packt</a></div>
<div class="icons-social">
<a target="_blank" href="https://github.com/TheAdnan" title="GitHub profile"><i class="fab fa-github"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/adnan-ki%C4%8Din-bb1885127/" title="LinkedIn profile"><i class="fab fa-linkedin"></i></a>
<a target="_blank" href="https://www.quora.com/profile/Adnan-Ki%C4%8Din" title="Quora profile"><i class="fab fa-quora"></i></a>
<a target="_blank" href="https://web.telegram.org/#/im?p=@average_everyday_kicin" title="Telegram account"><i class="fab fa-telegram-plane"></i></a>
<a target="_blank" href="https://addons.mozilla.org/en-US/firefox/user/theadnan/" title="Firefox Add-on developer page"><i class="fab fa-firefox"></i></a>
<a target="_blank" href="https://www.meetup.com/sarajevo-openweb-meetup/" title="OpenWeb Sarajevo meetup"><i class="fab fa-meetup"></i></a>
<a target="_blank" href="https://www.packtpub.com/authors/adnan-kicin" title="Rust: The Easy Way [Course at Packt]"><i class="fas fa-play-circle"></i></a>
<a href="#" id="project-open" title="My GitHub Projects"><i class="fas fa-bug"></i></a>
</div>
</br>
<div id="konami"></div>
</br>
</br>
<div id="projects" class="columns">
<div class="column">
<div class="box">
<p class="title">Addonis</p>
<p class="description"><b>Description:</b>Firefox add-on skeleton generator</p>
<br>
<p><b>Technologies:</b><code>Rust</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/Addonis"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Hrđa</p>
<p class="description"><b>Description:</b> Just a couple of Rust examples </p>
<br>
<p><b>Technologies:</b><code>Rust</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/hrdja"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Kičin.io </p>
<p class="description"><b>Description:</b> Website made with Rocket </p>
<br>
<p><b>Technologies:</b><code>Rust, Rocket Framework</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/kicin.io"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Yiinker</p>
<p class="description"><b>Description:</b> A REPL for Yii framework inspired by Laravel's Artisan Tinker </p>
<br>
<p><b>Technologies:</b><code>PHP, Yii, tinker, psysh</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/Yiinker"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Anagamr</p>
<p class="description"><b>Description:</b> Anagram word guessing game </p>
<br>
<p><b>Technologies:</b><code>PHP, CSS Grid, Bower</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/anagamr"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Botnjak</p>
<p class="description"><b>Description:</b> Twitter bot script written in PHP </p>
<br>
<p><b>Technologies:</b><code>PHP, Twitter API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/Botnjak"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">ReactPHP socket chat</p>
<p class="description"><b>Description:</b> Just some experimentation with <a href="https://github.com/reactphp/socket">https://github.com/reactphp/socket</a></p>
<br>
<p><b>Technologies:</b><code>PHP, ReactPHP, WebSockets</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/reactphp-socket-chat"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Yii1 API Controller template</p>
<p class="description"><b>Description:</b> Template for API controller in Yii </p>
<br>
<p><b>Technologies:</b><code>PHP, Yii1, API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/Yii1-API-controller"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Face Detection Application with OpenCV</p>
<p class="description"><b>Description:</b> Face Detection Application written in C++ using OpenCV </p>
<br>
<p><b>Technologies:</b><code>C++, VC++, OpenCV</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/detekcija_lica"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">AutoHotKey Scripts</p>
<p class="description"><b>Description:</b> My AHK scripts, because I'm lazy for certain tasks </p>
<br>
<p><b>Technologies:</b><code>AutoHotKey</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/AHK-Skripte"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Schemeburger</p>
<p class="description"><b>Description:</b> My scheme scripts written for GIMP </p>
<br>
<p><b>Technologies:</b><code>Scheme, Script-FU</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/schemeburger"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Laravel docker boilerplate</p>
<p class="description"><b>Description:</b> Basic Laravel docker setup with MySQL and Nginx </p>
<br>
<p><b>Technologies:</b><code>PHP, Laravel, Docker, Nginx, MySQL</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/laravel-docker-setup"><i class="fab fa-github"></i></a></p>
</div>
</div>
<div class="column">
<div class="box">
<p class="title">Session Resurrection</p>
<p class="description"><b>Description:</b> Save your browser sessions and restore them any time </p>
<br>
<p><b>Technologies:</b><code>JavaScript, WebExtension API, Bulma CSS Framework</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/Session-resurrection"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Hadith of the day</p>
<p class="description"><b>Description:</b>Firefox WebExtension that displays a different hadith on click </p>
<br>
<p><b>Technologies:</b><code>JavaScript, Python, WebExtension API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/hadith-of-the-day"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Facebook video downloader extension </p>
<p class="description"><b>Description:</b> Facebook video downloader for Firefox </p>
<br>
<p><b>Technologies:</b><code>JavaScript, WebExtension API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/facebook-video-download"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Sonance</p>
<p class="description"><b>Description:</b> Ambient sounds for your browser </p>
<br>
<p><b>Technologies:</b><code>JavaScript, WebExtension API, CSS Grid</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/sonance"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Quora Nightly</p>
<p class="description"><b>Description:</b>Quora Nightly firefox add-on</p>
<br>
<p><b>Technologies:</b><code>JavaScript, WebExtension API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/Quora-Nightly"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Scroll to the bottom</p>
<p class="description"><b>Description:</b> Firefox WebExtension for automatic scrolling to the bottom of a website </p>
<br>
<p><b>Technologies:</b><code>JavaScript, WebExtension API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/scroll-to-the-bottom"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Instagram video downloader</p>
<p class="description"><b>Description:</b> Firefox add-on for downloading videos from instagram </p>
<br>
<p><b>Technologies:</b><code>JavaScript, WebExtension API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/instagram-video-download"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Instagram photo downloader</p>
<p class="description"><b>Description:</b> Download instagram photos easily (and without screenshoting) </p>
<br>
<p><b>Technologies:</b><code>JavaScript, WebExtension API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/instagram-download"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Cyrillo</p>
<p class="description"><b>Description:</b> Firefox WebExtension that helps to convert latin to cyrillic letters on any website </p>
<br>
<p><b>Technologies:</b><code>JavaScript, WebExtension API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/Cyrillo"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">focustube</p>
<p class="description"><b>Description:</b>Firefox WebExtension for watching your YouTube videos while scrolling down the comment section </p>
<br>
<p><b>Technologies:</b><code>JavaScript, WebExtension API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/focustube"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Hashr</p>
<p class="description"><b>Description:</b> Password hash generator </p>
<br>
<p><b>Technologies:</b><code>PHP, CSS Grid</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/hashr"><i class="fab fa-github"></i></a></p>
</div>
</div>
<div class="column">
<div class="box">
<p class="title">theadnan.github.io </p>
<p class="description"><b>Description:</b>My personal GitHub page</p>
<br>
<p><b>Technologies:</b><code>JavaScript, Cheet.js, Bulma CSS Framework</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/theadnan.github.io"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">2FA Laravel</p>
<p class="description"><b>Description:</b> Two-factor authentication laravel test application </p>
<br>
<p><b>Technologies:</b><code>Laravel, PHP, Twilio API, Mailtrap</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/2FA-laravel"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Imam momka bot</p>
<p class="description"><b>Description:</b> Experimental Telegram bot </p>
<br>
<p><b>Technologies:</b><code>PHP, Telegram API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/imam_momka_bot"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Average Everyday Kičin bot</p>
<p class="description"><b>Description:</b> Experimental Telegram bot </p>
<br>
<p><b>Technologies:</b><code>PHP, Telegram API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/avgkicin-bot"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Čelik-R</p>
<p class="description"><b>Description:</b> User management system for Celik-R volleyball club in Slim 3 </p>
<br>
<p><b>Technologies:</b><code>PHP, Slim 3, Monolog</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/celik-r"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">BuVRek</p>
<p class="description"><b>Description:</b> Virtual Burek created with Mozilla's A-Frame and Three.js </p>
<br>
<p><b>Technologies:</b><code>A-Frame, Three.js</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/BuVRek"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Xavier Institute</p>
<p class="description"><b>Description:</b> PHP Application for a faculty project </p>
<br>
<p><b>Technologies:</b><code>PHP, Openshift</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/xavier-institute"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Sunnah.com hadith scraper</p>
<p class="description"><b>Description:</b> Hadith scraper from sunnah.com </p>
<br>
<p><b>Technologies:</b><code>Python</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/sunnah-com-scraper"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Firetrash dove add-on</p>
<p class="description"><b>Description:</b> Firefox add-on for replacing all images on a website with the gif of the infamous trash dove </p>
<br>
<p><b>Technologies:</b><code>JavaScript, WebExtension API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/firetrash-dove-add-on"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Vaporwavify Add-On</p>
<p class="description"><b>Description:</b> Aestheticize your browser with this Firefox add-on</p>
<br>
<p><b>Technologies:</b><code>JavaScript, WebExtension API</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/Vaporwavify-Add-On"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">Kirbas 100000</p>
<p class="description"><b>Description:</b> HTML5 Game with Phaser.js </p>
<br>
<p><b>Technologies:</b><code>HTML5, Phaser.js</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/Kirbas-100000"><i class="fab fa-github"></i></a></p>
</div>
<div class="box">
<p class="title">omerhodzic.ba</p>
<p class="description"><b>Description:</b> Website for Omer Hodzic </p>
<br>
<p><b>Technologies:</b><code>PHP, jQuery</code></p>
<br>
<p><b>Repository:</b><a href="https://github.com/TheAdnan/omerhodzic.ba"><i class="fab fa-github"></i></a></p>
</div>
</div>
<br> <br>
</div>
</main>
<footer>
<div class="is-small"><b>Try the konami codes to see some magic</b></div>
<ul>
<li class="is-small">
<b>Hadouken</b>: <code>← ← ↑ r</code>
</li>
<li class="is-small">
<b>Me IRL</b>: <code>k i c i n ↑ ↑</code>
</li>
<li class="is-small">
<b>Clear</b>: <code>c l e a r</code>
</li>
</ul>
</footer>
</body>
</html>
<script>
$(document).ready(function() {
$("#projects").hide();
});
cheet('left left up r', function () {
$("#projects").hide();
$("#konami").replaceWith("<div id='konami'></div>");
$("#konami").append("<iframe src='https://giphy.com/embed/px6X1e8dWxdsc' width='50%' height='50%' style='position:relative' frameBorder='0' class='giphy-embed'></iframe><p><a href='https://giphy.com/gifs/street-fighter-popkey-px6X1e8dWxdsc'></a></p>");
});
cheet('k i c i n up up', function () {
$("#projects").hide();
$("#konami").replaceWith("<div id='konami'></div>");
$("#konami").append("<img src='img/me_irl.jpg'/>");
});
cheet('c l e a r', function () {
$("#projects").hide();
$("#konami").replaceWith("<div id='konami'></div>");
});
$("#project-open").on('click', function () {
$("#konami").replaceWith("<div id='konami'></div>");
$("#projects").show();
});
</script>