diff options
Diffstat (limited to '')
| -rw-r--r-- | about/index.html | 83 |
1 files changed, 43 insertions, 40 deletions
diff --git a/about/index.html b/about/index.html index 53e1498..7635a21 100644 --- a/about/index.html +++ b/about/index.html @@ -1,50 +1,53 @@ --- layout: default --- +<div id="content"> <div id="page"> -<section itemscope itemtype="http://data-vocabulary.org/Person"> - <h2>About me</h2> - <p> - - <img class="floatright" src="/static/imgs/stargit.jpg" alt="me, photo (c) Rafael Garcia-Suarez" /> - - My name is <span itemprop="name">franck cuny</span>, and I'm just - another Perl hacker. I'm a french software engineer living in San - Francisco. - - <br /><br /> - - I'm passionate about <a href="/graph/2010/03/25/github-explorer.html">graphs</a>, code, and web technologies. - - <br /><br /> - - I write about technologies I like, software I use, code, or conferences I go. - - <br /><br /> + <section itemscope itemtype="http://data-vocabulary.org/Person"> + <h2>About me</h1> + + <p><img class="floatright" src="/static/imgs/stargit.jpg" alt="me, + photo (c) Rafael Garcia-Suarez" width="400"/>My name + is <span itemprop="name">Franck Cuny</span>, and I'm just another + (french) Perl hacker living in the wonderful city of San Francisco.</p> + + <p>I'm passionate + about code, <a href="/graph/2010/03/25/github-explorer.html">graphs</a>, + and web technologies. I write about technologies I like, + software I use, code, and conferences I go.</p> + + <p>I'm a <span itemprop="title">software engineer</span> working + at <a href="http://saymedia.com/"><span itemprop="affiliation">SAY: + Media</span></a>, where most of my time is spent working on our + platform, and writing Perl and Python code.</p> - I'm a <span itemprop="title">software engineer</span> working at <a - href="http://saymedia.com/"><span itemprop="affiliation">SAY: - Media</span></a>, where most of my time is spent working on - our platform, and writing Perl and Python code. + <p> I'm also a member + of <a href="http://paris.mongueurs.net/">Paris.pm</a>, a + wonderful group of people spreading the love for Perl in France.</p> - <br /><br /> + <h3>Contacting me</h3> - I'm also a member of <a href="http://paris.mongueurs.net/">Paris.pm</a> and SF.pm. + <p> You can reach me + via <a href="mailto:franck@lumberjaph.net">mail</a>, or irc (I'm + franck) on <a href="irc://irc.perl.org">irc.perl.org</a>.</p> - <br /><br /> + <h3>Other places where you can find me</h3> + <ul> + <li><a itemprop="url" href="http://github.com/franckcuny">GitHub</a></li> + <li><a itemprop="url" href="http://twitter.com/franckcuny">Twitter</a></li> + <li><a itemprop="url" href="http://www.linkedin.com/in/franckcuny">LinkedIn</a></li> + </ul> - You can reach me via <a href="mailto:franck@lumberjaph.net">mail</a>, or irc (I'm franck) on <a href="irc://irc.perl.org">irc.perl.org</a>. + <h3>Copyright, Licensing, Etc</h3> - <br /><br /> - Other places where you can find me: - - <ul> - <li><a itemprop="url" href="http://github.com/franckcuny">github</a></li> - <li><a itemprop="url" href="http://twitter.com/franckcuny">twitter</a></li> - <li><a itemprop="url" href="http://search.cpan.org/~franckc/">CPAN</a></li> - <li><a itemprop="url" href="https://plus.google.com/114048512345425814599/posts">Google+</a></li> - <li><a itemprop="url" href="http://fr.linkedin.com/pub/franck-cuny/1a/362/506">linkedin</a></li> - </ul> - </p> -</section> -</div> + <p>The content of this site is licensed under + a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative + Commons Attribution-ShareAlike 3.0 Unported License (CC BY-SA + 3.0)</a>.</p> + + <p>The main CSS styling is derived + from <a href="http://skife.org/about.html">Brian McCallister</a> + styling.</p> + + </section> +</div></div> |
