-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
309 lines (283 loc) · 10.6 KB
/
index.html
File metadata and controls
309 lines (283 loc) · 10.6 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<!-- Icons -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<!--<link rel="stylesheet" href="css/index.css">-->
<title>Simon Jiang - Home Page</title>
</head>
<body>
<!--
<header class="header-nav">
<nav>
<div class="logo">
<img src="images/logo.jpg">
<h2>Simon Jiang's Homepage</h2>
</div>
<ul id="navlist">
<li><a href = "index.html">Home</a></li>
<li><a href = "about.html">About</a></li>
</ul>
</nav>
</header>
-->
<header>
<div id="head">
<h1 id="logo" class="text-center">
<img class="img-circle" src="images/Header.jpg" alt="">
<span class="title">Hi, I'm Simon.</span>
<span class="tagline">Game Developer, Freelancer<br>
<br>
<p style="font-size: 30px;">
<a href="https://github.com/SimonJ9"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/simon96-jiang"><i class="fa-brands fa-linkedin"></i></a>
</p>
</span>
</h1>
</div>
<nav class="navbar navbar-expand-sm navbar-default bg-light">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><p></p></li>
<!--
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
-->
<!--
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">More Pages <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="sidebar-left.html">Left Sidebar</a></li>
<li><a href="sidebar-right.html">Right Sidebar</a></li>
<li><a href="single.html">Blog Post</a></li>
</ul>
</li>
-->
<!--
<li class="nav-item">
<a class="nav-link" href="#project">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#work">Work</a>
</li>
-->
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</header>
<!--features-->
<section id="feature" class="section-padding wow fadeIn delay-05s">
<div class="container">
<div class="section-header text-center">
<!--<h2>Services</h2>-->
</div>
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="wrap-item text-center">
<div class="item-img">
<i class="fa fa-gamepad" aria-hidden="true"></i>
</div>
<h3 class="pad-bt15">Game Development</h3>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="wrap-item text-center">
<div class="item-img">
<i class="fa-solid fa-gears"></i>
</div>
<h3 class="pad-bt15">Maintenance</h3>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="wrap-item text-center">
<div class="item-img">
<i class="fa fa-users" aria-hidden="true"></i>
</div>
<h3 class="pad-bt15">Project Management</h3>
</div>
</div>
</div>
</div>
</section>
<!---->
<!-- Projects Start -->
<div class="project" id="project">
<div class="container">
<div class="section-header text-center">
<h2>Projects</h2>
</div>
<div class="row">
<div class="col-lg-6 mb-4 d-flex align-items-stretch">
<div class="card">
<img style="object-fit: contain" src="images/projects/ChokePoint.jpg" alt="project">
<div class="project-text">
<h2>WWII Online: Chokepoint</h2>
<p>Cornered Rat Software</p>
<div class="project-meta">
<p><i class="far fa-solid fa-hammer"></i>Unreal Engine</p>
<p><i class="fa-solid fa-layer-group"></i>Windows, Linux</p>
<p><i class="far fa-regular fa-calendar-days"></i>2024 ~ Now</p>
</div>
<p>
A WWII Online game that focuses on infantry battle.
</p>
<a class="btn" href="https://store.steampowered.com/app/1576780/WWII_Online_Chokepoint/" target="_blank" rel="noopener noreferrer">Steam Page <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-6 mb-4 d-flex align-items-stretch">
<div class="card">
<img src="images/projects/slots/IMG_0109.JPG" alt="project">
<div class="project-text">
<h2>Slot Machine Online</h2>
<p>Local Casino Owner</p>
<div class="project-meta">
<p><i class="far fa-solid fa-hammer"></i>Unity</p>
<p><i class="fa-solid fa-layer-group"></i>Windows, Linux, Webgl</p>
<p><i class="far fa-regular fa-calendar-days"></i>2021 ~ Now</p>
</div>
<p>
A series of customized slot games, with gaming backend and infrastructure fully developed from scratch.
Currently operating in over 7 gaming stores in Texas.
</p>
<a class="btn" href="pages/p_casino.html">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-6 mb-4 d-flex align-items-stretch">
<div class="card">
<img src="images/projects/vyrse.png" alt="project">
<div class="project-text">
<h2>Vyrse IO</h2>
<p>Vyrse.io</p>
<div class="project-meta">
<p><i class="fa-solid fa-hammer"></i>Unity</p>
<p><i class="fa-solid fa-layer-group"></i>IOS, Android</p>
<p><i class="far fa-regular fa-calendar-days"></i>2024</p>
</div>
<p>
A Web3, location based AR/VR platform targeting mobile devices.
</p>
<a class="btn" href="https://vyrse.io/" target="_blank">Website <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-6 mb-4 d-flex align-items-stretch">
<div class="card">
<img src="images/projects/mrivr/mri4.jpg" alt="project">
<div class="project-text">
<h2>MRI Slicer VR</h2>
<p>University of Pennsylvania Health System</p>
<div class="project-meta">
<p><i class="fa-solid fa-hammer"></i>Unity</p>
<p><i class="fa-solid fa-layer-group"></i>Windows</p>
<p><i class="far fa-regular fa-calendar-days"></i>2019</p>
</div>
<p>
A VR simulation app that allows the patient to view their MRI
scans in a 3D space. The users can view the slice of their body organs from arbitrary
angle with the VR controllers.
</p>
<a class="btn" href="pages/p_slicer.html">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-6 mb-4 d-flex align-items-stretch">
<div class="card">
<img src="images/TAM.png" alt="project">
<div class="project-text">
<h2>The Aquatic Messenger</h2>
<p>Rensselaer Polytechnic Institute</p>
<div class="project-meta">
<p><i class="fa-solid fa-hammer"></i>Unity</p>
<p><i class="fa-solid fa-layer-group"></i>Windows</p>
<p><i class="far fa-regular fa-calendar-days"></i>2018</p>
</div>
<p>
Underwater simulation with VR. Interact with the environments from different era,
and learn about hundreds of underwater creatures.
</p>
<a class="btn" href="https://sites.google.com/view/aquaticmessenger/home" target="_blank">Website <i class="fa fa-angle-right"></i></a>
<a class="btn" href="pages/p_tam.html">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<!--
<div class="col-lg-6 mb-4 d-flex align-items-stretch">
<div class="card">
<img src="images/TD.jpg" alt="project">
<div class="project-text">
<h2>The Dawn</h2>
<div class="project-meta">
<p><i class="fa-solid fa-hammer"></i>Unreal</p>
<p><i class="fa-solid fa-layer-group"></i></i>Windows</p>
<p><i class="far fa-regular fa-calendar-days"></i>2018</p>
</div>
<p>
This was my capstone project, and my first project made with Unreal Engine 4.
As a team of 3 programmers, we made this mini collaborative FPS which supports LAN collab.
We experimented with the networking, landscape system and shaders.
</p>
<a class="btn" href="pages/p_dawn.html">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
-->
</div>
</div>
</div>
<!-- Projects End -->
<!-- Work Start
<div class="work" id="work">
<div class="container">
<div class="section-header text-center">
<h2>Work Samples</h2>
</div>
<div>
<h4>Grid Build System Demo</h4>
<video width="100%" height="auto" controls>
<source src="videos/grid.webm" type="video/webm">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
Work End -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-lg-6 widget">
<h3 class="widget-title">Contact</h3>
<div class="widget-body">
<p> Locryan Studio LLC @ 2025<br>
<a href="mailto:#">simon.jiang@locryan.com</a><br>
<br>
</p>
</div>
</div>
<div class="col-lg-6 widget">
<h3 class="widget-title">Links</h3>
<div class="widget-body">
<p class="follow-me-icons">
<a href="https://github.com/SimonJ9"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/simon96-jiang"><i class="fa-brands fa-linkedin"></i></a>
</p>
</div>
</div>
</div> <!-- /row of widgets -->
</div>
</footer>
</body>
</html>