From 5b4f6ae2896850830395078aaeb3e3c5ed5d0def Mon Sep 17 00:00:00 2001 From: Sreehari K N <81636175+knsreehari2001@users.noreply.github.com> Date: Thu, 7 Oct 2021 15:02:35 +0530 Subject: [PATCH 1/3] updated index.html Updated by Sreehari --- index.html | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 13d57f8..1599235 100644 --- a/index.html +++ b/index.html @@ -311,14 +311,13 @@

Project: Rebuild Kerala

- +
-
Featured Works

Our sponsers

@@ -334,7 +333,7 @@

Our sponsers

Project
@@ -344,7 +343,7 @@

Our sponsers

Project
- Home Interior Design + SPONSER 2
@@ -354,7 +353,7 @@

Our sponsers

Project
- Home Interior Design + SPONSER 3
@@ -364,7 +363,7 @@

Our sponsers

Project
- Home Interior Design + SPONSER 4
@@ -374,7 +373,7 @@

Our sponsers

Project
- Home Interior Design + SPONSER 5
@@ -384,7 +383,7 @@

Our sponsers

Project
- Home Interior Design + SPONSER 6
@@ -394,7 +393,7 @@

Our sponsers

Project
- Home Interior Design + SPONSER 7
@@ -402,7 +401,7 @@

Our sponsers

- + @@ -411,7 +410,6 @@

Our sponsers

-
Something else

Meet The Teams

@@ -419,6 +417,7 @@

Meet The Teams

+
@@ -434,7 +433,7 @@

lorem

- +
@@ -451,7 +450,7 @@

Patric Green

- +
@@ -468,7 +467,7 @@

Daryl Dixon

- +
@@ -485,7 +484,7 @@

Mark Parker

- + From 50dd93f9dd2b570b967071774ef097953de61edc Mon Sep 17 00:00:00 2001 From: Sreehari K N <81636175+knsreehari2001@users.noreply.github.com> Date: Tue, 12 Oct 2021 19:00:02 +0530 Subject: [PATCH 2/3] updated index.html updated by Sreehari. --- index.html | 74 +++++++++++++++++++++++++++--------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/index.html b/index.html index 1599235..469c1db 100644 --- a/index.html +++ b/index.html @@ -313,7 +313,7 @@

Project: Rebuild Kerala

-
+
@@ -326,74 +326,74 @@

Our sponsers

-
+
-
-
- Project +
+
+ sponser
-
-
-
- Project +
+
+ sponser
-
-
-
- Project +
+
+ sponser
-
-
-
- Project +
+
+ sponser
-
-
-
- Project +
+
+ sponser
-
-
-
- Project +
+
+ sponser
-
-
-
- Project +
+
+ sponser
-
From 3b8aaee7dc9c67bb55c0ebe9ab9c7184e90e8f19 Mon Sep 17 00:00:00 2001 From: Sreehari K N <81636175+knsreehari2001@users.noreply.github.com> Date: Tue, 12 Oct 2021 19:07:37 +0530 Subject: [PATCH 3/3] updated style.css updated sponsers and team part by sreehari. --- assets/css/style.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 6d22544..5052822 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -890,21 +890,21 @@ p { 5.SPONSORS css ===========================*/ @media (max-width: 767px) { - .project-area { + .sponser-area { padding-top: 75px; padding-bottom: 80px; } } -.single-project { +.single-sponser { position: relative; } -.single-project .project-image { +.single-sponser .sponser-image { position: relative; } -.single-project .project-image::before { +.single-sponser .sponser-image::before { position: absolute; content: ""; width: 100%; @@ -915,7 +915,7 @@ p { transition: all 0.4s ease-out 0s; } -.single-project .project-content { +.single-sponser .sponser-content { position: absolute; bottom: 0; left: 0; @@ -926,7 +926,7 @@ p { opacity: 0; } -.single-project .project-content .project-title { +.single-sponser .sponser-content .sponser-title { font-size: 22px; font-weight: 600; font-family: "Barlow", sans-serif; @@ -935,7 +935,7 @@ p { margin-left: 60px; } -.single-project .project-content .project-title::before { +.single-sponser .sponser-content .sponser-title::before { position: absolute; content: ""; width: 50px; @@ -945,26 +945,26 @@ p { left: -60px; } -.single-project:hover .project-image::before { +.single-sponser:hover .sponser-image::before { opacity: 1; } -.single-project:hover .project-content { +.single-sponser:hover .sponser-content { opacity: 1; transform: translateY(0%); } -.project-active .slick-dots { +.sponser-active .slick-dots { text-align: center; margin-top: 50px; } -.project-active .slick-dots li { +.sponser-active .slick-dots li { display: inline-block; margin: 0 7px; } -.project-active .slick-dots li button { +.sponser-active .slick-dots li button { width: 25px; height: 15px; border-radius: 50px; @@ -975,7 +975,7 @@ p { cursor: pointer; } -.project-active .slick-dots li.slick-active button { +.sponser-active .slick-dots li.slick-active button { width: 35px; background-color: #0a0a28; }