Week-4-Day-1
Intro to ASP.NET MVC
Welcome to MVC! You can checkout, but you can't even leave!
Challenge
Using the following HTML (no changes), make it look like the following image.
<ul>
<li><img src="http://www.stevensegallery.com/400/400"/></li>
<li><img src="http://www.fillmurray.com/400/400"/></li>
<li><img src="http://www.placecage.com/c/400/400"/></li>
</ul>
You can fork this codepen to get started: http://codepen.io/dpollock/pen/WvKVbb
Today
- Lab Review
- Intro to MVC
- MVC - Models
Homework
- Create a MVC app, add it to a new GitHub Repo,
- Add some text from your favorite ipsum (lorem, bacon, samuel-l, hipster, church) to the "/home/index" page
- Create a page with a url of "/classmate/ListClassMates"
- List your classmates names on this page along with their hair color and height.
- Submit a link to your repo, with an image screenshot