-
Notifications
You must be signed in to change notification settings - Fork 66
/
schedule.html
executable file
·30 lines (27 loc) · 1.5 KB
/
schedule.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
layout: default
title: Schedule
permalink: /schedule/
image: emma-matthews-digital-content-production-8K62atzbulQ-unsplash.jpg
---
<!-- Photo by Emma Matthews Digital Content Production on Unsplash
https://unsplash.com/@emmamatthews?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
https://unsplash.com/s/photos/schedule?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText -->
{% include top-section.html %}
<style>
.schedule-landing p { font-weight: bold; font-size: 200%; }
.schedule-landing ul { list-style-type: none; padding: 0; display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; }
.schedule-landing li { margin: 1em; font-size: 200%; border: 2px solid #0275a8; border-radius: 0px; padding: 0; display: flex; flex-direction: column; justify-content: center; color: #0275a8;}
.schedule-landing a { display: block; padding: 2em; color: inherit; font-weight: bold; }
.schedule-landing li:hover { border-color: transparent; background-color: #0275a8; color: #fff;}
</style>
<section class="schedule-landing">
<div class="content-wrapper" style="margin: 0 2em;">
<p>Select your Hub</p>
<ul>
<li><a href="./apac">Asia<br>Pacific</a><br><img src="./img/logistics/map_1.svg" alt=""></li>
<li><a href="./emea">Europe<br>Middle East<br>Africa</a><br><img src="./img/logistics/map_2.svg" alt=""></li>
<li><a href="./americas">Americas</a><br><img src="./img/logistics/map_3.svg" alt=""></li>
</ul>
</div>
</section>