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

Added cursor pointer on home page cards #1142

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,39 +440,39 @@ <h2 data-link_h2="एमबुफलो...">एमबुफलो...</h2>
<div class="content" id="grid-content">
<h1>Welcome to the Ambulance Monitoring System</h1>
<div class="grid">
<div class="feature">
<div class="feature" style="cursor: pointer;">
<img src="images/emergency-w.jpg" alt="Emergency Response" />
<h2>Quick Emergency Response</h2>
<p>
Ensures patients receive timely medical assistance by locating the
nearest hospitals and ambulances.
</p>
</div>
<div class="feature">
<div class="feature" style="cursor: pointer;">
<img src="images/ambulance-w.jpg" alt="Real-Time Tracking" />
<h2>Real-Time Tracking</h2>
<p>
Provides real-time updates on ambulance locations and traffic
conditions, optimizing route management.
</p>
</div>
<div class="feature">
<div class="feature" style="cursor: pointer;">
<img src="images/24-w.jpg" alt="24/7 Availability" />
<h2>24/7 Availability</h2>
<p>
Ensures round-the-clock service, making sure that help is just a
call away, anytime, anywhere.
</p>
</div>
<div class="feature">
<div class="feature" style="cursor: pointer;">
<img src="images/doctor-w.jpg" alt="Enhanced Communication" />
<h2>Enhanced Communication</h2>
<p>
Facilitates seamless communication between patients, hospitals, and
ambulance drivers.
</p>
</div>
<div class="feature">
<div class="feature" style="cursor: pointer;">
<img src="images/hospital-w.jpg" alt="Resource Management" />
<h2>Resource Management</h2>
<p>
Expand Down
1 change: 0 additions & 1 deletion src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ body {
width: 100%;
gap: 80px;
flex-wrap: wrap;

}

.team-features,
Expand Down
Loading