refactor(website): Removes map/address and puts in office

master
sovanna 2019-07-20 10:25:40 +02:00
parent 8bba1122d8
commit d007bde350
2 changed files with 11 additions and 43 deletions

View File

@ -5,9 +5,16 @@ template = "page.html"
+++
{% layout_centered_content(min_width=true) %}
##### All the transportation options below take you to King's Road.
{% layout_text_img(src="images/map@2x.jpg", alt="", textleft=true, shadow=false) %}
##### Address
**M-Labs Limited**
G/F Kam Hoi Mansion, 31 Pan Hoi Street, Quarry Bay, Hong Kong
This is part of the building complex numbered 15-53A on the street entrance.
**MTR:** Island Line, Quarry Bay, exit A
@ -15,6 +22,8 @@ template = "page.html"
**Bus:** Sunway Gardens / Westlands Road / Pan Hoi Street
**Tel:** +852 59362721
{% end %}

View File

@ -21,44 +21,3 @@
</div>
</div>
<div class="row pb-5">
<div class="col-12 col-md-6 pb-5 pb-md-0">
<h5 class="pb-3">Office</h5>
<p>
<strong>M-Labs Limited</strong>
<br>
G/F Kam Hoi Mansion, 31 Pan Hoi Street, Quarry Bay, Hong Kong
<br>
<br>
This is part of the building complex numbered 15-53A on the street entrance. <a href="{{ get_url(path='@/about-us/office.md') }}">Detailed directions</a>
<br>
<br>
<strong>MTR:</strong> Island Line, Quarry Bay, exit A
<br>
<strong>Tramway:</strong> Mount Parker Road
<br>
<strong>Bus:</strong> Sunway Gardens / Westlands Road / Pan Hoi Street
<br>
<br>
<strong>Tel:</strong> +852 59362721
</p>
</div>
<div class="col-12 col-md-6 pb-5 pb-md-0">
<div class="card">
<img class="card-img-top img-fluid" src="{{ get_url(path='images/map@2x.jpg', cachebust=true) }}" alt="map">
</div>
</div>
</div>