diff --git a/homepage_blurb.htm b/homepage_blurb.htm index f73a8c5..7e33e87 100644 --- a/homepage_blurb.htm +++ b/homepage_blurb.htm @@ -3,10 +3,12 @@ It's said that if you're not disgusted by code you wrote six months ago, you've stopped learning.

- +

+ OVERVIEW +

- This page contains several assorted projects, which no longer have any relation. They are listed in roughly chronological order (newest first). Unless specified otherwise, you may feel free to use and modify both the binaries and any source code, for any purpose, on the general condition you do not misrepresent who the author is (BSD license). + This page contains several assorted spare-time projects, which no longer have any relation. They are listed in roughly chronological order (newest first). Unless specified otherwise, you may feel free to use and modify both the binaries and any source code, for any purpose, on the general condition you do not misrepresent who the author is (BSD license).

@@ -22,4 +24,6 @@ >click here to email me.

- +

+ PROJECTS +

diff --git a/rebuild.php b/rebuild.php index ed5ce71..907c131 100644 --- a/rebuild.php +++ b/rebuild.php @@ -357,7 +357,7 @@ function buildall() { - projname]) ? '' : '
')?>
+ projname]) ? '
' : '
')?>
projname)?>, diff --git a/static/overview.jpg b/static/overview.jpg deleted file mode 100644 index 0e393f2..0000000 Binary files a/static/overview.jpg and /dev/null differ diff --git a/static/projects.jpg b/static/projects.jpg deleted file mode 100644 index 6f8a3e3..0000000 Binary files a/static/projects.jpg and /dev/null differ diff --git a/static/style.css b/static/style.css index 3f7ecef..ea5c3c4 100644 --- a/static/style.css +++ b/static/style.css @@ -52,10 +52,14 @@ html, body { /* */ .projtable { - -} -.projtable tr { border-collapse: collapse; + width:100%; +} +.projtable tr { + transition:0.2s linear; +} +.projtable tr:hover { + background:#F8F8F8; } .projtable td { padding: 2px 4px; @@ -119,3 +123,10 @@ html, body { .thumbimage:hover { opacity:1.0; } + +.no-image { + width:90px; + height:32px; + display:block; + background: white url('no_image.png') no-repeat 0 0; +}