diff options
Diffstat (limited to 'about/index.html')
| -rw-r--r-- | about/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/about/index.html b/about/index.html new file mode 100644 index 0000000..fb5ebb6 --- /dev/null +++ b/about/index.html @@ -0,0 +1,21 @@ +--- +layout: default +--- +<h1>About</h1> +<p> + <img src="/static/imgs/me.jpg" class="right" /> + <br /><br /> + I’m franck cuny, just another Perl hacker. On this blog I write + about Perl, software I use, and sometimes about $work related stuff. + <br /><br /> + I'm a software engineer at <a href="http://linkfluence.net/">Linkfluence</a>. + <br /><br /> + Other places where you can find me: + <ul> + <li><a href="http://github.com/franckcuny">github</a></li> + <li><a href="http://twitter.com/franckcuny">twitter</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> |
