Updated homepage, now with job description and moar image!
This commit is contained in:
@@ -9,13 +9,16 @@
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<div>
|
<div>
|
||||||
|
<img class="avatar" style="width: 10em;" src="<?php echo $_meta['base-dir']; ?>/files/me-300.png" alt="Photo of Ben Roberts" />
|
||||||
<p>
|
<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 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 about to start an Industrial Year out, working for <a href="http://www.netcraft.com/" title="Netcraft homepage">Netcraft</a> in Bath.
|
</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>
|
||||||
<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>,
|
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>
|
||||||
<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.
|
You can contact me via bar105<img class="at" src="<?php echo $_meta['base-dir']; ?>/resources/at.png" alt="@" />ecs.soton.ac.uk.
|
||||||
|
|||||||
@@ -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>
|
|
||||||
@@ -25,6 +25,7 @@ div.sidebar {
|
|||||||
div.page {
|
div.page {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
margin-left: 15em;
|
margin-left: 15em;
|
||||||
|
max-width: 60em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.footer {
|
div.footer {
|
||||||
@@ -156,3 +157,11 @@ p.loginform label {
|
|||||||
p.loginform input {
|
p.loginform input {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Images
|
||||||
|
*/
|
||||||
|
img.avatar {
|
||||||
|
float: right;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user