From 30c9dd7eca055610222dc88f6b3fef621ce818d5 Mon Sep 17 00:00:00 2001 From: Ravi Nandan Ray <87888471+Rajaravi99@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:37:11 +0530 Subject: [PATCH] Solvingincosistentlink (#29085) * Uploaded compressed image on the repository * created statically link and added it to the curriculum content --- advanced_html_css/responsive_design/project_homepage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced_html_css/responsive_design/project_homepage.md b/advanced_html_css/responsive_design/project_homepage.md index e8412cb1442..5e57e13e0e0 100644 --- a/advanced_html_css/responsive_design/project_homepage.md +++ b/advanced_html_css/responsive_design/project_homepage.md @@ -13,7 +13,7 @@ Feel free to pick your own fonts and colors and use something other than a stock #### Step 1: Set up and planning 1. Set up your HTML and CSS files with some dummy content, just to make sure you have everything linked correctly. -1. Download a full-resolution copy of the design files ([desktop design file](https://cdn.statically.io/gh/TheOdinProject/curriculum/1c8b5c739efd263e8cc48703988b18d6e3afe034/advanced_html_css/responsive-design/project_personal_portfolio/imgs/portfolio.png), [tablet design file](https://cdn.statically.io/gh/TheOdinProject/curriculum/1c8b5c739efd263e8cc48703988b18d6e3afe034/advanced_html_css/responsive-design/project_personal_portfolio/imgs/portfolio%20tablet.png), [mobile design file](https://cdn.statically.io/gh/TheOdinProject/curriculum/1c8b5c739efd263e8cc48703988b18d6e3afe034/advanced_html_css/responsive-design/project_personal_portfolio/imgs/portfolio%20mobile.png)), and get a general idea for how you're going to need to lay things out in your HTML document. +1. Download a full-resolution copy of the design files ([desktop design file](https://cdn.statically.io/gh/TheOdinProject/curriculum/fd6d4d2e2abbac4a3bd183bba6b6eaf1548a1458/advanced_html_css/responsive_design/project_personal_portfolio/imgs/portfolio.png), [tablet design file](https://cdn.statically.io/gh/TheOdinProject/curriculum/1c8b5c739efd263e8cc48703988b18d6e3afe034/advanced_html_css/responsive-design/project_personal_portfolio/imgs/portfolio%20tablet.png), [mobile design file](https://cdn.statically.io/gh/TheOdinProject/curriculum/1c8b5c739efd263e8cc48703988b18d6e3afe034/advanced_html_css/responsive-design/project_personal_portfolio/imgs/portfolio%20mobile.png)), and get a general idea for how you're going to need to lay things out in your HTML document. #### Step 2: Gather assets