From fbca744861aa8582e66b86a15ddccc5c55a77b68 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Mon, 15 May 2023 12:36:31 +0200 Subject: [PATCH] fix mobile response --- content/co-Own/index.md | 2 +- content/header/index.md | 165 ------------------------------------- content/home/index.md | 6 +- content/invest/index.md | 2 +- content/locations/index.md | 2 +- css/index.css | 8 ++ 6 files changed, 16 insertions(+), 169 deletions(-) delete mode 100644 content/header/index.md diff --git a/content/co-Own/index.md b/content/co-Own/index.md index e434080..4930a51 100644 --- a/content/co-Own/index.md +++ b/content/co-Own/index.md @@ -4,7 +4,7 @@ description: "" date: 2018-09-14 updated: 2021-02-20 draft: false -weight: 2 +weight: 3 --- diff --git a/content/header/index.md b/content/header/index.md deleted file mode 100644 index 8c37e07..0000000 --- a/content/header/index.md +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: "Header" -insert_anchor_links: "left" -template: "partials/header.html" -extra: - logoPath: "images/black_threefold.png" - button_Path: "/images/gettft_white.png" ---- - - -- [Mission]("/mission") -- [Grid]("/grid") -- [Build]("/build") -- [Farm]("/farm") -- [TFT]("/tft") -- Ecosystem - -{% row() %} - - - -||| - - - -||| - - - -{% end %} - -- MoreInfo - -{% row(style="wide") %} - - -#### Tools - - - - - - - - - - - - - - - - - -{% end %} \ No newline at end of file diff --git a/content/home/index.md b/content/home/index.md index 189a2ba..669d526 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -12,6 +12,10 @@ weight: 1 {% row(margin="header" bgPath="home_header.jpg" bgStyle="full") %} +
+ +
+ # WORK,
LIVE & PLAY Our world offers Digital Nomads
truly amazing experiences in some
of the world’s best locations. @@ -152,7 +156,7 @@ empowers the local community! ||| -![Image](RGAsset20.png#mx-auto) +![Image](RGAsset20.png#medium#mx-auto) {% end %} diff --git a/content/invest/index.md b/content/invest/index.md index 9721d7b..438c1a2 100644 --- a/content/invest/index.md +++ b/content/invest/index.md @@ -4,7 +4,7 @@ description: "" date: 2018-09-14 updated: 2021-02-20 draft: false -weight: 2 +weight: 4 ---
diff --git a/content/locations/index.md b/content/locations/index.md index df1e6cb..b41c583 100644 --- a/content/locations/index.md +++ b/content/locations/index.md @@ -4,7 +4,7 @@ description: "" date: 2018-09-14 updated: 2021-02-20 draft: false -weight: 1 +weight: 2 ---
diff --git a/css/index.css b/css/index.css index e132fbe..a17dbee 100644 --- a/css/index.css +++ b/css/index.css @@ -380,6 +380,14 @@ header { padding: 80px 0; } + img[src*="#medium"] { + width: 300px; +} + +img[src*="#sm"] { + width: 130px; +} + h2 { font-size: 3rem; }