-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (95 loc) · 4.11 KB
/
index.html
File metadata and controls
105 lines (95 loc) · 4.11 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>
<!--
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>Ken Suong</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" />
<link rel="SHORTCUT ICON" href="images/bumper-plates.png" type="image/x-icon">
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/me.jpg" alt="" /></a>
<h1><strong>Ken Suong</strong><br />
<strong>Software Engineer</strong><br />
Living in Toronto, Ontario.<br />
</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>Short Bio</h2>
</header>
<p>Previously worked at Meta Reality Labs Reseach, Evercast, and RBC Capital Markets.</p>
<header class="major">
<h2>Long Bio</h2>
</header>
<h3>Meta Reality Labs Research</h3>
<p>Performed research on Contextual AI experiments using propritery wearables devices.</p>
<h3>Evercast</h3>
<p>Worked on backend infrastructure and improving security posture for the company.</p>
<h3>RBC Capital Markets</h3>
<p>App development inside the Fixed Income, Commodities and Currency space.</p>
<header class="major">
<h2>What I say about myself at parties</h2>
</header>
<p>
When I'm not in front of my computer, I'm rock climbing, golfing, or digesting an unhealthy amount of baseball news and stats trivia ⚾.<br/>
</p>
</section>
<!-- Two -->
<section id="two">
<h2>Personal Projects</h2>
<div class="row">
<article class="col-6 col-12-xsmall work-item">
<a href="https://devpost.com/software/structurall" class="image fit thumb"><img src="images/structurall.jpg" alt="" /></a>
<h3>Structurall</h3>
<p>Using Artifical Intelligence to bring structure to unstructured data (ReactJS, NodeJS, Azure).</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="https://devpost.com/software/alphanote" class="image fit thumb"><img src="images/alphanote.jpg" alt="" /></a>
<h3>AlphaNote</h3>
<p>Making notetaking easier for students using Wolfram Alpha (Javascript, HTML, CSS).</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="https://devpost.com/software/particle-plant" class="image fit thumb"><img src="images/particle-plant.jpg" alt="" /></a>
<h3>Particle Plant</h3>
<p>Using Longrange IoT hardware easier for people to keep track of their crops (Java).</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="https://devpost.com/software/readar-pkqi1l" class="image fit thumb"><img src="images/readar.jpg" alt="" /></a>
<h3>ReadAR</h3>
<p>Making Reading fun for children (JavaScript, HTML, CSS).</p>
</article>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/kensuong" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/suoken/" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:kensuong@gmail.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://drive.google.com/open?id=1up1NR6AW8cktCvQakqp_2T6rddR5xc76" class="icon solid fa-file"><span class="label">Resume</span></a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery. .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>