@@ -40,8 +40,20 @@ width.
4040
4141
4242## Design resources
43- * [ Frontend Guidelines] ( https://github.com/bendc/frontend-guidelines ) is
44- an amazing write up of good practices for HTML, CSS and JS.
43+ * [ Clean up your mess: A Guide to Visual Design for Everyone] ( http://www.visualmess.com/index.html )
44+ walks through the basic principles for clean and effective design. You
45+ can make a website go from terrible to well-designed often by following
46+ a few principles on spacing, alignment, contrast and repetition of
47+ page elements.
48+
49+ * [ Resilient web design] ( https://resilientwebdesign.com/ ) is an incredible
50+ online book that teaches how to create websitess that are accessible to
51+ every reader and look great while doing it.
52+
53+ * [ Design 101 for Developers] ( https://academy.realm.io/posts/christopher-downer-design-101-for-developers/ )
54+ gives away the "secrets" to good design that designers follow but that
55+ can be similarly accessible to developers who understand what they want
56+ their design to accomplish.
4557
4658* [ How I Work with Color] ( https://medium.com/@JustinMezzell/how-i-work-with-color-8439c98ae5ed )
4759 is a fantastic article from a professional designer on how he thinks
@@ -52,15 +64,12 @@ width.
5264 Highly recommended especially if you feel you have no design skills but
5365 need to learn them.
5466
55- * [ Learn Design Principles] ( http://learndesignprinciples.com ) is a well
56- thought out clear explanation for how to think about design according to
57- specific rules such as axis, symmetry, hierarchy and rhythm.
58-
5967* [ Kuler] ( https://kuler.adobe.com/create/color-wheel/ ) is a complementary
6068 color picker by Adobe that helps choose colors for your designs.
6169
62- * If you want to learn more about how browsers work behind the scenes,
63- here's a
70+ * If you want to learn more about how browsers work behind the scenes
71+ to render a webpage's design,
72+ here is a
6473 [ blog post series on building a browser engine] ( http://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html )
6574 that will show you how to build a simple rendering engine.
6675
@@ -70,3 +79,13 @@ width.
7079 down the differences between specifying predefined color values,
7180 hexadecimal values, red-green-blue (RGB) and
7281 Hue-Saturation-Lightness (HSL).
82+
83+
84+ ### Checklists and design guidelines
85+ * [ Frontend Guidelines] ( https://github.com/bendc/frontend-guidelines ) is
86+ an amazing write up of good practices for HTML, CSS and JS.
87+
88+ * [ Learn Design Principles] ( http://learndesignprinciples.com ) is a well
89+ thought out clear explanation for how to think about design according to
90+ specific rules such as axis, symmetry, hierarchy and rhythm.
91+
0 commit comments