diff --git a/page-sources/home.php b/page-sources/home.php index fe20c73..6df7cfd 100644 --- a/page-sources/home.php +++ b/page-sources/home.php @@ -9,17 +9,20 @@ ?>
- I am a third year student at ECS in Southampton, studying for a Master's degree in Computer Science (with Networks and Distributed Systems). - I am about to start an Industrial Year out, working for Netcraft in Bath. + I have completed three years of a Master's degree in Computer Science (with Networks and Distributed Systems) at ECS, University of Southampton, UK. I am due to graduate in June 2010. +
++ I am currently working for Netcraft in Bath, while taking a year out from my studies. My roles include developing and running the SSL Server Survey, reviewing Automated Vulnerability Scan results, and doing the occasional penetration test against web applications for financial institutions.
On this site you can find a copy of my CV, - or see what projects I have been working on. + or see what projects I have been working on in my spare time.
You can contact me via bar105
ecs.soton.ac.uk.
- Details of this project have not been released yet. -
\ No newline at end of file diff --git a/resources/normal.css b/resources/normal.css index 23e9c32..41d42b3 100644 --- a/resources/normal.css +++ b/resources/normal.css @@ -25,6 +25,7 @@ div.sidebar { div.page { margin: 1em; margin-left: 15em; + max-width: 60em; } div.footer { @@ -156,3 +157,11 @@ p.loginform label { p.loginform input { float: right; } + +/* + Images +*/ +img.avatar { + float: right; + vertical-align: top; +}