Skip to content

Commit b49df22

Browse files
Styled map to match the events more.
Added new fields to sponsors data: - sponsor_address (full address without sponsor's name with the country code) - lat (latitude) - lng (longitude) Added above new fields to Bloomberg, Touch Surgery and Harvey Nash (will be required for testing logic).
1 parent fdc10db commit b49df22

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

_sass/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ a {
434434
width: 100%;
435435
border-radius: 5px;
436436
border: black 1px solid;
437+
box-shadow: rgba(0, 0, 0, 0.76) 5px 5px 5px 0;
437438
}
438439

439440
.events {

_sponsors/bloomberg.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ sponsor_id: bloomberg
33
sponsor_name: "Bloomberg"
44
sponsor_logo: static/images/sponsors/bloomberg.png
55
sponsor_link: https://www.bloomberg.com/careers/
6+
sponsor_address: "3 Queen Victoria St<br/>London, EC4N 4TQ, UK"
7+
lat: 51.520363
8+
lng: -0.086270
69
permanent: true
710
---
811
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ sponsor_id: harvey_nash
33
sponsor_name: "Harvey Nash"
44
sponsor_logo: static/images/sponsors/harvey_nash.png
55
sponsor_link: https://www.linkedin.com/in/hamishpitkeathly/
6+
sponsor_address: "110 Bishopsgate,<br>London, EC2N 4AY, UK"
7+
lat: 51.5162822
8+
lng: -0.0809643
69
permanent: true
710
---
811
Harvey Nash specialise in professional recruitment.

_sponsors/touch_surgery.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ sponsor_id: touch_surgery
33
sponsor_name: "Touch Surgery"
44
sponsor_logo: static/images/sponsors/touch_surgery.png
55
sponsor_link: https://www.touchsurgery.com/jobs.html
6+
sponsor_address: "230 City Road<br/>London, EC1V 2QY, UK"
7+
lat: 51.528401
8+
lng: -0.093104
69
permanent: true
710
---
811
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.

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ <h2 class="chapters__title">Chapters</h2>
434434
</div>
435435
<div class="chapters__content row">
436436
<div class="col-12 my-auto">
437-
438437
<div id="chapters__map"></div>
439438
<script>
440439
function initMap() {

0 commit comments

Comments
 (0)