diff --git a/footer.htm b/footer.htm new file mode 100644 index 0000000..b94924d --- /dev/null +++ b/footer.htm @@ -0,0 +1,11 @@ +
+ BUG REPORTS / FEATURE REQUESTS +
++ For bug reports, feature requests, or if you need any help, please + click here to email me. +
diff --git a/header.htm b/header.htm new file mode 100644 index 0000000..462cfb3 --- /dev/null +++ b/header.htm @@ -0,0 +1 @@ +- For bug reports, feature requests, or if you need any help, please - click here to email me. -
-PROJECTS
diff --git a/rebuild.php b/rebuild.php index 2271786..555fb1b 100644 --- a/rebuild.php +++ b/rebuild.php @@ -220,6 +220,8 @@ class CProject {=text2html($this->longdesc)?>
+ =file_get_contents(__DIR__.'/footer.htm')?> + downloads)) { ?> DOWNLOAD @@ -267,7 +269,7 @@ function template($title, $content) { diff --git a/static/header.png b/static/header.png deleted file mode 100644 index 3c6b872..0000000 Binary files a/static/header.png and /dev/null differ diff --git a/static/ivysaur24.png b/static/ivysaur24.png new file mode 100644 index 0000000..17c44f2 Binary files /dev/null and b/static/ivysaur24.png differ diff --git a/static/style.css b/static/style.css index 022ec4b..7850541 100644 --- a/static/style.css +++ b/static/style.css @@ -93,18 +93,19 @@ html, body { /* */ -#bannerlogo { - width:631px; - height:35px; - margin:0 auto; - background: white url('header.png') no-repeat 0 0; - padding:8px; +#ivylogo { + background:transparent url('ivysaur24.png') no-repeat 0 0; + width:24px; + height:24px; + display:inline-block; + *display:block; + *zoom:1; + margin-right:4px; + position:relative; + top:4px; } -.headimg { - width:310px; - height:62px; -} +/* */ .homeimage { width:90px;