Before we start coding our website, let's get the template for our new project. We also have the CSS for the lightbox file and the JS. So, we are ready to roll. The first thing we're going to do, as we usually do, is start with the navigation. You should be familiar with how to create it as it follows a particular kind of hierarchy. Let's look at what we are targeting:
So, we have our navigation bar and carousel. Here is the code for our navigation bar:
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">PhotoShak</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarsExample09" aria-controls="navbarsExample09...