-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
292 lines (241 loc) · 10 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
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Jekyll integration by somiibo.com
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Home - Ng Wei Shyang</title>
<meta name="description" content="Home page for Ng Wei Shyang personal page">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icon/favicon-16x16.png">
<link rel="manifest" href="/assets/icon/manifest.json">
<link rel="mask-icon" href="/assets/icon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/assets/icon/favicon.ico">
<meta name="msapplication-config" content="/assets/icon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- CSS -->
<link rel="stylesheet" href="/assets/css/main.css" />
<noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120218320-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-120218320-1');
</script>
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1>Ng Wei Shyang</h1>
<h2>A.K.A Tony</h2>
<p>Just another Homo sapiens who are interested in life and death</p>
<ul class="actions">
<li><a href="#header" class="button icon solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Header -->
<header id="header">
<a href="/" class="logo">Ng Wei Shyang</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li class=" active "><a href="/">Home</a></li>
<li class=""><a href="/about/">About</a></li>
<li class=""><a href="/portfolio/">Portfolio</a></li>
<!-- <li class=""><a href="/creative/">Creative</a></li> -->
<li class=""><a href="/blog/">Blog</a></li>
</ul>
<ul class="icons">
<li><a href="https://twitter.com/TonyNgWS97" class="icon fa-twitter" rel="nofollow"><span class="label">Twitter</span></a></li>
<li><a href="https://facebook.com/gaara4896" class="icon fa-facebook" rel="nofollow"><span class="label">Facebook</span></a></li>
<li><a href="https://instagram.com/nws1997" class="icon fa-instagram" rel="nofollow"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/gaara4896" class="icon fa-github" rel="nofollow"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/tony-ng-wei-shyang-357856134" class="icon fa-linkedin" rel="nofollow"><span class="label">Linkedin</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- About Me -->
<article class="post featured">
<header class="major">
<h2>Ng Wei Shyang</h2>
</header>
<span class="image fit"><img src="/images/ng_wei_shyang.JPG" alt="Ng Wei Shyang" /></span>
<p>This is me. Yes, just another Homo sapiens. Although I am just another Homo sapiens, I am unique. </p>
<ul class="actions">
<li><a href="/about/" class="button big">Know More About Me</a></li>
</ul>
</article>
<!-- Portfolio -->
<article class="post featured">
<header class="major">
<h2>My Works</h2>
</header>
<div class="box alt">
<div class="row 50% uniform">
<div class="custom-homepage-portfolio"><span class="image fit">
<div class="portfolio">
<img src="/images/portfolio/scala_multiplayer_game.png" alt="" class="portfolio-image" />
<div class="portfolio-middle">
<header>
<h4>Distributed Retro Game</h4>
<p style="text-align: center;">Multiplayer game written with Scala and LibGDX</p>
</header>
<ul class="actions">
<li><a href="https://github.com/gaara4896/Distributed-libGDX-2d-game" class="button special small">View Source</a></li>
</ul>
</div>
</div>
</span></div>
<div class="custom-homepage-portfolio"><span class="image fit">
<div class="portfolio">
<img src="/images/portfolio/wonder_of_analytics.png" alt="" class="portfolio-image" />
<div class="portfolio-middle">
<header>
<h4>SAS x STC Workshop</h4>
<p style="text-align: center;">Teaching material for scrapping and analytics</p>
</header>
<ul class="actions">
<li><a href="https://github.com/gaara4896/2018-SASxSTCWorkshop" class="button special small">View Source</a></li>
</ul>
</div>
</div>
</span></div>
<div class="custom-homepage-portfolio"><span class="image fit">
<div class="portfolio">
<img src="/images/portfolio/pygame_workshop.png" alt="" class="portfolio-image" />
<div class="portfolio-middle">
<header>
<h4>PyGame Workshop</h4>
<p style="text-align: center;">Teaching material for PyGame workshop</p>
</header>
<ul class="actions">
<li><a href="https://github.com/gaara4896/GameWorkshop-PyGame" class="button special small">View Source</a></li>
</ul>
</div>
</div>
</span></div>
</div>
</div>
<ul class="actions">
<li><a href="/portfolio/" class="button big">Know more about my work</a></li>
</ul>
</article>
<!-- Blog -->
<article class="post featured">
<header class="major">
<h2>Latest</h2>
</header>
<div class="box alt">
<div class="row 50% uniform">
<div class="custom-homepage-blog">
<header>
<span class="date">14 Jun 2019</span>
<h2><a href="/blog/3-nen-a-gumi/">[Drama] You'll bleed if stabbed</a></h2>
</header>
<a href="/blog/3-nen-a-gumi/" class="image fit"><img src="/images/post/2019-06/3-nen-a-gumi.png" alt="" /></a>
<p style="text-align: center;">If you get stabbed with a knife, you'll bleed</p>
<ul class="actions">
<li><a href="/blog/3-nen-a-gumi/" class="button">Full Story</a></li>
</ul>
</div>
<div class="custom-homepage-blog">
<header>
<span class="date">21 Apr 2019</span>
<h2><a href="/blog/useless-knowledge/">[Opinion] Useless Knowledge</a></h2>
</header>
<a href="/blog/useless-knowledge/" class="image fit"><img src="/images/post/2019-04/useless-knowledge.jpg" alt="" /></a>
<p style="text-align: center;">Is there any useless knowledge in the world?</p>
<ul class="actions">
<li><a href="/blog/useless-knowledge/" class="button">Full Story</a></li>
</ul>
</div>
<div class="custom-homepage-blog">
<header>
<span class="date">07 Apr 2019</span>
<h2><a href="/blog/greed-is-no-evil/">[Opinion] Greed as human vice</a></h2>
</header>
<a href="/blog/greed-is-no-evil/" class="image fit"><img src="/images/post/2019-03/greed.jpg" alt="" /></a>
<p style="text-align: center;">Is greed actually a vice of human behavior?</p>
<ul class="actions">
<li><a href="/blog/greed-is-no-evil/" class="button">Full Story</a></li>
</ul>
</div>
</div>
</div>
<ul class="actions">
<li><a href="/blog/" class="button big">More Blog Post</a></li>
</ul>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<form method="POST" action="https://formspree.io/[email protected]">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="3"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
</section>
<section class="split contact">
<section class="alt">
<h3>Location</h3>
<p>Selangor, MY</p>
</section>
<section>
<h3>Phone</h3>
<p><a href="tel:+60 17-215 8366">+60 17-215 8366</a></p>
</section>
<section>
<h3>Email</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://twitter.com/TonyNgWS97" class="icon fa-twitter" rel="nofollow"><span class="label">Twitter</span></a></li>
<li><a href="https://facebook.com/gaara4896" class="icon fa-facebook" rel="nofollow"><span class="label">Facebook</span></a></li>
<li><a href="https://instagram.com/nws1997" class="icon fa-instagram" rel="nofollow"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/gaara4896" class="icon fa-github" rel="nofollow"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/tony-ng-wei-shyang-357856134" class="icon fa-linkedin" rel="nofollow"><span class="label">Linkedin</span></a></li>
</ul>
</section>
</section>
</footer>
<!-- Copyright -->
<div id="copyright">
<ul><li>© Ng Wei Shyang</li><li>Design by <a href="https://html5up.net" rel="nofollow">HTML5 UP</a></li><li>Jekyll Integration by <a href="https://soundgrail.com">SoundGrail</a></li></ul>
</div>
</div>
<!-- Scripts -->
<!-- DYN -->
<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/skel.min.js"></script>
<script src="/assets/js/util.js"></script>
<script src="/assets/js/main.js"></script>
</body>
</html>