This commit is contained in:
Ehab Hassan 2022-10-12 22:35:03 +02:00
parent eca749e729
commit ec18de7183
5 changed files with 10 additions and 10 deletions

View File

@ -54,7 +54,7 @@ Me created an enviroment that meets peoples personal and professional needs
{% row(style="center" margin="narrow") %} {% row(style="center" margin="narrow") %}
![Image](RGAsset13.png) ![Image](location.jpg)
||| |||
@ -140,7 +140,7 @@ Enjoy all the cultural, natural, sports and networking evnts of the locations!
<!-- section 5 --> <!-- section 5 -->
{% row(style="center margin") %} {% row(style="center" margin="narrow") %}
## REGENERATE <br /> YOURSELF ## REGENERATE <br /> YOURSELF
@ -157,7 +157,7 @@ empowers the local community!
<!-- section 6 --> <!-- section 6 -->
{% row(style="center margin narrow") %} {% row(style="center" margin="narrow" padding="top") %}
## START YOUR QURWORLD <br> EXPERIENCE NOW! ## START YOUR QURWORLD <br> EXPERIENCE NOW!
@ -167,7 +167,7 @@ Begin your nomadic journey with us.
{% end %} {% end %}
{% row(margin="header" bgPath="RGAsset21.png" bgStyle="full") %} {% row(margin="header" bgPath="journey.jpg" bgStyle="full") %}
<div class="img"></div> <div class="img"></div>

BIN
content/home/journey.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 KiB

BIN
content/home/location.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

View File

@ -78,23 +78,23 @@ img[src*="#tft_img"] {
h1 { h1 {
@apply text-3xl lg:text-5xl xl:text-7xl font-bold leading-none my-4; @apply text-3xl lg:text-5xl xl:text-7xl font-bold leading-none my-4;
font-family: "lato", sans-serif; font-family: "lato", sans-serif;
line-height: 0.8; line-height: 0.9;
} }
h1 strong { h1 strong {
@apply font-medium; @apply font-medium;
} }
h2 { h2 {
@apply text-3xl md:text-4xl lg:text-5xl xl:text-8xl font-bold leading-none my-4; @apply text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold leading-none my-4;
font-family: "lato", sans-serif; font-family: "lato", sans-serif;
line-height: 0.8; line-height: 0.9;
font-size:4.5rem
} }
h2 strong { h2 strong {
@apply font-medium; @apply font-medium;
} }
h3 { h3 {
@apply text-xl lg:text-3xl font-normal my-4; @apply text-xl lg:text-4xl font-normal my-4;
} }
h3 strong { h3 strong {
@apply font-medium; @apply font-medium;

View File

@ -15,7 +15,7 @@
{% set footer_class = config.extra.footer_class | default(value='') %} {% set footer_class = config.extra.footer_class | default(value='') %}
<div class="{{ footer_class ~ ' -mx-20'}}"> <div class="{{ footer_class ~ ' -mx-20'}}">
<img src="{{get_url(path='images/RGAsset8.png')}}" class="w-60" alt=""> <img src="{{get_url(path='images/RGAsset8.png')}}" class="w-60" alt="">
<p class="text-center">OURWORLD <br /> DFIGITAL NOMADS</p> <h3 class="text-center">OURWORLD <br /> DFIGITAL NOMADS</h3>
</div> </div>
{% endif %} {% endif %}
</footer> </footer>