2023-10-27 15:44:45 +05:30
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
<link rel="stylesheet" href="top_header.css" />
|
2023-10-30 14:00:03 +05:30
|
|
|
<link rel="stylesheet" href="/nav_bar/nav_bar.css"/>
|
2023-10-27 15:44:45 +05:30
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="header-container">
|
|
|
|
|
<div>
|
|
|
|
|
<img class="logo" src="/nav_bar/img/logo.png" alt="logo image" />
|
|
|
|
|
</div>
|
|
|
|
|
<!--This is the top nav bar-->
|
|
|
|
|
<div class="topnav">
|
|
|
|
|
<a class="active" href="#home">Home</a>
|
|
|
|
|
<a href="#aboutus">About Us</a>
|
|
|
|
|
<a href="#doctors">Doctors</a>
|
|
|
|
|
<a href="#department">Department</a>
|
|
|
|
|
<a href="#newsandmedia">New and Media</a>
|
|
|
|
|
<a href="#career">Career</a>
|
|
|
|
|
<a href="#contactus">Contact Us</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--Ending of top nav bar-->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--starting of the rest of the header code-->
|
|
|
|
|
<div class="top-header-container">
|
|
|
|
|
|
|
|
|
|
<div class="img_container">
|
|
|
|
|
<img class="doctor_img" src="img/doctor_img.png" alt="doc image" />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="title_1">
|
|
|
|
|
<h1>Love & Care to Humanity</h1>
|
|
|
|
|
<h3>Fastest-Growing Multi Speciality Hospital in South Kerala</h1>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="book-appointment">
|
|
|
|
|
<h4>Book an Appoinment</h4>
|
|
|
|
|
|
|
|
|
|
<div class="input-container">
|
|
|
|
|
<input type="text" placeholder="Full name" class="rounded-input">
|
|
|
|
|
<input type="text" placeholder="Phone number" class="rounded-input">
|
|
|
|
|
<input type="text" placeholder="Select Date" class="rounded-input">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="input-container">
|
|
|
|
|
<input type="text" placeholder="Select Department" class="rounded-input">
|
|
|
|
|
<input type="text" placeholder="Select Doctor" class="rounded-input">
|
|
|
|
|
<button class="book-appointment-button">Book Appointment</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|