You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
In the controller HomeController create a new action ContactUs with no parameters (basically copy the index action just rename it)
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
Then go to the Views/Home folder and create a new view with name ContactUs
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: