diff options
| -rw-r--r-- | about/index.md | 4 | ||||
| -rw-r--r-- | projects/index.md | 6 | ||||
| -rw-r--r-- | resume/index.md | 67 |
3 files changed, 5 insertions, 72 deletions
diff --git a/about/index.md b/about/index.md index 881629c..884de2f 100644 --- a/about/index.md +++ b/about/index.md @@ -7,7 +7,7 @@ title: Hello! I'm a French guy who moved to the Bay Area in 2011. I work as a software developer in [Say Media](http://saymedia.com)'s operations team. -At the moment I'm especially interested in functional programming. When I write code for myself, I do it mostly with [Clojure](http://clojure.org). +At the moment I'm especially interested in functional programming. When I write code for myself, I do it mostly with [Clojure](http://clojure.org). If you are curious, you can take a look at my list of [projects](/projects/) or my [resume](/resume/). </section> @@ -19,7 +19,7 @@ At the moment I'm especially interested in functional programming. When I write <section> -I'm on [Twitter](https://twitter.com/franckcuny), [GitHub](https://github.com/franckcuny) and [Google+](https://plus.google.com/+franckcuny). You can email me at [franckcuny@gmail.com](mailto:franck.cuny@gmail.com), and if you rather wish to contact me privately, please use my [PGP key](/about/franckcuny-pubkey.gpg) (1162893A). If you are curious, you can take a look at my [resume](/resume/). +I'm on [Twitter](https://twitter.com/franckcuny), [GitHub](https://github.com/franckcuny) and [Google+](https://plus.google.com/+franckcuny). You can email me at [franckcuny@gmail.com](mailto:franck.cuny@gmail.com), and if you rather wish to contact me privately, please use my [PGP key](/about/franckcuny-pubkey.gpg) (1162893A). I'm a proud member of [Paris.pm](http://paris). diff --git a/projects/index.md b/projects/index.md index 53ad0a3..1aaf253 100644 --- a/projects/index.md +++ b/projects/index.md @@ -3,9 +3,9 @@ layout: static title: Projects --- -<div id='wrapper'> +<section> -<h4>Previous and Upcoming Talks</h4> +<h2>Previous and Upcoming Talks</h2> <ul> <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk"> @@ -81,4 +81,4 @@ title: Projects </li> </ul> -</div> +</section> diff --git a/resume/index.md b/resume/index.md deleted file mode 100644 index 29c95ce..0000000 --- a/resume/index.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -layout: static -title: Résumé ---- - -<h1>Résumé</h1> - -<div id='resume'> - - <div style='text-align: center;'> - <a name='top'></a><h2>Franck Cuny</h2> - <address>franckcuny<span style='display: none;'>¡no spam thank you!</span>@gmail.com</address> - </div> - - <div id='interests'> - <h3>Interests</h3> - - <p style='clear: both'>My current interests are in <strong>Functional Programming</strong> and <strong>Operations</strong>.<br />My favorite tools include <a href='http://www.gnu.org/software/emacs/'>Emacs</a>, <a href='http://git-scm.com/'>Git</a>, <a href='http://www.ansibleworks.com/'>Ansible</a>, <a href='http://clojure.org/'>Clojure</a> and <a href='http://www.perl.org/'>Perl</a>.</p> - - </div> - - <div id='contributions'> - <a name='contributions'></a><h3>Free Software Contributions</h3> - I've contributed to <a hrefp="http://perldancer.org">Dancer</a>, a web framework in Perl. I also maintain and contribute to several CPAN modules and some Python modules. - <p style='clear: both'>You can find more about my Open Source work and contributions <a href='/projects.html'>over there</a>.</p> - </div> - - <div> - <a name='work'></a><h3>Work Experience</h3> - <p><a href='http://saymedia.com'>Say Media</a>, San Francisco, CA [August 2011 - present]</p> - From August 2011 to December 2012 I was part of the platform team. Tasks included designing the internal APIs.<br /> - - Starting December 2012 I joined a newly created team to improve developers efficiency by writing tools and providing a better infrastructure. Projects included setting up better monitoring with Graphite. - - - <p><a href='https://developers.google.com/open-source/soc/'>Summer of Code Mentor</a>, Paris, France [May 2011 - August 2011]</p> - As part of the Summer of Code 2011, I mentored one student to work on the Perl Dancer web framework. My job was to set priorities, help with development practices and review the code. I was also involved in the evaluation process. - - <p><a href='http://linkfluence.net'>Linkfluence (RTGI)</a>, Paris, France [August 2007 - July 2011]</p> - Linkfluence is a social media research company. Projects I've been involved on: - <ul> - <li>Set up procedures for development practices and software deployment (git, unit testing, how and what to document, etc)</li> - <li>Lead developer of the backend used to aggregate data from various sources (feeds, web pages, external API, etc)</li> - <li>Defined the architecture and designed the ReST API for most of the internal backend</li> - <li>Wrote many libraries for accessing various webservices, data storage (Riak, CouchDB). Most of them have been open sourced</li> - </ul> - - <p>Axe Media Direct, Brest, France [January 2005 - August 2007]</p> - <ul> - <li>Development of an online customer loyalty program (consultation, listing, statistics, etc.) (Catalyst Framework)</li> - <li>PDF documents generation with XSLT</li> - <li>Web server configuration and maintenance for database consulting</li> - </ul> - - <p><a href='https://www.cmb.fr'>Crédit Mutuel de Bretagne</a>, Brest, France [April 2004- January 2005]<p - - </div> - - <div> - <a name='other'></a> <h3>Other</h3> - <p>Self-taught (no college degree).</p> - - <p> Native French speaker, fluent in English.</p> - - </div> - -</div> |
