Skip to content

[Phase 1] Implement the contact us page #88

@nikolagsiderov

Description

@nikolagsiderov

You know that we have a Връзка с нас button in the Dashboard, lets make it work.
Phase 1 means that in this story you will only implement the pure html page without functionality and we will proceed with the functionality in phase 2.
You have no restrictions on how the page should look, so you have full freedom.

(Pair programming means that you can work together. In this way if someone doesnt know how to do something the other one might have and idea and you can exchange experience. Use skype, discord or the facebook group chat call to communicate when working together, share screen, use teamviewer and so on...)

Game plan:

  1. In the controller HomeController create a new action ContactUs with no parameters (basically copy the index action just rename it)
  2. Go to the index.cshtml file and find the button for Връзка с нас. It is a tag. Inside the tag make it point the HomeController and the ContactUs action. To make them point, research (google) asp-controller and asp-action tag helpers for ASP NET Core
  3. Then go to the Views/Home folder and create a new view with name ContactUs
  4. Now that you have created the view you can customize it however you want. use bootstrap forms, if you dont know what bootstrap is - google it.

Metadata

Metadata

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions