From the course: Building a Personal Portfolio with Django

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Bootstrap overview and installation

Bootstrap overview and installation

From the course: Building a Personal Portfolio with Django

Start my 1-month free trial

Bootstrap overview and installation

- [Instructor] Now let's spend some time working on the design of our website. Functionally, we have a pretty cool website right now that we can list out any jobs that we've had, and technically, they're gonna show up here on the homepage of our website, but this really doesn't look attractive to potential employers, family and friends. They see a website like this and they just think well that kinda looks like something you just threw together. By adding some design, it's really gonna make our website look great. So to do this, we're gonna be using a little framework called Bootstrap that makes our websites look really easy with not a lot of work. We're gonna be using one of their example starting points to make our website look really great. So we need to move over here to Examples. And once you're there, scroll down to where you can see Album and click on that. And then we need to get the HTML code for this Album page. So I'm gonna right click here in Chrome, and Chrome by default,…

Contents