diff options
Diffstat (limited to 'about/index.html')
| -rw-r--r-- | about/index.html | 43 |
1 files changed, 24 insertions, 19 deletions
diff --git a/about/index.html b/about/index.html index d39bf8a..90448dd 100644 --- a/about/index.html +++ b/about/index.html @@ -1,24 +1,29 @@ --- layout: default --- -<h2>About</h2> -<p> -<img src="/static/imgs/me.jpg" class="right" /> -<br /><br /> +<section itemscope itemtype="http://data-vocabulary.org/Person"> + <h2>About</h2> + <p> + <img itemprop="photo" src="/static/imgs/me.jpg" class="right" /> -My name is franck cuny, and I'm just another Perl hacker. I'm passionate about <a href="/graph/2010/03/25/github-explorer.html">graphs</a>, code, and the web.<br /> + <br /><br /> -<br /><br /> -I'm a software engineer at <a href="http://linkfluence.net/">Linkfluence</a>, -where I work mainly on our feed aggregator, data collecting, and the scalability of our -infrastructure. -<br /><br /> -Other places where you can find me: -<ul> - <li><a href="http://github.com/franckcuny">github/franckcuny</a></li> - <li><a href="http://twitter.com/franckcuny">twitter/franckcuny</a></li> - <li><a href="http://search.cpan.org/~franckc/">CPAN</a></li> - <li><a href="http://delicious.com/franck">delicious</a></li> - <li><a href="http://fr.linkedin.com/pub/franck-cuny/1a/362/506">linkedin</a></li> -</ul> -</p> + My name is <span itemprop="name">franck cuny</span>, and I'm just another Perl hacker. I'm passionate about <a href="/graph/2010/03/25/github-explorer.html">graphs</a>, code, and the web.<br /> + + <br /> + + I'm a <span itemprop="title">software engineer</span> working at <a href="http://linkfluence.net/"><span itemprop="affiliation">Linkfluence</span></a>, where I work mainly on our feed aggregator, data collecting, and the scalability of our infrastructure. + + <br /> + + Other places where you can find me: + + <ul> + <li><a itemprop="url" href="http://github.com/franckcuny">github/franckcuny</a></li> + <li><a itemprop="url" href="http://twitter.com/franckcuny">twitter/franckcuny</a></li> + <li><a itemprop="url" href="http://search.cpan.org/~franckc/">CPAN</a></li> + <li><a itemprop="url" href="http://delicious.com/franck">delicious</a></li> + <li><a itemprop="url" href="http://fr.linkedin.com/pub/franck-cuny/1a/362/506">linkedin</a></li> + </ul> + </p> +</section> |
