Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ViewData["Title"] = "Home page";
employers. To access the dashboard, please use <b>admin@localhost.com</b>
as your email and <b>@@Password1</b> as password. Please note, it's advisable
not to use your real email when completing the form."
Your can find the <a href="https://github.com/simanga-dev/carpentry-shop" target="_blank">source code</a> for this project on my <a href="https://github.com/simanga-dev" target="_blank">github account</a>
</div>
</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
<!-- <img class="logo-img" src="~/logo.png"> -->
<a class="navbar-brand" asp-area="" asp-page="/Index">Carpentry Shop</a>
<!-- </div> -->
<a class="nav-link text-light" asp-area="" asp-page="/Admin/Index">Admin</a>

<div style="display:flex">
<a class="nav-link text-light" target="_blank" href="https://github.com/simanga-dev/carpentry-shop"> <i class="github icon"></i> Github</a>
<a class="nav-link text-light" asp-area="" asp-page="/Admin/Index">Admin</a>
</div>
</div>
</nav>
</header>
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,11 @@ configuring Gmail for programmatic email sending. However, if you have a more
user-friendly email provider, it will be significantly simpler to get it to
work.

### Todos

- [x] Add a link to the github source code link on the homepage of the app
- [ ] Add a Fav Icon on the address bar of the app
- [ ] Update the application to the latest framework
- [ ] text


Loading