Skip to content

Commit

Permalink
Merge pull request #730 from Dipanita45/main
Browse files Browse the repository at this point in the history
I had made the modification
  • Loading branch information
vimistify authored Oct 14, 2024
2 parents e32d9d7 + 9eb766e commit 4bb3c34
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 28 deletions.
13 changes: 7 additions & 6 deletions Contactus.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
background-color: #c0b3b3;
margin: 0;
padding: 0;
color: #333;
Expand All @@ -21,12 +21,12 @@

.menu ul li a {
padding: 10px 15px;
color: black;
color: rgb(15, 14, 14);
text-decoration: none;
}

.menu ul li a.active {
color: white;
color: rgb(139, 74, 74);
background-color: #000;
}

Expand All @@ -42,12 +42,13 @@
color: #2c3e50;
text-align: center;
margin-bottom: 20px;
font-weight: 500;
}

.contact-form {
max-width: 600px;
margin: 0 auto;
background-color: #e7f3fe;
background-color: #afcbe6;
border-radius: 10px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
Expand All @@ -73,7 +74,7 @@
}

.contact-form button:hover {
background-color: #d61a1a;
background-color: #e70b0b;
}

.location {
Expand Down Expand Up @@ -104,7 +105,7 @@
}

.hover-link:hover {
color: blue;
color: rgb(7, 7, 164);
background: none;
}

Expand Down
6 changes: 3 additions & 3 deletions Feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
padding: 10px;
}
ul li a:hover {
color: blue !important;
color: rgb(56, 56, 237) !important;
}
a:hover {
color: blue !important;
color: rgb(1, 4, 177) !important;
}

.navbar.dark-mode {
Expand Down Expand Up @@ -101,7 +101,7 @@
}

.menu a:hover {
background-color: blue;
background-color: rgb(22, 160, 219);
/* Blue background on hover */
color: white;
/* White text on hover */
Expand Down
2 changes: 1 addition & 1 deletion chatbot.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
html {
margin: 0;
padding: 0;
background-color: #1b63ac; /* Optional: to visualize the centering */
background-color: #067aed; /* Optional: to visualize the centering */
}
</style>

Expand Down
14 changes: 7 additions & 7 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!--Updated to latest version-->
<style>
body {
font-family: Arial, sans-serif;
font-family: Arial, sans-serif,'Times New Roman', Times, serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
Expand Down Expand Up @@ -49,19 +49,19 @@
.navbar.dark-mode {
background-color: black;
/* Dark mode navbar */
color: white;
color: rgba(255, 255, 255, 0.943);
}

/* more addition for dark mode theme */

.dark-mode .logo img {
filter: brightness(0) invert(1);
filter: brightness(10) invert(1);
/* Inverts the color to make it white */
}

/* dark mode hove effect on logo */
body.dark-mode #logo img:hover {
filter: brightness(0) invert(1);
filter: brightness(10) invert(1);
/* Change black logo to white */
filter: brightness(0.8);
/* Change the brightness to light grey on hover */
Expand Down Expand Up @@ -93,7 +93,7 @@
}

.menu a:hover {
background-color: blue;
background-color: rgb(10, 61, 212);
/* Blue background on hover */
color: white;
/* White text on hover */
Expand All @@ -107,7 +107,7 @@
}

.dark-mode {
background-color: rgba(50, 50, 50, 0.95);
background-color: rgba(30, 29, 29, 0.95);
/* Slightly gray background with high opacity */
}

Expand All @@ -128,7 +128,7 @@
}

.light-dark-btn:hover {
color: blue;
color: rgb(5, 5, 217);
/* Change color on hover */
}

Expand Down
1 change: 1 addition & 0 deletions driver.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
height: 320px;
display: none;
margin-bottom: 20px;
font-weight: 400;
}

#driverImage {
Expand Down
2 changes: 1 addition & 1 deletion features.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}

.navbar {
background-color: lightblue;
background-color: rgb(153, 207, 225);
/* Light mode navbar */
color: black;
padding: 10px;
Expand Down
2 changes: 1 addition & 1 deletion homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
.feature:hover {
transform: translateY(-0.3125rem); /* -5px */
box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.3); /* 0 4px 10px */
box-shadow: 0 0.25rem 0.625rem rgba(102, 18, 18, 0.3); /* 0 4px 10px */
}
.feature img {
width: 6.25rem; /* 100px */
Expand Down
2 changes: 1 addition & 1 deletion hospital.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<div class="dashboard-container">
<img src="images/Ambulance Tracker.png" alt="Bobble-AI Logo" style="width: 250px; height: auto; margin-bottom: 10px; margin-left: 30px;";>

<h1 style="color: #1a2938;">Hospital Dashboard</h1>
<h1 style="color: #162738;">Hospital Dashboard</h1>
<h2 style="font-family: 'Arial', sans-serif; font-size: 17px; color: #666; margin: 10px 0; text-align: center;">
Your personalized AI experience
</h2>
Expand Down
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

.chatbot-button {
background-color: #007bff;
background-color: #6207ca;
border: none;
border-radius: 50%;
padding: 10px;
Expand Down Expand Up @@ -106,7 +106,7 @@
}

nav ul li a:hover {
background-color: #f0f0f0;
background-color: #faecec;
}

nav ul li a:active {
Expand All @@ -132,6 +132,7 @@
color: #2c3e50;
text-align: center;
margin: 20px 0;
font-weight: 400;
}

.grid {
Expand Down Expand Up @@ -160,7 +161,7 @@

.feature:hover {
transform: translateY(-5px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 4px 10px rgba(42, 40, 40, 0.3);
}

.feature img {
Expand Down Expand Up @@ -442,6 +443,7 @@
margin-bottom: 1.5rem;
font-size: 2.5rem;
font-weight: 600;
color: #000;
}

.faqs {
Expand All @@ -459,7 +461,7 @@
transition: background-color 0.3s ease;
}
.faq:hover {
background-color: #f0f8ff; /* Slight hover effect for FAQs */
background-color: #e31616; /* Slight hover effect for FAQs */
}
.faq-question {
background-color: #e7ffe7;
Expand Down
2 changes: 1 addition & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2 class="title">Sign in</h2>
>
<i
class="fab fa-google"
style="font-size: 24px; color: #4285f4"
style="font-size: 24px; color: #1f6deb"
></i>
</a>
<a
Expand Down
4 changes: 3 additions & 1 deletion nearby.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@
border-radius: 8px;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
font-size: large;
}
.hospital-card:hover {
transform: scale(1.05);
box-shadow: 0 6px 15px rgba(0,0,0,0.2);
color: rgb(178, 233, 233);
}
.hospital-card img {
width: 100%;
Expand All @@ -52,7 +54,7 @@
font-size: 16px;
}
.hospital-card p {
color: #555;
color: #676262;
}
</style>
</head>
Expand Down
4 changes: 2 additions & 2 deletions privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
overflow-x: hidden;
}
header {
background: linear-gradient(90deg, #b2d1ff, #93b6d3, #42a5f5);
background: linear-gradient(90deg, #8fe5f4, #93b6d3, #42a5f5);
padding: 30px 0 0 0;
text-align: center;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
Expand Down Expand Up @@ -56,7 +56,7 @@
}

nav.menu ul li a:hover {
color: #42a5f5; /* Hover color effect */
color: #2f9bf4; /* Hover color effect */
transition: color 0.3s ease;
}

Expand Down

0 comments on commit 4bb3c34

Please sign in to comment.