-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgames.html
More file actions
105 lines (84 loc) · 4.93 KB
/
games.html
File metadata and controls
105 lines (84 loc) · 4.93 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE HTML>
<html>
<head>
<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" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108805625-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108805625-1');
</script>
<style>:root {--primary: #00d1bf; --secondary: #009185;}</style>
<link rel="shortcut icon" type="image/x-icon" href="images/icon.ico">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@StudioXehryn">
<meta name="twitter:creator" content="@StudioXehryn">
<meta property="og:image" content="https://www.xehryn.com/images/banner.jpg" />
<meta name="twitter:title" content="Games | Studio Xehryn">
<title>Games | Studio Xehryn</title>
</head>
<body>
<div id="wrapper">
<header id="header">
<img src="/images/header-xehryn.png" style="max-width:100%"/>
</header>
<nav id="nav">
<ul class="links">
<li><a href="/">Home</a></li>
<li class="active"><a href="/games">Games</a></li>
<li><a href="/tutorials">Tutorials</a></li>
<li><a href="/resources">Resources</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
<ul class="icons">
<li><a href="https://www.reddit.com/r/StudioXehryn" class="icon fa-reddit-alien"><span class="label">Reddit</span></a></li>
<li><a href="https://twitter.com/StudioXehryn" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
</ul>
</nav>
<div id="main">
<section class="post">
<div style="text-align: center;"><img src="/images/gate-of-providence-banner.jpg" style="max-width:100%"/></div>
<h1>Gate of Providence</h1>
<h2>Turn-Based RPG</h2>
<h3>Platform: Windows PC</h3>
<h3>Released: November 30, 2017</h3>
<p>After the rise of a secret organization named Providence, Jun, a mercenary, finds himself caught in the middle of a coup d'etat. To restore order, he and his best friend Ne'l must journey across the entire continent of Iris, helping citizens in need while liberating the Empire from a dark legacy.</p>
<a href="/gop/" class="button primary">Learn more</a>
</section>
<section class="post">
<div style="text-align: center;"><img src="/images/pestilence-stirs-banner.png" style="max-width:100%"/></div>
<h1>Pestilence Stirs</h1>
<h2>Turn-Based RPG</h2>
<h3>Platform: Windows PC</h3>
<h3>Released: August 31, 2018</h3>
<p><b>(Created as a submission to <a href="https://itch.io/jam/rpgmakerjam3">RPG Maker Jam #3</a>)</b></p>
<p>A terrible plague has swept the Kingdom of Rairus, adding to its woes with an ongoing war and famine. William is a doctor sent by the King to cure the plague from the people important to the King. Along the way, he begins to question his duty...</p>
<a href="/ps/" class="button primary">Learn more</a>
</section>
<section class="post">
<div style="text-align: center;"><img src="/images/dreamshot-dissonance-banner.jpg" style="max-width:100%"/></div>
<h1>Dreamshot Dissonance</h1>
<h2>Bullet Hell / Danmaku</h2>
<h3>Platform: Windows PC</h3>
<h3>Released: June 5, 2014</h3>
<p>A 16-year old boy named Ayumu finds himself trapped in a dream. This phenomenon, known as a Dreamshot Dissonance, is the culmination of the regrets he had harbored in his life. Now, Ayumu must face his past and conquer his dark, inner self. Will he triumph over the seven sins of humanity? Or will he fail, never to overcome this Dreamshot Dissonance?</p>
<a href="/dd/" class="button primary">Learn more</a>
</section>
</div>
<div id="copyright">
<ul><li>© Studio Xehryn</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li></ul>
</div>
</div>
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/jquery.scrollex.min.js"></script>
<script src="/assets/js/jquery.scrolly.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>