MVC with Bootstrap

This website is a work-in-progress demonstrating MVC and Bootstrap. Who says you can't teach an old dog?

Features

This dropdown list in the navbar has exercises in various Bootstrap techniques
This dropdown list in the navbar has listings of the code used in this website
Modals take care of Logging in, Registereing, Retrieving Log In info, and Contact Us.

This is a demonstration site of an online comic book store using MVC and Bootstrap

Notes

While the Register modal correctly stacks over the Log In modal, the Forgot Log In modal won't.

Fixed it! Turns out you need to code the Forgot modal after the Log In modal in _Layout.cshtml.