From fa5ac3532921335cdd2656e21529936e4a5de364 Mon Sep 17 00:00:00 2001 From: sakthishanmugam <91444852+sakthishanmugam@users.noreply.github.com> Date: Wed, 26 Oct 2022 21:41:37 +0530 Subject: [PATCH] Add files via upload --- Front-end-project/CSS/Doctor.css | 13 +++++++ Front-end-project/CSS/Home.css | 11 ++++++ Front-end-project/Front-end-project/README.md | 2 + Front-end-project/HTML/Doctor.html | 29 +++++++++++++++ Front-end-project/HTML/Doctor1.html | 31 ++++++++++++++++ Front-end-project/HTML/Facility.html | 24 ++++++++++++ Front-end-project/HTML/Home.css | 5 +++ Front-end-project/HTML/Home.html | 18 +++++++++ Front-end-project/HTML/Patient.html | 37 +++++++++++++++++++ 9 files changed, 170 insertions(+) create mode 100644 Front-end-project/CSS/Doctor.css create mode 100644 Front-end-project/CSS/Home.css create mode 100644 Front-end-project/Front-end-project/README.md create mode 100644 Front-end-project/HTML/Doctor.html create mode 100644 Front-end-project/HTML/Doctor1.html create mode 100644 Front-end-project/HTML/Facility.html create mode 100644 Front-end-project/HTML/Home.css create mode 100644 Front-end-project/HTML/Home.html create mode 100644 Front-end-project/HTML/Patient.html diff --git a/Front-end-project/CSS/Doctor.css b/Front-end-project/CSS/Doctor.css new file mode 100644 index 00000000..6592e617 --- /dev/null +++ b/Front-end-project/CSS/Doctor.css @@ -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; +} \ No newline at end of file diff --git a/Front-end-project/CSS/Home.css b/Front-end-project/CSS/Home.css new file mode 100644 index 00000000..202b47f2 --- /dev/null +++ b/Front-end-project/CSS/Home.css @@ -0,0 +1,11 @@ + +body{ + +background-color: burlywood; +margin-left: 50px; +border-inline: 100px; +color:white; +font-size:25px; + + +} \ No newline at end of file diff --git a/Front-end-project/Front-end-project/README.md b/Front-end-project/Front-end-project/README.md new file mode 100644 index 00000000..848fff4d --- /dev/null +++ b/Front-end-project/Front-end-project/README.md @@ -0,0 +1,2 @@ +# Front-end-project +Online doctor appointment system diff --git a/Front-end-project/HTML/Doctor.html b/Front-end-project/HTML/Doctor.html new file mode 100644 index 00000000..88642c91 --- /dev/null +++ b/Front-end-project/HTML/Doctor.html @@ -0,0 +1,29 @@ + + + + + + + + ONLINE DOCTOR APPOINTMENT + + +

ONLINE DOCTOR APPOINTMENT

+

+
+
+ +
+

+
+
+
images
+ + + + \ No newline at end of file diff --git a/Front-end-project/HTML/Doctor1.html b/Front-end-project/HTML/Doctor1.html new file mode 100644 index 00000000..1161c669 --- /dev/null +++ b/Front-end-project/HTML/Doctor1.html @@ -0,0 +1,31 @@ + + + + + + + + AVAILABLE DOCTORS + + +
+

OUR SPECIAL DOCTORS

+
+ Ms.Jane MBBS.,MD (Cardiologist) +
+ doc +
+
+
+ Mrs.Kate MBBS.,MD (Paediatrician) +
+ doc +
+
+
+ Mr.wils MBBS.,MD +
+ doc +
+ + \ No newline at end of file diff --git a/Front-end-project/HTML/Facility.html b/Front-end-project/HTML/Facility.html new file mode 100644 index 00000000..f03a984d --- /dev/null +++ b/Front-end-project/HTML/Facility.html @@ -0,0 +1,24 @@ + + + + + + + + Facility + + +
+

AMBULANCE SERVICES

+ we have 24 hours Ambulance services available over the Chennai city. +

+

EMERGENCY ROOMS

+ We have the capacity of 5000 patients Admission rooms +

+

FREE CHECKUPS

+ Free checkups available for old age people +

+ doc +
+ + \ No newline at end of file diff --git a/Front-end-project/HTML/Home.css b/Front-end-project/HTML/Home.css new file mode 100644 index 00000000..8ce28d0d --- /dev/null +++ b/Front-end-project/HTML/Home.css @@ -0,0 +1,5 @@ + +body{ + + background: url("/VIEW/images.jpg"); +} \ No newline at end of file diff --git a/Front-end-project/HTML/Home.html b/Front-end-project/HTML/Home.html new file mode 100644 index 00000000..de9ea1b2 --- /dev/null +++ b/Front-end-project/HTML/Home.html @@ -0,0 +1,18 @@ + + + + + + + +
Home
+ + +

Welcome to Online Doctor appointment


+ 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. +
+
+
+
go
+ + \ No newline at end of file diff --git a/Front-end-project/HTML/Patient.html b/Front-end-project/HTML/Patient.html new file mode 100644 index 00000000..a2d19d72 --- /dev/null +++ b/Front-end-project/HTML/Patient.html @@ -0,0 +1,37 @@ + + + + + + + + Appointment + + + +
+

Appointment Form


+ + +

+ + +

+ + +

+ +

Time booking

+ +
+ + +
+ + +

+ + + \ No newline at end of file