From d44d4b8b68aaaa3f69f5f54404d998c8900b785d Mon Sep 17 00:00:00 2001 From: Subhajit-2023-44 Date: Fri, 18 Oct 2024 20:36:24 +0530 Subject: [PATCH] done --- about.html | 72 ++++++++++++++++++++++++++++++------------------------ index.html | 50 +++++++++++++++++++++---------------- 2 files changed, 69 insertions(+), 53 deletions(-) diff --git a/about.html b/about.html index 545a3291..b28158b0 100644 --- a/about.html +++ b/about.html @@ -20,11 +20,11 @@

BuddyTrail

@@ -64,9 +64,9 @@

Innovation

Meet Our Team

-
-
- Team Member 1 +
+
+ Team Member 1

PRIYA Ghosal

CEO & Founder

I'm Priya Ghosal, a sophomore at NSEC (IT) '27, embarking on an exciting journey in the world of technology and coding. @@ -91,24 +91,26 @@

PRIYA Ghosal

/* CTA Button */ - + #cta-button { - margin-left: 300px; - display: inline-block; - padding: 10px 10px; /* Adjust padding for button size */ - background-color: #000; /* Background color black */ - color: #fff; /* Text color white */ - text-align: center; - font-size: 18px; - text-decoration: none; - border-radius: 5px; /* Rounded corners */ - width: 250px; /* Fixed width */ - height: 45px; /* Fixed height */ - line-height: 30px; /* Vertically center text */ - transition: background-color 0.3s ease, transform 0.3s ease; - margin-bottom: 20px; -} + + margin-left: 300px; + display: inline-block; + padding: 10px 10px; /* Adjust padding for button size */ + background-color: #000; /* Background color black */ + color: #fff; /* Text color white */ + text-align: center; + font-size: 18px; + text-decoration: none; + border-radius: 5px; /* Rounded corners */ + width: 250px; /* Fixed width */ + height: 45px; /* Fixed height */ + line-height: 30px; /* Vertically center text */ + transition: background-color 0.3s ease, transform 0.3s ease; + margin-bottom: 20px; +} + /* Hover Effect */ #cta-button:hover { background-color: #333; /* Darker black on hover */ @@ -373,26 +375,26 @@

PRIYA Ghosal

-
-
+ +
+ + + + diff --git a/index.html b/index.html index 166b125b..5cf3242b 100644 --- a/index.html +++ b/index.html @@ -7,25 +7,25 @@ name="description" content="BuddyTrail is a travel agency website that helps you pick out your holiday vacation" /> - + - - - - - + + + + + BuddyTrail @@ -1214,11 +1214,13 @@

Travel Discussion Forum

/* Header Border */ header.forum_1 { - border: 10px solid transparent; /* Initial transparent border */ - border-image: linear-gradient(to right,#44dfa6 , #a08be6); /* Gradient border */ - border-image-slice: 1; /* Ensures the full gradient is applied */ - border-radius: 10px; /* Rounded corners for smooth appearance */ - transition: border-color 0.3s ease; /* Smooth transition for hover effect */ + + border: 10px solid transparent; /* Initial transparent border */ + border-image: linear-gradient(to right,#44dfa6 , #a08be6); /* Gradient border */ + border-image-slice: 1; /* Ensures the full gradient is applied */ + border-radius: 10px; /* Rounded corners for smooth appearance */ + transition: border-color 0.3s ease; /* Smooth transition for hover effect */ + } header.forum_1:hover { @@ -2148,11 +2150,17 @@

Exclusive Deals and Offers!

// Clear the input field after successful submission document.getElementById('email').value = ''; } else { - messageElement.textContent = 'Please enter a valid email address.'; // Show error message - messageElement.style.color = 'red'; // Change message color to red + messageElement.textContent = 'Please enter a valid email address.'; // Show error message + messageElement.style.color = 'red'; // Change message color to red } }); - + + +
+ + + +