-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
619 lines (572 loc) · 26.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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8" />
<title>Faris Durrani</title>
<meta name="description" content="" />
<meta name="author" content="" />
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css" />
<link rel="stylesheet" href="css/vendor.css" />
<link rel="stylesheet" href="css/main.css" />
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html"
><img src="images/logo.png" alt="Homepage"
/></a>
</div>
<nav class="header-nav-wrap">
<ul class="header-nav">
<li class="current">
<a class="smoothscroll" href="#home" title="home"
>Home</a
>
</li>
<li>
<a class="smoothscroll" href="#about" title="about"
>About</a
>
</li>
<li>
<a
class="smoothscroll"
href="#projects"
title="projects"
>Projects</a
>
</li>
<li>
<a class="smoothscroll" href="#contact" title="contact"
>Contact</a
>
</li>
</ul>
</nav>
<a class="header-menu-toggle" href="#0"><span>Menu</span></a>
</header>
<!-- end s-header -->
<!-- home
================================================== -->
<section
id="home"
class="s-home page-hero target-section"
data-parallax="scroll"
data-image-src="images/hero-bg.jpg"
data-natural-width="3000"
data-natural-height="2000"
data-position-y="center"
>
<div class="overlay"></div>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h3>Hello There</h3>
<h1>
I am Faris Durrani. <br />
I am a Computer Science student in the Georgia Institute
of Technology.
</h1>
<div class="home-content__buttons">
<a
href="#projects"
class="smoothscroll btn btn--stroke"
>
Latest Projects
</a>
<a href="#about" class="smoothscroll btn btn--stroke">
More About Me
</a>
</div>
<div class="home-content__scroll">
<a href="#about" class="scroll-link smoothscroll">
<span>Scroll Down</span>
</a>
</div>
</div>
</div>
<!-- end home-content -->
<ul class="home-social">
<li>
<a href="https://www.facebook.com/FarisDurrani19/"
><i class="im im-facebook" aria-hidden="true"></i
><span>Facebook</span></a
>
</li>
<li>
<a href="https://www.linkedin.com/in/farisdurrani/"
><i class="im im-linkedin" aria-hidden="true"></i
><span>LinkedIn</span></a
>
</li>
<li>
<a href="https://github.com/farisdurrani/"
><i class="im im-github" aria-hidden="true"></i
><span>GitHub</span></a
>
</li>
<li>
<a href="https://instagram.com/faris_durrani"
><i class="im im-instagram" aria-hidden="true"></i
><span>Instagram</span></a
>
</li>
</ul>
<!-- end home-social -->
</section>
<!-- end s-home -->
<!-- about
================================================== -->
<section id="about" class="s-about target-section">
<div class="row narrow section-intro has-bottom-sep">
<div class="col-full text-center">
<h3>About</h3>
<h1>More About Me</h1>
<p class="lead">
My interests cover back-end software development and
database management, and I am planning to specialize in
cybersecurity in the long term. Open to working anywhere
to work as an intern or an employee.
</p>
</div>
</div>
<div class="row about-content">
<div class="col-six tab-full left">
<h3>Hi There!</h3>
<p>
A proud Malaysian studying Computer Science at the
Georgia Institute of Technology under the JPA
scholarship provided by the Malaysian government to a
small pool from the Top 100 students in the national SPM
school-leaving examination in 2015.
</p>
<p>
My interest lies in mathematics and computers,
especially in the art of cryptography and human-computer
interactions through a blend of psychology and social
engineering, which is why I choose to specialize in
People and Informatics Internetworks at Georgia Tech for
my degree. Space Trader was my first project where along
with two other students, we re-created the legacy Space
Trader game on Java Swing over a period of 4 months.
Since then, I've learned Javascript, HTML, CSS, and Ruby
on my own through YouTube tutorials and other platforms
alongside solving mathematical problems using
computational algorithms on ProjectEuler to increase my
skills. Personally, Java is my favorite language due to
its right balance of rudimentariness and simplicity.
</p>
</div>
<div class="col-six tab-full right">
<h3>I've Got Some skills.</h3>
<ul class="skill">
<li>
<strong>Java</strong>
</li>
<li>
<strong>Python</strong>
</li>
<li>
<strong>MySQL</strong>
</li>
<li>
<strong>ReactJS / React-Native</strong>
</li>
<li>
<strong>C</strong>
</li>
<li>
<strong>HTML</strong>
</li>
<li>
<strong>CSS</strong>
</li>
<li>
<strong>Android Studio</strong>
</li>
<li>
<strong>Google Drive API</strong>
</li>
<li>
<strong>D3</strong>
</li>
<li>
<strong>PyCharm</strong>
</li>
<li>
<strong>IntelliJ</strong>
</li>
<li>
<strong>Canva</strong>
</li>
</ul>
</div>
</div>
<!-- end about-content -->
<div class="row about-content about-content--buttons">
<div class="col-six tab-full left">
<a
href="https://www.linkedin.com/in/farisdurrani/"
class="btn btn--primary full-width"
>Download My Resume on LinkedIn</a
>
</div>
</div>
<!-- end about-content buttons -->
<div
id="projects"
class="row about-content about-content--timeline"
>
<div class="col-full text-center">
<h3>My Projects</h3>
</div>
<div class="col-six tab-full left">
<div class="timeline">
<div class="timeline__block">
<div class="timeline__header">
<p class="timeline__timeframe">
Jul 2021 - present
</p>
<h3><a href="https://github.com/Georgia-Tech-Off-Road/GTORDaata/tree/dataManagement">Baja SAE Georgia Tech Off-Road</a></h3>
<h5>Python and PyQt5</h5>
</div>
<div class="timeline__desc">
<p>
Worked on the vehicle's data acquisition system 10+ hours a week to create a GUI that can accurately reflect the 12+ sensors data and generate plots, along with using the Google Drive API to download and upload data to our Google Drive through the GUI.
</p>
</div>
</div>
<!-- end timeline__block -->
<div class="timeline__block">
<div class="timeline__header">
<p class="timeline__timeframe">
Dec 2021 - present
</p>
<h3>Vespid — Robinhood of Malaysia</a></h3>
<h5>React-Native</h5>
</div>
<div class="timeline__desc">
<p>
A cross-platform mobile application aimed to give Malaysians a modern interface to invest in company stocks and funds, built atop React-Native, TypeScript, and Storybook through an iterative and methodical coding scheme. Our team of 4 meet every other day in pair-programming sessions to give feedback and discuss solutions.
</p>
</div>
</div>
<!-- end timeline__block -->
<div class="timeline__block">
<div class="timeline__header">
<p class="timeline__timeframe">Apr 2021</p>
<h3>
<a
href="https://farisdurrani.github.io/Aircraft-Incidents/final_activity/index.html"
>Aircraft Crash Visualization</a
>
</h3>
<h5>D3 and JavaScript</h5>
</div>
<div class="timeline__desc">
<p>
An interactive visualization of worldwide
aircraft incidents data from 1996 to 2016
using D3 v5. A user toggles filter settings
and a range slider to only display related
data, in addition to finding more on each
incident by hovering over a particular
incident circle.
</p>
</div>
</div>
<!-- end timeline__block -->
<div class="timeline__block">
<div class="timeline__header">
<p class="timeline__timeframe">
Sep 2019 - Nov 2019
</p>
<h3><a href="https://github.com/farisdurrani/SpaceTraderGame">Space Trader Game</a></h3>
<h5>Java Swing</h5>
</div>
<div class="timeline__desc">
<p>
A recreation of the GUI classic game using
Java Swing. A single player is able to buy
and sell items, travel to planets, and
interact with NPCs. The end culminates in
the player dying, losing fuel and money, or
immensed enough wealth to buy the whole
Universe.
</p>
</div>
</div>
<!-- end timeline__block -->
</div>
<!-- end timeline -->
</div>
<!-- end left -->
<div class="col-six tab-full right">
<div class="timeline">
<div class="timeline__block">
<div class="timeline__header">
<p class="timeline__timeframe">
Jan 2021 - present
</p>
<h3><a href="https://github.com/Concussion-Connect/dual-task-trainer">Concussion-Connect Android App </a></h3>
<h5>Android Studio</h5>
</div>
<div class="timeline__desc">
<p>
Coordinated the team to continue developing an Android app for our client aimed to diagnose concussion symptoms through the deliverance of standardized tests on an administrative Android app alongside a complementary web app on Heroku.
</p>
</div>
</div>
<!-- end timeline__block -->
<div class="timeline__block">
<div class="timeline__header">
<p class="timeline__timeframe">Jan — Feb 2022</p>
<h3>
<a
href="https://dsgtbootcamp.netlify.app/"
>DSGT Bootcamp Website</a
>
</h3>
<h5>ReactJS with Bootstrap</h5>
</div>
<div class="timeline__desc">
<p>
Designed the latest iteration of the front-end of the Bootcamp website of Data Science at Georgia Tech using ReactJS with Bootstrap in 3 weeks. Changes included leveraging multiple libraries like @material-ui/core and done with >12,000 new lines of code and 123 files changed.
</p>
</div>
</div>
<!-- end timeline__block -->
<div class="timeline__block">
<div class="timeline__header">
<p class="timeline__timeframe">Aug — Nov 2021</p>
<h3>
<a
href="https://github.com/farisdurrani/SpaceshipBattle"
>SpaceshipBattle</a
>
</h3>
<h5>Python Pygame</h5>
</div>
<div class="timeline__desc">
<p>
A single-player game where you control the spaceship using your eyes, fingers, and mouse. The game focuses on a single spaceship centered in the screen whose orientation is controlled by the player's eye movements, along with the ability to change screens or apply changes by drawing shapes on the screen (using either the fingers or mouse).
</p>
</div>
</div>
<!-- end timeline__block -->
<div class="timeline__block">
<div class="timeline__header">
<p class="timeline__timeframe">
Mar 2020 - May 2020
</p>
<h3>
<a
href="https://github.com/farisdurrani/TFTP-UDP-Protocol"
>TFTP-UDP Protocol</a
>
</h3>
<h5>Java with UDP libraries</h5>
</div>
<div class="timeline__desc">
<p>
A reimplementation of a simplified version
of the Trivial File Transfer Protocol based
on RFC 1035. A server interacts in real time
with multiple clients to send/receive small
UDP packets of data and correct for
corruption or losses.
</p>
</div>
</div>
<!-- end timeline__block -->
</div>
<!-- end timeline -->
</div>
<!-- end right -->
</div>
<!-- end about-content timeline -->
</section>
<!-- end about -->
<!-- s-stats
================================================== -->
<section id="contact" class="s-contact target-section">
<div class="overlay"></div>
<div class="row narrow section-intro">
<div class="col-full">
<h3>Contact</h3>
<h1>Say Hello.</h1>
</div>
</div>
<div class="row contact__main">
<div class="col-four tab-full contact__infos">
<h4 class="h06">Phone</h4>
<p>Cell / WhatsApp: <br />(+1) 678 956-9655</p>
<h4 class="h06">Email</h4>
<p>[email protected]<br />
<h4 class="h06">Address</h4>
<p>
Georgia Institute of Technology<br />
Atlanta, GA<br />
30332 United States
</p>
</div>
</div>
</section>
<!-- end s-contact -->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="col-full">
<div class="footer-logo">
<a class="footer-site-logo" href="#0"
><img src="images/logo.png" alt="Homepage"
/></a>
</div>
<ul class="footer-social">
<li>
<a href="https://www.facebook.com/FarisDurrani19/">
<i
class="im im-facebook"
aria-hidden="true"
></i>
<span>Facebook</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/farisdurrani/">
<i
class="im im-linkedin"
aria-hidden="true"
></i>
<span>LinkedIn</span>
</a>
</li>
<li>
<a href="https://github.com/farisdurrani/"
><i class="im im-github" aria-hidden="true"></i
><span>GitHub</span></a
>
</li>
<li>
<a href="https://instagram.com/faris_durrani"
><i
class="im im-instagram"
aria-hidden="true"
></i
><span>Instagram</span></a
>
</li>
</ul>
</div>
</div>
<div class="row footer-bottom">
<div class="col-twelve">
<div class="copyright">
<span>© Copyright Hola 2017</span>
<span
>Design by
<a href="https://www.styleshout.com/"
>styleshout</a
></span
>
</div>
<div class="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"
><i class="im im-arrow-up" aria-hidden="true"></i
></a>
</div>
</div>
</div>
<!-- end footer-bottom -->
</footer>
<!-- end footer -->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button
class="pswp__button pswp__button--close"
title="Close (Esc)"
></button>
<button
class="pswp__button pswp__button--share"
title="Share"
></button>
<button
class="pswp__button pswp__button--fs"
title="Toggle fullscreen"
></button>
<button
class="pswp__button pswp__button--zoom"
title="Zoom in/out"
></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div
class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"
>
<div class="pswp__share-tooltip"></div>
</div>
<button
class="pswp__button pswp__button--arrow--left"
title="Previous (arrow left)"
></button>
<button
class="pswp__button pswp__button--arrow--right"
title="Next (arrow right)"
></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<!-- end photoSwipe background -->
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>