Skip to content

Commit 42da31e

Browse files
committed
adding one more design resource
1 parent 8ab78e8 commit 42da31e

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

cascading-style-sheets.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,16 @@ <h2>CSS frameworks</h2>
138138
</ul>
139139
<h2>Design resources</h2>
140140
<ul>
141-
<li>The <a href="http://bootstrappingdesign.com/">Bootstrapping Design</a> book is one of
141+
<li>
142+
<p>The <a href="http://bootstrappingdesign.com/">Bootstrapping Design</a> book is one of
142143
the clearest and concise resources for learning design that I've ever read.
143144
Highly recommended especially if you feel you have no design skills but
144-
need to learn them.</li>
145+
need to learn them.</p>
146+
</li>
147+
<li>
148+
<p><a href="https://kuler.adobe.com/create/color-wheel/">Kuler</a> is a complementary
149+
color picker by Adobe that helps choose colors for your designs.</p>
150+
</li>
145151
</ul>
146152
<h2>CSS resources</h2>
147153
<ul>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-30T14:51:39Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-30T15:17:44Z</updated></feed>

source/content/pages/10-css/1001-cascading-style-sheets.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ web application's design.
7373
Highly recommended especially if you feel you have no design skills but
7474
need to learn them.
7575

76+
* [Kuler](https://kuler.adobe.com/create/color-wheel/) is a complementary
77+
color picker by Adobe that helps choose colors for your designs.
78+
7679

7780
## CSS resources
7881
* [Mozilla Developer Network's CSS page](https://developer.mozilla.org/en-US/docs/Web/CSS)

source/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
SITEMAP_SAVE_AS = 'sitemap.xml'
1515

16-
BYLINE = '&copy; 2013 Matt Makai. All Rights Reserved.'
16+
BYLINE = '&copy; 2014 Matt Makai. All Rights Reserved.'
1717
LINKS = ()
1818

1919
MARKUP = ('rst', 'markdown',)

0 commit comments

Comments
 (0)