@@ -57,18 +57,47 @@ Elements --> Components --Pattern--> Layouts --> Webpage
57
57
#### C. Section Components
58
58
59
59
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).
60
64
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.
61
69
3 . Footer
70
+ - Sitemap for an entire website (if your website is not too big.)
71
+ - Information about the company
72
+ - Privacy or policy
62
73
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.
63
77
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.
64
80
65
81
#### D. Layout Patterns
66
82
67
83
1 . Row of boxes or cards
84
+ - Having a couple of boxes/cards in a rows (x row)
68
85
2 . Grid of boxes or cards
86
+ - Having a boxes/cards in a grid (x/y rows)
87
+ - Aside: can be nested inside components
69
88
3 . Z-pattern
89
+ - Repeat 'Feature Row', but swap position of the text/picture down the vertical line.
70
90
4 . F-pattern
91
+ - Repeat 'Feature Row', down vertical lines.
71
92
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
72
96
6 . Sidebar
97
+ - Can be use Use for blogs
98
+ - Can be use on web-application where multiple options can be located.
73
99
7 . Multi-column/magazine
100
+ - Literally like a real magazine
74
101
8 . Asymmetry/Experimental
102
+ - Futuristics layout, experimental
103
+ - Using 'grid' as a baseline.
0 commit comments