Skip to content

Commit ba82dc6

Browse files
committed
adding resource to css page
1 parent 0f95229 commit ba82dc6

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

application-dependencies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2>requirements.txt</h2>
106106
<a href="http://www.pip-installer.org/en/1.4.1/cookbook.html#requirements-files">requirements.txt</a>
107107
file. When you build a Python web application you should include a
108108
requirements.txt file. </p>
109-
<h3>requirementst.txt example with pegged dependencies</h3>
109+
<h3>requirements.txt example with pegged dependencies</h3>
110110
<p>Python projects' dependencies for a web application should be specified in the
111111
requirements.txt with
112112
<a href="https://devcenter.heroku.com/articles/python-pip">pegged dependencies</a> like

cascading-style-sheets.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ <h2>CSS resources</h2>
158158
<li>
159159
<p><a href="http://media.smashingmagazine.com/wp-content/uploads/images/css3-cheat-sheet/css3-cheat-sheet.pdf">CSS3 cheat sheet</a></p>
160160
</li>
161+
<li>
162+
<p><a href="http://learnlayout.com/toc.html">Learn CSS layout</a> is a simple guide that
163+
breaks CSS layout topics into chapters so you can learn each part one
164+
at a time.</p>
165+
</li>
161166
</ul>
162167
<br/>
163168
Next read the

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-29T10:06:49Z</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-30T10:52:59Z</updated></feed>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,9 @@ web application's design.
8484
with CSS.
8585

8686
* [CSS3 cheat sheet](http://media.smashingmagazine.com/wp-content/uploads/images/css3-cheat-sheet/css3-cheat-sheet.pdf)
87+
88+
* [Learn CSS layout](http://learnlayout.com/toc.html) is a simple guide that
89+
breaks CSS layout topics into chapters so you can learn each part one
90+
at a time.
91+
92+

0 commit comments

Comments
 (0)