-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
64 lines (56 loc) · 2.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>I am Elvin Yung.</title>
<link rel="stylesheet" href="css/style.css">
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="left_bar">
<h2 class="top">Elvin Yung</h2>
<p class="strikethrough">20th Level Sourceror (get it? Source?)</p>
<p>2A University of Waterloo Computer Science Student</p>
<h4>Stuff on This Page</h4>
<ul class="left_bar">
<li><a href="#slide1">Who I Am</a></li>
<li><a href="#slide2">What I Do</a></li>
</ul>
<h4>Other Stuff</h4>
<ul class="left_bar">
<li><a href="resume/">Resume</a></li>
<li><a href="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/elvinyung">Github</a></li>
</ul>
</div>
<div class="main">
<div class="slide" id="slide1">
<h1>Hello.</h1>
<h2>I am Elvin Yung.</h2>
<h3>I am a second-year Computer Science student at the University of Waterloo.</h3>
<p>By some chance of fate or coincidence, you have stumbled onto my website.</p>
<p>Which is a good thing. Probably.</p>
</div>
<div class="slide" id="slide2">
<h3>What do I do?</h3>
<p>I like to make cool things. I like to think that I'm pretty good at <a class="hilite">C#</a> and <a class="hilite">Python</a>.</p>
<p>I develop applications for the web. I know my way around <a class="hilite">Django</a> and <a class="hilite">Flask</a>, most of the time.</p>
<p>Sometimes I make games. I have a few years of experience with <a class="hilite">XNA</a> in particular, and I've also dabbled at times with <a class="hilite">Flixel</a>, <a class="hilite">Irrlicht</a>, and <a class="hilite">Pygame</a>.</p>
<p>In the recent past I've worked on (or am still working on), in roughly descending order of importance: </p>
<ul>
<li><a href="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/elvinyung/wiski">Wiski</a> (Python, Flask), a lightweight Markdown-rendered wiki</li>
<li><a href="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/elvinyung/Pebble2048">Pebble2048</a> (C, PebbleSDK), an adaptation of <a href="https://gabrielecirulli.github.io/2048/">2048</a> for the Pebble smartwatch, currently the second most popular 2048 app on the Pebble app store.</li>
<li><a href="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/elvinyung/voobox">Voobox</a> (Python, Flask, SocketIO), a chat app</li>
<li><a href="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/elvinyung/eyBlog">eyBlog</a> (Python, Django), a simple blog</li>
</ul>
<p><a href="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/elvinyung">Here's</a> a bunch of my projects.</p>
</div>
<hr>
<div class="slide" id="footer">
<p class="tiny">Elvin Yung 2014. </p>
<p class="tiny">Handcrafted HTML5 and CSS3. None of that pesky booting and strapping.</p>
</div>
</div>
</body>
</html>