Skip to content

Commit

Permalink
Merge pull request #1142 from ansiace/main
Browse files Browse the repository at this point in the history
Added cursor pointer on home page cards
  • Loading branch information
vimistify authored Nov 5, 2024
2 parents 1485f19 + 0e300bf commit cd4889e
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 @@ -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

0 comments on commit cd4889e

Please sign in to comment.