last secs
This commit is contained in:
parent
48d39ccc11
commit
80242e8143
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.2 MiB |
BIN
content/home/RGAsset21.png
Normal file
BIN
content/home/RGAsset21.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 MiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@ -137,3 +137,38 @@ Enjoy the benefits of community-building sessions and tools built specifically f
|
||||
Enjoy all the cultural, natural, sports and networking evnts of the locations!
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 5 -->
|
||||
|
||||
{% row(style="center margin") %}
|
||||
|
||||
## REGENERATE <br /> YOURSELF
|
||||
|
||||
Regenerative farming is part of the OurWorld experience
|
||||
|
||||
All residents and staff members have direct access to local organic produce that helps us heal and
|
||||
empowers the local community!
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 6 -->
|
||||
|
||||
{% row(style="center margin narrow") %}
|
||||
|
||||
## START YOUR QURWORLD <br> EXPERIENCE NOW!
|
||||
|
||||
Begin your nomadic journey with us.
|
||||
|
||||
<button>[OUR LOCATIONS](/)</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(margin="header" bgPath="RGAsset21.png" bgStyle="full") %}
|
||||
|
||||
<div class="img"></div>
|
||||
|
||||
{% end %}
|
||||
|
@ -23,6 +23,8 @@
|
||||
}
|
||||
|
||||
/* Custom css allowing image styling in markdown */
|
||||
|
||||
|
||||
img[src*="#mx-auto"] {
|
||||
margin: auto;
|
||||
}
|
||||
@ -177,8 +179,7 @@ footer .freeflow {
|
||||
}
|
||||
|
||||
footer .freeflow img {
|
||||
width: 200px;
|
||||
margin-bottom: 20px;
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
|
||||
|
BIN
static/images/RGAsset8.png
Normal file
BIN
static/images/RGAsset8.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
@ -13,9 +13,9 @@
|
||||
{{ section.content | safe }}
|
||||
{% else %}
|
||||
{% set footer_class = config.extra.footer_class | default(value='') %}
|
||||
<div class="{{ footer_class ~ ' -mx-20 pt-20'}}">
|
||||
<img src="{{get_url(path='images/footer_logo.png')}}" alt="">
|
||||
ALL RIGHTS RESERVED 2022
|
||||
<div class="{{ footer_class ~ ' -mx-20'}}">
|
||||
<img src="{{get_url(path='images/RGAsset8.png')}}" class="w-60" alt="">
|
||||
<p class="text-center">OURWORLD <br /> DFIGITAL NOMADS</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
</footer>
|
@ -121,6 +121,11 @@ Parameters:
|
||||
{% set col_class = col_class ~ " flex-1 " %}
|
||||
{% endif %}
|
||||
|
||||
{% if "items-end" in style %}
|
||||
{% set row_class = row_class ~ " lg:items-end" %}
|
||||
{% set col_class = col_class ~ " flex-1 " %}
|
||||
{% endif %}
|
||||
|
||||
<!-- makes row semi-full screen width, strips margins -->
|
||||
{% if "between" in style %}
|
||||
{% set row_class = row_class ~ " lg:max-w-6xl " %}
|
||||
@ -181,11 +186,16 @@ Parameters:
|
||||
{% set row_class = row_class %}
|
||||
{% endif %}
|
||||
|
||||
{% if class %}
|
||||
{% set styles = "background-color: " ~ bgColor ~ "; background-size: cover" %}
|
||||
{% set row_class = row_class %}
|
||||
{% endif %}
|
||||
|
||||
<!-- Cancels page margins so that rows can have separate margins -->
|
||||
{% set no_margins = " -mx-8 md:-mx-12 lg:-mx-16 xl:-mx-20" %}
|
||||
|
||||
|
||||
<div id="{{anchor_link}}" class="{{'w-screen relative justify-center flex overflow-hidden ' ~ div_class }}" style="{{styles}}">
|
||||
<div id="{{anchor_link}}" class="{{'relative justify-center flex overflow-hidden ' ~ div_class }}" style="{{styles}}">
|
||||
<div id="{{row_id}}" class="{{row_class}}" style="min-width: -webkit-fill-available; min-width: -moz-available">
|
||||
|
||||
{% for column in columns%}
|
||||
|
Reference in New Issue
Block a user