Skip to content

Commit

Permalink
fixed mistake with css
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn committed Jun 19, 2014
1 parent 7f9aaa9 commit 0215112
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 72 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ div#footer {padding: 0px 15px 0px 0px; }
h2.top { margin-top: 0px; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; }
.resume > .slide > h1, h2, h3, h4, h5, h6, p { margin: 5px; }
.resume > .slide > ul { margin: 0px 0px 10px 0px; }
.resume h1, .resume h2, .resume h3, .resume h4, .resume h5, .resume h6, .resume p { margin: 5px; }
.resume ul { margin: 0px 0px 10px 0px; }
p { line-height: 1.0em; }

p.tiny { font-size: 0.7em; }
Expand Down
51 changes: 31 additions & 20 deletions elvinyungdotcom.sublime-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -155,23 +155,23 @@
"file": "css/style.css",
"settings":
{
"buffer_size": 1309,
"buffer_size": 1420,
"line_ending": "Unix"
}
},
{
"file": "index.html",
"file": "resume/.fuse_hidden0000010b00000001",
"settings":
{
"buffer_size": 2718,
"buffer_size": 2934,
"line_ending": "Unix"
}
},
{
"file": "resume/index.html",
"file": "index.html",
"settings":
{
"buffer_size": 2934,
"buffer_size": 2837,
"line_ending": "Unix"
}
}
Expand Down Expand Up @@ -203,6 +203,7 @@
},
"file_history":
[
"/media/eyung/ELVINYUNG1/stuff/elvinyung.com/resume/index.html",
"/media/eyung/ELVINYUNG1/stuff/Python/veritas/veritas.py",
"/media/eyung/ELVINYUNG1/stuff/elvinyung.com/index.html",
"/media/eyung/ELVINYUNG1/stuff/elvinyung.com/css/style.css",
Expand Down Expand Up @@ -331,6 +332,11 @@
"case_sensitive": false,
"find_history":
[
" ",
"",
" ",
" ",
" ",
" ",
"\">\n",
" ",
Expand Down Expand Up @@ -363,6 +369,11 @@
"regex": false,
"replace_history":
[
" ",
"<li>",
" ",
" ",
" ",
" ",
"\"post_title\"",
" ",
Expand All @@ -389,15 +400,15 @@
"semi_transient": false,
"settings":
{
"buffer_size": 1309,
"buffer_size": 1420,
"regions":
{
},
"selection":
[
[
850,
850
967,
967
]
],
"settings":
Expand All @@ -413,19 +424,19 @@
},
{
"buffer": 1,
"file": "index.html",
"semi_transient": false,
"file": "resume/.fuse_hidden0000010b00000001",
"semi_transient": true,
"settings":
{
"buffer_size": 2718,
"buffer_size": 2934,
"regions":
{
},
"selection":
[
[
2271,
2271
0,
0
]
],
"settings":
Expand All @@ -434,27 +445,27 @@
"translate_tabs_to_spaces": false
},
"translation.x": 0.0,
"translation.y": 540.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 1,
"type": "text"
},
{
"buffer": 2,
"file": "resume/index.html",
"file": "index.html",
"semi_transient": false,
"settings":
{
"buffer_size": 2934,
"buffer_size": 2837,
"regions":
{
},
"selection":
[
[
1085,
1085
627,
627
]
],
"settings":
Expand All @@ -463,7 +474,7 @@
"translate_tabs_to_spaces": false
},
"translation.x": 0.0,
"translation.y": 180.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 0,
Expand Down Expand Up @@ -532,7 +543,7 @@
[
[
"",
"/media/eyung/ELVINYUNG1/stuff/Flask/voobox/voobox.sublime-project"
"/media/eyung/ELVINYUNG1/stuff/Django/athenaeum/athenaeum.sublime-project"
]
],
"width": 380.0
Expand Down
100 changes: 50 additions & 50 deletions index.html
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>

0 comments on commit 0215112

Please sign in to comment.