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 @@
@@ -354,7 +353,7 @@
@@ -364,7 +363,7 @@
@@ -374,7 +373,7 @@
@@ -384,7 +383,7 @@
@@ -394,7 +393,7 @@
@@ -402,7 +401,7 @@
+
+
+
+
+
+
+
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;
}