diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-07 13:18:04 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-07 13:18:04 +0300 |
| commit | 55788fb6f937621944acc933577eb2d37997aa92 (patch) | |
| tree | 87843ff3907a7a5ef5569bc88f216c39bfa7fdb8 /ExamTemplate/Web/Views/Shared | |
| parent | 8f7dabf274b5e428fc32f19a3c8848eacab01090 (diff) | |
| download | it-kariera-exam-template-55788fb6f937621944acc933577eb2d37997aa92.tar it-kariera-exam-template-55788fb6f937621944acc933577eb2d37997aa92.tar.gz it-kariera-exam-template-55788fb6f937621944acc933577eb2d37997aa92.zip | |
Removed Privacy page and tweaked navbar and footer
Diffstat (limited to 'ExamTemplate/Web/Views/Shared')
| -rw-r--r-- | ExamTemplate/Web/Views/Shared/_Layout.cshtml | 2 | ||||
| -rw-r--r-- | ExamTemplate/Web/Views/Shared/_Navbar.cshtml | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/ExamTemplate/Web/Views/Shared/_Layout.cshtml b/ExamTemplate/Web/Views/Shared/_Layout.cshtml index 470bba7..3fe6a93 100644 --- a/ExamTemplate/Web/Views/Shared/_Layout.cshtml +++ b/ExamTemplate/Web/Views/Shared/_Layout.cshtml @@ -20,7 +20,7 @@ <footer class="border-top box-shadow">
<div class="middle-content-container">
- © 2021 - Web - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
+ IT-kariera Exam Template - 2021
</div>
</footer>
</body>
diff --git a/ExamTemplate/Web/Views/Shared/_Navbar.cshtml b/ExamTemplate/Web/Views/Shared/_Navbar.cshtml index e32b8c5..cde4b15 100644 --- a/ExamTemplate/Web/Views/Shared/_Navbar.cshtml +++ b/ExamTemplate/Web/Views/Shared/_Navbar.cshtml @@ -6,11 +6,8 @@ <nav class="navbar border-bottom box-shadow"> <div class="middle-content-container navbar-contents"> <section> - <b> - <a asp-controller="Home" asp-action="Index">Web</a> - </b> + <b>ExamTemplate</b> <a asp-controller="Home" asp-action="Index">Home</a> - <a asp-controller="Home" asp-action="Privacy">Privacy</a> </section> <div class="flex-spacer"></div> <section> |
