Hi! This is the outro and a tour to my portfolio website. This outro is for the Learn Django course. The tour is for my project. Check it out!
Lesson 58: How to Use AutoEscape
In this lesson, you’ll learn what autoescape is, why we need to use it in our code, and how to use autoescape. You’ll be amazed once we use this, I promise.
Lesson 57: Control Image Size Using CSS
In this lesson, we’ll control the image size of our images inside the blog posts using CSS. If you don’t have a background in CSS, I’ll teach you.
Lesson 56: Using ‘For’ Loop to Show Our Blog’s Contents
In this lesson, we’re gonna be using ‘for’ loop to show our blog’s contents. Specifically, that’s the pub_date and the body of our post.
Lesson 55: How to Show Each Blog Content in Django
In the previous lessons, we’ve been developing all the other aspects of our portfolio. In this lesson, you’ll learn how to show each blog content in Django.
Lesson 54: Make ALL NavBar Buttons Clickable Links
In the previous lesson, we have been making our NavBar buttons on the homepage clickable. In this lesson, we’ll make ALL NavBar buttons clickable links.
Lesson 53: Make NavBar Buttons Clickable Links
In this lesson, we’ll finally make our NavBar buttons as clickable links! I’m gonna show you how to do it one button at a time.
Lesson 52: Place Static Image On Homepage
In the previous lesson, we have put our static files in our project. But in this lesson we’re gonna place our static image on the homepage.
Lesson 51: How to Collect Static Files
What are these files? How do we collect static files? How will we deploy our static files? And how can we use them to our projects? Know the answers here!
Lesson 50: Give Blog Posts A URL
In this lesson, you’ll learn how to give each blog posts their own URL. You’ll also learn about the blog_id and the 404 page.