Skip to content

Commit

Permalink
Updated my about me
Browse files Browse the repository at this point in the history
  • Loading branch information
hilts-vaughan committed Apr 16, 2015
1 parent 645ffba commit 2d00ee6
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 7 deletions.
Binary file modified .sass-cache/690e5f7d4fd207947927d016ba1055d43af7becd/_base.scssc
Binary file not shown.
2 changes: 1 addition & 1 deletion _data/theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ social:
#twitter: _swanson
#facebook: zuck
#tumblr: animalygifs
#linkedin: philipjagielski
linkedin: vaughanhilts
#gplus: 110552447039675960964
#gravatar: 86e6ff8f75f9daef42d53b7f8002fd95

Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{% endif %}

<p>
© {{ site.data.theme.name }}, 2014 &mdash; built with <a href="http://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/swanson/lagom">Lagom theme</a>
© {{ site.data.theme.name }}, 2014 &mdash; built with <a href="http://jekyllrb.com/">Jekyll</a> and hosted with ♥ on GitHub pages
</p>
</div>
4 changes: 4 additions & 0 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ <h1>Hi.</h1>
<h2>I'm <a href="/">{{ site.data.theme.name }}</a>.</h2>
<div id="bio">
<p>A software developer in Canada primairly interested in game development, web applications, scalable servers, and clean code design.</p>

<p><a href="/about">Read more...</a>.</p>
</div>


<div id="social">
{% include social.html %}
</div>
Expand Down
6 changes: 5 additions & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,14 @@ ul, ol {
li {
> ul,
> ol {
margin-bottom: 0;
margin-bottom: 0;
}
}

li {
margin-left: 64px;
}



/**
Expand Down
19 changes: 15 additions & 4 deletions about.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
---
layout: page
title: About
title: About Me
permalink: /about/
---

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/)
You'll find some interesting projects here.

You can find the source code for the Jekyll new theme at: [github.com/jglovier/jekyll-new](https://github.com/jglovier/jekyll-new)
---

## Projects

### OpenORPG

![OpenORPG Banner](/assets/images/openorpg_banner.png)


*OpenORPG is a ORPG multiplayer game server designed to run on the web with at least a few hundred concurrent players. It's used as a project to learn more large-scale networking and simulations, as well as practice software design.*

You can find the source code for Jekyll at [github.com/jekyll/jekyll](https://github.com/jekyll/jekyll)
<a title="OpenORPG on Github" href="https://github.com/{{ site.data.theme.social.github }}/OpenORPG">
<i class="fa fa-github-square"></i>
</a>
4 changes: 4 additions & 0 deletions assets/css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
{% include css/screen.css %}
{% include css/layout.css %}
{% include css/syntax.css %}

li {
margin-left: 40px;
}
Binary file added assets/images/openorpg_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ $on-laptop: 800px;
"layout",
"syntax-highlighting"
;

0 comments on commit 2d00ee6

Please sign in to comment.