From 830da15e354ee03c578cd05b3a2aa7068a1fa19d Mon Sep 17 00:00:00 2001 From: Dmytro Antonyuk Date: Tue, 14 Nov 2023 13:10:24 +0200 Subject: [PATCH 1/4] no index --- .idea/workspace.xml | 56 ++++++++++++++++++++++----------------------- static/robots.txt | 2 ++ templates/base.html | 1 + 3 files changed, 30 insertions(+), 29 deletions(-) create mode 100644 static/robots.txt diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2230539b..77b88d52 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,43 +5,28 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - + + + + @@ -57,6 +42,7 @@ @@ -102,4 +89,15 @@ + + + \ No newline at end of file diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 00000000..1f53798b --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/templates/base.html b/templates/base.html index b6cdf3ee..4a2625f8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,6 +9,7 @@ + From 50045c10f6adcd5c73dd88822bd7da1cbc34211a Mon Sep 17 00:00:00 2001 From: Dmytro Antonyuk Date: Tue, 14 Nov 2023 13:16:57 +0200 Subject: [PATCH 2/4] no index --- .idea/workspace.xml | 18 +++++++++++++++--- templates/base.html | 11 +++++++++++ {static => templates}/robots.txt | 0 3 files changed, 26 insertions(+), 3 deletions(-) rename {static => templates}/robots.txt (100%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 77b88d52..1dc47f6a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,9 @@ + + + \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 4a2625f8..ccd5832e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,6 +10,17 @@ + diff --git a/static/robots.txt b/templates/robots.txt similarity index 100% rename from static/robots.txt rename to templates/robots.txt From 7525ba83cf4c6f6ee61c36122af906147aeed8c4 Mon Sep 17 00:00:00 2001 From: borntojesus Date: Thu, 16 Nov 2023 13:52:12 +0200 Subject: [PATCH 3/4] add mobile version --- .idea/workspace.xml | 20 ++- sass/common/footer.scss | 30 ++++ sass/common/header.scss | 54 ++++++- sass/component/animation.scss | 89 ++++++----- sass/component/buttons.scss | 1 + sass/global/index.scss | 9 ++ sass/main.scss | 1 + sass/pages/home.scss | 150 +++++++++++++++++- sass/variables/color-theme.scss | 2 + sass/variables/fonts.scss | 14 ++ sass/variables/images.scss | 3 +- sass/variables/media.scss | 3 + sass/variables/spasing.scss | 5 + templates/base.html | 22 +-- templates/common/header.html | 5 + templates/section/home-services.html | 8 +- .../shortcodes/animation-section-js.html | 73 +++++---- templates/shortcodes/header-switch.html | 32 ++-- templates/shortcodes/paralax.html | 93 ++++++----- templates/shortcodes/switch-theme.html | 2 +- 20 files changed, 466 insertions(+), 150 deletions(-) create mode 100644 sass/variables/media.scss diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1dc47f6a..08635955 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,9 +5,26 @@ + - + + + + + + + + + + + + + + + + +