From 169bb8e601f14404f09ee58f849a0976e5d470cf Mon Sep 17 00:00:00 2001 From: avani112 <36026630+avani112@users.noreply.github.com> Date: Wed, 26 Sep 2018 19:45:40 +0530 Subject: [PATCH 1/7] change in anchor --- login.html | 160 ++++++++++++++++++++++------------------------------- 1 file changed, 67 insertions(+), 93 deletions(-) diff --git a/login.html b/login.html index d466d9c..3505b99 100644 --- a/login.html +++ b/login.html @@ -1,101 +1,75 @@ + -doctor login - - -
-
-

CITY HOSPITAL


-
-
-
-
-
- Username: - -
- - Password: - -

- - - - - -
-
- - + + From 0996dcf2b3b1c44accf2bb79c6fe503c3c7616d0 Mon Sep 17 00:00:00 2001 From: avani112 <36026630+avani112@users.noreply.github.com> Date: Wed, 26 Sep 2018 19:46:47 +0530 Subject: [PATCH 2/7] change in anchor properties --- indexcss.css | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/indexcss.css b/indexcss.css index ce8d55d..1760b7a 100644 --- a/indexcss.css +++ b/indexcss.css @@ -4,7 +4,7 @@ background-color: rgb(100,150,250); padding: 25px; border-radius: 25px; - box-shadow: powderblue; + box-shadow: 2px 2px powderblue; } a{ font-size:35px; @@ -13,12 +13,27 @@ a{ padding-top:25px; padding-left: 25px; } -.login{ +.app{ + font-size:25px; + color: ivory; + width:250px; + height:70px; + border-radius:20px; + background-color:teal; + text-align: center; + padding-top:10px; + padding-left: 10px; +} +.log{ +font-size:25px; + color: ivory; width:150px; - height:50px; - padding:10px; + height:70px; border-radius:20px; background-color:teal; + text-align: center; + padding-top:10px; + padding-left: 10px; } body{ background-image: url(img.jpg); @@ -56,7 +71,7 @@ h1{ text-align: center; border-radius: 50px; } -.login:hover{ +.appointment:hover{ box-shadow: 5px 5px grey; } .appointment{ @@ -66,6 +81,6 @@ h1{ border-radius:20px; background-color:teal; } -.appointment:hover{ +input:hover{ box-shadow: 5px 5px grey; -} \ No newline at end of file +} From 84eac7f6d89d1ac85bd34d7440ec02cfcb3531b0 Mon Sep 17 00:00:00 2001 From: avani112 <36026630+avani112@users.noreply.github.com> Date: Thu, 4 Oct 2018 18:57:14 +0530 Subject: [PATCH 3/7] Update login.html --- login.html | 159 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 93 insertions(+), 66 deletions(-) diff --git a/login.html b/login.html index 3505b99..997698c 100644 --- a/login.html +++ b/login.html @@ -1,75 +1,102 @@ - - doctors - - - -
-

City Hospital

-

Welcome to our online appointment scheduling services

-
- + - From c2afeda101b888ee3a164bc6301bbdb4d96c35f0 Mon Sep 17 00:00:00 2001 From: avani112 <36026630+avani112@users.noreply.github.com> Date: Thu, 4 Oct 2018 20:03:36 +0530 Subject: [PATCH 4/7] Add files via upload --- registration.php | 92 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 registration.php diff --git a/registration.php b/registration.php new file mode 100644 index 0000000..70bf212 --- /dev/null +++ b/registration.php @@ -0,0 +1,92 @@ + + + + Registration Form + + + +
+

REGISTRATION FORM

+
+ + + +
+ + +
+ + +
+ + +
+ + + +
+ Name:
Age:
Gender: M + F +
Contact no:

Choose your Doctor: +



+ +
+
+ + \ No newline at end of file From f2f1e0b1d0aefd5a46558d971b33a8b45a58a180 Mon Sep 17 00:00:00 2001 From: avani112 <36026630+avani112@users.noreply.github.com> Date: Fri, 5 Oct 2018 08:06:27 +0530 Subject: [PATCH 5/7] Update index.html --- index.html | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 0d17122..69ee163 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,6 @@ + + + doctors @@ -9,11 +12,10 @@

City Hospital

Welcome to our online appointment scheduling services

@@ -48,11 +50,11 @@

Welcome to our online appointment scheduling services


-
- - Get Appointment + + + -
+
@@ -72,4 +74,5 @@

Welcome to our online appointment scheduling services

} - \ No newline at end of file + + From 7678cdaa48fee2640b8f4bc26bfec37756204ce0 Mon Sep 17 00:00:00 2001 From: avani112 <36026630+avani112@users.noreply.github.com> Date: Fri, 5 Oct 2018 08:12:33 +0530 Subject: [PATCH 6/7] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 69ee163..8978fcc 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - doctors + City Hospitals From 70dedd619a1f0a0c2fccb0f41053b6a233e68460 Mon Sep 17 00:00:00 2001 From: ArjunVaskale <36169177+ArjunVaskale@users.noreply.github.com> Date: Wed, 2 Oct 2019 16:00:38 +0530 Subject: [PATCH 7/7] Update indexcss.css --- indexcss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexcss.css b/indexcss.css index 1760b7a..6d5e9ee 100644 --- a/indexcss.css +++ b/indexcss.css @@ -41,7 +41,7 @@ body{ background-position: center ; background-attachment: scroll; background-size: cover; - background-blend-mode: lighten; + background-blend-mode: lighten; //check this one and corrent it } p{ font-family: "Trebuchet MS", Helvetica, sans-serif;