diff --git a/.spelling b/.spelling
index 868fb1e..0ca51fe 100644
--- a/.spelling
+++ b/.spelling
@@ -1,3 +1,5 @@
+element14
+Farnell
kickstart
Smallpeice
SourceBots
diff --git a/content/about.md b/content/about.md
index acfb7c7..39acb04 100644
--- a/content/about.md
+++ b/content/about.md
@@ -18,7 +18,8 @@ working lives.
SourceBots is based at the [University of Southampton][uos]’s [Department of
Electronics and Computer Science][ecs] and is lead by its students, though is an
independent organisation. It also benefits from contributors outside the
-University, including teachers and professional engineers.
+University, including teachers and professional engineers as well as a number of
+generous [sponsors][sponsors].
## Robotics Summer Schools
@@ -72,3 +73,4 @@ like to get involved.
[uos]: https://www.southampton.ac.uk
[ecs]: https://www.ecs.soton.ac.uk
+[sponsors]: /sponsors
diff --git a/content/sponsors.md b/content/sponsors.md
new file mode 100644
index 0000000..af9f5d9
--- /dev/null
+++ b/content/sponsors.md
@@ -0,0 +1,45 @@
+---
+title: Sponsors
+menu: main
+---
+
+SourceBots relies on the tireless effort of its volunteers and generous support
+from its sponsors in order to operate.
+
+### [University of Southampton][uos-website]
+
+{{< figure class="supporter-logo" src="/img/sponsors/uos.svg" alt="University of Southampton Logo" width="200" >}}
+
+The University of Southampton, in particular the Electronics and Computer
+Science Department, support SourceBots by providing both funding and other
+resources to help SourceBots organise our competitions. The university is also
+the venue for the competitions.
+
+### [Farnell element14][farnell-website]
+
+{{< figure class="supporter-logo" src="/img/sponsors/element14.svg" alt="element14 Logo" width="200" >}}
+
+Farnell support SourceBots by providing components for the electronics kits
+which are used by the competing teams.
+
+### [Smallpeice Trust][smallpeice-website]
+
+{{< figure class="supporter-logo" src="/img/sponsors/smallpeice.svg" alt="Smallpeice Logo" width="200" >}}
+
+The Smallpeice Trust is an independent charity which works with universities and
+other institutions to provide STEM programmes to children in schools (typically ages
+12-18) and allow them to get involved with and excited about a career in STEM
+subjects.
+
+They provide the organisational support for the young people who attend the
+Summer School so that SourceBots can focus on providing the technical content
+and competition aspects.
+
+
+[larger-competition]: /about/#longer-robotics-competition
+[summer-school]: /about/#robotics-summer-schools
+
+[uos-website]: https://www.ecs.soton.ac.uk/about
+[farnell-website]: http://uk.farnell.com/about-us
+[smallpeice-website]: https://www.smallpeicetrust.org.uk/about-us
diff --git a/layouts/partials/custom-header.html b/layouts/partials/custom-header.html
new file mode 100644
index 0000000..6cba3e5
--- /dev/null
+++ b/layouts/partials/custom-header.html
@@ -0,0 +1 @@
+
diff --git a/static/css/theme-additions.css b/static/css/theme-additions.css
new file mode 100644
index 0000000..1145ae7
--- /dev/null
+++ b/static/css/theme-additions.css
@@ -0,0 +1,10 @@
+/*
+ * Note: these are sponsor logos, however if we call the class that then some
+ * over-zealous adblock extensions hide the logos, which we don't want.
+ */
+figure.supporter-logo {
+ float: right;
+ margin-left: 2em;
+ margin-top: -3.5em;
+ padding-right: 0.5em;
+}
diff --git a/static/img/sponsors/element14.svg b/static/img/sponsors/element14.svg
new file mode 100644
index 0000000..dc52963
--- /dev/null
+++ b/static/img/sponsors/element14.svg
@@ -0,0 +1,148 @@
+
+
+
+
diff --git a/static/img/sponsors/smallpeice.svg b/static/img/sponsors/smallpeice.svg
new file mode 100644
index 0000000..1e77910
--- /dev/null
+++ b/static/img/sponsors/smallpeice.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/static/img/sponsors/uos.svg b/static/img/sponsors/uos.svg
new file mode 100644
index 0000000..cb31a53
--- /dev/null
+++ b/static/img/sponsors/uos.svg
@@ -0,0 +1,708 @@
+
+
+
+
diff --git a/themes/mainroad b/themes/mainroad
index c3e3701..6733fd6 160000
--- a/themes/mainroad
+++ b/themes/mainroad
@@ -1 +1 @@
-Subproject commit c3e37011392a4151b7e35174ab82dbd5558b0784
+Subproject commit 6733fd606ce7a72c5ad45927adf20e46fb658ec4