Skip to content

Commit

Permalink
Added cursor pointer on home page cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ansiace committed Oct 31, 2024
1 parent 442ee84 commit 9af62eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,39 +438,39 @@ <h2 data-link_h2="AmbuFlow...">AmbuFlow...</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

0 comments on commit 9af62eb

Please sign in to comment.