Skip to content

Commit

Permalink
fixed nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchikakengal committed Jan 9, 2025
1 parent 46d7782 commit 4cb1e95
Showing 1 changed file with 0 additions and 113 deletions.
113 changes: 0 additions & 113 deletions homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,119 +411,6 @@ <h2>Contact Us</h2>
</head>
<body>
<header>
<div class="container">
<div class="logo">
<img
src="images/logo2-w.webp"
alt="Ambulance Monitoring System Logo"
style="width: 3.125rem; height: auto"
/>
<!-- 50px -->
</div>

<nav>
<ul>
<li>
<a
href="homepage.html"
id="home-link"
onclick="changeContent('home')"
>Home</a
>
</li>
<li>
<a
href="features.html"
id="features-link"
onclick="changeContent('features')"
>Features</a
>
</li>
<li>
<a
href="team.html"
id="team-link"
onclick="changeContent('team')"
>Team</a
>
</li>
<li>
<a
href="contact.html"
id="contact-link"
onclick="changeContent('contact')"
>Contact</a
>
</li>
</ul>
<div class="hamburger" onclick="toggleMenu()">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
</nav>
<div class="buttons">
<a href="login.html" class="login">Log in</a>
<a href="up.html" class="get-started">Get started</a>
</div>
</div>
</header>

<div class="content" id="main-content">
<h1>Welcome to AmbuFlow</h1>
<div class="grid">
<div class="feature">
<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">
<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">
<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">
<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">
<img
src="images/hospital-w.jpg"
alt="Resource Management"
/>
<h2>Resource Management</h2>
<p>
Helps hospitals manage their resources efficiently by
providing critical information and analytics.
</p>
</div>

<!-- Team Section in Full Row -->
<div class="team-feature">
Expand Down

0 comments on commit 4cb1e95

Please sign in to comment.