golden ratio in web design

31
Golden Ratio in Web Design Mai El Hadidy UI Designer at eSpace Technologies

Upload: mai-el-hadidy

Post on 17-Aug-2014

1.076 views

Category:

Design


9 download

DESCRIPTION

What’s Golden Ratio? Golden Ratio in Nature Golden Ratio in Art & Architecture Logos with Golden Ratio Applying the Golden Ratio to Web Layouts The Golden Ratio and CSS Frameworks Golden Ratio Tools

TRANSCRIPT

Page 1: Golden Ratio in Web Design

Golden Ratio in Web Design

Mai El HadidyUI Designer at eSpace Technologies

Page 2: Golden Ratio in Web Design

What’s Golden Ratio

▪ The magic number 1.62(actually 1.618…)

▪ If the ratio of the sum of the quantities to the larger quantity is equal to the ratio of the larger quantity to the smaller one, then the quantities are said to have a golden ratio.

Page 3: Golden Ratio in Web Design

Golden Rectangle

• Choose a number that will be the length of the rectangle’s short side.

• Multiply that by 1.618.

• The result, is the length of the long side of your rectangle.

• Therefore, this rectangle obeys the golden ratio.

Page 4: Golden Ratio in Web Design

Golden Ratio in Nature

• The golden ratio is found throughout nature, art, and architecture.

• Pinecones, seashells, and the human body all exhibit the golden ratio.

Page 5: Golden Ratio in Web Design

Golden Ratio in Art & Architecture

Page 6: Golden Ratio in Web Design

Logos with Golden Ratio

Page 7: Golden Ratio in Web Design
Page 8: Golden Ratio in Web Design
Page 9: Golden Ratio in Web Design
Page 10: Golden Ratio in Web Design
Page 11: Golden Ratio in Web Design
Page 12: Golden Ratio in Web Design
Page 13: Golden Ratio in Web Design
Page 14: Golden Ratio in Web Design

Applying the Golden Ratioto Web Layouts

Page 15: Golden Ratio in Web Design

Applying the Golden Ratio to Web Layouts

Page 16: Golden Ratio in Web Design

Applying the Golden Ratio to Web Layouts

Page 17: Golden Ratio in Web Design

Golden Ratio

Page 18: Golden Ratio in Web Design

Golden Ratio

Page 19: Golden Ratio in Web Design

Example: You would like to create a fixed width layout. The width of your layout is 960px. You would to have a large block for your content (#content) and a smaller block for your sidebar (#sidebar). How would you calculate the widths of your columns?

Step 1:Calculate the width of your #content-block. You need to make sure that the ratio between this block and the overall layout width is 1.62. Hence you divide 960pxby 1.62 which results in approximately 593px.

Page 20: Golden Ratio in Web Design

Example: You would like to create a fixed width layout. The width of your layout is 960px. You would to have a large block for your content (#content) and a smaller block for your sidebar (#sidebar). How would you calculate the widths of your columns?

Step 2:

Subtract 593px from the overall layout width (which is 960px) and get 960px – 593px = 367px

Page 21: Golden Ratio in Web Design

Example: You would like to create a fixed width layout. The width of your layout is 960px. You would to have a large block for your content (#content) and a smaller block for your sidebar (#sidebar). How would you calculate the widths of your columns?

Step 3:

Now if you calculate the ratio between the #content-block and the #sidebar-block (593px : 367px ≈ 1.615) and the ratio between the container-width and the width of the content-block (960px : 593px ≈ 1.618) you have achieved almost the same ratio.

Page 22: Golden Ratio in Web Design
Page 23: Golden Ratio in Web Design
Page 24: Golden Ratio in Web Design

The Golden Ratio and CSS Frameworks

Page 25: Golden Ratio in Web Design

The Golden Ratio and CSS Frameworks

Bootstrap

Bootstrap grid system utilizes 12 columns, making for a 940px wide container without responsive features enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport.

Page 26: Golden Ratio in Web Design

Golden Ratio Tools

Page 27: Golden Ratio in Web Design

Golden Ratio Tools

Golden Ratio Calculator

Page 28: Golden Ratio in Web Design

Golden Ratio Tools

goldenRATIO

Page 29: Golden Ratio in Web Design

Golden Ratio Tools

Phicalculator

Page 30: Golden Ratio in Web Design

Golden Ratio Tools

Atrise Golden Section

Page 31: Golden Ratio in Web Design

Thanks