From 01942f3e436132f0c286375253aa85f0e9aad852 Mon Sep 17 00:00:00 2001
From: Ben Roberts
Date: Wed, 11 Apr 2012 19:30:12 +0100
Subject: [PATCH 1/3] Minor tweaks to wording on homepage
---
source/webui/templates/home.tpl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/source/webui/templates/home.tpl b/source/webui/templates/home.tpl
index afe480c..01e976b 100644
--- a/source/webui/templates/home.tpl
+++ b/source/webui/templates/home.tpl
@@ -4,6 +4,8 @@
I currently work as a Network Projects engineer for Atos
in the Major Projects division. My role here includes design and implementation of LAN and WAN systems in Data Centre environments.
+ I have recently completed the Atos graduate programme, and am currently involved in a major internal infrastructure overhaul spanning
+ five sites for which I have been doing all the physical layer design and implementation.
I previously worked for Netcraft in Bath,
@@ -13,7 +15,7 @@
and performing occasional penetration tests against web applications for financial institutions.
- I am a former graudate of Computer Science from ECS (University of Southampton) which I studied to the Masters level.
+ I am a former graudate of ECS (University of Southampton), earning a First in Computer Science with Distributed Systems and Networks to the Masters level.
@@ -23,7 +25,5 @@
You can contact me via {mailto address="me@benroberts.net" encode="hex"}, or via one of the Social Media sites listed on the top bar.
-
-
-
+
From eaef20d327f001067384bc9bcec4719cf87bc502 Mon Sep 17 00:00:00 2001
From: Ben Roberts
Date: Wed, 11 Apr 2012 19:30:41 +0100
Subject: [PATCH 2/3] Update tagline on main template
---
source/webui/templates/index.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/webui/templates/index.tpl b/source/webui/templates/index.tpl
index 7256979..f6adca5 100644
--- a/source/webui/templates/index.tpl
+++ b/source/webui/templates/index.tpl
@@ -42,7 +42,7 @@
From 3cabe9c9ee72f104693478745d2fb113ee4954a7 Mon Sep 17 00:00:00 2001
From: Ben Roberts
Date: Wed, 11 Apr 2012 19:31:20 +0100
Subject: [PATCH 3/3] Improve titles on all pages
---
source/lib/Homepage/Main.class.php | 1 -
source/webui/pages/cv.php | 7 +++++++
source/webui/pages/projects.php | 7 +++++++
source/webui/pages/projects/3yp.php | 7 +++++++
source/webui/pages/projects/ripping-cluster.php | 7 +++++++
source/webui/pages/projects/sabayon-crepo.php | 7 +++++++
source/webui/pages/projects/scgen.php | 7 +++++++
source/webui/pages/projects/sihnon-framework.php | 7 +++++++
source/webui/pages/projects/status-board.php | 7 +++++++
source/webui/templates/index.tpl | 2 +-
10 files changed, 57 insertions(+), 2 deletions(-)
create mode 100644 source/webui/pages/cv.php
create mode 100644 source/webui/pages/projects.php
create mode 100644 source/webui/pages/projects/3yp.php
create mode 100644 source/webui/pages/projects/ripping-cluster.php
create mode 100644 source/webui/pages/projects/sabayon-crepo.php
create mode 100644 source/webui/pages/projects/scgen.php
create mode 100644 source/webui/pages/projects/sihnon-framework.php
create mode 100644 source/webui/pages/projects/status-board.php
diff --git a/source/lib/Homepage/Main.class.php b/source/lib/Homepage/Main.class.php
index ef944ab..43d891f 100644
--- a/source/lib/Homepage/Main.class.php
+++ b/source/lib/Homepage/Main.class.php
@@ -43,7 +43,6 @@ class Homepage_Main extends SihnonFramework_Main {
$this->smarty->assign('base_uri', $this->base_uri);
$this->smarty->assign('base_url', static::absoluteUrl(''));
- $this->smarty->assign('title', 'Homepage');
} break;
diff --git a/source/webui/pages/cv.php b/source/webui/pages/cv.php
new file mode 100644
index 0000000..c8b6ea9
--- /dev/null
+++ b/source/webui/pages/cv.php
@@ -0,0 +1,7 @@
+smarty();
+
+$smarty->assign('title', 'Projects');
+
+?>
diff --git a/source/webui/pages/projects.php b/source/webui/pages/projects.php
new file mode 100644
index 0000000..d6fddf8
--- /dev/null
+++ b/source/webui/pages/projects.php
@@ -0,0 +1,7 @@
+smarty();
+
+$smarty->assign('title', 'CV');
+
+?>
diff --git a/source/webui/pages/projects/3yp.php b/source/webui/pages/projects/3yp.php
new file mode 100644
index 0000000..a891774
--- /dev/null
+++ b/source/webui/pages/projects/3yp.php
@@ -0,0 +1,7 @@
+smarty();
+
+$smarty->assign('title', 'Third Year Project');
+
+?>
diff --git a/source/webui/pages/projects/ripping-cluster.php b/source/webui/pages/projects/ripping-cluster.php
new file mode 100644
index 0000000..7662164
--- /dev/null
+++ b/source/webui/pages/projects/ripping-cluster.php
@@ -0,0 +1,7 @@
+smarty();
+
+$smarty->assign('title', 'RippingCluster');
+
+?>
diff --git a/source/webui/pages/projects/sabayon-crepo.php b/source/webui/pages/projects/sabayon-crepo.php
new file mode 100644
index 0000000..734ea21
--- /dev/null
+++ b/source/webui/pages/projects/sabayon-crepo.php
@@ -0,0 +1,7 @@
+smarty();
+
+$smarty->assign('title', 'Entropy Repositories');
+
+?>
diff --git a/source/webui/pages/projects/scgen.php b/source/webui/pages/projects/scgen.php
new file mode 100644
index 0000000..57b60c1
--- /dev/null
+++ b/source/webui/pages/projects/scgen.php
@@ -0,0 +1,7 @@
+smarty();
+
+$smarty->assign('title', 'SCGen');
+
+?>
diff --git a/source/webui/pages/projects/sihnon-framework.php b/source/webui/pages/projects/sihnon-framework.php
new file mode 100644
index 0000000..35e66a3
--- /dev/null
+++ b/source/webui/pages/projects/sihnon-framework.php
@@ -0,0 +1,7 @@
+smarty();
+
+$smarty->assign('title', 'Sihnon Framework');
+
+?>
diff --git a/source/webui/pages/projects/status-board.php b/source/webui/pages/projects/status-board.php
new file mode 100644
index 0000000..ffb1fe9
--- /dev/null
+++ b/source/webui/pages/projects/status-board.php
@@ -0,0 +1,7 @@
+smarty();
+
+$smarty->assign('title', 'Status Board');
+
+?>
diff --git a/source/webui/templates/index.tpl b/source/webui/templates/index.tpl
index f6adca5..2b0a8ac 100644
--- a/source/webui/templates/index.tpl
+++ b/source/webui/templates/index.tpl
@@ -1,7 +1,7 @@
- {$title}
+ {if $title}{$title} -{/if} Ben Roberts