Skip to content

Commit

Permalink
Add simple Projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
gfontenot committed Jul 29, 2015
1 parent 29b0ec6 commit abd968e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/default.css
Expand Up @@ -21,7 +21,7 @@ h2 {
font-size: 1.62em;
}

p {
p, ul {
padding-bottom: 1.4em;
}

Expand Down
18 changes: 18 additions & 0 deletions main/projects.markdown
@@ -0,0 +1,18 @@
I love open source code, and have been lucky enough to be given the
opportunity to work on some amazing projects.

- [Runes] - Swift - Infix operators for monadic functions
- [Argo] - Swift - Functional JSON parsing
- [Curry] - Swift - Implementations for function currying any function with a
reasonable number of arguments
- [Liftoff] - Ruby - Command line client for generating and configuring Xcode
projects

I try to do as much as possible in the open. That means you can likely watch
me work in real time [on GitHub][github]

[Runes]: https://github.com/thoughtbot/Runes
[Argo]: https://github.com/thoughtbot/Argo
[Curry]: https://github.com/thoughtbot/Curry
[Liftoff]: https://github.com/thoughtbot/liftoff
[github]: https://github.com/gfontenot
3 changes: 3 additions & 0 deletions partials/header.html
Expand Up @@ -3,6 +3,9 @@
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/projects">Projects</a>
</li>
</ul>
<h2>
<a href="/">
Expand Down

0 comments on commit abd968e

Please sign in to comment.