Project overview
As usual, let's first take a look at what we'll have built by the end of this chapter. Figure 11.1 shows the Collection Page that we'll be building out:
Users will be able to click into any library from the home page and access a details page that shows more information about that specific library. These extra details will include things such as the library's address, a link to its website if available, a short description of the library, and a gallery of pictures showing more of that library.
We'll also take a look at how to create quick links to other library pages as well. This is typically a good idea to include because it will assist the user in browsing through other pieces of content on the website.
Most impressively, we'll be building this page only once. We'll see how the page design will propagate throughout all our library pages. Again, all...