Skip to content

Commit 09a89c9

Browse files
Removed unused permanent variable from sponsors.
Added section on how to add a sponsor to the README.md.
1 parent 81f5442 commit 09a89c9

File tree

6 files changed

+33
-5
lines changed

6 files changed

+33
-5
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,39 @@ Example event setup
130130

131131
You may want to copy one of the last events in `_posts` to be used as reference.
132132

133+
How to add a sponsor
134+
--------------------
135+
If you need to add your local sponsor which is not already in the _sponsors folder you can do so easily.<br>
136+
To add a sponsor logo please copy it to the static/images/sponsors folder with a name matching the obj_id of your sponsor.
137+
We use png files for our sponsors. The maximum size is: 258px x 82px so please scale them down to match one of those dimensions.
138+
139+
Create an <name_of_your_sponsor>.md file using the format below:
140+
141+
---
142+
obj_id: <unique_identifier_of_your_sponsor>
143+
name: "name of your sponsor"
144+
logo: <relative path to your sponsor logo>
145+
link: <website link to your sponsor>
146+
address: "sponsor's full address"
147+
lat: <float-number-with-latitude-for-the-marker-in-the-map>
148+
lng: <float-number-with-longitude-for-the-marker-in-the-map>
149+
---
150+
Here you can place a short description of your sponsor's business etc.
151+
152+
Example sponsor setup
153+
---------------------
154+
---
155+
obj_id: quantum_black
156+
name: "Quantum Black"
157+
logo: static/images/sponsors/quantum_black.png
158+
link: https://www.quantumblack.com/
159+
address: "Kinnaird House, 1 Pall Mall<br/>London, SW1Y 5AU, UK"
160+
lat: 51.507954
161+
lng: -0.130718
162+
---
163+
QuantumBlack is an advanced analytics firm operating at the intersection of strategy, technology & design to improve performance outcomes for organisations. With roots in Formula One, we now work across sector with some of the world's leading organisations in advanced industries, healthcare and finance.
164+
165+
133166
How does Jekyll work?
134167
---------------------
135168

_sponsors/bloomberg.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ link: https://www.bloomberg.com/careers/
66
address: "3 Queen Victoria St<br/>London, EC4N 4TQ, UK"
77
lat: 51.5128245
88
lng: -0.0910801
9-
permanent: true
109
---
1110
Bloomberg L.P. provides financial software tools such as an analytics and equity trading platform, data services, and news to financial companies and organizations through the Bloomberg Terminal (via its Bloomberg Professional Service), its core revenue-generating product.

_sponsors/harvey_nash.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ link: https://www.linkedin.com/in/hamishpitkeathly/
66
address: "110 Bishopsgate,<br>London, EC2N 4AY, UK"
77
lat: 51.5162822
88
lng: -0.0809643
9-
permanent: true
109
---
1110
Harvey Nash is a global professional recruitment consultancy and IT outsourcing service provider. They are committed to delivering the very best talent and IT solutions to a broad base of international clients.

_sponsors/quantum_black.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ link: https://www.quantumblack.com/
66
address: "Kinnaird House, 1 Pall Mall<br/>London, SW1Y 5AU, UK"
77
lat: 51.507954
88
lng: -0.130718
9-
permanent: false
109
---
1110
QuantumBlack is an advanced analytics firm operating at the intersection of strategy, technology & design to improve performance outcomes for organisations. With roots in Formula One, we now work across sector with some of the world's leading organisations in advanced industries, healthcare and finance.

_sponsors/touch_surgery.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ link: https://www.touchsurgery.com/jobs.html
66
address: "230 City Road<br/>London, EC1V 2QY, UK"
77
lat: 51.528401
88
lng: -0.093104
9-
permanent: true
109
---
1110
The Touch Surgery platform is an interactive surgical simulator for healthcare professionals; providing a realistic and detailed guide to every step of a procedure. Users can quickly learn surgery, instantly test their knowledge, and rehearse for surgery.

_sponsors/zopa.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ link: https://www.zopa.com/
66
address: "Cottons Centre, Tooley St<br>London, SE1 2QG, UK"
77
lat: 51.5060532
88
lng: -0.0847395
9-
permanent: false
109
---
1110
Zopa provide loans and offer competitive rates, flexible and intuitive products and award-winning customer service. They strive to make money simple and fair for everyone – to enable people to do more with their money and take control of their finances.

0 commit comments

Comments
 (0)