From f204281933db552aa1f3e482490706560a53847d Mon Sep 17 00:00:00 2001 From: PeterNashaat Date: Thu, 6 Apr 2023 07:03:30 +0000 Subject: [PATCH 1/8] adding workflow --- .github/workflows/tf_update_prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tf_update_prod.yml b/.github/workflows/tf_update_prod.yml index 17aef9e..7185e8b 100644 --- a/.github/workflows/tf_update_prod.yml +++ b/.github/workflows/tf_update_prod.yml @@ -10,10 +10,10 @@ jobs: name: Deploy runs-on: ubuntu-latest steps: - - name: pushing latest change on www.jungleparadise.tf + - name: pushing latest change on www.beach-resort-zanzibar.com uses: appleboy/ssh-action@master with: - host: www.jungleparadise.tf + host: www.beach-resort-zanzibar.com username: ${{ secrets.TF_USER }} key: ${{ secrets.TF_SECRET }} port: ${{ secrets.TF_PORT }} -- 2.40.1 From f655bd39198552757afda74272a6897f7ccc82e6 Mon Sep 17 00:00:00 2001 From: PeterNashaat Date: Thu, 6 Apr 2023 07:05:29 +0000 Subject: [PATCH 2/8] fixing config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 623195f..2760723 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://www2.jungleparadise.tf/" +base_url = "https://www.beach-resort-zanzibar.com/" # Change this to your own URL! Please note this variable **must** be uncommented. title = "Jungle Paradise" -- 2.40.1 From 07f2c8718236a013c34228da415b9806319fe6b5 Mon Sep 17 00:00:00 2001 From: Ehab-hassan Date: Sun, 28 May 2023 12:46:53 +0300 Subject: [PATCH 3/8] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 916a346..b4c86db 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ The official website of Jungle Paradise - Beach Resort Zanzibar -[https://jungleparadise.tf/](https://jungleparadise.tf/) +Production (master branch) [https://jungleparadise.tf/](https://jungleparadise.tf/) [https://www.beach-resort-zanzibar.com/](https://www.beach-resort-zanzibar.com/) +Staging (development branch) [https://www2.jungleparadise.tf/](https://www2.jungleparadise.tf/) Last Updated: March 2023 ## Contribution -- 2.40.1 From 97303d7192aee78f37621eb9f82140b2111b1135 Mon Sep 17 00:00:00 2001 From: PeterNashaat Date: Mon, 21 Aug 2023 14:37:54 +0300 Subject: [PATCH 4/8] Update config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 2760723..623195f 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://www.beach-resort-zanzibar.com/" +base_url = "https://www2.jungleparadise.tf/" # Change this to your own URL! Please note this variable **must** be uncommented. title = "Jungle Paradise" -- 2.40.1 From 1ce5b9774bdc1dd1e72f347880b1fd658a7a3e7f Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 22 Aug 2023 19:44:30 +0300 Subject: [PATCH 5/8] update footer --- css/index.css | 8 ++- templates/partials/footer.html | 89 ++++++++++++++++++---------------- 2 files changed, 54 insertions(+), 43 deletions(-) diff --git a/css/index.css b/css/index.css index e897efa..2e1d78a 100644 --- a/css/index.css +++ b/css/index.css @@ -252,9 +252,9 @@ footer .customize { padding-bottom: 40px; } -footer .customize img { +/* footer .customize img { width: 60px; -} +} */ header .customize div { @@ -487,6 +487,10 @@ header { padding: 80px 0; } + footer .customize { + text-align: center; +} + img[src*="#stretch"] { width: auto; height: auto; diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 2088cf4..544b445 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -13,42 +13,56 @@ {{ section.content | safe }} {% else %} {% set footer_class = config.extra.footer_class | default(value='') %} -