forked from lvn/elvinyung.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
83 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,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]--> | ||
<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> | ||
<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> | ||
<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="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> | ||
<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> | ||
<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> | ||
<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> |