Skip to content

Commit 72e5397

Browse files
committed
moving location of picture for fsp map
1 parent 18f7471 commit 72e5397

File tree

8 files changed

+6
-4
lines changed

8 files changed

+6
-4
lines changed

change-log.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ <h1>Change Log</h1>
4646
<h2>2014</h2>
4747
<h3>July</h3>
4848
<ul>
49+
<li>Updated map with further details.</li>
4950
<li>Added a map to the front page. May move that elsewhere later though based
5051
on feedback.</li>
5152
<li>Merged a pull request for new REST frameworks.</li>

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-07-20T16:55:54Z</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-07-21T11:32:18Z</updated></feed>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1>Introduction</h1>
5252
<p>There is a lot of material to cover on this site so here's a map that visually
5353
depicts how the topics relate to each other. Click the image to pull up a PDF
5454
version.</p>
55-
<p><a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a></p>
55+
<p><a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="theme/img/full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a></p>
5656
<p>This guide branches out on topic because your learning needs depend on what
5757
you're currently trying to do. </p>
5858
<h3>Let's get started. What do you need to do right now?</h3>

introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1>Introduction</h1>
5252
<p>There is a lot of material to cover on this site so here's a map that visually
5353
depicts how the topics relate to each other. Click the image to pull up a PDF
5454
version.</p>
55-
<p><a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a></p>
55+
<p><a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="theme/img/full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a></p>
5656
<p>This guide branches out on topic because your learning needs depend on what
5757
you're currently trying to do. </p>
5858
<h3>Let's get started. What do you need to do right now?</h3>

source/content/pages/01-introduction/0101-introduction.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ There is a lot of material to cover on this site so here's a map that visually
3434
depicts how the topics relate to each other. Click the image to pull up a PDF
3535
version.
3636

37-
<a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a>
37+
<a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="theme/img/full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a>
3838

3939
This guide branches out on topic because your learning needs depend on what
4040
you're currently trying to do.

source/content/pages/10-misc/1005-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ the
2424

2525
## 2014
2626
### July
27+
* Updated map with further details.
2728
* Added a map to the front page. May move that elsewhere later though based
2829
on feedback.
2930
* Merged a pull request for new REST frameworks.
File renamed without changes.
224 KB
Loading

0 commit comments

Comments
 (0)