home updated

This commit is contained in:
Ehab Hassan 2023-08-13 12:03:09 +03:00
parent dc8535c3b0
commit 4e37fd85d4
4 changed files with 15 additions and 18 deletions

View File

@ -157,7 +157,7 @@ Sailing Trips, Ruins Tours, Private Events, Parties, and Many More
{% end %}
{% row(style="center" padding="bottom" margin="tight") %}
{% row(style="center" padding="bottom" margin="wide") %}
Discover a world of unforgettable experiences at Jungle Paradise.
Our dedicated team is committed to ensuring that every moment of your stay is nothing short of extraordinary.
@ -168,17 +168,12 @@ Our dedicated team is committed to ensuring that every moment of your stay is no
</div>
<section class="mx-auto text-center myColor">
<img src="/home/img/home_bottom.png" class="object-cover w-full my-2" alt="colorful leafs" />
<button class="mb-8"><a class="" href="https://hotels.cloudbeds.com/reservation/DNw5Ek#checkin=2023-04-04&checkout=2023-04-05" target="_blank">Book Your Stay</a></button>
</section>
<!-- section 6 -->
{% row(style="center" padding="none" margin="wide") %}
![Image](./img/home_bottom.png#mx-auto)
<button><a href="https://hotels.cloudbeds.com/reservation/DNw5Ek#checkin=2023-04-04&checkout=2023-04-05" target="_blank">Book Your Stay</a></button>
{% end %}
@ -188,4 +183,8 @@ Our dedicated team is committed to ensuring that every moment of your stay is no
background-color:#EEEBE4;
}
section p{
margin: 0px;
}
</style>

View File

@ -181,11 +181,10 @@ p {
button {
@apply inline-block
text-base
lg:text-lg
lg:text-xl
font-bold
px-12
px-8
py-1
mr-5
my-4
border-2
shadow
@ -258,7 +257,6 @@ button {
border-radius: 4px;
border: none;
box-shadow: none;
font-size: 17px;
padding-top:8px ;
padding-bottom: 8px;
}

File diff suppressed because one or more lines are too long

View File

@ -7,13 +7,13 @@
{% set subsections_str = section.subsections | join(sep=" ") %}
<footer class="bottom-0">
<footer class="bottom-0 border-t-[1px] border-gray-400">
{% if "footer/_index.md" in subsections_str %}
{%- set section = get_section(path="footer/_index.md") %}
{{ section.content | safe }}
{% else %}
{% set footer_class = config.extra.footer_class | default(value='') %}
<div class="{{ footer_class }} myColor">
<div class="{{ footer_class }} myColor ">
{# <div class="py-4 px-4 sm:px-6">
<div class="lg:flex lg:gap-4">
<div class="space-y-8 lg:max-w-sm lg:mr-8 lg:mb-2 lg:col-span-1">
@ -47,7 +47,7 @@
{# <img src="{{get_url(path='images/')}}" class="w-60" alt=""> #}
{# <hr class="my-4 border-y-0 w-1/2 border-blue-500/50"> #}
<div class="text-center mx-auto">
<p class="text-base my-0">© 2023 Jungle Paradise Resort & SPA. All Rights Reserved.
<p class="text-base lg:text-lg font-semibold my-0">© 2023 Jungle Paradise Resort & SPA. All Rights Reserved.
{# <a href="https://threefold.io/" target="_blank" class="hard_blue my-0 text-base">Terms & Conditions</a></p> #}
</div>