diff --git a/rebuild.php b/rebuild.php index 59b46ae..7726539 100644 --- a/rebuild.php +++ b/rebuild.php @@ -200,7 +200,7 @@ class CProject { public function index() { ?> -
+ It's said that if you're not disgusted by code you wrote six months ago, you've stopped learning. Well, this is a repository of disgust. +
diff --git a/static/header.png b/static/header.png new file mode 100644 index 0000000..3c6b872 Binary files /dev/null and b/static/header.png differ diff --git a/static/style.css b/static/style.css index cd11d24..fd8f47c 100644 --- a/static/style.css +++ b/static/style.css @@ -83,6 +83,14 @@ html, body { /* */ +#bannerlogo { + width:631px; + height:35px; + margin:0 auto; + background: white url('header.png') no-repeat 0 0; + padding:8px; +} + .headimg { width:310px; height:62px;