Updated homepage, now with job description and moar image!

This commit is contained in:
2008-10-29 01:14:08 +00:00
parent 0eca8af59b
commit 5cb9cdf17b
3 changed files with 16 additions and 17 deletions

View File

@@ -9,17 +9,20 @@
?>
<div>
<img class="avatar" style="width: 10em;" src="<?php echo $_meta['base-dir']; ?>/files/me-300.png" alt="Photo of Ben Roberts" />
<p>
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 <a href="http://www.netcraft.com/" title="Netcraft homepage">Netcraft</a> 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.
</p>
<p>
I am currently working for <a href="http://www.netcraft.com/" title="Netcraft homepage">Netcraft</a> in Bath, while taking a year out from my studies. My roles include developing and running the <a href="http://news.netcraft.com/SSL-survey" title="Netcraft's SSL Server Survey">SSL Server Survey</a>, reviewing <a href="http://audited.netcraft.com/audited" title="Netcraft's Automated Vulnerability Scanning">Automated Vulnerability Scan</a> results, and doing the occasional <a href="http://audited.netcraft.com/web-application" title="Netcraft's Application Penetration & Security Testing">penetration test</a> against web applications for financial institutions.
</p>
<p>
On this site you can find a copy of my <a href="<?php echo $_meta['base-dir']; ?>/files/BenRobertsCv.pdf" title="Curriculum Vitae">CV</a>,
or see what <a href="<?php echo $_req->construct('page','projects'); ?>" title="Projects">projects</a> I have been working on.
or see what <a href="<?php echo $_req->construct('page','projects'); ?>" title="Projects">projects</a> I have been working on in my spare time.
</p>
<p>
You can contact me via bar105<img class="at" src="<?php echo $_meta['base-dir']; ?>/resources/at.png" alt="@" />ecs.soton.ac.uk.
</p>
</div>
</div>

View File

@@ -1,13 +0,0 @@
<?php
/*
* Qt Media Centre
*
*/
$_template['title'] = "Third Year Project";
?>
<p>
<em>Details of this project have not been released yet.</em>
</p>

View File

@@ -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;
}