diff --git a/TODO b/TODO index fc8515b..8a6b99c 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,18 @@ +Resume page (styled, PDF download, and plain-text download) + +Twitter feed (last thing I said right under my name?) +About page +more thought-through sitemap +My "public" appearances / talking events +Move to sinatra, but generate the HTML files to disk for deployment + +Iron* sub-projects: gestalt, ironruby.rack, silverline, merlinweb +Project pages +dark footer +Sub-navigation +theme for only main page? Should I pick black or white? +Switch from blogger to a self-hosted blog engine, or make new blogger template + Maybe use the "J" navigation from a old 2004-2005 design music: listen + lyrics -art: old paintings and sketches -Make new blogger template -Link to pdf/plain-text resume -Project pages vs. just linking to the projects? -switch blog engines to something i host? transfer old posts? -dark footer \ No newline at end of file +art: old paintings and sketches \ No newline at end of file diff --git a/images/black-transparent.png b/images/black-transparent.png new file mode 100644 index 0000000..0383e70 Binary files /dev/null and b/images/black-transparent.png differ diff --git a/images/clear.png b/images/clear.png new file mode 100644 index 0000000..62f03b3 Binary files /dev/null and b/images/clear.png differ diff --git a/images/home-me/formal1.jpg b/images/home-me/formal1.jpg new file mode 100644 index 0000000..a1dd7a6 Binary files /dev/null and b/images/home-me/formal1.jpg differ diff --git a/images/home-me/guitar1.jpg b/images/home-me/guitar1.jpg new file mode 100644 index 0000000..b72fcde Binary files /dev/null and b/images/home-me/guitar1.jpg differ diff --git a/images/home-me/sanfran1.jpg b/images/home-me/sanfran1.jpg new file mode 100644 index 0000000..831b222 Binary files /dev/null and b/images/home-me/sanfran1.jpg differ diff --git a/images/white-transparent.png b/images/white-transparent.png new file mode 100644 index 0000000..5423f6c Binary files /dev/null and b/images/white-transparent.png differ diff --git a/index.html b/index.html index 358898b..d4602f6 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -8,15 +8,15 @@ - + + + $(document).ready(function () { + $(".example8").colorbox({width:"50%", inline:true, href:"#inline_example1"}); + }); +