From b0f10a4fc90fd9966d2b13b0a6b55a4ea5ee3f0a Mon Sep 17 00:00:00 2001 From: AkhilBarthwal005 <67703904+AkhilBarthwal005@users.noreply.github.com> Date: Wed, 28 Oct 2020 13:55:55 +0530 Subject: [PATCH] Add files via upload --- frontend/src/components/css/adminLogin.css | 79 +++++++++++++ frontend/src/components/css/adminNav.css | 48 ++++++++ frontend/src/components/css/basic.css | 4 + frontend/src/components/css/department.css | 41 +++++++ frontend/src/components/css/doctor.css | 43 +++++++ frontend/src/components/css/footer.css | 11 ++ frontend/src/components/css/header.css | 27 +++++ frontend/src/components/css/home.css | 108 ++++++++++++++++++ .../src/components/css/newAppointment.css | 59 ++++++++++ 9 files changed, 420 insertions(+) create mode 100644 frontend/src/components/css/adminLogin.css create mode 100644 frontend/src/components/css/adminNav.css create mode 100644 frontend/src/components/css/basic.css create mode 100644 frontend/src/components/css/department.css create mode 100644 frontend/src/components/css/doctor.css create mode 100644 frontend/src/components/css/footer.css create mode 100644 frontend/src/components/css/header.css create mode 100644 frontend/src/components/css/home.css create mode 100644 frontend/src/components/css/newAppointment.css diff --git a/frontend/src/components/css/adminLogin.css b/frontend/src/components/css/adminLogin.css new file mode 100644 index 0000000..0430919 --- /dev/null +++ b/frontend/src/components/css/adminLogin.css @@ -0,0 +1,79 @@ +@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Sansita+Swashed:wght@700&display=swap'); +*{ + margin: 0; + padding: 0; +} +.container{ + height: 100vh; +} +.container::before{ + content: ""; + background: url('../img/bgAdmin.jpg') no-repeat center center fixed; + background-size: cover; + position: absolute; + width: 100%; + height: 100%; + z-index: -1; +} +.signin-container{ + width: 30%; + color: white; + position: absolute; + top: 30%; + left: 35%; +} +.signin-container h1{ + text-align: center; + font-size: 50px; + border-bottom: 2px solid purple; + padding: 5px 15px; + margin-bottom: 45px; + font-family: cursive; +} +.box{ + width: 100%; + margin: 12px 0px; + border-bottom: 2px solid purple; +} +.box FontAwesomeIcon{ + width:25px; + text-align: center; + padding: 0px 12px; +} +.box input{ + font-size: 20px; + outline: none; + width: 75%; + padding: 5px 10px; + text-align: center; + border: none; + border-radius: 10px; + background: none; + color: white; + margin-left: 30px; +} +.btn-signin{ + cursor: pointer; + font-size: 20px; + padding: 5px 10px; + border: 2px solid purple; + border-radius: 10px; + outline: none; + color: white; + display: block; + width: 45%; + margin: 20px auto; + background: none; + font-family: 'Pacifico', cursive; + font-weight: bold; +} +.btn-signin:hover{ + background-color: white; + color: purple; + opacity: 0.5; +} +.msg{ + color: red; + text-align: center; + margin-bottom: 20px; +} \ No newline at end of file diff --git a/frontend/src/components/css/adminNav.css b/frontend/src/components/css/adminNav.css new file mode 100644 index 0000000..4511486 --- /dev/null +++ b/frontend/src/components/css/adminNav.css @@ -0,0 +1,48 @@ +@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap'); +*{ + margin: 0; + padding: 0; +} +.logo{ + width: 20%; + display: flex; + justify-content: center; + align-items: center; + position: absolute; + left: 0; +} +.logo img{ + width: 55%; + border: none; +} +.navbar{ + display: flex; + align-items: center; + justify-content: center; + position: sticky; + top: 0; + cursor: pointer; +} +.nav-list{ + display: flex; + align-items: center; + width: 40%; +} +.nav-list li{ + list-style: none; + padding: 22px 20px; +} +.listdesign{ + text-decoration: none; + color: white; + font-size: 18px; + font-family: 'Ubuntu', sans-serif; +} +.listdesign:hover{ + color: gray; +} +.background{ + background: rgba(0, 0, 0, 0.7) url('../img/bg.jpg'); + background-size: cover; + background-blend-mode: darken; +} diff --git a/frontend/src/components/css/basic.css b/frontend/src/components/css/basic.css new file mode 100644 index 0000000..98ffaef --- /dev/null +++ b/frontend/src/components/css/basic.css @@ -0,0 +1,4 @@ +.message{ + text-align: center; + +} \ No newline at end of file diff --git a/frontend/src/components/css/department.css b/frontend/src/components/css/department.css new file mode 100644 index 0000000..380ce25 --- /dev/null +++ b/frontend/src/components/css/department.css @@ -0,0 +1,41 @@ +.department{ + height: 100vh; +} +.department::before{ + content: ""; + background: url(../img/departmentbg.jpg); + background-size: cover; + background-position: center; + background-repeat: no-repeat; + position: absolute; + width: 100%; + height: 100%; + z-index: -1; +} + +.departmentform{ + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + position: relative; + top: 16%; + right: 20%; +} +.departmentformInput{ + width: 50%; + display: block; + margin: auto; + color: gray; + font-size: 18px; + margin-top: 15px; + padding: 3px 10px; + border: 2px solid gray; + border-radius: 15px; + outline: none; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} +.departmentwidthfix{ + width: 52%; +} + diff --git a/frontend/src/components/css/doctor.css b/frontend/src/components/css/doctor.css new file mode 100644 index 0000000..6b6b362 --- /dev/null +++ b/frontend/src/components/css/doctor.css @@ -0,0 +1,43 @@ +.doctor{ + /* background-color: #e6e6e6; */ + /* background: rgba(0, 0, 0, 0.7) url('../img/doctorbg.jpeg'); + background-size: cover; + background-blend-mode: darken; */ + height: 100vh; +} +.doctor::before{ + content: ""; + background: url(../img/doctorbg.jpeg); + background-size: cover; + background-position: center; + background-repeat: no-repeat; + position: absolute; + width: 100%; + height: 100%; + z-index: -1; +} + +.doctorform{ + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + position: relative; + top: 30%; +} +.doctorformInput{ + width: 50%; + display: block; + margin: auto; + color: gray; + font-size: 18px; + margin-top: 15px; + padding: 3px 10px; + border: 2px solid gray; + border-radius: 15px; + outline: none; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} +.doctorwidthfix{ + width: 52%; +} diff --git a/frontend/src/components/css/footer.css b/frontend/src/components/css/footer.css new file mode 100644 index 0000000..659aa7e --- /dev/null +++ b/frontend/src/components/css/footer.css @@ -0,0 +1,11 @@ +.text-footer{ + text-align: center; + padding: 10px 0; + font-size: 15px; + font-family: 'Ubuntu', sans-serif; + display: flex; + justify-content: center; + color: white; + position: relative; + bottom : 0; +} \ No newline at end of file diff --git a/frontend/src/components/css/header.css b/frontend/src/components/css/header.css new file mode 100644 index 0000000..24963ce --- /dev/null +++ b/frontend/src/components/css/header.css @@ -0,0 +1,27 @@ +*{ + margin: 0; + padding: 0; +} +.smallnav{ + display: flex; + align-items: center; + background-color: #e8e8e4; +} +.smallnav-info{ + display: flex; + padding: 7px 20px; + margin: 0 60px; + align-items: center; +} +.smallnav-info p{ + margin: 0px 6px; +} +.icon{ + display: flex; + position: absolute; + right: 5%; +} +.icondesign{ + display: inline; + margin: 0px 6px; +} \ No newline at end of file diff --git a/frontend/src/components/css/home.css b/frontend/src/components/css/home.css new file mode 100644 index 0000000..7a926e6 --- /dev/null +++ b/frontend/src/components/css/home.css @@ -0,0 +1,108 @@ +@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap'); +*{ + margin: 0; + padding: 0; +} +.firstSection{ + height: 90vh; +} +.main-box{ + display: flex; + justify-content: center; + align-items: center; + color: white; + max-width: 75%; + height: 75%; + margin: auto; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} +.firstHalf{ + display: flex; + flex-direction: column; + justify-content: center; + width: 70%; +} +.secondHalf{ + width: 30%; +} +.secondHalf img{ + display: block; + margin: auto; + width: 50%; + border: 2px solid white; + border-radius: 94px; +} +.text-big{ + font-size: 45px; + padding: 12px 0; + font-weight: bold; +} +.text-small{ + font-size: 20px; +} +.btn{ + font-size: 16px; + padding: 5px 15px; + border: 2px solid white; + border-radius: 25px; + background: none; + color: white; + margin: 10px 5px; + outline: none; + cursor: pointer; + font-size: 18px; + font-family: 'Ubuntu', sans-serif; +} +.btn-dark{ + color: black; + border: 2px solid gray; +} +.btn:hover{ + background-color: rgb(194, 189, 189,0.54); +} +.btn-small{ + padding: 3px 10px; + vertical-align: middle; + font-size: 15px; +} +.section{ + /* height: 420px; */ + display: flex; + align-items: center; + justify-content: space-evenly; + max-width: 80%; + margin: auto; + font-family: 'Ubuntu', sans-serif; + padding: 10px; +} +.para{ + padding: 0 65px; +} +.sectionTag{ + font-size: 35px; +} +.sectionSubTag{ + font-size: 18px; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} +.section-left{ + flex-direction: row-reverse; +} +.thumbnail img{ + width: 220px; + border: 2px solid black; + border-radius: 25px; + margin-top: 15px; +} +.contact{ + background-color: #e6e6e6; + height: 614px; +} +.subHeading{ + text-align: center; + /* padding: 5px 0; */ + padding-top: 12px; + font-size: 35px; + font-family: 'Ubuntu', sans-serif; +} + diff --git a/frontend/src/components/css/newAppointment.css b/frontend/src/components/css/newAppointment.css new file mode 100644 index 0000000..7c31ef7 --- /dev/null +++ b/frontend/src/components/css/newAppointment.css @@ -0,0 +1,59 @@ +.appointment{ + background-color: #e6e6e6; + height: 135vh; +} +.subHeading{ + text-align: center; + padding-top: 12px; + font-size: 35px; + font-family: 'Ubuntu', sans-serif; +} +.form{ + max-width: 80%; + display: block; + margin: 25px auto; +} +.formInput{ + width: 80%; + display: block; + margin: auto; + color: gray; + font-size: 18px; + margin-top: 15px; + padding: 3px 10px; + border: 2px solid gray; + border-radius: 15px; + outline: none; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} +.datetime{ + color: gray; +} +.widthfix{ + width:82%; +} +.btn-submit{ + display : block; + font-size: 16px; + padding: 5px 15px; + border: 2px solid white; + border-radius: 25px; + background: none; + color: white; + margin: 10px auto; + outline: none; + cursor: pointer; + font-size: 18px; + font-family: 'Ubuntu', sans-serif; +} +.btn-dark{ + color: black; + border: 2px solid gray; +} +.btn-submit:hover{ + background-color: rgb(194, 189, 189,0.54); +} +.note{ + color: red; + text-align: center; +} \ No newline at end of file