Fixing navigation in our application

Right now, if you just visit the root of your application, you're almost immediately stuck. There's no concept of navigation or anything to make anyone's lives easier, and it even makes it difficult for us to be able to navigate around and fix up our application quickly. This is the root view of our application right now:

This is not a great user experience, so we should highlight it as one area for us to fix up. We'll start off by moving that top "logo" bit into a partial template for Phoenix that we'll create as lib/vocial_web/templates/layout/_nav.html.eex.  In this case, we use the underscore prefix ...

Get Phoenix Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.