From 6ff94da9effba7b4ae55ff20ae8a4f0243586ebe Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 20 Feb 2011 14:07:28 +0100 Subject: css;about page --- _posts/2011-02-20-psgichrome.textile | 2 +- about/index.html | 45 ++++++++++++++++++++---------------- static/css/screen.css | 11 +++++++++ 3 files changed, 37 insertions(+), 21 deletions(-) diff --git a/_posts/2011-02-20-psgichrome.textile b/_posts/2011-02-20-psgichrome.textile index 8480387..e078e8f 100644 --- a/_posts/2011-02-20-psgichrome.textile +++ b/_posts/2011-02-20-psgichrome.textile @@ -4,7 +4,7 @@ category: perl title: PSGIChrome --- -Earlier this month, I've found this extension: "chromePHP":http://www.chromephp.com/. +Earlier this month, I've read about this extension: "chromePHP":http://www.chromephp.com/. The principle of this extension is to allow you to log from your PHP application to crhome. You may not be aware, but this is something you already have with every web application if you're using Plack. And not only for Chrome, but every webkit navigator, and Firefox! diff --git a/about/index.html b/about/index.html index 488c609..781a3b6 100644 --- a/about/index.html +++ b/about/index.html @@ -4,33 +4,38 @@ layout: default

About

-

- +

-

+ me - My name is franck cuny, and I'm just another Perl hacker. I'm passionate about graphs, code, and the web.
+ My name is franck cuny, and I'm just another Perl hacker. -
+

- I'm a software engineer working at Linkfluence, where most of my time is spent working on our feed aggregator, collecting data from various web services, and handling the scalability of our architecture. + I'm passionate about graphs, code, and web technologies. -

+

- You can reach me via franck@lumberjaph.net. -
- You can also find me on irc as franck on irc.perl.org. + I write about technologies I like, software I use, code, or conferences I go. + +

+ + I'm a software engineer working at Linkfluence, where most of my time is spent working on our feed aggregator, collecting data from various web services, and handling the scalability of our architecture. -

- Other places where you can find me: +

-

-

+ You can reach me via mail, or irc (I'm franck) on irc.perl.org. + +

+ Other places where you can find me: + + +

diff --git a/static/css/screen.css b/static/css/screen.css index 8c5dae8..6b92064 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -233,3 +233,14 @@ ul.posts span { .talk { padding-top: 1em; }; + +.avatar { + float: right; + -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526; +} + +.floatright { + float: right; + margin-left: 10px; + -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526; +} -- cgit v1.2.3