Skip to content

Commit

Permalink
update page
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Oct 11, 2017
1 parent 5afcf68 commit 58e897c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions nodes/20/view.mustache
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
<div class="col-md-12 mb-2 bg-1">
<h2>Ratio of Colors</h2>
<p>In general, it is recommended that a website should follow the 60/30/10 rule. This refers to the practice of using one color for 60% of the page, one color for 30%, and one color for 10%. The 10% is used for call to actions, such as my shopping cart. This practice makes balancing your color pallet easier. Of course, there are exception to this rule, such as with sites featuring deserve images.</p>

<h2>Atmospheric Perspective</h2>
<p>Atomospheric perspective is a often used in art to make a paiting appear as though it as 3D depth. This is done by using duller colors in the background than the foreground. This concept translate to web design. Use duller colors in the background and increase the chroma as items gain in Z-index.</p>

<h2>Perspective</h2>
<p>It will add depth to your design by using smaller design elements in the background for items with a lower Z-index. This has to be done more carefully</p>

<h2>Color Selection</h2>
<p>In general, it is recommended that a website should follow the 60/30/10 rule. This refers to the practice of using one color for 60% of the page, one color for 30%, and one color for 10%. The 10% is used for call to actions, such as my shopping cart. This practice makes balancing your color pallet easier. Of course, there are exception to this rule, such as with sites featuring deserve images.</p><p>Another good idea, is to consider using your company's colors. If they work it will help add cohesion to your marketing.</p>
<p>Now there are a lot of colors to choose from. For this site, currently I picked blue for a number of reasons, including</p>
<h3>Branding</h3>
<p>It's always a good idea to first consider using your company's colors or building off them. If they work it will help add cohesion to your future marketing efforts.</p>

<h3>Meaning</h3>
<p>Ever color has a some meaning it conveys. There are a lot of colors to choose from and knowing the meaning you want to convey first will help you get started. For this site, currently I picked blue for a number of reasons, including</p>
<ul>
<li>Between different genders, the most preferred color is blue.</li>
<li>Blue symbolizes trust, loyalty, wisdom, confidence, intelligence, faith, truth, and heaven.</li>
<li>Blue is considered beneficial to the mind and body.</li>
</ul>
<p>In short, try to follow the 60/30/10 rule and consider the meaning of the colors you use.</p>
</div>
2 changes: 1 addition & 1 deletion setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -872,4 +872,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2017-10-01 1:26:57
-- Dump completed on 2017-10-10 20:56:13

0 comments on commit 58e897c

Please sign in to comment.