-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
484 lines (470 loc) · 30.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel = "stylesheet"
type = "text/css"
href = "styles.css" />
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto&display=swap" rel="stylesheet">
<script async defer src="https://buttons.github.io/buttons.js"></script>
<title>
Austin Taylor Portfolio
</title>
<link rel="shortcut icon" href="images/favicon.ico" />
</head>
<body>
<div id="navigation" class="sticky-top d-md-none shadowLight">
<nav class="navbar navbar-expand-lg navbar-light navColor">
<button id="nav-button" class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<h1 style="font-size: 15px">Austin Taylor<br>Mobile Developer</h1>
<img class="rounded-circle" src="images/profile-pic.jpg" alt="picture of Austin Taylor" style="width: 60px">
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto" >
<li class="p-2 nav-item active">
<a class="p-1 myLink" href="#content-about" onclick="document.getElementById('nav-button').click()">About</a>
</li>
<li class="p-2 nav-item">
<a class="p-1 myLink" href="#content-skills" onclick="document.getElementById('nav-button').click()">Skills</a>
</li>
<li class="p-2 nav-item">
<a class="p-1 myLink" href="#content-work" onclick="document.getElementById('nav-button').click()">Work Experience</a>
</li>
<li class="p-2 nav-item">
<a class="p-1 myLink" href="#content-projects" onclick="document.getElementById('nav-button').click()">Projects</a>
</li>
<li class="p-2 nav-item">
<a class="p-1 myLink" href="#content-articles" onclick="document.getElementById('nav-button').click()">Articles</a>
</li>
<li class="p-2 nav-item">
<a class="p-1 myLink" href="#content-contact" onclick="document.getElementById('nav-button').click()">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<div id="main-body" class="container-fluid">
<div class="row">
<div class="col-4 d-none d-md-block p-0" align="right">
<div id="side-bar" class="sticky-top h-100 side-bar shadowLight" style="width: 290px;" align="center">
<div id="side-bar-content" class="sticky-top">
<div class="d-flex flex-column">
<div class="p-3">
<img src="images/profile-pic.jpg" alt="picture of Austin Taylor" class="img-fluid mt-5 px-5 rounded-circle">
</div>
<h1 style="font-size: 38px"><strong>Austin Taylor</strong></h1>
<h5 style="font-size: 15px">Mobile Developer</h5>
<a class="p-1 myLink" href="#content-about">About</a>
<a class="p-1 myLink" href="#content-skills">Skills</a>
<a class="p-1 myLink" href="#content-work">Work Experience</a>
<a class="p-1 myLink" href="#content-projects">Projects</a>
<a class="p-1 myLink" href="#content-articles">Articles</a>
<a class="p-1 myLink" href="#content-contact">Contact</a>
</div>
</div>
</div>
</div>
<div class="p-1 d-none d-xl-block" align="center">
</div>
<div id="side-body" class="col p-5" style="max-width: 800px" align="center">
<div id="content-about">
<h2> About Me </h2>
<hr>
<p>
I always strive to evoke a feeling in players when creating games -- wonder, joy, fear, bliss, and sadness, just to name a few. However, the most important thing I try to achieve is to make people believe that anything is possible. That's why I make games.
</p>
<br>
<p>
I make games to create great experiences, the best part is seeing players emotions. I also love the process. Game development is a grind, with several technical and design problems needing to be solved along the way.
</p>
<br>
<p>
I have made a variety of games in Unity, and have a wide knowledge of Unity's bread and butter mechanics, along with several advance best practices, E.G Dependency Injection, TDD, Continues integration, AR and 2D/3D physics.
</p>
<br>
</div>
<div id="content-skills">
<h2> Skills </h2>
<hr>
<div class="row">
<div class="col skill">
<div class="row skill">
<div class="col-8 skillsName">Unity</div>
<div class="col-4 skillsName skillsPercent">95%</div>
</div>
<div class="progress" style="height: 6px;">
<div class="progress-bar color-1" role="progressbar" style="width: 95%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" >
</div>
</div>
</div>
<div class="w-100 d-xl-none"></div>
<div class="col skill">
<div class="row skill">
<div class="col-8 skillsName">c#</div>
<div class="col-4 skillsName skillsPercent">80%</div>
</div>
<div class="progress" style="height: 6px;">
<div class="progress-bar color-2" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" > </div>
</div>
</div>
<div class="w-100"></div>
<div class="col skill">
<div class="row skill">
<div class="col-8 skillsName">AR</div>
<div class="col-4 skillsName skillsPercent">60%</div>
</div>
<div class="progress" style="height: 6px;">
<div class="progress-bar color-3" role="progressbar" style="width: 60%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" > </div>
</div>
</div>
<div class="w-100 d-xl-none"></div>
<div class="col skill">
<div class="row skill">
<div class="col-8 skillsName">Git(version control)</div>
<div class="col-4 skillsName skillsPercent">85%</div>
</div>
<div class="progress" style="height: 6px;">
<div class="progress-bar color-4" role="progressbar" style="width: 85%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" > </div>
</div>
</div>
<div class="w-100"></div>
<div class="col skill">
<div class="row skill">
<div class="col-8 skillsName">S.O.L.I.D</div>
<div class="col-4 skillsName skillsPercent">70%</div>
</div>
<div class="progress" style="height: 6px;">
<div class="progress-bar color-6" role="progressbar" style="width: 70%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" > </div>
</div>
</div>
<div class="w-100 d-xl-none"></div>
<div class="col skill">
<div class="row skill">
<div class="col-8 skillsName">Gameplay</div>
<div class="col-4 skillsName skillsPercent">90%</div>
</div>
<div class="progress" style="height: 6px;">
<div class="progress-bar color-5" role="progressbar" style="width: 90%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" > </div>
</div>
</div>
<div class="w-100"></div>
<div class="col skill">
<div class="row skill">
<div class="col-8 skillsName">Kotlin</div>
<div class="col-4 skillsName skillsPercent">60%</div>
</div>
<div class="progress" style="height: 6px;">
<div class="progress-bar color-7" role="progressbar" style="width: 40%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" > </div>
</div>
</div>
<div class="w-100 d-xl-none"></div>
<div class="col skill">
<div class="row skill">
<div class="col-8 skillsName">Swift</div>
<div class="col-4 skillsName skillsPercent">45%</div>
</div>
<div class="progress" style="height: 6px;">
<div class="progress-bar color-1" role="progressbar" style="width: 45%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" > </div>
</div>
</div>
<div class="w-100"></div>
<div class="col skill">
<div class="row skill">
<div class="col-8 skillsName">Travis CI</div>
<div class="col-4 skillsName skillsPercent">55%</div>
</div>
<div class="progress" style="height: 6px;">
<div class="progress-bar color-4" role="progressbar" style="width: 55%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" > </div>
</div>
</div>
<div class="w-100 d-xl-none"></div>
<div class="col skill">
<div class="row skill">
<div class="col-8 skillsName">TDD(Test Driven dev)</div>
<div class="col-4 skillsName skillsPercent">65%</div>
</div>
<div class="progress" style="height: 6px;">
<div class="progress-bar color-2" role="progressbar" style="width: 65%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" > </div>
</div>
</div>
<div class="w-100"></div>
<div class="col skill">
<div class="row skill">
<div class="col-8 skillsName">Mobile development</div>
<div class="col-4 skillsName skillsPercent">90%</div>
</div>
<div class="progress" style="height: 6px;">
<div class="progress-bar color-3" role="progressbar" style="width: 90%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" > </div>
</div>
</div>
<div class="w-100 d-xl-none"></div>
<div class="col skill">
<div class="row skill">
<div class="col-8 skillsName">REST API</div>
<div class="col-4 skillsName skillsPercent">60%</div>
</div>
<div class="progress" style="height: 6px;">
<div class="progress-bar color-7" role="progressbar" style="width: 60%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" > </div>
</div>
</div>
</div>
<br>
</div>
<div id="content-work">
<h2> Work Experience </h2>
<hr>
<div class="row p-3">
<div id="tap-slots" class="col shadow p-4 rounded">
<div class="row">
<div class="col-0">
<img src="images/tap-logo.jpg" alt="colorful notion logo" class="img-thumbnail border-0" style="max-height: 100px">
</div>
<div class="w-100 d-sm-none"> </div>
<div class="col">
<h2 class="small">Technical Artist</h2>
<p class="smallInfo">
Company Name: Tap Slots <br>
Dates Employed: Aug 2019 – Present <br>
Location: Las Vegas, Nevada
</p>
</div>
</div>
<p>
Currently working on a variety of task related to visuals and engineering.
</p>
</div>
</div>
<br>
<div class="row p-3">
<div id="colorful-notion" class="col shadow p-4 rounded">
<div class="row">
<div class="col-0">
<img src="images/cn-logo.jpg" alt="colorful notion logo" class="img-thumbnail border-0" style="max-height: 100px">
</div>
<div class="w-100 d-sm-none"> </div>
<div class="col">
<h2 class="small">Game Programmer</h2>
<p class="smallInfo">
Company Name: Colorful Notion <br>
Dates Employed: Apr 2017 – Feb 2019 <br>
Location: San Mateo, California
</p>
</div>
</div>
<p>
Worked as a generalist on a small team, focused primarily on the client side to create multiple gameplay experiences for mobile devices. <br> <br>
Over the course of my time here I gained experience with Augmented Reality and several Unity SDKs such as Zenject, WWise, Facebook, Mapbox and Firebase. <br> <br>
Also explored server and client-side communication using Golang and Unity c#.
</p>
</div>
</div>
<br>
<div class="row p-3">
<div id="skirmish-entertainment" class="col shadow p-4 rounded">
<div class="row">
<div class="col-0">
<img src="images/skirmish-logo.jpg" alt="colorful notion logo" class="img-thumbnail border-0" style="max-height: 100px">
</div>
<div class="w-100 d-sm-none"> </div>
<div class="col">
<h2 class="small">Lead Developer</h2>
<p class="smallInfo">
Company Name: Skirmish Entertainment <br>
Dates Employed: Sep 2015 – Jan 2017 <br>
Location: 3400 Bradshaw Rd, Sacramento, CA 95827
</p>
</div>
</div>
<p>
Lead developer of a startup. Helped publish "End Of The Mine" on Steam and "EndlessMine" for Google Play and iOS. <br> <br>
I owned the bulk of the programming tasks and worked closely with a team of level designers, animators, and artist to achieve our vision.
</p>
</div>
</div>
<br>
<br>
</div>
<div id="content-projects">
<h2> Projects </h2>
<hr>
<div id="square up">
<div class="shadow p-4 rounded">
<h2 class="small">The Square Up</h2>
<p class="smallInfo">
Nov 2018 – Mar 2019
</p>
<p class="smallInfo">
Arcade Game released for iOS and Android <br>
- Made with Unity <br>
- Firebase data save <br>
- In-App Purchases <br>
- Leaderboards <br>
- Achievements <br>
</p>
</div>
<br>
<div class="row">
<div class="col">
<video class="rounded shadow w-100" frameBorder="0" autoplay="autoplay" muted="muted" loop="loop">
<source src="https://media.giphy.com/media/H42mNfCQ4UMOUtOelu/giphy.mp4" type="video/mp4">
</video>
</div>
<div class="col">
<video class="rounded shadow w-100" frameBorder="0" autoplay="autoplay" muted="muted" loop="loop">
<source src="https://media.giphy.com/media/iGpXTbp2HTIEDKmq4C/giphy.mp4" type="video/mp4">
</video>
</div>
<div class="col">
<video class="rounded shadow w-100" frameBorder="0" autoplay="autoplay" muted="muted" loop="loop">
<source src="https://media.giphy.com/media/H1Xk1NUE8HZFz1tMNf/giphy.mp4" type="video/mp4">
</video>
</div>
</div>
<br>
<div class="row px-5">
<div class="col p-3">
<a href="https://play.google.com/store/apps/details?id=com.absurd.squared" target="_blank"> <img src="images/google-play-badge.png" alt="colorful notion logo" class="img-fluid"> </a>
</div>
<div class="col p-3">
<a href="https://apps.apple.com/us/app/the-square-up/id1451496892" target="_blank"> <img src="images/app-store-badge.png" alt="colorful notion logo" class="img-fluid"> </a>
</div>
</div>
</div>
<hr>
<br>
<div id="ar-photo">
<div class="shadow p-4 rounded">
<h2 class="small">Augmented Reality Picture App</h2>
<p class="smallInfo">
Jun 2019 – Present
</p>
<p class="smallInfo">
Managing an open sourced Augmented reality/Picture app. <br>
- Made with Unity <br>
- Custom Native plugins <br>
- Continuous Integration using Travis CI <br>
- Test-driven development <br>
- Dependency Injection
</p>
</div>
<br>
<div class="row p-3">
<div class="col">
<video class="rounded shadow w-100" frameBorder="0" autoplay="autoplay" muted="muted" loop="loop">
<source src="https://media.giphy.com/media/VIoQFTpvFwE3cnUJHI/giphy.mp4" type="video/mp4">
</video>
</div>
<div class="">
</div>
<div class="col">
<video class="rounded shadow w-100" frameBorder="0" autoplay="autoplay" muted="muted" loop="loop">
<source src="https://media.giphy.com/media/f7jfV3OcgFQlh31avs/giphy.mp4" type="video/mp4">
</video>
</div>
</div>
<br>
<br>
<div class="row px-5">
<div class="col">
<a class="github-button" href="https://github.com/Austin47/ProjectPhotoAR_UnityClient/subscription" data-size="large" data-show-count="true" aria-label="Watch Austin47/ProjectPhotoAR_UnityClient on GitHub">Watch</a>
</div>
<div class="col">
<a class="github-button" href="https://github.com/Austin47/ProjectPhotoAR_UnityClient" data-size="large" data-show-count="true" aria-label="Star Austin47/ProjectPhotoAR_UnityClient on GitHub">Star</a>
</div>
<div class="col">
<a class="github-button" href="https://github.com/Austin47/ProjectPhotoAR_UnityClient/fork" data-size="large" data-show-count="true" aria-label="Fork Austin47/ProjectPhotoAR_UnityClient on GitHub">Fork</a>
</div>
</div>
<br>
<a href="https://github.com/Austin47/ProjectPhotoAR_UnityClient" target="_blank" class="myLink"> View On GitHub <img src="images/GitHub-Mark-120px-plus.png" class="img-fluid pb-1" style="height: 25px"></a>
</div>
<br>
<hr>
<br>
<div id="end-of-the-mine">
<div class="shadow p-4 rounded">
<h2 class="small">End of the Mine</h2>
<p class="smallInfo">
Sep 2015 – Oct 2016
</p>
<p class="smallInfo">
2D Action Platformer, released on steam <br>
- Made with Unity <br>
- Lead programmer for End of the Mine. <br>
- Developed All major systems, Gameplay, AI, UI, Data management. <br>
- Developed End of the Mine for multiple platforms. <br>
- Showcased End Of the Mine at GDC 2016 and Showed game at PAX Rising 2016.
</p>
</div>
<br>
<div class="embed-responsive embed-responsive-16by9 shadow rounded">
<iframe width="560" height="315" src="https://www.youtube.com/embed/LsZVh0BVQao" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<br>
<br>
<br>
<div class="rounded w-100">
<iframe class="w-100" src="https://store.steampowered.com/widget/451800/" frameborder="0" width="646" height="190"></iframe>
</div>
</div>
<br>
</div>
<div id="content-articles">
<h2> Articles </h2>
<hr>
<a href="https://www.linkedin.com/pulse/how-get-passing-badges-your-unity-github-repository-travis-ci-taylor" target="_blank">
<div class="row shadowLight m-3" style="background: #f8f8f8">
<div class="col-0">
<img src="images/Linkedin_Article_Banner.jpg" class="img-fluid">
</div>
<div class="w-100"></div>
<div class="col pt-3">
<p class="myLink">
Developing best practices with Unity3d, a small guide to Continuous Integration with Travis-CI.
</p>
</div>
</div>
</a>
<br>
</div>
<div id="content-contact">
<h2> Contact </h2>
<hr>
<p>
If you have any question or career opportunities you'd like to discuses, feel free to shoot me an email at
<a href="mailto:austintaylorx@gmail.com"> austintaylorx@gmail.com</a>.
</p>
<a href="https://docs.google.com/document/d/1W1PpKHUZd8vo1gjt9hd9bYBbZF6PwdQfQUdjSdVDtjE/export?format=pdf">
<button type="button" class="btn btn-light shadowLight">Download Resume</button>
</a>
<br>
<br>
<div class="row px-5">
<div class="col">
<a href="https://www.linkedin.com/in/austin-taylor-095819100/" target="_blank">
<img src="images/LI-In-Bug.png" class="img-fluid" style="max-height: 50px">
</a>
</div>
<div class="col">
<a href="https://twitter.com/TheAustinWay" target="_blank">
<img src="images/Twitter_Social_Icon_Rounded_Square_Color.png" class="img-fluid" style="max-height: 50px">
</a>
</div>
<div class="col">
<a href="https://github.com/Austin47" target="_blank">
<img src="images/GitHub-Mark-120px-plus.png" class="img-fluid" style="max-height: 50px">
</a>
</div>
</div>
<br>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>