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 %} {% end %}
{% row(style="center" padding="bottom" margin="tight") %} {% row(style="center" padding="bottom" margin="wide") %}
Discover a world of unforgettable experiences at Jungle Paradise. 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. 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> </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; background-color:#EEEBE4;
} }
section p{
margin: 0px;
}
</style> </style>

View File

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

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
{% set subsections_str = section.subsections | join(sep=" ") %} {% 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 %} {% if "footer/_index.md" in subsections_str %}
{%- set section = get_section(path="footer/_index.md") %} {%- set section = get_section(path="footer/_index.md") %}
{{ section.content | safe }} {{ section.content | safe }}
@ -47,7 +47,7 @@
{# <img src="{{get_url(path='images/')}}" class="w-60" alt=""> #} {# <img src="{{get_url(path='images/')}}" class="w-60" alt=""> #}
{# <hr class="my-4 border-y-0 w-1/2 border-blue-500/50"> #} {# <hr class="my-4 border-y-0 w-1/2 border-blue-500/50"> #}
<div class="text-center mx-auto"> <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> #} {# <a href="https://threefold.io/" target="_blank" class="hard_blue my-0 text-base">Terms & Conditions</a></p> #}
</div> </div>