-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
502 lines (446 loc) · 17.2 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
<!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">
<meta name="description" content="Fatir Ahmad - Game Developer Portfolio">
<meta name="author" content="Fatir Ahmad">
<title>Fatir Ahmad - Game Developer</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-config" content="/favicon/browserconfig.xml">
<meta name="theme-color" content="#a61c1b">
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container" data-spy="scroll" data-target=".navbar">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top">Fatir Ahmad
<h6>Game Developer</h6>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#about">Home</a>
</li>
<li class="page-scroll">
<a href="#professionalProjects">Professional Work</a>
</li>
<li class="page-scroll">
<a href="#personalProjects">Personal Projects</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
<br />
</nav>
<section class="success" id="about">
<div class="container" style="padding-top:20px;">
<div class="row" style="padding:5px;"></div>
<div class="row">
<div class="hidden-xs hidden-sm col-lg-4 text-left">
<img style="box-shadow: 4px 4px 18px -6px rgba(100,130,170,0.63); margin-left: 40px" src="img/headshot.jpg"
class="img-circle" width="190px">
</div>
<div class="col-sm-8">
<p>Game Developer with over 13 years of industry experience in Game Design and Engineering. Looking to expand
my technical skillset while exploring new and innovative gameplay experiences.</p>
<p>I enjoy exploring new technologies in a variety of domains. My current side projects
take to me to wonderful world of web projects and server applications.</p>
</div>
</div>
<div class="row">
</div>
</div>
</section>
<section id="professionalProjects">
<div class="container" style="padding-top:20px;">
<div class="row">
<div class="col-lg-12 text-left">
<h2 align="left" style="padding:20px;">Professional Work</h2>
</div>
</div>
<hr />
<!-- #region Job Entry -->
<div class="column">
<div class="col-sm-4">
<a href="#game_gow_ragnarok" class="work-link text-left" data-toggle="modal">
<img style="box-shadow: 4px 4px 18px -6px rgba(0,0,0,0.63)" src="img/gow_ragnarok_cover.jpg"
width="300px" />
<h4 class="project-link">God of War Ragnarök<br />[PS5|PS4] (2022)</h4>
<h5 class="project-link">Santa Monica Studios, Sony</h5>
</a>
</div>
</div>
<!-- #endregion Job Entry -->
<!-- #region Job Entry -->
<div class="column">
<div class="col-sm-4">
<a href="#game_gow" class="work-link text-left" data-toggle="modal">
<img style="box-shadow: 4px 4px 18px -6px rgba(0,0,0,0.63)" src="img/gow_cover.jpg" width="300px" />
<h4 class="project-link">God of War<br />[PS4] (2018)</h4>
<h5 class="project-link">Santa Monica Studios, Sony</h5>
</a>
</div>
</div>
<!-- #endregion Job Entry -->
<!-- #region Job Entry -->
<div class="column">
<div class="col-sm-4">
<a href="#game_wildstar" class="work-link text-left" data-toggle="modal">
<img style="box-shadow: 4px 4px 18px -6px rgba(0,0,0,0.63)" src="img/wildstar_cover.jpg" width="300px" />
<h4 class="project-link">Wildstar<br />[PC] (2016)</h4>
<h5 class="project-link">Carbine Studios, NCSoft</h5>
</a>
</div>
</div>
<!-- #endregion Job Entry -->
</div>
</section>
<section id="personalProjects">
<div class="container" style="padding-top:20px;">
<div class="row">
<div class="col-lg-12 text-center">
<h2 align="left">Personal Projects</h2>
</div>
</div>
<hr />
<!-- #region Entry -->
<div class="row">
<div class="col-sm-6">
<a href="#personalProject_phaserTypescriptVSCode" class="work-link text-left" data-toggle="modal">
<img style="box-shadow: 4px 4px 18px -6px rgba(0,0,0,0.63)" src="img/typescript_phaser_vscode.jpg"
width="300px" />
<h6 class="project-link">Phaser Typescript VSCode Boilerplate</h6>
</a>
</div>
</div>
<!-- #endregion Entry -->
</div>
</section>
<section id="spacer">
</section>
<!-- Footer -->
<footer class="text-left">
<div class="footer-below">
<div class="container">
<br />
<div class="col-lg-8 col-md-8 col-sm-8">
<div class="row">
Email Me:
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="row">
© Copyright Fatir Ahmad 2014
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="row">
<a href="https://www.linkedin.com/in/fatirahmad/" class="btn-social btn-outline">
<i class="fa fa-fw fa-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Modals -->
<!-- God of War Ragnarok -->
<div class="work-modal modal fade" id="game_gow_ragnarok" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="modal-body" align="left">
<ul align="right" class="list-inline item-details">
<li>Company:
<strong>
<a href="http://sms.playstation.com/">Sony Santa Monica Studios</a>
</strong>
</li>
<li>Product:
<strong>
<a href="https://www.playstation.com/en-us/games/god-of-war-ragnarok/">God of War</a>
</strong>
</li>
</ul>
<div class="row">
<h1 class="col-lg-8">Credits</h1>
<!-- <img src="img/godofwar_opencritic.png" class="col-md-4" style="margin-bottom: 0px; margin-top: 20px"> -->
</div>
<h3>Senior Technical Designer</h3>
<h5>February 2019 - Current</h5>
<p>
<button type="button" class="btn btn-default" data-dismiss="modal">
<i class="fa fa-times"> Close</i>
</button>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- God of War -->
<div class="work-modal modal fade" id="game_gow" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="modal-body" align="left">
<ul align="right" class="list-inline item-details">
<li>Company:
<strong>
<a href="http://sms.playstation.com/">Sony Santa Monica Studios</a>
</strong>
</li>
<li>Product:
<strong>
<a href="https://godofwar.playstation.com/">God of War</a>
</strong>
</li>
</ul>
<div class="row">
<h1 class="col-lg-8">Credits</h1>
<img src="img/godofwar_opencritic.png" class="col-md-4" style="margin-bottom: 0px; margin-top: 20px">
</div>
<h3>Technical Designer</h3>
<h5>May 2016 - February 2019</h5>
<p> Work closely with multiple disciplines to build a polished, AAA-quality game experience </p>
<p> Script solutions for level, puzzle, and module logic and maintained design scripting libraries </p>
<p> Maintain development and shipping checkpoint logic </p>
<p> Handle performance and load improvements game wide for a seamless 30 fps experience </p>
<p> Built and maintained editor tools for workflow improvements across design departments </p>
<p>
<button type="button" class="btn btn-default" data-dismiss="modal">
<i class="fa fa-times"> Close</i>
</button>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Wildstar -->
<div class="work-modal modal fade" id="game_wildstar" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="modal-body" align="left">
<ul align="right" class="list-inline item-details">
<li>Company:
<strong>
<a href="https://en.wikipedia.org/wiki/Carbine_Studios">Carbine Studios</a>
</strong>
</li>
<li>Product:
<strong>
<a href="https://www.mmorpg.com/wildstar">Wildstar</a>
</strong>
</li>
</ul>
<div class="row">
<h1 class="col-lg-8">Credits</h1>
<img src="img/wildstar_opencritic.png" class="col-md-4" style="margin-bottom: 0px; margin-top: 20px">
</div>
<h3>Scripter</h3>
<h5> December 2014 - March 2016</h5>
<p> Audit and assist Content Designers in using correct systems and augmenting with script when necessary.
</p>
<p> Extended our proprietary C-based scripting language and tools to better suit the needs of the design
department.
</p>
<p> Worked as a cross-department intemediary to ensure that expectations were clearly and correctly
communicated between
departments.
</p>
<p> Handled large, complex, and high-profile scripts in production and live to ensure optimal server
performance</p>
<p> Trained designers to use our scripting language and tools. Was first line of technical assistance when
designers incurred
tools, systems, build, or source control issues.
<p> Provided Tools Engineering support as needed.</p>
<p> Provided Gameplay Systems Engineering support as needed.</p>
<p> Provided UI Lua scripting support as needed.</p>
<h3>Game Designer</h3>
<h5> May 2011 - November 2014</h5>
<p> Created Quests, Challenges, Paths, Achievements in multiple overworld content zones. Also worked on
spawning and
staging of NPCs.</p>
<p> Created multiple Normal and Veteran difficulty Adventures, which are 5-player instances that each
provide a unique
PvE experience unline anything in the game. Handled the scripted framework, gameplay setpieces and
boss encounters.</p>
<p> Created complex AI encounters for bosses as well as player-like behavior for NPCs in a MOBA-style
Adventure. </p>
<p> Worked directly with other departments to clearly communicate the needs of the design department</p>
<p> Created prototypes of new systems and outlined the design requirements for engineering</p>
<p> Assisted and trained other designers in understanding our tools, systems, best practices and optimal
workflow</p>
<button type="button" class="btn btn-default" data-dismiss="modal">
<i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Phaser Typescript VSCode -->
<div class="work-modal modal fade" id="personalProject_phaserTypescriptVSCode" tabindex="-1" role="dialog"
aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="modal-body" align="left">
<h1 align="center">Phaser Typescript VSCode Boilerplate</h1>
<p>Boilerplate code project for getting up and running using Phaser and Typescript quickly using Visual
Studio Code.
Use VSCode to run a server and debug instead of downloading other software to host your project. </p>
<h3>Getting Started </h3>
<ol>
<li>
<p>Install
<a href="https://nodejs.org">Node</a>.
</p>
</li>
<li>
<p>Use NPM (comes with
<a href="https://nodejs.org">Node</a>) to install
<a href="https://www.npmjs.com/package/typescript">Typescript</a> from the command line.
</p>
<code>npm install -g typescript
</code>
</li>
<li>
<p>Install
<a href="https://code.visualstudio.com">VS Code</a>.
</p>
</li>
<li>
<p>
<a href="https://code.visualstudio.com/">Download</a> and extract this repository to desired
destination.
</p>
</li>
<li>
<p>Open this folder using
<a href="https://code.visualstudio.com">VS Code</a>.
</p>
</li>
<li>
<p>Press
<em>Ctrl+Shift+B</em> to compile the typescript files in
<a href="/djfdat/phaser-typescript-vscode-boilerplate/blob/master/src">src/</a> to
<a href="/djfdat/phaser-typescript-vscode-boilerplate/blob/master/bin/js">bin/js/</a>.
</p>
</li>
<li>
<p>Press
<em>F5</em> to start the webserver.
</p>
</li>
<li>
<p>Open localhost:5858 in your favorite web browser. To modify this port, make sure to update the port
number in
<a
href="/djfdat/phaser-typescript-vscode-boilerplate/blob/master/.vscode/launch.json">.vscode/launch.json</a>
and
<a
href="/djfdat/phaser-typescript-vscode-boilerplate/blob/master/server/server.js">server/server.js</a>.
</p>
</li>
</ol>
<ul class="list-inline item-details" align="center">
<iframe
src="https://djfdat.github.io/github-btn.min.html?user=djfdat&repo=phaser-typescript-vscode-boilerplate&type=watch&count=true&size=large&v=2"
frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<iframe
src="https://djfdat.github.io/github-btn.min.html?user=djfdat&repo=phaser-typescript-vscode-boilerplate&type=fork&count=true&size=large"
frameborder="0" scrolling="0" width="158px" height="30px"></iframe>
<iframe
src="https://djfdat.github.io/github-btn.min.html?user=djfdat&repo=phaser-typescript-vscode-boilerplate&type=download&count=false&size=large"
frameborder="0" scrolling="0" width="158px" height="30px"></iframe>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal">
<i class="fa fa-times"> Close</i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/freelancer.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script async src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/classie/1.0.1/classie.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animated-header/0.0.1/js/cbpAnimatedHeader.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/startbootstrap-freelancer/3.3.7/js/freelancer.min.js"></script>
</body>
</html>