-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
740 lines (734 loc) · 32.3 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
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
<!DOCTYPE html>
<html lang="en">
<head>
<title>Philip Cosgrave</title>
<meta property="og:title" content="Philip Cosgrave" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<style data-tag="reset-style-sheet">
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth }
</style>
<style data-tag="default-style-sheet">
html {
font-family: Noto Sans;
font-size: 16px;
}
body {
font-weight: 400;
font-style:normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.15;
color: var(--dl-color-gray-black);
background-color: var(--dl-color-gray-white);
}
</style>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/animate.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://unpkg.com/@teleporthq/teleport-custom-scripts/dist/style.css"
/>
<!--This is the head section-->
<!-- <style> ... </style> -->
</head>
<body>
<link rel="stylesheet" href="./style.css" />
<div>
<link href="./index.css" rel="stylesheet" />
<div class="home-container">
<div class="navbar-navbar navbar-root-class-name">
<header data-thq="thq-navbar" class="navbar-navbar-interactive">
<div class="navbar-branding">
<a href="index.html" class="navbar-navlink">
<img
alt="public/phil%20monogram-200w.png"
src="public/phil%20monogram-200w.png"
class="navbar-logo"
/>
</a>
<span class="navbar-company"><span>Philip Cosgrave</span></span>
</div>
<div class="navbar-items">
<div class="navbar-links">
<a href="index.html" class="nav-link"><span>About</span></a>
<a href="#Projects" class="navbar-link2 nav-link">
<span>Work</span>
</a>
</div>
</div>
<div data-thq="thq-burger-menu" class="navbar-burger-menu">
<button class="navbar-button button">
<img
alt="image"
src="public/hamburger.svg"
class="navbar-image"
/>
</button>
</div>
<div data-thq="thq-mobile-menu" class="navbar-mobile-menu">
<div
data-thq="thq-mobile-menu-nav"
data-role="Nav"
class="navbar-nav"
>
<div class="navbar-top">
<div class="navbar-branding1">
<img
alt="public/phil%20monogram-200w.png"
src="public/phil%20monogram-200w.png"
class="navbar-logo1"
/>
<span class="navbar-company1">
<span>Philip Cosgrave</span>
</span>
</div>
<div data-thq="thq-close-menu" class="navbar-menu-close">
<svg viewBox="0 0 1024 1024" class="navbar-icon">
<path
d="M810 274l-238 238 238 238-60 60-238-238-238 238-60-60 238-238-238-238 60-60 238 238 238-238z"
></path>
</svg>
</div>
</div>
<div class="navbar-items1">
<div class="navbar-links1">
<a href="#About" class="navbar-link1 nav-link">
<span>About</span>
</a>
<a href="#Projects" class="navbar-link2 nav-link">
<span>Work</span>
</a>
</div>
</div>
</div>
</div>
</header>
</div>
<header id="About" class="home-about">
<div class="home-header">
<h3 class="home-title">
"Your tools are only as good as your understanding of the
problem."
</h3>
</div>
<div class="home-image">
<img
alt="image"
src="public/bacground.jpg"
/>
</div>
<div class="about-me-description">
<div class="about-me-content">
<div class="about-me-text">
<p class="about-me-paragraph">
<span>
My name is Philip Cosgrave, I am a father to a 8 year old
and 5 year old, partner to my wife for 20 years and a
software engineer with 15 years experience. In my down time
I enjoy experimenting with food and playing games with my
family be it board games or video games.
</span>
<br />
<br />
<span>
From my early childhood, I knew I would be developing
software.
</span>
<span>
However, it wasn't until my internship at Silicon
Knights in 2007 that I discovered my passions for developing
tools for game devs. Over the course of the last 13 years,
I've dedicated myself to honing my expertise in developing
User Interface frameworks, with a notable accomplishment of
developing Unity's runtime UI. Alongside my technical
journey, I've developed a deep affection for mentoring and
managing others, looking to clear their professional or
personal paths.
</span>
</p>
</div>
</div>
<img
alt="image"
src="public/20160511_191707-400h.jpg"
class="about-me-image"
/>
</div>
</header>
<div id="Projects" class="home-projects">
<div class="home-projects1">
<div class="home-header1">
<h2 class="home-title1 heading">
<span>Projects</span>
<br />
</h2>
</div>
<img
src="public/external/pastedimage-tzra-1300w.png"
class="home-pasted-image"
/>
<div class="home-row">
<span class="home-text02">
<br />
<span>2024</span>
</span>
<div class="home-list">
<a href="PrehistoricPlanet.html" class="home-navlink">
<div class="project-items-item ProjectItem">
<div class="project-items-details">
<img
alt="image"
src="public/external/pastedimage-4yba-200h.png"
class="project-items-image"
/>
<span class="project-items-text">
<span>Prehistoric Planet Immersive</span>
</span>
<span class="project-items-text1">
<span>Immersive Linear content</span>
</span>
</div>
<svg viewBox="0 0 1024 1024" class="project-items-icon">
<path
d="M298.667 341.333h323.669l-353.835 353.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l353.835-353.835v323.669c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667v-426.667c0-5.803-1.152-11.307-3.243-16.341s-5.163-9.728-9.216-13.781c-0.043-0.043-0.043-0.043-0.085-0.085-3.925-3.925-8.619-7.083-13.781-9.216-5.035-2.091-10.539-3.243-16.341-3.243h-426.667c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
</a>
</div>
</div>
<div class="home-row1">
<span class="home-text05">2020</span>
<div class="home-list1">
<a href="UIToolkit.html" class="home-navlink">
<div class="project-items-item ProjectItem">
<div class="project-items-details">
<img
alt="image"
src="public/external/pastedimage-4yba-200h.png"
class="project-items-image"
/>
<span class="project-items-text">
<span>UI Toolkit</span>
</span>
<span class="project-items-text1">
<span>Next itteration of Unity's UI</span>
</span>
</div>
<svg viewBox="0 0 1024 1024" class="project-items-icon">
<path
d="M298.667 341.333h323.669l-353.835 353.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l353.835-353.835v323.669c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667v-426.667c0-5.803-1.152-11.307-3.243-16.341s-5.163-9.728-9.216-13.781c-0.043-0.043-0.043-0.043-0.085-0.085-3.925-3.925-8.619-7.083-13.781-9.216-5.035-2.091-10.539-3.243-16.341-3.243h-426.667c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
</a>
</div>
</div>
<div class="home-row2">
<span class="home-text06">2017</span>
<div class="home-list2">
<a href="TMP.html" class="home-navlink">
<div class="project-items-item ProjectItem">
<div class="project-items-details">
<img
alt="image"
src="public/external/pastedimage-4yba-200h.png"
class="project-items-image"
/>
<span class="project-items-text">
<span>Text Mesh Pro</span>
</span>
<span class="project-items-text1">
<span>Custom Text system</span>
</span>
</div>
<svg viewBox="0 0 1024 1024" class="project-items-icon">
<path
d="M298.667 341.333h323.669l-353.835 353.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l353.835-353.835v323.669c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667v-426.667c0-5.803-1.152-11.307-3.243-16.341s-5.163-9.728-9.216-13.781c-0.043-0.043-0.043-0.043-0.085-0.085-3.925-3.925-8.619-7.083-13.781-9.216-5.035-2.091-10.539-3.243-16.341-3.243h-426.667c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
</a>
</div>
</div>
<div class="home-row3">
<span class="home-text07">2014</span>
<div class="home-list3">
<a href="uGUI.html" class="home-navlink">
<div class="project-items-item ProjectItem">
<div class="project-items-details">
<img
alt="image"
src="public/external/pastedimage-4yba-200h.png"
class="project-items-image"
/>
<span class="project-items-text"><span>uGUI</span></span>
<span class="project-items-text1">
<span>Custom UI system</span>
</span>
</div>
<svg viewBox="0 0 1024 1024" class="project-items-icon">
<path
d="M298.667 341.333h323.669l-353.835 353.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l353.835-353.835v323.669c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667v-426.667c0-5.803-1.152-11.307-3.243-16.341s-5.163-9.728-9.216-13.781c-0.043-0.043-0.043-0.043-0.085-0.085-3.925-3.925-8.619-7.083-13.781-9.216-5.035-2.091-10.539-3.243-16.341-3.243h-426.667c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
</a>
</div>
</div>
<div class="home-row4">
<span class="home-text08">2013</span>
<div class="home-list4">
<a href="Console.html" class="home-navlink">
<div class="project-items-item ProjectItem">
<div class="project-items-details">
<img
alt="image"
src="public/external/pastedimage-4yba-200h.png"
class="project-items-image"
/>
<span class="project-items-text">
<span>Console Window</span>
</span>
<span class="project-items-text1">
<span>Workflow improvements</span>
</span>
</div>
<svg viewBox="0 0 1024 1024" class="project-items-icon">
<path
d="M298.667 341.333h323.669l-353.835 353.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l353.835-353.835v323.669c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667v-426.667c0-5.803-1.152-11.307-3.243-16.341s-5.163-9.728-9.216-13.781c-0.043-0.043-0.043-0.043-0.085-0.085-3.925-3.925-8.619-7.083-13.781-9.216-5.035-2.091-10.539-3.243-16.341-3.243h-426.667c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
</a>
</div>
</div>
<div class="home-row5">
<span class="home-text09">2012</span>
<div class="home-list5">
<a href="Windward.html" class="home-navlink">
<div class="project-items-item ProjectItem">
<div class="project-items-details">
<img
alt="image"
src="public/TE.jpg"
class="project-items-image"
/>
<span class="project-items-text">
<span>Windward</span>
</span>
<span class="project-items-text1">
<span>Pirate RPG/ Open world</span>
</span>
</div>
<svg viewBox="0 0 1024 1024" class="project-items-icon">
<path
d="M298.667 341.333h323.669l-353.835 353.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l353.835-353.835v323.669c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667v-426.667c0-5.803-1.152-11.307-3.243-16.341s-5.163-9.728-9.216-13.781c-0.043-0.043-0.043-0.043-0.085-0.085-3.925-3.925-8.619-7.083-13.781-9.216-5.035-2.091-10.539-3.243-16.341-3.243h-426.667c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
</a>
</div>
</div>
<div class="home-row6">
<span class="home-text10">2011</span>
<div class="home-list6">
<a href="TexasPoker.html" class="home-navlink">
<div class="project-items-item ProjectItem">
<div class="project-items-details">
<img
alt="image"
src="public/Gameloft.png"
class="project-items-image"
/>
<span class="project-items-text">
<span>Texas Poker For Prizes</span>
</span>
<span class="project-items-text1">
<span>Gambling/ Card</span>
</span>
</div>
<svg viewBox="0 0 1024 1024" class="project-items-icon">
<path
d="M298.667 341.333h323.669l-353.835 353.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l353.835-353.835v323.669c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667v-426.667c0-5.803-1.152-11.307-3.243-16.341s-5.163-9.728-9.216-13.781c-0.043-0.043-0.043-0.043-0.085-0.085-3.925-3.925-8.619-7.083-13.781-9.216-5.035-2.091-10.539-3.243-16.341-3.243h-426.667c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
</a>
<a href="ModernCombat.html" class="home-navlink">
<div class="project-items-item ProjectItem">
<div class="project-items-details">
<img
alt="image"
src="public/Gameloft.png"
class="project-items-image"
/>
<span class="project-items-text">
<span>Modern Combat 3</span>
</span>
<span class="project-items-text1">
<span>Shooter</span>
</span>
</div>
<svg viewBox="0 0 1024 1024" class="project-items-icon">
<path
d="M298.667 341.333h323.669l-353.835 353.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l353.835-353.835v323.669c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667v-426.667c0-5.803-1.152-11.307-3.243-16.341s-5.163-9.728-9.216-13.781c-0.043-0.043-0.043-0.043-0.085-0.085-3.925-3.925-8.619-7.083-13.781-9.216-5.035-2.091-10.539-3.243-16.341-3.243h-426.667c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
</a>
<a href="Asphalt7.html" class="home-navlink">
<div class="project-items-item ProjectItem">
<div class="project-items-details">
<img
alt="image"
src="public/Gameloft.png"
class="project-items-image"
/>
<span class="project-items-text">
<span>Asphalt 6: Adrenaline</span>
</span>
<span class="project-items-text1"><span>Racing</span></span>
</div>
<svg viewBox="0 0 1024 1024" class="project-items-icon">
<path
d="M298.667 341.333h323.669l-353.835 353.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l353.835-353.835v323.669c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667v-426.667c0-5.803-1.152-11.307-3.243-16.341s-5.163-9.728-9.216-13.781c-0.043-0.043-0.043-0.043-0.085-0.085-3.925-3.925-8.619-7.083-13.781-9.216-5.035-2.091-10.539-3.243-16.341-3.243h-426.667c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
</div>
</div>
<div class="home-row7">
<span class="home-text11">
<span class="home-text12">2009</span>
<br />
</span>
<div class="home-list7">
<a href="DOTC.html" class="home-navlink">
<div class="project-items-item ProjectItem">
<div class="project-items-details">
<img
alt="image"
src="public/TE.jpg"
class="project-items-image"
/>
<span class="project-items-text">
<span>Defense of the Citadal</span>
</span>
<span class="project-items-text1">
<span>Strategy/ Sandbox</span>
</span>
</div>
<svg viewBox="0 0 1024 1024" class="project-items-icon">
<path
d="M298.667 341.333h323.669l-353.835 353.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l353.835-353.835v323.669c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667v-426.667c0-5.803-1.152-11.307-3.243-16.341s-5.163-9.728-9.216-13.781c-0.043-0.043-0.043-0.043-0.085-0.085-3.925-3.925-8.619-7.083-13.781-9.216-5.035-2.091-10.539-3.243-16.341-3.243h-426.667c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
</a>
<a href="MazinHamsters.html" class="home-navlink">
<div class="project-items-item ProjectItem">
<div class="project-items-details">
<img
alt="image"
src="public/Ganz.jpg"
class="project-items-image"
/>
<span class="project-items-text">
<span>Mazin Hamsters</span>
</span>
<span class="project-items-text1">
<span>Children / Open world</span>
</span>
</div>
<svg viewBox="0 0 1024 1024" class="project-items-icon">
<path
d="M298.667 341.333h323.669l-353.835 353.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l353.835-353.835v323.669c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667v-426.667c0-5.803-1.152-11.307-3.243-16.341s-5.163-9.728-9.216-13.781c-0.043-0.043-0.043-0.043-0.085-0.085-3.925-3.925-8.619-7.083-13.781-9.216-5.035-2.091-10.539-3.243-16.341-3.243h-426.667c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
</a>
</div>
</div>
<div class="home-row8">
<span class="home-text14">
<span class="home-text15">2008</span>
<br />
<br />
</span>
<div class="home-list8">
<a href="TooHuman.html" class="home-navlink">
<div class="project-items-item ProjectItem">
<div class="project-items-details">
<img
alt="image"
src="public/SKLogo.png"
class="project-items-image"
/>
<span class="project-items-text">
<span>Too Human</span>
</span>
<span class="project-items-text1">
<span>Action RPG/ Shooter</span>
</span>
</div>
<svg viewBox="0 0 1024 1024" class="project-items-icon">
<path
d="M298.667 341.333h323.669l-353.835 353.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l353.835-353.835v323.669c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667v-426.667c0-5.803-1.152-11.307-3.243-16.341s-5.163-9.728-9.216-13.781c-0.043-0.043-0.043-0.043-0.085-0.085-3.925-3.925-8.619-7.083-13.781-9.216-5.035-2.091-10.539-3.243-16.341-3.243h-426.667c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
</a>
</div>
</div>
</div>
</div>
<!--
<div class="home-testimonials">
<div class="home-recomendations">
<div class="home-header2">
<h2 class="home-title2 heading">
<span>Testimonials</span>
<br />
</h2>
</div>
<div class="home-grid">
<div class="home-column">
<div
class="recomendation-client recomendation-root-class-name4"
>
<span class="recomendation-text">
<span>
“Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.“
</span>
</span>
<div class="recomendation-author">
<div class="recomendation-details">
<span class="recomendation-text1">
<span>Joanna Smith</span>
</span>
<span class="recomendation-text2">
<span>@zeng</span>
</span>
</div>
</div>
</div>
<div
class="recomendation-client recomendation-root-class-name5"
>
<span class="recomendation-text">
<span>
“Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.“
</span>
</span>
<div class="recomendation-author">
<div class="recomendation-details">
<span class="recomendation-text1">
<span>Coco White</span>
</span>
<span class="recomendation-text2">
<span>@white_co</span>
</span>
</div>
</div>
</div>
</div>
<div class="home-column1">
<div class="recomendation-client">
<span class="recomendation-text">
<span>
“Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur.”
</span>
</span>
<div class="recomendation-author">
<div class="recomendation-details">
<span class="recomendation-text1">
<span>Jennifer Marle</span>
</span>
<span class="recomendation-text2">
<span>@motech</span>
</span>
</div>
</div>
</div>
<div class="recomendation-client">
<span class="recomendation-text">
<span>
“Sed do eiusmod tempor incididunt ut labore et dolore
magna aliquaduis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla
pariatur.”
</span>
</span>
<div class="recomendation-author">
<div class="recomendation-details">
<span class="recomendation-text1">
<span>Maria Martinez</span>
</span>
<span class="recomendation-text2">
<span>@yorgu.official</span>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<!--
<header id="Contact" class="home-contact">
<div class="home-header3">
<h2 class="home-title3 heading">
<span>Contact</span>
<br />
</h2>
</div>
<div class="home-forum">
<form
action='"https://formsubmit.co/[email protected]"'
method="POST"
class="home-form"
>
<div class="home-container1">
<span class="home-text22">Name*</span>
<input type="text" name="name" required="true" class="input" />
<span class="home-text23">Email*</span>
<input
type="email"
name="email"
required="true"
class="input"
/>
<span class="home-text24">Message*</span>
<textarea
name="content"
required="true"
class="home-textarea textarea"
></textarea>
<button type="submit" class="home-button button">
<span class="home-text25">
<span>SUBMIT</span>
<br />
</span>
</button>
</div>
</form>
</div>
</header>
-->
<footer class="footer-footer">
<div class="footer-information">
<div class="footer-social-bar">
<a
href="https://www.linkedin.com/in/philipcosgrave/"
target="_blank"
rel="noreferrer noopener"
class="footer-link"
>
<div class="footer-container">
<img
alt="image"
src="public/107092_square_linkedin_icon.svg"
class="footer-image"
/>
</div>
</a>
<a
href="https://github.com/pcosgrave"
target="_blank"
rel="noreferrer noopener"
class="footer-link1"
>
<div class="footer-container1">
<img
alt="image"
src="public/107109_black_square_square_github_github.svg"
class="footer-image1"
/>
</div>
</a>
<a
href="https://twitter.com/Cosgrave_Philip"
target="_blank"
rel="noreferrer noopener"
class="footer-link2"
>
<div class="footer-container2">
<img
alt="image"
src="public/107068_twitter_square_twitter_square_black.svg"
class="footer-image2"
/>
</div>
</a>
<a
href="https://www.youtube.com/@PCozzy13"
target="_blank"
rel="noreferrer noopener"
class="footer-link3"
>
<div class="footer-container3">
<img
alt="image"
src="public/107043_youtbue_square_icon.svg"
class="footer-image3"
/>
</div>
</a>
</div>
</div>
</footer>
</div>
</div>
<script
data-section-id="navbar"
src="https://unpkg.com/@teleporthq/teleport-custom-scripts"
></script>
</body>
</html>