Skip to content

Commit f5fd477

Browse files
authored
Migrate all images with editable source to shared-assets (mdn#40524)
1 parent 06f99af commit f5fd477

File tree

34 files changed

+12
-1362
lines changed

34 files changed

+12
-1362
lines changed

files/en-us/learn_web_development/core/structuring_content/structuring_documents/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ The process might look like this:
314314
- Copyright notice
315315
- Link to terms and conditions, contact details, and accessibility policy
316316

317-
2. Next, draw a rough sketch of what you might want the structure of each page to look like (it might look like our simple website above). Note what each block is going to be.![A simple diagram of a sample site structure, with a header, main content area, two optional sidebars, and footer](site-structure.png)
317+
2. Next, draw a rough sketch of what you might want the structure of each page to look like (it might look like our simple website above). Note what each block is going to be.![A simple diagram of a sample site structure, with a header, main content area, two optional sidebars, and footer](/shared-assets/images/diagrams/learn/structuring-documents/site-structure.svg)
318318
3. Now, brainstorm all the other (not common to every page) content you want to have on your website. For example:
319319
- Flights
320320
- Accommodation
@@ -347,7 +347,7 @@ The process might look like this:
347347
- Languages and culture
348348
- Buy holidays
349349

350-
5. Now try to sketch a rough sitemap — have a box for each page on your site, and draw lines to show the typical workflow between pages. The homepage will probably be in the top or at the center, and link to most if not all of the others. Most of the pages in a small site should be available from the main navigation, although there are exceptions. You might also want to include notes about how things might be presented.![A map of the site showing the homepage, country page, search results, specials page, and checkout and purchase flow](site-map.png)
350+
5. Now try to sketch a rough sitemap — have a box for each page on your site, and draw lines to show the typical workflow between pages. The homepage will probably be in the top or at the center, and link to most if not all of the others. Most of the pages in a small site should be available from the main navigation, although there are exceptions. You might also want to include notes about how things might be presented.![A map of the site showing the homepage, country page, search results, specials page, and checkout and purchase flow](/shared-assets/images/diagrams/learn/structuring-documents/site-map.svg)
351351

352352
Try carrying out the above exercise for a website of your own creation. What would you like to make a site about? As a stretch goal, use the HTML knowledge you've gained so far to create a few of the pages on the site. You could use our [basic HTML template](https://github.com/mdn/learning-area/blob/main/html/introduction-to-html/getting-started/index.html) as a starting point.
353353

files/en-us/learn_web_development/core/structuring_content/structuring_documents/site-map.drawio

Lines changed: 0 additions & 109 deletions
This file was deleted.
Binary file not shown.

files/en-us/learn_web_development/core/structuring_content/structuring_documents/site-structure.drawio

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)