Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Phase 1] Implement the contact us page #88

Open
nikolagsiderov opened this issue Mar 9, 2021 · 0 comments
Open

[Phase 1] Implement the contact us page #88

nikolagsiderov opened this issue Mar 9, 2021 · 0 comments
Assignees

Comments

@nikolagsiderov
Copy link
Owner

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: To Do
Development

No branches or pull requests

1 participant