diff --git a/ng-seed/angular.json b/ng-seed/angular.json index ebb274b..14c51c8 100644 --- a/ng-seed/angular.json +++ b/ng-seed/angular.json @@ -35,7 +35,8 @@ "contra/emitter", "@mattlewis92/dom-autoscroller", "CommonJS", - "sweetalert2" + "sweetalert2", + "@firebase/app-check" ], "styles": [ "node_modules/quill/dist/quill.snow.css", diff --git a/ng-seed/package-lock.json b/ng-seed/package-lock.json index 7c1fc51..17a43eb 100644 --- a/ng-seed/package-lock.json +++ b/ng-seed/package-lock.json @@ -1,7 +1,7 @@ { "name": "optima", "version": "3.0.0", - "lockfileVersion": 1, + "lockfileVersion": 2, "requires": true, "dependencies": { "@agm/core": { @@ -1870,9 +1870,9 @@ } }, "@firebase/firestore": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-2.4.0.tgz", - "integrity": "sha512-PQ6+lWNrvh74GvFTHT4gCutFipDmtu8D1tNNawKe+/SyL6XFgeuMYgZIpKQgkTSezVDogC7EGQTJBFnewF9pOg==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-2.4.1.tgz", + "integrity": "sha512-S51XnILdhNt0ZA6bPnbxpqKPI5LatbGY9RQjA2TmATrjSPE3aWndJsLIrutI6aS9K+YFwy5+HLDKVRFYQfmKAw==", "requires": { "@firebase/component": "0.5.6", "@firebase/firestore-types": "2.4.0", @@ -1881,7 +1881,7 @@ "@firebase/webchannel-wrapper": "0.5.1", "@grpc/grpc-js": "^1.3.2", "@grpc/proto-loader": "^0.6.0", - "node-fetch": "2.6.1", + "node-fetch": "2.6.7", "tslib": "^2.1.0" } }, @@ -1891,14 +1891,14 @@ "integrity": "sha512-0dgwfuNP7EN6/OlK2HSNSQiQNGLGaRBH0gvgr1ngtKKJuJFuq0Z48RBMeJX9CGjV4TP9h2KaB+KrUKJ5kh1hMg==" }, "@firebase/functions": { - "version": "0.6.15", - "resolved": "https://registry.npmjs.org/@firebase/functions/-/functions-0.6.15.tgz", - "integrity": "sha512-b7RpLwFXi0N+HgkfK8cmkarSOoBeSrc1jNdadkCacQt+vIePkKM3E9EJXF4roWSa8GwTruodpBsvH+lK9iCAKQ==", + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@firebase/functions/-/functions-0.6.16.tgz", + "integrity": "sha512-KDPjLKSjtR/zEH06YXXbdWTi8gzbKHGRzL/+ibZQA/1MLq0IilfM+1V1Fh8bADsMCUkxkqoc1yiA4SUbH5ajJA==", "requires": { "@firebase/component": "0.5.6", "@firebase/functions-types": "0.4.0", "@firebase/messaging-types": "0.5.0", - "node-fetch": "2.6.1", + "node-fetch": "2.6.7", "tslib": "^2.1.0" } }, @@ -2001,14 +2001,14 @@ "integrity": "sha512-G96qnF3RYGbZsTRut7NBX0sxyczxt1uyCgXQuH/eAfUCngxjEGcZQnBdy6mvSdqdJh5mC31rWPO4v9/s7HwtzA==" }, "@firebase/storage": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@firebase/storage/-/storage-0.7.0.tgz", - "integrity": "sha512-ebDFKJbM5HOxVtZV+RhVEBVtlWHK+Z5L3kA5uDBA2jMYcn+8NV/crozJnEE+iRsGEco6dLK5JS+Er4qtKLpH5A==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@firebase/storage/-/storage-0.7.1.tgz", + "integrity": "sha512-T7uH6lAgNs/Zq8V3ElvR3ypTQSGWon/R7WRM2I5Td/d0PTsNIIHSAGB6q4Au8mQEOz3HDTfjNQ9LuQ07R6S2ug==", "requires": { "@firebase/component": "0.5.6", "@firebase/storage-types": "0.5.0", "@firebase/util": "1.3.0", - "node-fetch": "2.6.1", + "node-fetch": "2.6.7", "tslib": "^2.1.0" } }, @@ -2050,6 +2050,32 @@ "protobufjs": "^7.0.0", "yargs": "^16.2.0" } + }, + "protobufjs": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.3.tgz", + "integrity": "sha512-TtpvOqwB5Gdz/PQmOjgsrGH1nHjAQVCN7JG4A6r1sXRWESL5rNMAiRcBQlCAdKxZcAbstExQePYG8xof/JVRgg==", + "requires": { + "@protobufjs/aspromise": "^1.1.2", + "@protobufjs/base64": "^1.1.2", + "@protobufjs/codegen": "^2.0.4", + "@protobufjs/eventemitter": "^1.1.0", + "@protobufjs/fetch": "^1.1.0", + "@protobufjs/float": "^1.0.2", + "@protobufjs/inquire": "^1.1.0", + "@protobufjs/path": "^1.1.2", + "@protobufjs/pool": "^1.1.0", + "@protobufjs/utf8": "^1.1.0", + "@types/node": ">=13.7.0", + "long": "^5.0.0" + }, + "dependencies": { + "long": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.1.tgz", + "integrity": "sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A==" + } + } } } }, @@ -2063,28 +2089,6 @@ "long": "^4.0.0", "protobufjs": "^6.11.3", "yargs": "^16.2.0" - }, - "dependencies": { - "protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "requires": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - } - } } }, "@istanbuljs/schema": { @@ -6199,6 +6203,7 @@ "version": "0.1.8", "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "devOptional": true, "requires": { "prr": "~1.0.1" } @@ -6741,9 +6746,9 @@ } }, "firebase": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/firebase/-/firebase-8.10.0.tgz", - "integrity": "sha512-GCABTbJdo88QgzX5OH/vsfKBWvTRbLUylGlYXtO7uYo1VErfGd2BWW9ATlJP5Gxx+ClDfyvVTvcs2rcNWn3uUA==", + "version": "8.10.1", + "resolved": "https://registry.npmjs.org/firebase/-/firebase-8.10.1.tgz", + "integrity": "sha512-84z/zqF8Y5IpUYN8nREZ/bxbGtF5WJDOBy4y0hAxRzGpB5+2tw9PQgtTnUzk6MQiVEf/WOniMUL3pCVXKsxALw==", "requires": { "@firebase/analytics": "0.6.18", "@firebase/app": "0.6.30", @@ -6751,14 +6756,14 @@ "@firebase/app-types": "0.6.3", "@firebase/auth": "0.16.8", "@firebase/database": "0.11.0", - "@firebase/firestore": "2.4.0", - "@firebase/functions": "0.6.15", + "@firebase/firestore": "2.4.1", + "@firebase/functions": "0.6.16", "@firebase/installations": "0.4.32", "@firebase/messaging": "0.8.0", "@firebase/performance": "0.4.18", "@firebase/polyfill": "0.3.36", "@firebase/remote-config": "0.1.43", - "@firebase/storage": "0.7.0", + "@firebase/storage": "0.7.1", "@firebase/util": "1.3.0" } }, @@ -7177,7 +7182,8 @@ "graceful-fs": { "version": "4.2.10", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "devOptional": true }, "hammerjs": { "version": "2.0.8", @@ -9009,6 +9015,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "devOptional": true, "requires": { "pify": "^4.0.1", "semver": "^5.6.0" @@ -9246,7 +9253,8 @@ "mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "devOptional": true }, "mime-db": { "version": "1.52.0", @@ -9715,9 +9723,12 @@ "dev": true }, "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } }, "node-forge": { "version": "0.10.0", @@ -10834,7 +10845,8 @@ "pify": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "devOptional": true }, "pinkie": { "version": "2.0.4", @@ -11360,9 +11372,9 @@ } }, "protobufjs": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.3.tgz", - "integrity": "sha512-TtpvOqwB5Gdz/PQmOjgsrGH1nHjAQVCN7JG4A6r1sXRWESL5rNMAiRcBQlCAdKxZcAbstExQePYG8xof/JVRgg==", + "version": "6.11.3", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", + "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", @@ -11374,15 +11386,9 @@ "@protobufjs/path": "^1.1.2", "@protobufjs/pool": "^1.1.0", "@protobufjs/utf8": "^1.1.0", + "@types/long": "^4.0.1", "@types/node": ">=13.7.0", - "long": "^5.0.0" - }, - "dependencies": { - "long": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/long/-/long-5.2.1.tgz", - "integrity": "sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A==" - } + "long": "^4.0.0" } }, "protractor": { @@ -11711,7 +11717,8 @@ "prr": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", - "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==" + "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", + "devOptional": true }, "psl": { "version": "1.9.0", @@ -13726,6 +13733,15 @@ } } }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "requires": { + "safe-buffer": "~5.2.0" + } + }, "string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -13736,15 +13752,6 @@ "strip-ansi": "^6.0.1" } }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dev": true, - "requires": { - "safe-buffer": "~5.2.0" - } - }, "strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", @@ -14206,6 +14213,11 @@ "punycode": "^2.1.1" } }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, "tree-kill": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", @@ -14942,6 +14954,11 @@ "selenium-webdriver": "^3.0.1" } }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, "webpack": { "version": "4.44.2", "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz", @@ -15744,6 +15761,15 @@ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, "string-width": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", @@ -15772,15 +15798,6 @@ } } }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", @@ -15972,6 +15989,15 @@ "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", "dev": true }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "which": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", diff --git a/ng-seed/src/app/end-user/doctor-profile/doctor-profile.component.html b/ng-seed/src/app/end-user/doctor-profile/doctor-profile.component.html index 7101101..3c22ba2 100644 --- a/ng-seed/src/app/end-user/doctor-profile/doctor-profile.component.html +++ b/ng-seed/src/app/end-user/doctor-profile/doctor-profile.component.html @@ -42,162 +42,165 @@ --> +
-
-
-
-
- + +
+
+
+
+ +
+
+

{{bookedAppointment.userName}}

+ {{bookedAppointment.practitionerInfos[0].designtion + + }}
+ +
+
+
+

PERSONAL INFO

+
    +
  • + Phone : + {{bookedAppointment.contactNo}} +
  • +
  • + Office : + {{bookedAppointment.contactNo}} +
  • +
  • + Email: + {{bookedAppointment.email}} +
  • +
  • + Social : + +
  • +
+
+
+
+

EMERGENCY CASES

+
(225) 679-9399
+
+
+
+
+
+
+

“I highly appreciate your help for my family in our most difficult time. We owed everyone at @dr.changes a big thank you and our life.”

+
+
+

+ More than 15 years ago, a small group of families, community activists, and civil servants in New York came together to form an organization called Dr.Changes. They provide services for those struggling to care for a loved one who did not “fit” into traditional health systems: stroke, Parkinson’s, Alzheimer’s disease, traumatic brain injury, debilitating disorders, etc. The diagnoses were different, but the families shared common challenges: few community resources, isolation, lack of information, and drastic changes in family roles. +

+
+
+

SKILLS

+
+
+
    +
  • + + beenhere + + Assisting with walking from bed to wheelchair +
  • +
  • + + beenhere + + + Bathing, dressing and grooming assistance +
  • +
  • + + beenhere + + Medication reminders +
  • +
  • + + beenhere + + Safety and fall prevention +
  • +
  • + + beenhere + + Status reporting to family +
  • +
+
+
+
    +
  • + + beenhere + + Assisting with walking from bed to wheelchair +
  • +
  • + + beenhere + + + Bathing, dressing and grooming assistance +
  • +
  • + + beenhere + + Medication reminders +
  • +
  • + + beenhere + + Safety and fall prevention +
  • +
  • + + beenhere + + Status reporting to family +
  • +
+
+
+
+
+

CARE COVERAGE

+

+ The task force’s early efforts had three lasting results: the formation of Dr.Changes caregiver center; the genesis of community social caregiver groups; and the beginnings of an evolutional movement to change the ideology of long-term health care and caregivers intended for the ill and elderly in our country. +

+
+
+
+
+

LANGUAGE

+

English

+

French

+
+
+

QUALIFICATIONS

+

Master of Science

+

University Limerick

+
+
+
-
-

{{bookedAppointment.userName}}

- {{bookedAppointment.practitionerInfos[0].designtion - - }}
- -
-
-
-

PERSONAL INFO

-
    -
  • - Phone : - {{bookedAppointment.contactNo}} -
  • -
  • - Office : - {{bookedAppointment.contactNo}} -
  • -
  • - Email: - {{bookedAppointment.email}} -
  • -
  • - Social : - -
  • -
-
-
-
-

EMERGENCY CASES

-
(225) 679-9399
-
-
-
-
-
-
-

“I highly appreciate your help for my family in our most difficult time. We owed everyone at @dr.changes a big thank you and our life.”

-
-
-

- More than 15 years ago, a small group of families, community activists, and civil servants in New York came together to form an organization called Dr.Changes. They provide services for those struggling to care for a loved one who did not “fit” into traditional health systems: stroke, Parkinson’s, Alzheimer’s disease, traumatic brain injury, debilitating disorders, etc. The diagnoses were different, but the families shared common challenges: few community resources, isolation, lack of information, and drastic changes in family roles. -

-
-
-

SKILLS

-
-
-
    -
  • - - beenhere - - Assisting with walking from bed to wheelchair -
  • -
  • - - beenhere - - - Bathing, dressing and grooming assistance -
  • -
  • - - beenhere - - Medication reminders -
  • -
  • - - beenhere - - Safety and fall prevention -
  • -
  • - - beenhere - - Status reporting to family -
  • -
-
-
-
    -
  • - - beenhere - - Assisting with walking from bed to wheelchair -
  • -
  • - - beenhere - - - Bathing, dressing and grooming assistance -
  • -
  • - - beenhere - - Medication reminders -
  • -
  • - - beenhere - - Safety and fall prevention -
  • -
  • - - beenhere - - Status reporting to family -
  • -
-
-
-
-
-

CARE COVERAGE

-

- The task force’s early efforts had three lasting results: the formation of Dr.Changes caregiver center; the genesis of community social caregiver groups; and the beginnings of an evolutional movement to change the ideology of long-term health care and caregivers intended for the ill and elderly in our country. -

-
-
-
-
-

LANGUAGE

-

English

-

French

-
-
-

QUALIFICATIONS

-

Master of Science

-

University Limerick

-
-
-
-
-
-
-
\ No newline at end of file +
+
+
+
\ No newline at end of file diff --git a/ng-seed/src/app/end-user/doctor-profile/doctor-profile.component.scss b/ng-seed/src/app/end-user/doctor-profile/doctor-profile.component.scss index 7ab63c1..845a078 100644 --- a/ng-seed/src/app/end-user/doctor-profile/doctor-profile.component.scss +++ b/ng-seed/src/app/end-user/doctor-profile/doctor-profile.component.scss @@ -122,10 +122,13 @@ //01/04.23 - +.scrollHV { + height: calc(100vh - 0px); +} .doctor-profile{ font-family: sans-serif; padding: 2rem 2rem 2rem 2rem; + .padding-lt{ padding-left: 1.5rem; } diff --git a/ng-seed/src/assets/styles/scss/core/_main-sidebar.scss b/ng-seed/src/assets/styles/scss/core/_main-sidebar.scss index 2b16ce6..f7784e1 100644 --- a/ng-seed/src/assets/styles/scss/core/_main-sidebar.scss +++ b/ng-seed/src/assets/styles/scss/core/_main-sidebar.scss @@ -184,6 +184,7 @@ padding: 0 !important; background: $main-content; display: flex; + background: #f2f4f8; } .body-container { @@ -193,6 +194,7 @@ position: relative; padding: 2rem; margin-bottom: 2rem; + background: #f2f4f8; } @media(max-width:991px) {