From 8447c7a41a276137ff4f91ec9cf3de7bca71dd52 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 9 Mar 2008 17:02:16 +0000 Subject: [PATCH] Backing up laptop, committing all unsaved changes --- .htaccess | 6 +-- code/iauthenticator.php | 114 ++++++++++++++++++++-------------------- page-sources/home.php | 13 +++++ resources/normal.css | 20 ++++++- templates/default.php | 3 +- test.php | 10 ++++ 6 files changed, 104 insertions(+), 62 deletions(-) diff --git a/.htaccess b/.htaccess index f91abd8..1dd9fb2 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,7 @@ - +# Magic Quotes are the Root-of-all-Evil and must be burned at the stake. +php_flag magic_quotes_gpc off - # Magic Quotes are the Root-of-all-Evil and must be burned at the stake. - php_flag magic_quotes_gpc off + # Enable mod_rewrite for pretty urls RewriteEngine on diff --git a/code/iauthenticator.php b/code/iauthenticator.php index cb2080b..7f77cfb 100644 --- a/code/iauthenticator.php +++ b/code/iauthenticator.php @@ -1,60 +1,60 @@ diff --git a/page-sources/home.php b/page-sources/home.php index a8b50cf..fd49340 100644 --- a/page-sources/home.php +++ b/page-sources/home.php @@ -8,3 +8,16 @@ $_template['title'] = 'Home'; ?> +
+ Me? + +

+ I am a third year student at ECS in Southampton, studying for a Masters degree in Computer Science (with Networks and Distributed Systems). +

+

+ Here you can find a copy of my CV, + or you can contact me via bar105@ecs.soton.ac.uk. +

+ + +
\ No newline at end of file diff --git a/resources/normal.css b/resources/normal.css index 7fd1b58..257ac7f 100644 --- a/resources/normal.css +++ b/resources/normal.css @@ -24,7 +24,7 @@ div.sidebar { div.page { margin: 1em; - margin-left: 9em; + margin-left: 15em; } div.footer { @@ -79,6 +79,10 @@ div.quote blockquote { background-color: lightyellow; } +img.at { + height: 1em; + width: 1em; +} /* Dialog boxes @@ -130,4 +134,18 @@ p.loginform label { } p.loginform input { float: right; +} + + +/* + Homepage +*/ + +img.bio { + display: block; + margin-left: auto; + margin-right: auto; + + border: 1px solid grey; + padding: 0.2em; } \ No newline at end of file diff --git a/templates/default.php b/templates/default.php index b0aff0e..005d750 100644 --- a/templates/default.php +++ b/templates/default.php @@ -13,6 +13,7 @@ <?php echo $_template['title']; ?> +