Skip to content

Commit

Permalink
VictorL - Updated site text. Added resume.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blisse committed Jan 24, 2014
1 parent 3d06f3e commit 2884368
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions about/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<div class="row"> <div class="row">
<div class="small-12 columns"> <div class="small-12 columns">
<p> <p>
Hi! My name is Victor Lai. I'm a Software Engineering student at the University of Waterloo, and I'm passionate about great experiences backed up by great code. Hi! My name is Victor Lai. I'm a Software Engineering student at the University of Waterloo, and I'm passionate about great experiences backed up by clean code.
</p> </p>
</div> </div>
</div> </div>


<div class="row"> <div class="row">
<div class="small-12 columns"> <div class="small-12 columns">
<p> <p>
I love learning, and I think everyone does, too. But I'm also learning to love making mistakes and learning from them. I love learning, and I think everyone does, too, but I also love learning from my mistakes. It's an amazing feeling to step away and take a look back at your progress, then dive right back in with the new perspective.
</p> </p>
<p> <p>
As a programmer and Software Engineering student, I'm peeved by horribly unmaintainable and excessive code. But as a user, I'm just as peeved by poor user experiences. I'm always learning from both, so it's really cool watching my views change as I'm exposed to more code and experiences backed by code. As a programmer and Software Engineering student, I'm peeved by horribly unmaintainable and excessive code. But as a user, I'm just as peeved by poor user experiences. I'm always learning from both, so it's really cool watching my views change as I'm exposed to more code and experiences backed by code.
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<div class="row"> <div class="row">
<div class="small-12 medium-6 columns"> <div class="small-12 medium-6 columns">
<p> <p>
Hi! I'm Victor Lai, a Software Engineering student at the University of Waterloo. This is where I collect my thoughts. Hi! I'm Victor Lai, a Software Engineering student at the University of Waterloo. This is where I collect my thoughts. Also, I'm a programmer.
</p> </p>
<p> <p>
When I'm bored, I code things, and learn whatever new interest has caught my eye. I'm passionate about making good things for both users and coders, and just as importantly, making things that do good. I'm passionate about making good things for both users and coders, and just as importantly, making things that do good.
</p> </p>
<p> <p>
Other than that, I love learning. This year, it's skating into hockey, running, working out, guitar, and helping out. Other than that, I love learning. This year, it's skating into hockey, running, working out, guitar, and helping out wherever I can.
</p> </p>
</div> </div>


Expand All @@ -39,7 +39,7 @@ <h2 class="bg">
<ul class="square"> <ul class="square">
{% for post in site.posts limit:5 %} {% for post in site.posts limit:5 %}
<li> <li>
<a href="{{ post.url }}">{{ post.title }}</a> <a href="{{ post.url }}">{{ post.date }} &ndash; {{ post.title }}</a>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
Expand Down
3 changes: 3 additions & 0 deletions work/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<h1 class="bg"> <h1 class="bg">
Work Experience Work Experience
</h1> </h1>
<p>
You can find a copy of my resume <a href="/work/resume/victor-lai-resume.pdf">here</a>.
</p>
</div> </div>
</div> </div>


Expand Down
Binary file modified work/resume/victor-lai-resume.pdf
Binary file not shown.

0 comments on commit 2884368

Please sign in to comment.