1
00:00:00,090 --> 00:00:00,840
Hey guys,

2
00:00:00,840 --> 00:00:05,840
and welcome to day 56 of 100 Days of Code. It's Angela here

3
00:00:05,970 --> 00:00:10,970
and today we are diving deeper into web development with Flask.

4
00:00:12,390 --> 00:00:14,070
We're going to be covering a bunch of things,

5
00:00:14,160 --> 00:00:17,610
including how to include static files on your website

6
00:00:17,940 --> 00:00:20,910
like local images or local videos,

7
00:00:21,360 --> 00:00:26,250
as well as how to render HTML and CSS files. Previously,

8
00:00:26,310 --> 00:00:28,350
when we looked into web design

9
00:00:28,650 --> 00:00:32,189
and we learned about creating websites using HTML and CSS,

10
00:00:32,490 --> 00:00:37,350
we were able to create it as a separate file with the proper structure and

11
00:00:37,350 --> 00:00:38,220
styling.

12
00:00:38,580 --> 00:00:43,410
And we want to apply that now to our Flask applications.

13
00:00:43,980 --> 00:00:46,710
And we want to be able to show the user

14
00:00:46,800 --> 00:00:49,620
a HTML website with CSS styling.

15
00:00:50,490 --> 00:00:52,470
Now at the very end of today

16
00:00:52,500 --> 00:00:57,500
we're going to be building out a beautiful personal name card application.

17
00:00:58,470 --> 00:01:03,090
It's the 21st century and we no longer have to hand people name cards.

18
00:01:03,420 --> 00:01:05,190
Instead, you could create a website,

19
00:01:05,400 --> 00:01:09,660
put your name on it and have all the links to the relevant pages that you

20
00:01:09,660 --> 00:01:12,120
need and to show off your beautiful design

21
00:01:12,210 --> 00:01:16,620
as well as give people your contact details. That's the goal for today.

22
00:01:16,740 --> 00:01:19,200
Head over to the next lesson and let's get started.

