forked from StartBootstrap/startbootstrap-freelancer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
623 lines (588 loc) · 28.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
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
620
621
622
623
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Oskari Liukku</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
<!-- Favicons -->
<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">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary fixed-top text-uppercase" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Oskari Liukku</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase bg-primary text-white rounded" type="button"
data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead bg-primary text-white text-center">
<div class="container">
<img class="img-fluid mb-5 d-block mx-auto" src="img/profile_bw.png" alt="">
<h1 class="text-uppercase mb-0">Oskari Liukku</h1>
<hr class="star-light">
<h2 class="font-weight-light mb-0">Programmer – Game Designer – Geek</h2>
</div>
</header>
<!-- Portfolio Grid Section -->
<section class="portfolio" id="portfolio">
<div class="container">
<h2 class="text-center text-uppercase text-secondary mb-0">Portfolio</h2>
<hr class="star-dark mb-5">
<div class="row">
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-1">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/trimmertycoon.png" alt="Trimmer Tycoon">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-2">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/saunarunner.png" alt="Sauna Runner">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-3">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/nowayout.png" alt="No Way Out">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-4">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/trumpclicker.png" alt="Trump Clicker">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-5">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/gonuts.png" alt="Go Nuts!">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-6">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/godofwifi.png" alt="God of Wifi">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-7">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/spacefling.png" alt="Space Fling">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-8">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/seasonsoup.png" alt="Season Soup">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-9">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/sandman.png" alt="Substitute Sandman">
</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="bg-primary text-white mb-0" id="about">
<div class="container">
<h2 class="text-center text-uppercase text-white">About</h2>
<hr class="star-light mb-5">
<div class="row">
<div class="col-lg-4 ml-auto">
<p class="lead">I'm a programmer who loves playing and sharing games of all kinds. I've mainly worked with
Unity and Javascript, but have a dream of releasing a board game of my own one day. My work includes the
portfolio pieces above as well as over 25 playable ad games, over a dozen game jam projects and even a few
websites. I admire uniqueness and strive to create interesting experiences. I'm always looking for
new and interesting projects to work on!
</p>
</div>
<div class="col-lg-4 mr-auto">
<p class="lead">
My skills include:
<ul class="lead">
<li>Unity (C#)</li>
<li>Javascript (ES6, Pixi.js)</li>
<li>3D modeling (Blender)</li>
<li>SQL</li>
<li>React, Angular2+, HTML, CSS</li>
<li>Python</li>
<li>TDD</li>
<li>Project Management</li>
</ul>
</p>
</div>
</div>
<!-- <div class="text-center mt-4">
<a class="btn btn-xl btn-outline-light" href="#">
<i class="fas fa-download mr-2"></i>
Download Now!
</a>
</div> -->
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<h2 class="text-center text-uppercase text-secondary mb-0">Contact Me</h2>
<hr class="star-dark mb-5">
<div class="row">
<div class="col-lg-8 mx-auto">
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
<form name="sentMessage" action="https://formspree.io/oliukku@gmail.com" method="POST" novalidate="novalidate">
<div class="control-group">
<div class="form-group floating-label-form-group controls mb-0 pb-2">
<label>Name</label>
<input class="form-control" id="name" name="name" type="text" placeholder="Name" required="required"
data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls mb-0 pb-2">
<label>Email Address</label>
<input class="form-control" id="email" name="email" type="email" placeholder="Email Address" required="required"
data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls mb-0 pb-2">
<label>Phone Number</label>
<input class="form-control" id="phone" name="tel" type="tel" placeholder="Phone Number" required="required"
data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls mb-0 pb-2">
<label>Message</label>
<textarea class="form-control" id="message" name="message" rows="5" placeholder="Message" required="required"
data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<br>
<div id="success"></div>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-xl" id="sendMessageButton">Send</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<div class="row">
<div class="col-md-12 mb-lg-0">
<h4 class="text-uppercase mb-4">Around the Web</h4>
<ul class="list-inline mb-0">
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" target="_blank" href="https://twitter.com/oskiii_">
<i class="fab fa-fw fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" target="_blank" href="https://www.linkedin.com/in/oskari-liukku-636924113/">
<i class="fab fa-fw fa-linkedin-in"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" target="_blank" href="https://www.improxgames.com">
<i class="fas fa-fw fa-globe-americas"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright © Oskari Liukku 2018</small>
</div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<!-- Portfolio Modal 1 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-1">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Trimmer Tycoon</h2>
<hr class="star-dark mb-5">
<img class="img-fluid mb-5" src="img/portfolio/trimmertycoon.png" alt="">
<p class="mb-5 text-justify">Trimmer Tycoon originated as a game jam game I and four friends made for Ludum
Dare 34 in
December 2015. It placed top 50 in the humor category and got lots of good feedback. We put it on Steam
Greenlight and got through in 3 weeks. Trimmer Tycoon was released on Steam for free in the Fall of 2016
and has since gotten over 250,000 downloads.
<br>
<br>
My role in the project was that of a lead programmer and project manager. Over the 11 months we worked
only part-time, with me doing most of the coding and some of the art.
</p>
<a class="btn btn-secondary btn-lg rounded-pill" target="_blank" href="https://store.steampowered.com/app/505750/Trimmer_Tycoon/">
<i class="fab fa-steam"></i>
Trimmer Tycoon on Steam</a>
<br>
<br>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-times"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-2">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Sauna Runner</h2>
<hr class="star-dark mb-5">
<img class="img-fluid mb-5" src="img/portfolio/saunarunner.png" alt="">
<p class="mb-5 text-justify">Sauna Runner is an infinite runner game I worked on at
<a target="_blank" href="http://www.aniway.fi">Aniway</a>. It's a Facebook Instant
Game, which is a platform Facebook launched recently, allowing players to play simple games inside
Facebook, without downloads.
Sauna Runner was made as an experiment to get to know the new platform. Working on it, I learned how
the Facebook games infrastructure worked — I implemented leaderboards, sharing and a chat bot.
</p>
<a class="btn btn-secondary btn-lg rounded-pill" target="_blank" href="https://store.steampowered.com/app/505750/Trimmer_Tycoon/">
<i class="fab fa-facebook-messenger"></i>
Play Sauna Runner</a>
<br>
<br>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-times"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-3">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">No Way Out</h2>
<hr class="star-dark mb-5">
<img class="img-fluid mb-5" src="img/portfolio/nowayout.png" alt="">
<p class="mb-5 text-justify">No Way Out is a game from one of the first game jams I attended. We weren't
yet confident enough to attend a public jam, so we got a theme from an online generator — No Way Out —
and started building.
We ended up with a platformer game inspired by the movie 300. In a famous scene from the movie, a
character gets kicked down a bottomless pit. In No Way Out, you play as that character and try to climb
up of that pit.
</p>
<a class="btn btn-secondary btn-lg rounded-pill" target="_blank" href="https://improx.itch.io/no-way-out">
<i class="fas fa-globe"></i>
Play No Way Out</a>
<br>
<br>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-times"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 4 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-4">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Trump Clicker</h2>
<hr class="star-dark mb-5">
<img class="img-fluid mb-5" src="img/portfolio/trumpclicker.png" alt="">
<p class="mb-5 text-justify">For Ludum Dare 39, we decided to make a clicker/idle game. Donald Trump had
just
been elected president of the United States, causing massive controversy, so we decided to play with
that.
In Trump Clicker you play as President Trump, causing controversy in every way you can think of.
<br>
<br>
Trump Clicker is one of the most complete games to come out of one of our game jams. It placed top 50 in
the humor category (like Trimmer Tycoon previously). Because of its political theme, we decided to not
develop the game further. During the 72 hours of development, I did most of the programming and acted as
project lead.
</p>
<a class="btn btn-secondary btn-lg rounded-pill" target="_blank" href="https://improx.itch.io/trump-clicker-ld39">
<i class="fas fa-globe"></i>
Play Trump Clicker</a>
<br>
<br>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-times"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 5 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-5">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Go Nuts!</h2>
<hr class="star-dark mb-5">
<img class="img-fluid mb-5" src="img/portfolio/gonuts.png" alt="">
<p class="mb-5 text-justify">Go Nuts! is a rethemed Pac Man game made in one month for the Game Project
course
in my Master's studies. The assignment was to take a popular game and clone its gameplay as precisely as
possible while switching up the graphics. We went with a forest theme.
</p>
<a class="btn btn-secondary btn-lg rounded-pill" target="_blank" href="https://improx.itch.io/go-nuts">
<i class="fas fa-globe"></i>
Play Go Nuts!</a>
<br>
<br>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-times"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 6 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-6">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">God of Wifi</h2>
<hr class="star-dark mb-5">
<img class="img-fluid mb-5" src="img/portfolio/godofwifi.png" alt="">
<p class="mb-5 text-justify">God of Wifi is another game jam game we developed for Finnish Game Jam X. For
the
jam, teams were built from all attendees, and my friend and I ended up in a team with 3 extremely
talented
artists. The end result is a simplistic and funny puzzle game about trying to optimize wifi signals.
</p>
<a class="btn btn-secondary btn-lg rounded-pill" target="_blank" href="https://improx.itch.io/god-of-wifi">
<i class="fas fa-globe"></i>
Play God of Wifi</a>
<br>
<br>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-times"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 7 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-7">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Space Fling</h2>
<hr class="star-dark mb-5">
<img class="img-fluid mb-5" src="img/portfolio/spacefling.png" alt="">
<p class="mb-5 text-justify">Space Fling is an extremely simple one-button game I developed solo for Ludum
Dare 38. Everything for it: the art, code and music was made by me in 48 hours.
</p>
<a class="btn btn-secondary btn-lg rounded-pill" target="_blank" href="https://improx.itch.io/space-fling">
<i class="fas fa-globe"></i>
Play Space Fling</a>
<br>
<br>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-times"></i>
Close</a>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 8 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-8">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Season Soup</h2>
<hr class="star-dark mb-5">
<img class="img-fluid mb-5" src="img/portfolio/seasonsoup.png" alt="">
<p class="mb-5 text-justify">Season Soup is another game I worked on at <a target="_blank" href="http://www.aniway.fi">Aniway</a>.
It was designed as a 2-player coop experience that could be used to teach communication in schools. I
joined the project quite late in its lifecycle, but I did program the collectibles, the bat enemies
with flocking AI, and the scene switching system.
</p>
<a class="btn btn-secondary btn-lg rounded-pill" target="_blank" href="http://www.aniway.fi/portfolio-item/seasons-soup/">
<i class="fas fa-globe"></i>
More information</a>
<br>
<br>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-times"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 9 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-9">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Substitute Sandman</h2>
<hr class="star-dark mb-5">
<img class="img-fluid mb-5" src="img/portfolio/sandman.png" alt="">
<p class="mb-5 text-justify">Substitute Sandman was our submission for <a target="_blank" href="https://globalgamejam.org/">Global Game Jam 2019</a>. The game was developed in two days.
It's a traditional twin-stick shooter with a fun theme -- you're a house elf protecting your master's sleep.
</br>
</br>
My friend Miika Kanerva and I did the programming, while Patrick Milvi made the sprites.
</p>
<a class="btn btn-secondary btn-lg rounded-pill" target="_blank" href="https://improx.itch.io/substitute-sandman">
<i class="fas fa-globe"></i>
Play Substitute Sandman</a>
<br>
<br>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-times"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
</html>