Compare commits

...

6 Commits

Author SHA1 Message Date
ede00aad10 update font 2024-02-12 12:13:30 +02:00
0cbd462d69 update font 2024-02-12 10:58:42 +02:00
186272b464 update img bottom 2024-02-11 22:55:58 +02:00
ce8ddc6665 update img bottom 2024-02-11 22:30:37 +02:00
4015f8e38a update footer 2024-02-11 17:41:16 +02:00
fbdbe0132d update nav and color 2024-02-11 14:05:06 +02:00
23 changed files with 118 additions and 50 deletions

View File

@ -7,7 +7,7 @@ draft: false
sort_by: weight sort_by: weight
weight: 1 weight: 1
extra: extra:
logo_path: images/logo.png logo_path: images/mbweni_logo.png
--- ---

Binary file not shown.

After

Width:  |  Height:  |  Size: 869 KiB

View File

@ -9,24 +9,24 @@ weight: 1
<!-- section 1 (header) --> <!-- section 1 (header) -->
{% row(style="center" bgColor="#EEEBE4" padding="bottom" bgStyle="full" margin="narrow") %} {% row(style="center" bgColor="#EEEBE4" padding="both" bgStyle="full" margin="narrow") %}
<br>
<br>
<div class="container mx-auto"> <div class="container mx-auto">
<div class="mt-5 lg:mt-0">
![Image](./img/home_header1.webp#mx-auto) ![Image](./img/home_header1.webp#mx-auto)
</div>
## A Historic Haven in Nature's Embrace ## A Historic Haven in Nature's Embrace
### Immerse yourself in the tranquil ambiance of natures lush greenery and the echoes of a storied past. ### Immerse yourself in the tranquil ambiance of natures lush greenery and the echoes of a storied past
<p class="max-w-6xl mx-auto">Immerse yourself in the rich tapestry of history while surrounded by lush landscapes. From the captivating ruins to the soothing sounds of the ocean, every moment at Jungle Paradise is an invitation to connect with the essence of the past and embrace the serenity of the present.</p> <p class="max-w-6xl mx-auto">Immerse yourself in the rich tapestry of history while surrounded by lush landscapes. From the captivating ruins to the soothing sounds of the ocean, every moment at Jungle Paradise is an invitation to connect with the essence of the past and embrace the serenity of the present.</p>
<br>
<button><a href="https://hotels.cloudbeds.com/reservation/DNw5Ek#checkin=2023-08-16&checkout=2023-08-17" target="_blank">Book Your Stay</a></button> <button><a href="https://hotels.cloudbeds.com/reservation/DNw5Ek#checkin=2023-08-16&checkout=2023-08-17" target="_blank">Book Your Stay</a></button>
@ -154,16 +154,28 @@ Sailing Trips, Ruins Tours, Private Events, Parties, and Many More
{% row(style="center" padding="none" margin="wide") %} {% row(style="center" padding="none" margin="wide") %}
<div class="px-2">
![Image](./img/explore1.webp#mx-auto) ![Image](./img/explore1.webp#mx-auto)
</div>
||| |||
<div class="px-2">
![Image](./img/explore2.webp#mx-auto) ![Image](./img/explore2.webp#mx-auto)
</div>
||| |||
<div class="px-2">
![Image](./img/explore3.webp#mx-auto) ![Image](./img/explore3.webp#mx-auto)
</div>
{% end %} {% end %}
<br> <br>
@ -191,7 +203,11 @@ Our dedicated team is committed to ensuring that every moment of your stay is no
{% row(style="center" bgColor="#EEEBE4" padding="none" margin="none") %} {% row(style="center" bgColor="#EEEBE4" padding="none" margin="none") %}
![Image](./img/home_bottom1.webp#mx-auto)
![Image](./img/home_bottom.png#fill)
<br> <br>
@ -208,10 +224,9 @@ Our dedicated team is committed to ensuring that every moment of your stay is no
background-color:#EEEBE4; background-color:#EEEBE4;
} }
p{ p {
margin-top:0px
margin: 0px 6px;
} }
</style> </style>

View File

@ -8,10 +8,26 @@
@import "admonition.css"; @import "admonition.css";
@import "tailwindcss/utilities"; @import "tailwindcss/utilities";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap'); /* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:wght@400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap'); */
@font-face {
font-family: "Lovera";
font-weight: 400;
src: url("https://https://www2.jungleparadise.tf/fonts/Lovera.otf") format("opentype");
src: url("../fonts/Lovera.otf") format("opentype");
}
@font-face {
font-family: "Quicksand_Light";
font-weight: 400;
src: url("https://https://www2.jungleparadise.tf/fonts/Quicksand_Light.otf") format("opentype");
src: url("../fonts/Quicksand_Light.otf") format("opentype");
}
/* Custom CSS for header partial */ /* Custom CSS for header partial */
.backdrop-blur { .backdrop-blur {
-webkit-backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px);
@ -20,6 +36,20 @@
font-family: 'Josefin Sans', sans-serif; font-family: 'Josefin Sans', sans-serif;
} */ } */
h1, h2, h3, h4, h5 {
color: #614734;
font-family: "Lovera", sans-serif;
}
p {
color: #614734;
font-family: "Quicksand_Light", sans-serif;
}
.button a {
font-family: "Lovera", sans-serif;
}
.bg-semi-white { .bg-semi-white {
background-color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.75);
} }
@ -27,7 +57,10 @@
/* Custom css allowing image styling in markdown */ /* Custom css allowing image styling in markdown */
.logo { .logo {
width: 50% !important; width: 35% !important;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 6px;
} }
img[src*="#mx-auto"] { img[src*="#mx-auto"] {
margin: auto; margin: auto;
@ -120,16 +153,14 @@ img[src*="#fig"] {
filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1); filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
} }
* {
color: #775840 !important;
}
@layer components { @layer components {
h1 { h1 {
@apply text-3xl lg:text-6xl xl:text-6xl font-normal text-gray-900 leading-4 my-4; @apply text-3xl lg:text-6xl xl:text-6xl font-normal text-gray-900 leading-4 my-4;
font-family: 'Cormorant Infant', serif; font-family: 'Cormorant Infant', serif;
line-height: 1.2; line-height: 1.2;
font-weight: 600; font-weight: 400;
/* text-shadow: 2px 4px 4px rgb(36 36 36 / 50%); */ /* text-shadow: 2px 4px 4px rgb(36 36 36 / 50%); */
} }
@ -140,7 +171,7 @@ img[src*="#fig"] {
@apply text-2xl lg:text-4xl mt-3 lg:mt-8 font-light leading-4 my-2; @apply text-2xl lg:text-4xl mt-3 lg:mt-8 font-light leading-4 my-2;
font-family: 'Cormorant Infant', serif; font-family: 'Cormorant Infant', serif;
line-height: 1.1; line-height: 1.1;
font-weight: 600; font-weight: 400;
} }
@ -148,7 +179,7 @@ img[src*="#fig"] {
@apply text-xl lg:text-2xl font-light leading-4 my-4; @apply text-xl lg:text-2xl font-light leading-4 my-4;
font-family: 'Cormorant Infant', serif; font-family: 'Cormorant Infant', serif;
line-height: 2rem; line-height: 2rem;
font-weight: 500; font-weight: 400;
} }
@ -167,7 +198,7 @@ img[src*="#fig"] {
font-family: 'Cormorant Infant', serif; font-family: 'Cormorant Infant', serif;
line-height: 1.2; line-height: 1.2;
color: #ffffff; color: #ffffff;
font-weight: 600; font-weight: 400;
} }
h3 strong { h3 strong {
@apply font-medium; @apply font-medium;
@ -196,23 +227,24 @@ img[src*="#fig"] {
@apply inline-block @apply inline-block
text-base text-base
lg:text-xl lg:text-xl
font-bold font-normal
px-8 px-8
py-1 py-1
my-6 my-2
border-2 border-2
shadow shadow
} }
} }
button:hover { button:hover {
background-color: #a38269; background-color: #886851;
/* color: #984210; */
} }
button { button {
font-weight: 700; font-weight: 400;
background-color: #775840; background-color: #614734;
font-family: "Lovera", sans-serif;
} }
.experience-btn { .experience-btn {
@ -238,7 +270,8 @@ background-color: #775840;
} }
header .customize { header .customize {
background-color:#EEEBE4; background-color:#614734;
position: fixed; position: fixed;
} }
@ -249,7 +282,7 @@ footer .customize {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding-top: 40px; padding-top: 40px;
padding-bottom: 40px; /* padding-bottom: 40px; */
} }
/* footer .customize img { /* footer .customize img {
@ -260,19 +293,21 @@ footer .customize {
header .customize div { header .customize div {
box-shadow: none; box-shadow: none;
text-transform: capitalize; text-transform: capitalize;
font-family: 'Cormorant Infant', serif; font-family: "Lovera", sans-serif;
font-weight: 700 !important; font-weight: 400 !important;
} }
button { button {
background-color: #775840; background-color: #614734;
;
/* background: transparent; */ /* background: transparent; */
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
border-radius: 4px; border-radius: 10px;
border: none; border: none;
box-shadow: none; box-shadow: none;
padding-top:8px ; padding-top:8px ;
padding-bottom: 8px; padding-bottom: 8px;
font-family: "Lovera", sans-serif;
} }
a { a {
@ -281,15 +316,15 @@ a {
} }
a:hover{ a:hover{
color: #a38269 !important; color: #cab3a1 !important;
} }
nav a { nav a {
color: #775840 !important; color: #ffffff !important;
} }
nav a:hover { nav a:hover {
color: #a38269 !important; color: #cab3a1 !important;
} }
@ -486,6 +521,9 @@ header {
.header { .header {
padding: 80px 0; padding: 80px 0;
} }
.logo{
width: 30% !important;
}
footer .customize { footer .customize {
text-align: center; text-align: center;

Binary file not shown.

BIN
static/fonts/Lovera.otf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

View File

@ -17,7 +17,7 @@
<div class="py-4 px-4 sm:px-6"> <div class="py-4 px-4 sm:px-6">
<div class="lg:flex items-center lg:gap-4"> <div class="lg:flex items-center lg:gap-4">
<a href="/" class="lg:mr-8 lg:mb-2 lg:col-span-1"> <a href="/" class="lg:mr-8 lg:mb-2 lg:col-span-1">
<img class="lg:mx-4 mb-4 mx-auto" src="/images/hotel1.svg" alt="JPLogo" width="250px" height="auto" /> <img class="lg:mx-4 mb-4 mx-auto" src="/images/mbweni_logo_color.png" alt="JPLogo" width="200px" height="auto" />
</a> </a>
<div class="my-2 lg:mr-8 lg:mb-2 lg:col-span-1"> <div class="my-2 lg:mr-8 lg:mb-2 lg:col-span-1">
<div> <div>
@ -59,10 +59,10 @@
</div> </div>
</div> </div>
<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-b-orange-900/50"> {# <hr class="my-4 border-y-0 w-1/2 border-b-orange-900/50"> #}
<div class="text-center mx-4"> <div class="rights flex justify-center items-center text-center mx-4 h-16 w-full text-white">
<p class="text-base lg:text-lg font-semibold my-0">© 2023 Jungle Paradise Resort & SPA. <p style="color: #fff;" class="text-base font-semibold my-0">© 2024 Mbweni Ruins & Gardens.
<a href="https://threefold.io/" target="_blank" class="hard_blue my-0 text-base">All Rights Reserved.</a></p> <a href="https://threefold.io/" target="_blank" class="rights hard_blue my-0 text-base">All Rights Reserved.</a></p>
</div> </div>
</div> </div>
@ -72,12 +72,21 @@
<style scoped> <style scoped>
footer a { footer a {
color: #775840 !important; color: #614734 !important;
font-family: 'Cormorant Infant', serif; font-family: 'Cormorant Infant', serif;
font-size: 1.25rem; font-size: 1.25rem;
line-height: 1.75rem; line-height: 1.75rem;
font-weight: 600; font-weight: 600;
} }
footer a:hover{ footer a:hover{
color: #423023;} color: #7e624e !important;}
.rights{
background-color: #614734;
color: #fff !important;}
.rights a:hover{
color: #bdbdbd !important;
}
</style> </style>

View File

@ -97,17 +97,17 @@
{% else %} {% else %}
<header id="header-container"> <header id="header-container">
{% set header_class = config.extra.header_class | default(value='') %} {% set header_class = config.extra.header_class | default(value='') %}
<div class="{{'z-10 header_BG border-b-[1px] border-orange-900 fixed w-screen max-w-full ' ~ header_class}}"> <div class="{{'z-10 header_BG border-b-[1px] border-white-900 fixed w-screen max-w-full ' ~ header_class}}">
<div class="container mx-auto"> <div class="container mx-auto">
<div class="relative z-50 shadow"> <div class="relative z-50 shadow">
<div class="mx-auto flex z-50 shadow justify-between items-center pr-2 md:pr-0 py-2 lg:px-2 lg:justify-start lg:space-x-20"> <div class="mx-auto flex z-50 shadow justify-between items-center pr-2 md:pr-0 py-2 px-3 lg:px-2 lg:justify-start lg:space-x-20">
<div> <div>
<a href="/" class="flex"> <a href="/" class="flex">
<img class="logo" src="{{logo_path}}" alt="Logo" /> <img class="logo" src="{{logo_path}}" alt="Logo" />
</a> </a>
</div> </div>
<div class="-mr-2 -my-2 lg:hidden"> <div class="-mr-2 -my-2 lg:hidden">
<button id="hamburger-btn" type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2"> <button id="hamburger-btn" type="button" class="drop_menu inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2">
<!-- Heroicon name: menu --> <!-- Heroicon name: menu -->
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" /> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
@ -124,7 +124,7 @@
<nav class="flex space-x-6"> <nav class="flex space-x-6">
{% for page in section.pages %} {% for page in section.pages %}
{% if page.extra.menu %} {% continue %} {% endif %} {% if page.extra.menu %} {% continue %} {% endif %}
<a href="{{page.permalink}}" class="text-lg font-bold leading-6 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0"> <a href="{{page.permalink}}" class="text-lg font-medium leading-6 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
{{page.title}} {{page.title}}
</a> </a>
<div class="relative"> <div class="relative">
@ -174,7 +174,7 @@
--> -->
<div id="hamburger" class="hidden fixed mt-16 z-20 top-0 inset-x-0 transition transform origin-top-right lg:hidden"> <div id="hamburger" class="hidden fixed mt-16 z-20 top-0 inset-x-0 transition transform origin-top-right lg:hidden">
<div> <div>
<div class="shadow-xs h-screen bg-white divide-y-2 divide-gray-50"> <div class="shadow-xs h-screen drop_menu divide-y-2 divide-gray-50">
<div class="pt-6 sm:px-12 md:px-16 lg:px-20 space-y-6 sm:space-y-8 sm:pb-8 max-h-screen overflow-y-auto"> <div class="pt-6 sm:px-12 md:px-16 lg:px-20 space-y-6 sm:space-y-8 sm:pb-8 max-h-screen overflow-y-auto">
<nav class="flex flex-col justify-around pb-12"> <nav class="flex flex-col justify-around pb-12">
@ -224,4 +224,10 @@
</header> </header>
{% endif %} {% endif %}
<style>
.drop_menu{
background-color:
#614734;
}
</style>

View File

@ -44,7 +44,7 @@ Parameters:
{% set row_class = row_class ~ " lg:items-center" %} {% set row_class = row_class ~ " lg:items-center" %}
{% endif %} {% endif %}
{% set col_class = "flex-1 mb-2 md:mb-12 lg:mb-0 lg:mx-4" %} {% set col_class = "flex-1 mb-2 md:mb-12 lg:mb-0" %}
{% set row_id = '' %} {% set row_id = '' %}