From 37bf0d8310a5eb0dca13cf83f57fea834368db91 Mon Sep 17 00:00:00 2001 From: "venbatechnologies@gmail.com" Date: Thu, 17 Oct 2019 18:48:44 +0530 Subject: [PATCH] Fairoj : Moile_responsive_changes --- ng8-seed/src/app/app.module.ts | 2 + ng8-seed/src/app/app.routing.ts | 5 + .../contribute/contribute.component.html | 4 +- .../contribute/contribute.component.scss | 5 + .../app/components/login/login-component.html | 2 +- .../components/payment/payment.component.html | 4 +- .../privacy-policy.component.html | 481 ++++++++++++++++++ .../privacy-policy.component.scss | 0 .../privacy-policy.component.spec.ts | 25 + .../privacy-policy.component.ts | 24 + .../project-detail.component.html | 2 +- .../project-detail.component.scss | 5 + .../projects/projects.component.html | 2 +- .../projects/projects.component.scss | 5 + .../register/register-component.html | 6 +- .../register/register-component.scss | 9 + .../req-list/req-list.component.html | 127 +++-- .../req-list/req-list.component.scss | 106 ++++ .../components/req-list/req-list.component.ts | 2 +- .../user-profile/user-profile.component.html | 85 ++-- .../user-profile/user-profile.component.scss | 98 +++- .../user-profile/user-profile.component.ts | 16 +- .../app/dashboard/dashboard.component.html | 10 +- .../app/dashboard/dashboard.component.scss | 8 +- 24 files changed, 908 insertions(+), 125 deletions(-) create mode 100644 ng8-seed/src/app/components/privacy-policy/privacy-policy.component.html create mode 100644 ng8-seed/src/app/components/privacy-policy/privacy-policy.component.scss create mode 100644 ng8-seed/src/app/components/privacy-policy/privacy-policy.component.spec.ts create mode 100644 ng8-seed/src/app/components/privacy-policy/privacy-policy.component.ts diff --git a/ng8-seed/src/app/app.module.ts b/ng8-seed/src/app/app.module.ts index 5f9eaa6..6370fff 100644 --- a/ng8-seed/src/app/app.module.ts +++ b/ng8-seed/src/app/app.module.ts @@ -60,6 +60,7 @@ import { UserProfileComponent } from './components/user-profile/user-profile.com import { SuccessComponent } from './components/payment-status/success/success.component'; import { FailureComponent } from './components/payment-status/failure/failure.component'; import { UserCertificateComponent } from './components/user-certificate/user-certificate.component'; +import { PrivacyPolicyComponent } from './components/privacy-policy/privacy-policy.component'; export function HttpLoaderFactory(http: HttpClient) { @@ -93,6 +94,7 @@ const DEFAULT_PERFECT_SCROLLBAR_CONFIG: PerfectScrollbarConfigInterface = { SuccessComponent, FailureComponent, UserCertificateComponent, + PrivacyPolicyComponent, // ProjectListComponent ], diff --git a/ng8-seed/src/app/app.routing.ts b/ng8-seed/src/app/app.routing.ts index 13db87b..6d47b44 100644 --- a/ng8-seed/src/app/app.routing.ts +++ b/ng8-seed/src/app/app.routing.ts @@ -16,6 +16,7 @@ import { UserProfileComponent } from './components/user-profile/user-profile.com import { SuccessComponent } from './components/payment-status/success/success.component'; import { FailureComponent } from './components/payment-status/failure/failure.component'; import { UserCertificateComponent } from './components/user-certificate/user-certificate.component'; +import { PrivacyPolicyComponent } from './components/privacy-policy/privacy-policy.component'; export const AppRoutes: Routes = [{ path: '', redirectTo: 'home', @@ -77,6 +78,10 @@ export const AppRoutes: Routes = [{ { path:'payment-failure', component:FailureComponent + }, + { + path:'privacy-policy', + component:PrivacyPolicyComponent } ] diff --git a/ng8-seed/src/app/components/contribute/contribute.component.html b/ng8-seed/src/app/components/contribute/contribute.component.html index f238808..7432aae 100644 --- a/ng8-seed/src/app/components/contribute/contribute.component.html +++ b/ng8-seed/src/app/components/contribute/contribute.component.html @@ -203,5 +203,5 @@ \ No newline at end of file +
Ⓒ TN Schools, All rights reserved   Privacy Policy
+ \ No newline at end of file diff --git a/ng8-seed/src/app/components/contribute/contribute.component.scss b/ng8-seed/src/app/components/contribute/contribute.component.scss index 236055a..92b469b 100644 --- a/ng8-seed/src/app/components/contribute/contribute.component.scss +++ b/ng8-seed/src/app/components/contribute/contribute.component.scss @@ -132,6 +132,11 @@ a { line-height: 60px; background-color:rgb(69, 189, 189); +} +.footer-privacy{ + color:blue; + text-decoration: underline; + } .footer h5{ font-size: 13px; diff --git a/ng8-seed/src/app/components/login/login-component.html b/ng8-seed/src/app/components/login/login-component.html index 03e5aa5..14cefe6 100644 --- a/ng8-seed/src/app/components/login/login-component.html +++ b/ng8-seed/src/app/components/login/login-component.html @@ -1,7 +1,7 @@
-
+