diff --git a/www/about.html b/www/about.html index 17db0cb..4a4afcb 100644 --- a/www/about.html +++ b/www/about.html @@ -22,9 +22,10 @@

Hello world!

- My name is Noah and this is my website. I am a software engineer who lives in - Los Angeles. My areas of expertise are primarily in Perl and Python back-end - software development, however I believe I have a knack for the front end as well.

+ My name is Noah and this is my website. I am a 29-year-old software + engineer who lives in Los Angeles. My areas of expertise are primarily in Perl and + Python back-end software development, however I believe I have a knack for the front + end as well.

I built Kirsle.net from the ground up. Its back-end code has been rewritten a dozen different times, in two different languages. I made the web design in Photoshop and diff --git a/www/layout.html b/www/layout.html index 0b8c51f..a158edc 100644 --- a/www/layout.html +++ b/www/layout.html @@ -125,10 +125,9 @@

Subdomains
Miscellany
@@ -245,21 +244,5 @@ ga('send', 'pageview'); - - - - - diff --git a/www/solar/monokai.css b/www/solar/monokai.css index 12cb150..2916221 100644 --- a/www/solar/monokai.css +++ b/www/solar/monokai.css @@ -2,7 +2,7 @@ * http://tmtheme-editor.herokuapp.com/#/theme/Monokai%20Bright * Using: https://github.com/davinche/pygments-from-tmtheme */ -.codehilite { background-color: #272822; color: #F8F8F2; } +.codehilite { color: #F8F8F2; } .codehilite .ge { font-style: italic; } .codehilite .gs { font-weight: bold; } .codehilite .c { color: #75715E; }