-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
585 lines (336 loc) · 29.5 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
<!DOCTYPE html>
<html>
<head>
<!-- Site made with Mobirise Website Builder v3.12.1, https://mobirise.com -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Mobirise v3.12.1, mobirise.com">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/images/cute-kai-3-1-128x128.png" type="image/x-icon">
<meta name="description" content="">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&subset=latin">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i">
<link rel="stylesheet" href="assets/bootstrap-material-design-font/css/material.css">
<link rel="stylesheet" href="assets/tether/tether.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/animate.css/animate.min.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
</head>
<body>
<section id="ext_menu-4">
<nav class="navbar navbar-dropdown navbar-fixed-top">
<div class="container">
<div class="mbr-table">
<div class="mbr-table-cell">
<div class="navbar-brand">
<span class="navbar-logo"><img src="assets/images/cute-kai-3-1-128x128.png" alt="Mobirise"></span>
<a class="navbar-caption text-black" href="https://mobirise.com">Kai Nyame: Contract Work Samples</a>
</div>
</div>
<div class="mbr-table-cell">
<button class="navbar-toggler pull-xs-right hidden-md-up" type="button" data-toggle="collapse" data-target="#exCollapsingNavbar">
<div class="hamburger-icon"></div>
</button>
<ul class="nav-dropdown collapse pull-xs-right nav navbar-nav navbar-toggleable-sm" id="exCollapsingNavbar"><li class="nav-item"><a class="nav-link link" href="#top">HOME</a></li></ul>
<button hidden="" class="navbar-toggler navbar-close" type="button" data-toggle="collapse" data-target="#exCollapsingNavbar">
<div class="close-icon"></div>
</button>
</div>
</div>
</div>
</nav>
</section>
<section class="engine"><a rel="external" href="https://mobirise.com">mobirise.com</a></section><section class="mbr-section article mbr-after-navbar" id="msg-box8-3" style="background-color: rgb(7, 7, 7); padding-top: 200px; padding-bottom: 80px;">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-xs-center">
<h3 class="mbr-section-title display-2">Contract Work Samples</h3>
<div class="lead"><p><strong>Kai Nyame Drayton-Yee</strong></p><p><strong>Contact: <a href="mailto:[email protected]" target="_blank">[email protected]</a></strong></p></div>
</div>
</div>
</div>
</section>
<section class="mbr-section" id="msg-box5-5" style="background-color: rgb(27, 27, 27); padding-top: 80px; padding-bottom: 80px;">
<div class="container">
<div class="row">
<div class="mbr-table-md-up">
<div class="mbr-table-cell mbr-right-padding-md-up mbr-valign-top col-md-7 image-size" style="width: 56%;">
<div class="mbr-figure"><img src="assets/images/13902539-10207071552651981-8855999660997344291-n-1400x933.jpg" alt="professional headshot photo of Kai Nyame, wearing a dark green turtleneck and a black blazer jacket on a white background, Kai looks directly into the camera" title="Kai Nyame Headshot"></div>
</div>
<div class="mbr-table-cell col-md-5 text-xs-center text-md-left content-size">
<div class="lead">
<p>My name is Kai and I am a Game Designer and Digital Content Creator. With over 6 years of experience as an independent contractor, I have shipped numerous games since I started developing them in 2013, and have worked with clients and their brands to establish online content such as apps, websites and interactive experiences.<br><br>I have worked both as an independent contractor within larger teams, and as a solo developer. Throughout all projects I greatly value communication with the client as a key ingredient to creating meaningful content. I often use my skills to help visualize internal communication with my clients in order to communicate about my design process.<br></p>
</div>
<div><a class="btn btn-primary" href="https://twitter.com/nyamedev" target="_blank">TWITTER</a> <a class="btn btn-primary" href="mailto:[email protected]" target="_blank">EMAIL</a> <a class="btn btn-primary" href="https://linkedin.com/in/kainyame" target="_blank">LINKEDIN</a></div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-cards mbr-section mbr-section-nopadding" id="features3-2" style="background-color: rgb(27, 27, 27);">
<div class="mbr-cards-row row">
<div class="mbr-cards-col col-xs-12 col-lg-4" style="padding-top: 80px; padding-bottom: 80px;">
<div class="container">
<div class="card cart-block">
<div class="card-img"><a href="index.html#msg-box8-7"><img src="assets/images/uxuiconsult-600x601.png" class="card-img-top" alt="Icon of mobile phone and code, showing user experience through symbols like gears, tools and settings icons, UX/UI Consultation Icon" title="UX/UI Consultation"></a></div>
<div class="card-block">
<h4 class="card-title">UX/UI Consultation</h4>
<p class="card-text">I design engaging visuals and experiences for a variety of mediums. From wireframes to technical documentation, my skill set allows me to work with teams both big and small. </p>
<div class="card-btn"><a href="index.html#msg-box8-7" class="btn btn-primary">LEARN MORE</a></div>
</div>
</div>
</div>
</div>
<div class="mbr-cards-col col-xs-12 col-lg-4" style="padding-top: 80px; padding-bottom: 80px;">
<div class="container">
<div class="card cart-block">
<div class="card-img"><a href="index.html#msg-box8-8"><img src="assets/images/webdesign-600x601.png" class="card-img-top" alt="icon symbolizing web design, with icons of a laptop, a mouse cursor and a gear icon, Website Design" title="Website Design"></a></div>
<div class="card-block">
<h4 class="card-title">Website Design</h4>
<p class="card-text">I work closely with clients to provide an intuitive browsing experience for their customers’ needs. I pay special attention to create web-content that is clean, easy to read, and ready for the every-day consumer.</p>
<div class="card-btn"><a href="index.html#msg-box8-8" class="btn btn-primary">LEARN MORE</a></div>
</div>
</div>
</div>
</div>
<div class="mbr-cards-col col-xs-12 col-lg-4" style="padding-top: 80px; padding-bottom: 80px;">
<div class="container">
<div class="card cart-block">
<div class="card-img"><a href="index.html#msg-box8-9"><img src="assets/images/gamesandapps-600x601.png" class="card-img-top" alt="icon of a video game controller, Games & Apps" title="Games & Apps"></a></div>
<div class="card-block">
<h4 class="card-title">Games & Apps</h4>
<p class="card-text">With my background in game design, I focus on creating unique and captivating content for a range of audiences. I enjoy designing gameplay that engages users and keeps them coming back for more</p>
<div class="card-btn"><a href="index.html#msg-box8-9" class="btn btn-primary">LEARN MORE</a></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section" id="msg-box5-u" style="background-color: rgb(27, 27, 27); padding-top: 40px; padding-bottom: 80px;">
<div class="container">
<div class="row">
<div class="mbr-table-md-up">
<div class="mbr-table-cell col-md-5 text-xs-center text-md-right content-size">
<div class="lead">
<p> I have worked with a wide variety of clients, from professionals creating prototypes for funding, to families interested in designing a board game together. With all of my clients, I focus on maintaining consistent communication in order to truly understand the experience goals of the project and the goals of the clients.<br><br>Because the scope of projects can vary widely, I start all contracts with an introductory meeting that clarifies the short-term and long-term goals and how I can best contribute to the project. Operating with the knowledge that if the overarching aspirations of a project and the experience goals are clear, then I can create exciting content that will help the client take their project to the next level.<br></p>
</div>
</div>
<div class="mbr-table-cell mbr-left-padding-md-up mbr-valign-top col-md-7 image-size" style="width: 43%;">
<div class="mbr-figure"><img src="assets/images/kai-makeschool-1400x848.jpg" alt="Image of Kai working with students, 3 people including kai surrounding a desk looking down at a laptop" title="Working with Clients and Students"></div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section article" id="msg-box8-7" style="background-color: rgb(27, 27, 27); padding-top: 80px; padding-bottom: 40px;">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-xs-center">
<h3 class="mbr-section-title display-2">UX/UI Consultation</h3>
</div>
</div>
</div>
</section>
<section class="mbr-section" id="msg-box5-l" style="background-color: rgb(27, 27, 27); padding-top: 40px; padding-bottom: 40px;">
<div class="container">
<div class="row">
<div class="mbr-table-md-up">
<div class="mbr-table-cell mbr-right-padding-md-up mbr-valign-top col-md-7 image-size" style="width: 37%;">
<div class="mbr-figure"><a href="https://prezi.com/view/Vcd7oZTxYW3N0jgf2arL/" target="_blank"><img src="assets/images/unnamed.gif" alt="animated UI gif from a prezi presentation, showing UI flow and onboarding process for a mobile game, Sample Pitch Document" title="Sample Pitch Document"></a></div>
</div>
<div class="mbr-table-cell col-md-5 text-xs-center text-md-left content-size">
<div class="lead">
<p>For User Experience, User Interface and Gamification contracts, I usually start with a workshop session on User Stories or Persona Profiles. If the client already has these prepared, I can proceed directly into wire-framing. I use a variety of tools such as Adobe XD and Balsamiq, in some cases I will learn additional prototyping tools specifically for a client's project.<br><br>I am often asked to create one of two documents; an external facing "Pitch" document, or an internal "Technical Specifications" document. I have experience writing/designing for both public/funding facing audiences, as well as internal development teams/engineers. It is very important to specify the type of audience the document is being designed for, so that I can convey the content in the way that will be best received by the recipients. <br><br><a href="https://prezi.com/view/Vcd7oZTxYW3N0jgf2arL/" target="_blank">View a Sample Pitch Document</a><br></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section" id="msg-box5-m" style="background-color: rgb(27, 27, 27); padding-top: 40px; padding-bottom: 40px;">
<div class="container">
<div class="row">
<div class="mbr-table-md-up">
<div class="mbr-table-cell col-md-5 text-xs-center text-md-right content-size">
<div class="lead">
<p>The level of detail within wireframes & documents vary and will be based both on the amount of previous documentation and scope of the contract. If there are specific sections that need more detail than others, additional sub-documents can be created. These documents can further address key features, or other notable design elements.<br><br>If a client comes in with no prior documentation, I have created Game Design Documents (GDDs), or more general documentation along with the requested wireframes, and I strive to make each project clearer and more defined, so that future development has less complications.<br><br><a href="https://docs.google.com/file/d/1FGlxCa079cAtpm4hHM8UpKkgwOl-AG7M2VUAhqYXh5o/edit" target="_blank">View Sample Technical Specifications</a><br></p>
</div>
</div>
<div class="mbr-table-cell mbr-left-padding-md-up mbr-valign-top col-md-7 image-size" style="width: 50%;">
<div class="mbr-figure"><a href="https://docs.google.com/file/d/1FGlxCa079cAtpm4hHM8UpKkgwOl-AG7M2VUAhqYXh5o/edit" target="_blank"><img src="assets/images/umami-ui-1400x805.png" alt="UI mock-up image of a resturant builder mobile title, details ui placement and movement, Sample Technical Specifications" title="Sample Technical Specifications"></a></div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section" id="msg-box5-o" style="background-color: rgb(27, 27, 27); padding-top: 40px; padding-bottom: 40px;">
<div class="container">
<div class="row">
<div class="mbr-table-md-up">
<div class="mbr-table-cell mbr-right-padding-md-up mbr-valign-top col-md-7 image-size" style="width: 31%;">
<div class="mbr-figure"><a href="https://drive.google.com/file/d/1280X_fVcj_37UfGEmcgpmpdga9gwdD1O/view?usp=sharing" target="_blank"><img src="assets/images/umamiui2-1400x1820.png" alt="PDF of a game design document for a sushi-themed mobile match-3 game, a gameplay mockum image is displayed next to text detailing the structure of the game's mechanics and graphics, image leads to a full GDD PDF " title="Sample Game Design Document"></a></div>
</div>
<div class="mbr-table-cell col-md-5 text-xs-center text-md-left content-size">
<div class="lead">
<p>All materials and documents can be delivered via Google Drive or via Email as a .zip file. Some clients have specific file formats or presentation styles that are not conducive to .zip files. In these cases, a document will be sent with the relevant links to the presentations. All specialized presentation or format requests should be noted at the beginning of the design process.<br><br>All delivered content can be sent back for up to two revisions per document. If a different policy is needed, my timeline & revisions policy can be discussed during the initial phase of the contract. All document requirements, as well as a list of deliverables need to be sent at the beginning of the contract. If additional assets, documentation or materials are needed during a development phase, the list can be amended. However, the overall development timeline may need to be revised if additional documents have been added.<br><br>If requested, previews of in-progress content can be sent so that revisions/additions can be started earlier in the development cycle. If mid-development check-ins are needed, the client will need to make that clear early in the development cycle so that time can be set aside to review these in-process documents. In these cases, the revision policy will still allow for two additional meetings per sprint (assuming two week sprint cycles). <br><br><a href="https://drive.google.com/file/d/1280X_fVcj_37UfGEmcgpmpdga9gwdD1O/view?usp=sharing" target="_blank">View a Sample Game Design Document</a><br></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section article" id="msg-box8-8" style="background-color: rgb(27, 27, 27); padding-top: 80px; padding-bottom: 40px;">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-xs-center">
<h3 class="mbr-section-title display-2">Website Design</h3>
</div>
</div>
</div>
</section>
<section class="mbr-section" id="msg-box5-p" style="background-color: rgb(27, 27, 27); padding-top: 40px; padding-bottom: 120px;">
<div class="container">
<div class="row">
<div class="mbr-table-md-up">
<div class="mbr-table-cell mbr-right-padding-md-up mbr-valign-top col-md-7 image-size" style="width: 38%;">
<div class="mbr-figure"><a href="https://gameheadsoakland.org" target="_blank"><img src="assets/images/ezgif.com-crop-3.gif" alt="gif of the colorful Gameheads Oakland website, scrolls through the hompe page, with dynamic webpage animations and bright group pictures of the high school students in the program" title="Gameheads Oakland Website"></a></div>
</div>
<div class="mbr-table-cell col-md-5 text-xs-center text-md-left content-size">
<div class="lead">
<p>I specialize in creating static web pages that are intuitive and easy to navigate. All websites designed are cross-platform compatible, which is essential for engaging both users who use tables and phones to browse the internet. Additionally, I am able to work with back-end developers and server-side integration for more custom web-browsing experiences.<br><br>As with most of my projects, I can easily onboard to a current development team, or can remain entirely external while making the requested documentation. In the past, I have occasionally brought on an additional engineer to the contract in order to implement more complex systems. If a client has no previous infrastructure, or development team, I will often suggest this course of action. <br><br><a href="https://gameheadsoakland.org" target="_blank">View a Sample Website</a><br></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section article" id="msg-box8-9" style="background-color: rgb(27, 27, 27); padding-top: 80px; padding-bottom: 40px;">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-xs-center">
<h3 class="mbr-section-title display-2">Games & Apps</h3>
</div>
</div>
</div>
</section>
<section class="mbr-section" id="msg-box5-q" style="background-color: rgb(27, 27, 27); padding-top: 40px; padding-bottom: 40px;">
<div class="container">
<div class="row">
<div class="mbr-table-md-up">
<div class="mbr-table-cell mbr-right-padding-md-up mbr-valign-top col-md-7 image-size" style="width: 50%;">
<div class="mbr-figure"><a href="https://cryptofengame.github.io" target="_blank"><img src="assets/images/ezgif.com-crop-2.gif" alt="gif of the idle mobile game " crypt="" of="" en"="" developed="" by="" kai,="" 2d="" creatures="" are="" shaking="" as="" they="" take="" damage="" on="" a="" dark="" background,="" the="" ui="" is="" fantasy="" themed,="" and="" slides="" open="" to="" reveal="" settings="" access="" hero="" recruitement="" tab"="" title="Crypt of En"></a></div>
</div>
<div class="mbr-table-cell col-md-5 text-xs-center text-md-left content-size">
<div class="lead">
<p>I am a part of the USC Games BA class of 2021, and minoring in East Asian Languages and Cultures (Japanese) at the University of Southern California. Coming from the #1 Game Development program in North America (Princeton Review),, I have had experience working with some of the best teams that games academia can offer. I have taken classes with professionals who have worked on titles such as Uncharted, League of Legends, and more. I have experience working in a multitude of game engines including Unity 3D, Unreal Engine, Game Maker, Twine and RenPy.<br><br><a href="https://cryptofengame.github.io" target="_blank">View a Mobile Project</a><br></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section" id="msg-box5-r" style="background-color: rgb(27, 27, 27); padding-top: 40px; padding-bottom: 40px;">
<div class="container">
<div class="row">
<div class="mbr-table-md-up">
<div class="mbr-table-cell mbr-right-padding-md-up mbr-valign-top col-md-7 image-size" style="width: 50%;">
<div class="mbr-figure"><a href="http://persuasiongamestudio.com" target="_blank"><img src="assets/images/ezgif.com-crop-1.gif" alt="gif of serpent Showdown, a console game directed by Kai. Two cartoon snakes dash around a 3D arena, throwing paper wads at eachother and fencing with colorful crayon-swords" title="Serpent Showdown, Console Game"></a></div>
</div>
<div class="mbr-table-cell col-md-5 text-xs-center text-md-left content-size">
<div class="lead">
<p>I have shipped PC, mobile and console titles from student projects, as well as through contracts with professionals in the industry. I have performed multiple roles in the game development pipeline including; level design, 3D modeling/animation, production/project management, game directing and more. I have led teams of up to 20 individuals, and have participated on teams of up to 35. <br><br>For App development, I have participated in the MakeSchool summer bootcamp, and have Unity, Swift and wireframing skill sets. I have filled roles in gamification, UX/UI and user research. I have helped companies ideate on their vision, as well as implement their concepts into robust prototypes for events, demos and pitches. Apps that I have worked on have gone on to be featured on NBC's Discovery and Tanoshi Kids platforms. <br><br><br><a href="http://persuasiongamestudio.com" target="_blank">View a Console Project</a><br></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section article" id="msg-box8-g" style="background-color: rgb(27, 27, 27); padding-top: 80px; padding-bottom: 40px;">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-xs-center">
<h3 class="mbr-section-title display-2">Resume & Awards</h3>
<div class="lead"><p>For more information, please contact: <a href="mailto:[email protected]" target="_blank">[email protected]</a> </p></div>
</div>
</div>
</div>
</section>
<section class="mbr-section" id="msg-box5-s" style="background-color: rgb(27, 27, 27); padding-top: 40px; padding-bottom: 40px;">
<div class="container">
<div class="row">
<div class="mbr-table-md-up">
<div class="mbr-table-cell col-md-5 text-xs-center text-md-right content-size">
<div class="lead">
<p>I have worked on a very large range of projects. Much of this client work is under NDA, however, some of the notable games I have worked on are Ideal Meal, an E3/IndieCade project, as well as games like Boast, and Dragon Crash.<br><br>My contract and personal work has led me to run Kickstarters, design card games, and even road trip across the country to showcase at locations like the Santa Monica Pier, and in the San Francisco Yerba Buena Gardens. My role as a designer on both large and small projects has taught me to never underestimate the power of exploring the more unique and creative avenues. <br><br><a href="https://drive.google.com/file/d/1-2J_eh4tKGbwgAOXwcPbdPy34sWeL3RC/view" target="_blank">View Kai Nyame's Resume</a><br></p>
</div>
</div>
<div class="mbr-table-cell mbr-left-padding-md-up mbr-valign-top col-md-7 image-size" style="width: 32%;">
<div class="mbr-figure"><a href="https://drive.google.com/file/d/1-2J_eh4tKGbwgAOXwcPbdPy34sWeL3RC/view" target="_blank"><img src="assets/images/kai-may-resume-1400x1819.png" alt="screenshot of Kai's resume, will link to the full PDF if clicked " title="Kai Nyame Resume"></a></div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section" id="msg-box5-t" style="background-color: rgb(27, 27, 27); padding-top: 40px; padding-bottom: 40px;">
<div class="container">
<div class="row">
<div class="mbr-table-md-up">
<div class="mbr-table-cell mbr-right-padding-md-up mbr-valign-top col-md-7 image-size" style="width: 50%;">
<div class="mbr-figure"><img src="assets/images/kai-laurels-2-1400x786.png" alt="image with laurels and awards to Kai, Including " title="Awards and Recognition"></div>
</div>
<div class="mbr-table-cell col-md-5 text-xs-center text-md-left content-size">
<div class="lead">
<p>Projects that I have led or directed have showcased at IndieCade, The Getty, E3 and GDC. I have been a speaker at GDC, and have taught lectures at Gameheads Oakland. Additional projects that I have worked on have gone on to the Tokyo Game Show, Bitsummit (Kyoto), the USC Games EXPO, and TheMIX.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section" id="testimonials2-k" style="background-color: rgb(27, 27, 27); padding-top: 80px; padding-bottom: 120px;">
<div class="mbr-section mbr-section__container mbr-section__container--middle">
<div class="container">
<div class="row">
<div class="col-xs-12 text-xs-center">
</div>
</div>
</div>
</div>
<div class="mbr-section mbr-section-nopadding">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="mbr-testimonial card mbr-testimonial-lg">
<div class="card-block"><p><span style="line-height: 2;">"Kai is organized and meticulous, making her a highly sought after professional"</span></p></div>
<div class="mbr-author card-footer">
<div class="mbr-author-img"><img src="assets/images/alfonso-160x160.png" class="img-circle" alt="photo of the reference, Alfonso Hooker" title="Alfonso Hooker"></div>
<div class="mbr-author-name">Alfonso Hooker</div>
<small class="mbr-author-desc">Chief Executive Officer - TekPerfect<br></small>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="mbr-small-footer mbr-section mbr-section-nopadding" id="footer1-6" style="background-color: rgb(0, 0, 0); padding-top: 1.75rem; padding-bottom: 1.75rem;">
<div class="container">
<p class="text-xs-center">Copyright 2020 Kai Nyame.</p>
</div>
</footer>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/smooth-scroll/smooth-scroll.js"></script>
<script src="assets/dropdown/js/script.min.js"></script>
<script src="assets/touch-swipe/jquery.touch-swipe.min.js"></script>
<script src="assets/viewport-checker/jquery.viewportchecker.js"></script>
<script src="assets/theme/js/script.js"></script>
<input name="animation" type="hidden">
<div id="scrollToTop" class="scrollToTop mbr-arrow-up"><a style="text-align: center;"><i class="mbr-arrow-up-icon"></i></a></div>
</body>
</html>