This commit is contained in:
samaradel 2022-10-12 16:00:37 +02:00
parent 2056f74be0
commit 21cbe8e9bb
4 changed files with 74 additions and 2 deletions

BIN
content/home/RGAsset14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

BIN
content/home/RGAsset15.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

View File

@ -49,8 +49,6 @@ Me created an enviroment that meets peoples personal and professional needs
<!-- section 3 -->
<!-- section 2 (INTERCONNECTED) -->
{% row(style="center margin") %}
![Image](RGAsset13.png)
@ -64,3 +62,73 @@ Carefully chosen locations that offer an array of services and activities are re
<button>[OUR LOCATIONS](/)</button>
{% end %}
<!-- section 4 -->
{% row(style="margin") %}
![Image](RGAsset14.png#sm#mx-auto)
|||
### **CONSCIOUS LIVING**
Live in sustainable and planet-conscious structures built to support the planet
|||
![Image](RGAsset14.png)
|||
### HAND-PICKED <br /> LOCATIONS
Carefully chosen locations that offer an array of services and activities are ready for all digital nomads
{% end %}
<!-- section 4 -->
{% row(style="margin") %}
![Image](RGAsset14.png)
|||
### HAND-PICKED <br /> LOCATIONS
Carefully chosen locations that offer an array of services and activities are ready for all digital nomads
![Image](RGAsset14.png)
|||
### HAND-PICKED <br /> LOCATIONS
Carefully chosen locations that offer an array of services and activities are ready for all digital nomads
{% end %}
<!-- section 4 -->
{% row(style="margin") %}
![Image](RGAsset14.png)
|||
### HAND-PICKED <br /> LOCATIONS
Carefully chosen locations that offer an array of services and activities are ready for all digital nomads
|||
![Image](RGAsset14.png)
|||
### HAND-PICKED <br /> LOCATIONS
Carefully chosen locations that offer an array of services and activities are ready for all digital nomads
{% end %}

View File

@ -31,6 +31,10 @@ img[src*="#small"] {
width: 68px;
}
img[src*="#sm"] {
width: 200px;
}
img[src*="#md"] {
width: 300px;
}