Skip to content

Commit be1396e

Browse files
committed
feat: Web Design Rulles jonasschmedtmann#10 - Part 2: layout patterns
1 parent fbb7e09 commit be1396e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

starter/06-Components/note.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,47 @@ Elements --> Components --Pattern--> Layouts --> Webpage
5757
#### C. Section Components
5858

5959
1. Navigation
60+
- At the top of the page
61+
- Can contains 'submenu' to show a list of selection user can navigate to.
62+
- Can also show 'overlay' on an entire webpage. (if you have a big website, with a lot of different pages).
63+
- Can also show another navigations tabs (again if you have a big website, with a lot of different pages).
6064
2. Hero section
65+
Types:
66+
2.1) Text on oneside, picture on another side
67+
2.2) Having a background images, text in the front.
68+
2.3) Hybrids of both the above.
6169
3. Footer
70+
- Sitemap for an entire website (if your website is not too big.)
71+
- Information about the company
72+
- Privacy or policy
6273
4. Call-to-action section
74+
- Close to the end of the page
75+
- After show user all the information about the product, want user to take some action like buying/signing for our product. (Very important)
76+
- Can just a link for user to contact them, like emails/ phone numbers.
6377
5. Featuer row
78+
- Small section of the page, showing your product (Photo on the other side, text on another side.)
79+
- Can have 'Call-to-action' inside.
6480

6581
#### D. Layout Patterns
6682

6783
1. Row of boxes or cards
84+
- Having a couple of boxes/cards in a rows (x row)
6885
2. Grid of boxes or cards
86+
- Having a boxes/cards in a grid (x/y rows)
87+
- Aside: can be nested inside components
6988
3. Z-pattern
89+
- Repeat 'Feature Row', but swap position of the text/picture down the vertical line.
7090
4. F-pattern
91+
- Repeat 'Feature Row', down vertical lines.
7192
5. Single-column
93+
- Can be used on mobile phones
94+
- Can be use on very simple websites
95+
- Can be use on a simple blogposts
7296
6. Sidebar
97+
- Can be use Use for blogs
98+
- Can be use on web-application where multiple options can be located.
7399
7. Multi-column/magazine
100+
- Literally like a real magazine
74101
8. Asymmetry/Experimental
102+
- Futuristics layout, experimental
103+
- Using 'grid' as a baseline.

0 commit comments

Comments
 (0)