From 1a239796b66cb32116a9b53bf4e881879dc10f59 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Thu, 2 Nov 2023 20:25:15 +0530 Subject: [PATCH] (feature): implemented coming soon banner on blog page --- htdocs/assets/style.css | 55 +++++++++++++++++++++++++++++++++++++++++ htdocs/blog.php | 7 ++++-- htdocs/contact.php | 2 +- 3 files changed, 61 insertions(+), 3 deletions(-) diff --git a/htdocs/assets/style.css b/htdocs/assets/style.css index ec7ab38..c2ae570 100644 --- a/htdocs/assets/style.css +++ b/htdocs/assets/style.css @@ -669,6 +669,21 @@ video { margin-bottom: 0.30rem; } +.my-auto { + margin-top: auto; + margin-bottom: auto; +} + +.my-40 { + margin-top: 10rem; + margin-bottom: 10rem; +} + +.my-36 { + margin-top: 9rem; + margin-bottom: 9rem; +} + .mb-1 { margin-bottom: 0.25rem; } @@ -813,6 +828,30 @@ video { margin-top: 2.2rem; } +.mb-40 { + margin-bottom: 10rem; +} + +.mt-36 { + margin-top: 9rem; +} + +.mb-44 { + margin-bottom: 11rem; +} + +.mb-60 { + margin-bottom: 15rem; +} + +.mt-44 { + margin-top: 11rem; +} + +.mt-40 { + margin-top: 10rem; +} + .flex { display: flex; } @@ -865,6 +904,18 @@ video { height: 100vh; } +.h-\[50vh\] { + height: 50vh; +} + +.min-h-\[50vh\] { + min-height: 50vh; +} + +.min-h-screen { + min-height: 100vh; +} + .w-0 { width: 0px; } @@ -1190,6 +1241,10 @@ video { padding-bottom: 0.30rem; } +.text-center { + text-align: center; +} + .font-cormorant { font-family: "Cormorant Upright", serif; } diff --git a/htdocs/blog.php b/htdocs/blog.php index 1917a25..0bf4cae 100644 --- a/htdocs/blog.php +++ b/htdocs/blog.php @@ -14,8 +14,11 @@ require './core/query_functions.php'; -
- +
+
+

  Coming Soon

+

Please be patience, Something intresting is cooking up...!!

+
diff --git a/htdocs/contact.php b/htdocs/contact.php index 19af818..74d04a6 100644 --- a/htdocs/contact.php +++ b/htdocs/contact.php @@ -14,7 +14,7 @@ require './core/query_functions.php'; -
+