Skip to content

Commit

Permalink
Update resumé
Browse files Browse the repository at this point in the history
  • Loading branch information
stealth35 committed Sep 12, 2012
1 parent b479838 commit fcc86e0
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 31 deletions.
14 changes: 7 additions & 7 deletions _config.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ server: true
url: http://blog.stealth35.com url: http://blog.stealth35.com
paginate: 3 paginate: 3
menu_items: menu_items:
- { title: Home, link: / } - { title: Home, link: "/" }
- { title: Downloads, link: https://github.com/stealth35/stealth35.github.com/downloads } - { title: Downloads, link: "https://github.com/stealth35/stealth35.github.com/downloads" }
- { title: Packagist, link: http://packagist.org/packages/stealth35/ } - { title: Packagist, link: "http://packagist.org/packages/stealth35/" }
- { title: GitHub, link: https://github.com/stealth35 } - { title: GitHub, link: "https://github.com/stealth35" }
- { title: Tweeter, link: http://twitter.com/stealth35 } - { title: Tweeter, link: "http://twitter.com/stealth35" }
- { title: Résumé, link: /resume.html } - { title: Résumé, link: "/resume.html" }
- { title: Contact, link: mailto:stealth35-php@live.fr } - { title: Contact, link: "mailto:stealth35-php@live.fr" }
7 changes: 7 additions & 0 deletions _layouts/resume.html
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
---

<div id="resume">
{{ content }}
</div>
23 changes: 0 additions & 23 deletions resume.html

This file was deleted.

33 changes: 33 additions & 0 deletions resume.markdown
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: resume
title: stealth35 GitHub Page
---

Résumé
======

![me][7]


I'm a web passionate, PHP, JavaScript and ActionScript developer, [Ruby on Rails][1] fan and a [GitHub][2] addict.

I love to spending time contributing to Open Source projects like [Symfony2][3] (one of the Top [contributors][4]), and [Zend Framework][5]. Also I like supporting my developers friends projects around the world.

Constantly improving my skills, I'm fond of learning new tricks but even more to teach and exchange about them between others passionates.

Working for the four years in a 'grand ecole', I have used the learning management system [Moodle][6], and produced some Movies.


Everyday tools
--------------

Mac, SublimeText, Github, Basecamp, Brain and Fun


[1]: http://rubyonrails.org/
[2]: http://github.com/
[3]: http://symfony.com/
[4]: http://symfony.com/contributors
[5]: http://framework.zend.com/
[6]: http://moodle.org/
[7]: https://secure.gravatar.com/avatar/8058f89a04bbc5ca23580ddf6518e153?s=200
7 changes: 6 additions & 1 deletion stylesheets/master.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -101,13 +101,18 @@ article .date {
text-align:center; text-align:center;
} }


#resume p{
text-align:justify;
margin:20px 0;
}

#resume img{ #resume img{
display:block; display:block;
margin: 0 auto; margin: 0 auto;
} }


#resume { #resume {
margin:0 auto; margin:20px auto;
width:560px width:560px
} }


Expand Down

0 comments on commit fcc86e0

Please sign in to comment.