Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
element14
Farnell
kickstart
Smallpeice
SourceBots
Expand Down
4 changes: 3 additions & 1 deletion content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -72,3 +73,4 @@ like to get involved.

[uos]: https://www.southampton.ac.uk
[ecs]: https://www.ecs.soton.ac.uk
[sponsors]: /sponsors
45 changes: 45 additions & 0 deletions content/sponsors.md
Original file line number Diff line number Diff line change
@@ -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 <abbr title="Science, Technology, Engineering and
Mathematics">STEM</abbr> 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
1 change: 1 addition & 0 deletions layouts/partials/custom-header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link href='{{ relURL "css/theme-additions.css" }}' rel="stylesheet" />
10 changes: 10 additions & 0 deletions static/css/theme-additions.css
Original file line number Diff line number Diff line change
@@ -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;
}
148 changes: 148 additions & 0 deletions static/img/sponsors/element14.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions static/img/sponsors/smallpeice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading