Skip to content

Commit aa2c6ce

Browse files
committed
updating sidebar for blog posts to have a spotlight on tq
1 parent d92db88 commit aa2c6ce

File tree

7 files changed

+16
-1
lines changed

7 files changed

+16
-1
lines changed

content/pages/01-introduction/01-learning-programming.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ that expand a programmer's abilities are the units of progress. Extra value
5757
is placed on making the projects open source and working with experienced
5858
mentors to learn what he or she can improve on in their programs.
5959

60+
Another way to learn that combines the project-based learning with defined
61+
objectives is to play a computer game that will guide you through the
62+
learning process. For example, [TwilioQuest](https://www.twilio.com/quest)
63+
teaches the basics of Python in one of its missions and then has a
64+
ton of free content for studying intermediate and advanced topics.
65+
6066

6167
### Should I learn Python first?
6268
Python is good choice in the project-based approach because of the extensive

static/img/logos/tq-sm.jpg

27 KB
Loading

static/img/logos/tq-sm2.jpg

31.8 KB
Loading

static/img/logos/twilioquest.jpg

211 KB
Loading

theme/templates/article-sidebar.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
{% include "sponsor.html" %}
12
<div class="pn">
23
<div class="pnh">
3-
<h3>Learn more</h3>
4+
<h3><a href="/table-of-contents.html">More Resources</a></h3>
45
</div>
56
<img src="{{ article.headerimage }}" alt="{{ article.headeralt }}" width="100%">
67
<div class="lg">

theme/templates/sponsor.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% include "sponsor/twilioquest.html" %}
12
{% if false %}
23
{% if page.sortorder[0:2] == "01" or page.sortorder[0:2] == "02" %}
34
{% include "sponsor/dual-premium-standard.html" %}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div class="pn">
2+
<div class="pnh"><h3><a href="https://www.twilio.com/quest">Learn More Python</a></h3></div>
3+
<div class="pnb">
4+
<a href="https://www.twilio.com/quest"><img src="/img/logos/tq-sm.jpg" alt="TwilioQuest logo." width="100%" class="shot"></a>
5+
<p class="sps" style="margin:6px 0 6px">Learn more Python in the awesome <a href="https://www.twilio.com/quest">free TwilioQuest 16-bit adventure game</a>.</p>
6+
</div>
7+
</div>

0 commit comments

Comments
 (0)