add dine page

This commit is contained in:
samaradel 2023-08-14 13:36:34 +03:00
parent 9d43c8b8b1
commit a770566bed
10 changed files with 175 additions and 0 deletions

BIN
content/dine/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 KiB

169
content/dine/index.md Normal file
View File

@ -0,0 +1,169 @@
---
title: "Dine"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 4
---
<!-- section 1 (header) -->
{% row(style="center" bgColor="#EEEBE4" padding="bottom" margin="narrow") %}
<div class="container mx-auto">
![Image](./img/dine_header.png#mx-auto)
## Culinary Bliss Awaits
### Immerse Yourself in the Unforgettable Dining Experience at The Wooden Table Restaurant & Bar
<p class="max-w-6xl mx-auto"> Indulge in delectable flavors and breathtaking ocean views at our restaurant, where every bite is a symphony of taste. Unwind at the bar, sipping on refreshing cocktails and soaking in the sun's warmth. With a fusion of delectable cuisine and an idyllic ambiance, Jungle Paradise invites you to savor moments of pure culinary bliss.</p>
<button><a href="https://github.com/threefoldfoundation/www_jungle_paradise/files/12302872/WOODENTABLEMENU.pdf.zip" target="_blank">See Menu</a></button>
</div>
{% end %}
<!-- section 2 -->
<div class="container mx-auto">
{% row(style="center" reverse="rightreserve" padding="both" margin="wide") %}
### The Wooden Table Restaurant & Bar
Indulge in Gastronomic Excellence with Breathtaking Sunsets on Zanzibar's west coast. Whether it's a memorable meal or a candlelit romantic dinner for two, our restaurant offers an unparalleled dining experience that will leave you enchanted.
<br>
**Sunday to Thursday: 07:00 - 22:30 (7:00 am - 10:30 pm)**
**Friday & Saturday: 07:00 - 02:00 (7:00 am - 2:00 am)**
<br>
<button><a href="mailto:info@jungleparadise.tf" target="_blank">Book a Table</a></button>
|||
![Image](./img/restaurant.png#mx-auto)
{% end %}
</div>
<!-- section 3 -->
<div class="myColor">
<div class="container mx-auto">
{% row(style="center" padding="both" margin="wide") %}
![Image](./img/lifestyle.png#mx-auto)
|||
## Lifestyle Membership
Elevate your leisure time to new heights with Jungle Paradise Beach Club Membership. Immerse yourself in the tranquil ambience, indulge in first-class amenities, and relish the exclusive privileges that come with being part of our esteemed Beach Club.
<br />
**Monday to Sunday: 08:00 - 18:00 (08:00 am - 06:00 pm)**
**$50 per month**
<br />
<button><a href="mailto:info@jungleparadise.tf" target="_blank">Become a Member</a></button>
{% end %}
</div>
</div>
<!-- section 4 -->
<div class="container mx-auto">
{% row(style="center" padding="top" margin="wide") %}
## Jungle Paradise Lifestyle Membership Benefits
Gain access to an array of luxurious amenities designed to elevate your beachside experience
{% end %}
{% row(style="center" padding="none" margin="wide") %}
![Image](./img/lifestyle1.png#fill)
|||
<div class="flex flex-col justify-center myColor" style="height: 245px" >
Seaside Pool
Complimentary Wi-Fi
Towel Service
</div>
|||
![Image](./img/lifestyle3.png#fill)
{% end %}
{% row(style="center" padding="none" margin="wide") %}
<div class="flex flex-col justify-center myColor" style="height: 245px" >
Beachfront Sunbeds
Members Events
Live Music
</div>
|||
![Image](./img/lifestyle2.png#fill)
|||
<div class="flex flex-col justify-center myColor" style="height: 245px" >
10% Discount at The Wooden Table
10% Discount at Natura SPA
Local Resident Discount
</div>
{% end %}
<br>
</div>
{% row(style="center" bgColor="#EEEBE4" padding="none" margin="none") %}
![Image](./img/dine_bottom.png#fill)
<br>
<button class="mb-8"><a href="mailto:info@jungleparadise.tf" target="_blank">Book Your Stay</a></button>
{% end %}
<style>
p {
margin: 0px;
}
</style>

View File

@ -107,6 +107,12 @@ p {
color: #333;
}
.myColor{
height: 100%;
background-color:#EEEBE4;
}
* {
color: #775840 !important;
}