sannawiklund / VOSA-Events

This project is our final assignment in our Backend course, and we chose to develop an event platform. The goal of the assignment was to become more comfortable with the agile work process, kanban boards and git strategies. The project has been developed in ASP.NET with Razor Pages, Oauth, Entity Framework, RestFUL APIs and HTML/CSS.
3 stars 0 forks source link

Create navbar #116

Closed sannawiklund closed 5 months ago

sannawiklund commented 5 months ago
sannawiklund commented 5 months ago

I have added a static navbar in layout.cshtml that allows the user to always have the option to navigate arount the website no matter the page. All of the menu selections redirect to the corresponding razor page.

HTML and CSS is also added for styling.