forked from hilts-vaughan/hilts-vaughan.github.io
-
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
1 parent
645ffba
commit 2d00ee6
Showing
9 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
Binary file modified
BIN
+520 Bytes
(100%)
.sass-cache/690e5f7d4fd207947927d016ba1055d43af7becd/_base.scssc
Binary file not shown.
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
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 |
---|---|---|
|
@@ -70,10 +70,14 @@ ul, ol { | |
li { | ||
> ul, | ||
> ol { | ||
margin-bottom: 0; | ||
margin-bottom: 0; | ||
} | ||
} | ||
|
||
li { | ||
margin-left: 64px; | ||
} | ||
|
||
|
||
|
||
/** | ||
|
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,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 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> |
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 |
---|---|---|
|
@@ -5,3 +5,7 @@ | |
{% include css/screen.css %} | ||
{% include css/layout.css %} | ||
{% include css/syntax.css %} | ||
|
||
li { | ||
margin-left: 40px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -50,3 +50,4 @@ $on-laptop: 800px; | |
"layout", | ||
"syntax-highlighting" | ||
; | ||
|