diff options
Diffstat (limited to '')
| -rw-r--r-- | _layouts/default.html | 1 | ||||
| -rw-r--r-- | about/index.html | 5 | ||||
| -rw-r--r-- | contact/index.html | 12 | ||||
| -rw-r--r-- | static/css/screen.css | 2 |
4 files changed, 6 insertions, 14 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index cada478..f1c40fe 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -28,7 +28,6 @@ <a class="extra" rel="archives" href="/archives.html">archives</a> <a class="extra" rel="author" href="/about/">about</a> <a class="extra" href="/talks/">talks</a> - <a class="extra" href="/contact/">contact</a> </div> </nav> diff --git a/about/index.html b/about/index.html index 016839e..ecad6a1 100644 --- a/about/index.html +++ b/about/index.html @@ -16,6 +16,11 @@ layout: default <br /><br /> + You can reach me via franck@lumberjaph.net. + <br /> + You can also find me on irc as <strong>franck</strong> on irc.perl.org. + + <br /><br /> Other places where you can find me: <ul> diff --git a/contact/index.html b/contact/index.html deleted file mode 100644 index edcfdf0..0000000 --- a/contact/index.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default ---- - -<h2>Contact</h2> -<p> - - You can reach me via franck@lumberjaph.net. - <br /> - You can also find me on irc as <strong>franck</strong> on irc.perl.org. - -</p> diff --git a/static/css/screen.css b/static/css/screen.css index 75a3673..687dd65 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -78,7 +78,7 @@ ul.posts span { .title { color: #a00; font-weight: bold; - margin-bottom: 2em; + margin: .5em 1.1em .5em 1.1em; } .site .title a { |
