From 4e19be5efde187f41d92c5eddd7d757d5fa138d9 Mon Sep 17 00:00:00 2001
From: codewithkanhaiya <89131687+codewithkanhaiya@users.noreply.github.com>
Date: Sat, 29 Oct 2022 23:30:33 +0530
Subject: [PATCH 1/4] Added Front-End of Dental Clinic
---
Dentist/index.html | 902 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 902 insertions(+)
create mode 100644 Dentist/index.html
diff --git a/Dentist/index.html b/Dentist/index.html
new file mode 100644
index 0000000..cdd8333
--- /dev/null
+++ b/Dentist/index.html
@@ -0,0 +1,902 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ANSHU . Dental Clinic
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ABOUT US .
+
+
+
I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit
+ Text” or double click me to add your own content and make changes to the font. Feel free to
+ drag and drop me anywhere you like on your page. I’m a great place for you to tell a story
+ and let your users know a little more about you.
+
+
+
+ This is a great space to write long text about your company and your services. You can use
+ this space to go into a little more detail about your company. Talk about your team and what
+ services you provide. Tell your visitors the story of how you came up with th e idea for
+ your business and what makes you different from your competitors. Make your company stand
+ out and show your visitors who you are.
+
+
+
I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit
+ Text” or double click me to add your own content and make changes to the font. Feel free to
+ drag and drop me anywhere you like on your page. I’m a great place for you to tell a story
+ and let your users know a little more about you.
+
+
+
+ This is a great space to write long text about your company and your services. You can use
+ this space to go into a little more detail about your company. Talk about your team and what
+ services you provide. Tell your visitors the story of how you came up with th e idea for
+ your business and what makes you different from your competitors. Make your company stand
+ out and show your visitors who you are.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
OUR SERVICES .
+
+
+
+
Routine Exams
+
+
+ I'm a paragraph. Click here to add your own text and edit me. It's easy.
+
+
+
+
Dental Hygiene
+
+
+ I'm a paragraph. Click here to add your own text and edit me. It's easy.
+
+
+
+
+
+
Dental Fillings
+
+
+ I'm a paragraph. Click here to add your own text and edit me. It's easy.
+
+
+
+
Denturess & Veneers
+
+
+ I'm a paragraph. Click here to add your own text and edit me. It's easy.
+
+
+
+
+
+
Emergency Dentistry
+
+
+ I'm a paragraph. Click here to add your own text and edit me. It's easy.
+
+
+
+
Teeth Whitening
+
+
+ I'm a paragraph. Click here to add your own text and edit me. It's easy.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
OUR DENTISTS .
+
+
+
+
+
+
+
+
Dr. Janet Johnson
+
Tooth Sepcialist
+
+
+
+
+
+
+
+
+
Dr. Charles Smith
+
Orthodontist
+
+
+
+
+
+
+
+
+
Dr. Olivia Bayne
+
Hygienist
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
HAPPY CILENTS .
+
+
+
+
+
+ “I'm a testimonial. Click to edit me and add text that says something nice about you and your services.”
+
+
+
Denielle Hudson
+
+
+
+
+
+
+
+ “I'm a testimonial. Click to edit me and add text that says something nice about you and your services.”
+
+
+
Denielle Hudson
+
+
+
+
+
+
+
+ “I'm a testimonial. Click to edit me and add text that says something nice about you and your services.”
+
+
+
Denielle Hudson
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From 6888446835ace734ba03c52b91ad40e4f4e05143 Mon Sep 17 00:00:00 2001
From: codewithkanhaiya <89131687+codewithkanhaiya@users.noreply.github.com>
Date: Sat, 29 Oct 2022 23:39:04 +0530
Subject: [PATCH 2/4] Added required instructions
---
Dentist/README.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 Dentist/README.md
diff --git a/Dentist/README.md b/Dentist/README.md
new file mode 100644
index 0000000..114d974
--- /dev/null
+++ b/Dentist/README.md
@@ -0,0 +1,13 @@
+# Dental Clinic
+
+## About
+
+- This is frontend part of dental clinic
+- Made with Html, css
+- This is not responsive
+- View the code output in Desktop in butter understanding
+- Enjoy!
+
+## Contributions
+
+- [codewithkanhaiya](https://github.com/codewithkanhaiya)
From 73dac506498ecf7caeac297e02db8035ffcfa156 Mon Sep 17 00:00:00 2001
From: codewithkanhaiya <89131687+codewithkanhaiya@users.noreply.github.com>
Date: Sun, 30 Oct 2022 00:09:49 +0530
Subject: [PATCH 3/4] Create README.md
---
Dentist/img/README.md | 1 +
1 file changed, 1 insertion(+)
create mode 100644 Dentist/img/README.md
diff --git a/Dentist/img/README.md b/Dentist/img/README.md
new file mode 100644
index 0000000..445963b
--- /dev/null
+++ b/Dentist/img/README.md
@@ -0,0 +1 @@
+# Images use for Dental Clinic
From 83113f2441752befe824571e946e3ea9bed6e027 Mon Sep 17 00:00:00 2001
From: codewithkanhaiya <89131687+codewithkanhaiya@users.noreply.github.com>
Date: Sun, 30 Oct 2022 00:11:52 +0530
Subject: [PATCH 4/4] Add files via upload
---
Dentist/img/D1.jpg | Bin 0 -> 14399 bytes
Dentist/img/D2.jpg | Bin 0 -> 10921 bytes
Dentist/img/D3.jpg | Bin 0 -> 12816 bytes
Dentist/img/back_photo.jpg | Bin 0 -> 91975 bytes
Dentist/img/services_back_image.jpg | Bin 0 -> 1925294 bytes
Dentist/img/slide1.jpg | Bin 0 -> 208267 bytes
Dentist/img/slide2.jpg | Bin 0 -> 178007 bytes
Dentist/img/slide3.jpg | Bin 0 -> 221815 bytes
8 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 Dentist/img/D1.jpg
create mode 100644 Dentist/img/D2.jpg
create mode 100644 Dentist/img/D3.jpg
create mode 100644 Dentist/img/back_photo.jpg
create mode 100644 Dentist/img/services_back_image.jpg
create mode 100644 Dentist/img/slide1.jpg
create mode 100644 Dentist/img/slide2.jpg
create mode 100644 Dentist/img/slide3.jpg
diff --git a/Dentist/img/D1.jpg b/Dentist/img/D1.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d5207214b911b631d11f231afdadfb32e2b11520
GIT binary patch
literal 14399
zcmb8VWmKF?(=I%?!{F``+=9D13GNPqYj6ne9tiI4?(QzZ-7UDgANGEp_x--}^VC{1
zUDI8wrf2TbtNUZ=V;j&e?q*>M07y&I0$>3E05kv%3<3c5$^G-f1B3c^RQu%d|I6!r
z^3?y80srLD!Tbix9|v