forked from M-Labs/web2019
43 lines
907 B
Markdown
43 lines
907 B
Markdown
|
+++
|
||
|
title = "Directions"
|
||
|
weight = 2
|
||
|
template = "page.html"
|
||
|
+++
|
||
|
|
||
|
|
||
|
{% layout_centered_content(min_width=true) %}
|
||
|
|
||
|
##### All the transportation options below take you to King's Road.
|
||
|
|
||
|
**MTR:** Island Line, Quarry Bay, exit A
|
||
|
|
||
|
**Tramway:** Mount Parker Road
|
||
|
|
||
|
**Bus:** Sunway Gardens / Westlands Road / Pan Hoi Street
|
||
|
|
||
|
{% end %}
|
||
|
|
||
|
|
||
|
<div class="row">
|
||
|
|
||
|
{% layout_card(src="images/directions_1@2x.png", imgbottom=true) %}
|
||
|
|
||
|
<span class="badge badge-primary">1</span> When entering from King's Road, Pan Hoi Street looks like this. Go to the location of the red arrow:
|
||
|
|
||
|
{% end %}
|
||
|
|
||
|
|
||
|
{% layout_card(src="images/directions_2@2x.png", imgbottom=true) %}
|
||
|
|
||
|
<span class="badge badge-primary">2</span> Enter here:
|
||
|
|
||
|
{% end %}
|
||
|
|
||
|
|
||
|
{% layout_card(src="images/directions_3@2x.png", imgbottom=true) %}
|
||
|
|
||
|
<span class="badge badge-primary">3</span> Turn right here, walk a little bit, and M-Labs will be on your left:
|
||
|
|
||
|
{% end %}
|
||
|
|
||
|
</div>
|