From 4cf94e15cc78358a6d61e3e9ad82400520cd1d0e Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Tue, 16 Dec 2014 03:46:40 +0000 Subject: [PATCH] Responsive markdown images, update about page layout --- www/about.html | 48 +++++++++--------------------------------- www/contact/index.html | 16 +++----------- www/solar/ui.css | 12 +++++++++++ 3 files changed, 25 insertions(+), 51 deletions(-) diff --git a/www/about.html b/www/about.html index d196338..17db0cb 100644 --- a/www/about.html +++ b/www/about.html @@ -5,49 +5,21 @@

About Me

-
- Kirsle

+

+ Kirsle

- - - - - - - - - - - - - - - - -
- AIM - - AIM: - - Kirsle -
- Skype - - Skype: - - Kirsle -
- XMPP - - XMPP: - - kirsle@kirsle.net -

+ AIM + AIM:    + Kirsle
+ + XMPP + XMPP: + kirsle@kirsle.net

¤ Send me an e-mail

-
+

Hello world!

My name is Noah and this is my website. I am a software engineer who lives in diff --git a/www/contact/index.html b/www/contact/index.html index 154855e..5bb973d 100644 --- a/www/contact/index.html +++ b/www/contact/index.html @@ -5,7 +5,8 @@

Contact Me

You can use the form below to send me an e-mail. Alternatively you can contact -me on an instant messenger: +me on an instant messenger +(Off-the-Record optional):

@@ -20,17 +21,6 @@ me on an instant messenger: Kirsle - - - - -
- Skype - - Skype: - - Kirsle -
XMPP @@ -39,7 +29,7 @@ me on an instant messenger: XMPP: - kirsle@kirsle.net + noah@kirsle.net
diff --git a/www/solar/ui.css b/www/solar/ui.css index d9f070a..30f404a 100644 --- a/www/solar/ui.css +++ b/www/solar/ui.css @@ -113,6 +113,12 @@ acronym,abbr { p { margin: 10px 0px; } +ul { + margin: 10px 0px; +} +blockquote { + margin: 20px 0px; +} /* Our own custom nav button for Bootstrap */ .mobile-nav { @@ -427,6 +433,12 @@ ul.blog-categories li:last-child:after { -webkit-box-shadow: 0px 0px 4px #0099FF; } +/* Responsive images in markdown */ +.markdown img { + max-width: 100%; + height: auto; +} + /************* * Eye Candy * ************/