-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (78 loc) · 3.09 KB
/
index.html
File metadata and controls
84 lines (78 loc) · 3.09 KB
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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Strata by HTML5 UP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/avatar.jpeg" alt="" /></a>
<h1><strong>Hello, I am Jayden Ting</strong><br />
Game Design Graduate</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- Two -->
<section id="two">
<h2>Recent Work</h2>
<div class="row">
<article class="col-6 col-12-xsmall work-item">
<a href="https://akata-ryuuko.itch.io/wild-block-match-3" class="image fit thumb"><img src="images/thumbs/Untitled.png" alt="" /></a>
<h3>Wild Block Match 3</h3>
<p>Queen's Game Jam 2025</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="https://akata-ryuuko.itch.io/model-student" class="image fit thumb"><img src="images/thumbs/QGJ Logo.png" alt="" /></a>
<h3>Model Student</h3>
<p>Queen's Game Jam 2024</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="https://akata-ryuuko.itch.io/balloon-quest" class="image fit thumb"><img src="images/thumbs/cover.png" alt="" /></a>
<h3>Balloon Quest</h3>
<p>Queen's Game Jam 2023</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="https://akata-ryuuko.itch.io/revolvr" class="image fit thumb"><img src="images/thumbs/02.jpeg" alt="" /></a>
<h3>Revolvr</h3>
<p>3D Shooting Game</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="https://akata-ryuuko.itch.io/gravity-escape" class="image fit thumb"><img src="images/thumbs/01.jpg" alt="" /></a>
<h3>Gravity Escape</h3>
<p>Queen's Game Jam 2022</p>
</article>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<!--<li><a href="https://github.com/jayttk02" class="icon brands fa-github"><span class="label">Github</span></a></li>-->
<li><a href="https://github.com/jayttk02">Github</a></li>
<li><a href="https://akata-ryuuko.itch.io/">Itch.io</a></li>
</ul>
<ul class="copyright">
<!--<li>© Untitled</li>--><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>