From 6b5569282e4238255a5ae4d9269a88da49a5d518 Mon Sep 17 00:00:00 2001 From: Kriszti Date: Mon, 5 Feb 2024 15:21:37 +0100 Subject: [PATCH] new pages --- .../Shared/Components/Layout/FooterComponent.razor | 14 ++++++++------ .../Shared/Components/Pages/Privacy.razor | 5 +++++ .../Shared/Components/Pages/Profile.razor | 10 ++++------ .../Shared/Components/Pages/Terms.razor | 5 +++++ 4 files changed, 22 insertions(+), 12 deletions(-) create mode 100644 MissNationSharedUI/Shared/Components/Pages/Privacy.razor create mode 100644 MissNationSharedUI/Shared/Components/Pages/Terms.razor diff --git a/MissNationSharedUI/Shared/Components/Layout/FooterComponent.razor b/MissNationSharedUI/Shared/Components/Layout/FooterComponent.razor index 70f995a..b2e6b9b 100644 --- a/MissNationSharedUI/Shared/Components/Layout/FooterComponent.razor +++ b/MissNationSharedUI/Shared/Components/Layout/FooterComponent.razor @@ -19,18 +19,20 @@ +
  • - Career + + Terms & Condition +
  • - Terms & Condition -
  • -
  • - Privacy Policy + + Privacy Policy +
  • - Contact + Contact
  • diff --git a/MissNationSharedUI/Shared/Components/Pages/Privacy.razor b/MissNationSharedUI/Shared/Components/Pages/Privacy.razor new file mode 100644 index 0000000..54a60fd --- /dev/null +++ b/MissNationSharedUI/Shared/Components/Pages/Privacy.razor @@ -0,0 +1,5 @@ +@page "/privacy" + +@code { + +} diff --git a/MissNationSharedUI/Shared/Components/Pages/Profile.razor b/MissNationSharedUI/Shared/Components/Pages/Profile.razor index f5501ca..a1f74bf 100644 --- a/MissNationSharedUI/Shared/Components/Pages/Profile.razor +++ b/MissNationSharedUI/Shared/Components/Pages/Profile.razor @@ -6,7 +6,7 @@
    -
    +
    @@ -22,10 +22,8 @@
    -
    -
    about author
    -
    -
    + +

    Persuaded to return to the shoemaker's shop, young Edward struggled on till three years of his wretched apprenticeship had passed over.

    @@ -37,7 +35,7 @@
    -
    +
    diff --git a/MissNationSharedUI/Shared/Components/Pages/Terms.razor b/MissNationSharedUI/Shared/Components/Pages/Terms.razor new file mode 100644 index 0000000..0e824ac --- /dev/null +++ b/MissNationSharedUI/Shared/Components/Pages/Terms.razor @@ -0,0 +1,5 @@ +@page "/terms" + +@code { + +}