parent
de2bc12444
commit
fa5ac35329
@ -0,0 +1,13 @@
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
|
||||
}
|
||||
body{
|
||||
background-image: url("images(1).jpg");
|
||||
background-color: cornsilk;
|
||||
}
|
||||
navbar{
|
||||
background-color: darkcyan;
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
|
||||
body{
|
||||
|
||||
background-color: burlywood;
|
||||
margin-left: 50px;
|
||||
border-inline: 100px;
|
||||
color:white;
|
||||
font-size:25px;
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,2 @@
|
||||
# Front-end-project
|
||||
Online doctor appointment system
|
@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport"content="width=device-width,initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/VIEW/CSS/Doctor.css">
|
||||
<title>ONLINE DOCTOR APPOINTMENT</title>
|
||||
</head>
|
||||
<body>
|
||||
<center><h1> ONLINE DOCTOR APPOINTMENT </h1> </center>
|
||||
<br> <br>
|
||||
<div>
|
||||
<center>
|
||||
<ul>
|
||||
<a href="Home.html">HOME</a>
|
||||
<a href="Facility.html">FACILITY</a>
|
||||
<a href="Doctor1.html">DOCTOR</a>
|
||||
<a href="Patient.html">PATIENT</a>
|
||||
</ul>
|
||||
</center>
|
||||
<br> <br>
|
||||
</div>
|
||||
<div class="content">
|
||||
<center><img src="/VIEW/img.jpg" alt="images"> </center>
|
||||
|
||||
</nav>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/VIEW/CSS/Doctor.css">
|
||||
<title>AVAILABLE DOCTORS</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<h1> OUR SPECIAL DOCTORS</h1>
|
||||
<br>
|
||||
<P1> Ms.Jane MBBS.,MD (Cardiologist)</P1>
|
||||
<br>
|
||||
<img src="/VIEW/download (6).jpg" alt="doc">
|
||||
</center>
|
||||
<br>
|
||||
<center>
|
||||
<p2> Mrs.Kate MBBS.,MD (Paediatrician)</p2>
|
||||
<br>
|
||||
<img src= "/VIEW/download (7).jpg" alt="doc">
|
||||
</center>
|
||||
<br>
|
||||
<center>
|
||||
<p3> Mr.wils MBBS.,MD</p3>
|
||||
<br>
|
||||
<img src="/VIEW/download (8).jpg" alt="doc">
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/VIEW/CSS/Home.css">
|
||||
<title>Facility</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<h1>AMBULANCE SERVICES</h1>
|
||||
<P1>we have 24 hours Ambulance services available over the Chennai city.</P1>
|
||||
<br> <br>
|
||||
<h1>EMERGENCY ROOMS</h1>
|
||||
<P2> We have the capacity of 5000 patients Admission rooms</P2>
|
||||
<br> <br>
|
||||
<h1>FREE CHECKUPS</h1>
|
||||
<p3> Free checkups available for old age people</p3>
|
||||
<br> <br>
|
||||
<img src="/VIEW/download (2).jpg"alt="doc">
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,5 @@
|
||||
|
||||
body{
|
||||
|
||||
background: url("/VIEW/images.jpg");
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/VIEW/CSS/Home.css">
|
||||
<center> <title>Home</title></center>
|
||||
</head>
|
||||
<body>
|
||||
<center><h1> Welcome to Online Doctor appointment</h1></center><br>
|
||||
<p1> Online system makes patient management easier and more efficient.It is also possible to avoid redundant data entries about the same patient.In addition,the ongoing records of the patient can be updated each and every time of appointment.Get personalized solutions for any health issue with instant online doctor consultation.consult trusted doctors form our health care instantly.Get 24/7 online advice from experts.</p1>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<center> <img src="/VIEW/download (10).jpg" alt="go"></center>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/VIEW/CSS/Doctor.css">
|
||||
<title>Appointment</title>
|
||||
</head>
|
||||
<body>
|
||||
<class id ="navbar">
|
||||
<form action="">
|
||||
<center> <h1>Appointment Form</h1> <br>
|
||||
<label for="">Patient's Name</label>
|
||||
<input id="text">
|
||||
<br> <br>
|
||||
<label for ="">Home Address</label>
|
||||
<input id= "text">
|
||||
<br><br>
|
||||
<label for=""> Phone number</label>
|
||||
<input id="text">
|
||||
<br> <br>
|
||||
|
||||
<p>Time booking</p>
|
||||
<label for="">10 AM</label>
|
||||
<input type="radio"><br>
|
||||
<label for="">12 AM</label>
|
||||
<input type="radio">
|
||||
<br>
|
||||
<label for="">3 PM</label>
|
||||
<input type="radio">
|
||||
<br><br>
|
||||
<input type="submit" name="Register"
|
||||
|
||||
</body>
|
||||
</class>
|
||||
</html>
|
Loading…
Reference in new issue