From de2bc12444183c059cbab19af213b0fcf3f2f08b Mon Sep 17 00:00:00 2001 From: sakthishanmugam <91444852+sakthishanmugam@users.noreply.github.com> Date: Wed, 26 Oct 2022 21:30:56 +0530 Subject: [PATCH] Add files via upload --- CSS/Doctor.css | 13 +++++++++++++ CSS/Home.css | 11 +++++++++++ Front-end-project/README.md | 2 ++ HTML/Doctor.html | 29 +++++++++++++++++++++++++++++ HTML/Doctor1.html | 31 +++++++++++++++++++++++++++++++ HTML/Facility.html | 24 ++++++++++++++++++++++++ HTML/Home.css | 5 +++++ HTML/Home.html | 18 ++++++++++++++++++ HTML/Patient.html | 37 +++++++++++++++++++++++++++++++++++++ README.md | 3 ++- 10 files changed, 172 insertions(+), 1 deletion(-) create mode 100644 CSS/Doctor.css create mode 100644 CSS/Home.css create mode 100644 Front-end-project/README.md create mode 100644 HTML/Doctor.html create mode 100644 HTML/Doctor1.html create mode 100644 HTML/Facility.html create mode 100644 HTML/Home.css create mode 100644 HTML/Home.html create mode 100644 HTML/Patient.html diff --git a/CSS/Doctor.css b/CSS/Doctor.css new file mode 100644 index 00000000..6592e617 --- /dev/null +++ b/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/CSS/Home.css b/CSS/Home.css new file mode 100644 index 00000000..202b47f2 --- /dev/null +++ b/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/README.md b/Front-end-project/README.md new file mode 100644 index 00000000..848fff4d --- /dev/null +++ b/Front-end-project/README.md @@ -0,0 +1,2 @@ +# Front-end-project +Online doctor appointment system diff --git a/HTML/Doctor.html b/HTML/Doctor.html new file mode 100644 index 00000000..88642c91 --- /dev/null +++ b/HTML/Doctor.html @@ -0,0 +1,29 @@ + + + + + + + + ONLINE DOCTOR APPOINTMENT + + +

ONLINE DOCTOR APPOINTMENT

+

+
+
+ +
+

+
+
+
images
+ + + + \ No newline at end of file diff --git a/HTML/Doctor1.html b/HTML/Doctor1.html new file mode 100644 index 00000000..1161c669 --- /dev/null +++ b/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/HTML/Facility.html b/HTML/Facility.html new file mode 100644 index 00000000..f03a984d --- /dev/null +++ b/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/HTML/Home.css b/HTML/Home.css new file mode 100644 index 00000000..8ce28d0d --- /dev/null +++ b/HTML/Home.css @@ -0,0 +1,5 @@ + +body{ + + background: url("/VIEW/images.jpg"); +} \ No newline at end of file diff --git a/HTML/Home.html b/HTML/Home.html new file mode 100644 index 00000000..de9ea1b2 --- /dev/null +++ b/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/HTML/Patient.html b/HTML/Patient.html new file mode 100644 index 00000000..a2d19d72 --- /dev/null +++ b/HTML/Patient.html @@ -0,0 +1,37 @@ + + + + + + + + Appointment + + + +
+

Appointment Form


+ + +

+ + +

+ + +

+ +

Time booking

+ +
+ + +
+ + +

+ + + \ No newline at end of file diff --git a/README.md b/README.md index 45fd3416..848fff4d 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# Online_College_Election_System \ No newline at end of file +# Front-end-project +Online doctor appointment system