From 4a71af5cfc22236ec123c604bccf1f63d810c75f Mon Sep 17 00:00:00 2001 From: forge34 <28455546+forge34@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:11:48 +0300 Subject: [PATCH] update image link to point to the new image --- foundations/html_css/flexbox/project-landing-page.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/foundations/html_css/flexbox/project-landing-page.md b/foundations/html_css/flexbox/project-landing-page.md index c15ea4236fc..b673f1565c4 100644 --- a/foundations/html_css/flexbox/project-landing-page.md +++ b/foundations/html_css/flexbox/project-landing-page.md @@ -45,8 +45,7 @@ Once you have completed your project, feel free to look at the other solutions t Don't forget to commit early & often! You can [reference the Commit Message lesson](https://www.theodinproject.com/paths/foundations/courses/foundations/lessons/commit-messages)! -1. Download the design images and take a look at what you're going to be creating here. [Image One (Full Design)](https://cdn.statically.io/gh/TheOdinProject/curriculum/81a5d553f4073e593d23a6ab00d50eef8620796d/foundations/html_css/project/imgs/01.png), [Image Two (Color and Fonts)](https://cdn.statically.io/gh/TheOdinProject/curriculum/69e40b6fcacf567f77243547b7f89df75dd8c3d0/foundations/html_css/project/imgs/02.png) - 1. The font that's being used in the images is `Roboto`. +1. Download the design images and take a look at what you're going to be creating here. [Image One (Full Design)](https://cdn.statically.io/gh/TheOdinProject/curriculum/81a5d553f4073e593d23a6ab00d50eef8620796d/foundations/html_css/project/imgs/01.png), [Image Two (Color and Fonts)](https://cdn.statically.io/gh/TheOdinProject/curriculum/a38403e7d81cc8305af16ac48985cfbde87834d6/foundations/html_css/flexbox/project-landing-page/imgs/02.png) 1. Hero text is the statement that appears at the top of a web page. 1. There are many ways to tackle a project like this, and it can be overwhelming to look at a blank HTML document and not know where to start. Our suggestion: take it one section at a time. The website you're creating has 4 main sections (and a footer), so pick one and get it into pretty good shape before moving on. Starting at the top is always a solid plan. 1. For the section you're working on, begin by getting all the content onto the page before beginning to style it. In other words, do the HTML and *then* do the CSS. You'll probably have to go back to the HTML once you start styling, but bouncing back and forth from the beginning will take more time and may cause more frustration. (Note: you don't need to use more than one stylesheet. Using only one CSS file is adequate for this project).