Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created a subheading in the Features section and Adjusted the color o… #934

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@



<!DOCTYPE html>
<html lang="en">

Expand All @@ -22,7 +25,15 @@
right: 8rem;
z-index: 1000;
}

.para-content{
margin-top: -1.5rem;
margin-bottom: 2rem;
}
.p-con{
display: flex;
flex-direction: column;

}
.chatbot-button {
background-color: #007bff;
border: none;
Expand Down Expand Up @@ -198,7 +209,6 @@
transition: transform 0.3s ease;
/* Smooth transition effect */
}

.social-icon:hover {
transform: scale(1.3);
/* Scale the element to 1.3 times its size */
Expand Down Expand Up @@ -671,7 +681,8 @@

<div class="main_content">
<div class="main_heading">
<h1>Start Saving lives with </h1>
<h1 >Start Saving lives with </h1>

<h2 data-link_h2="AmbuFlow...">AmbuFlow...</h2>
<p>AmbuFlow is ambulance tracking site which helps you to find the nearest hospitals and get access to nearest
ambulances and save lives</p>
Expand All @@ -686,7 +697,9 @@ <h2 data-link_h2="AmbuFlow...">AmbuFlow...</h2>

</div>
<div class="content" id="grid-content">
<h1>Welcome to the Ambulance Monitoring System</h1>
<div class="p-con">
<h1 style="color: #2980b9; margin-top: 20px;">Welcome to the Ambulance Monitoring System</h1>
<p class="para-content" >The Ambulance Monitoring System enables real-time tracking and management of ambulance fleets to ensure faster emergency response and efficient patient care.</p></div>
<div class="grid">
<div class="feature">
<img src="images/emergency-w.jpg" alt="Emergency Response" />
Expand Down