Skip to content

Commit e04cba2

Browse files
committed
updating sidebar and starting to add meta tags
1 parent 59c7886 commit e04cba2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2260
-2028
lines changed

about-author.html

Lines changed: 49 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<style>
1414
.toc-indent {padding-left: 25px;}
1515
.toc-more-indent {padding-left: 37px;}
16+
.deep-well {background: #444; color: #fff; border-radius: 5px;
17+
padding: 10px; font-family: Helvetica;}
18+
.deep-well a {color: #eee;}
19+
.deep-well a:hover {color: #eee;}
1620
</style>
1721
<script>
1822
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -107,51 +111,51 @@ <h4>Interested in major updates to this site or an alert when a complete Full St
107111
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>
108112
</div>
109113
<div class="list-group">
110-
<a href="/introduction.html" class="list-group-item smaller-item ">Introduction</a>
111-
<a href="/why-use-python.html" class="list-group-item smaller-item ">Why Use Python?</a>
112-
<a href="/development-environments.html" class="list-group-item smaller-item ">Development Environments</a>
113-
<a href="/vim.html" class="list-group-item smaller-item ">Vim</a>
114-
<a href="/best-python-resources.html" class="list-group-item smaller-item ">Best Python Resources</a>
115-
<a href="/generators.html" class="list-group-item smaller-item ">Generators</a>
116-
<a href="/web-frameworks.html" class="list-group-item smaller-item ">Web Frameworks</a>
117-
<a href="/django.html" class="list-group-item smaller-item ">Django</a>
118-
<a href="/flask.html" class="list-group-item smaller-item ">Flask</a>
119-
<a href="/bottle.html" class="list-group-item smaller-item ">Bottle</a>
120-
<a href="/pyramid.html" class="list-group-item smaller-item ">Pyramid</a>
121-
<a href="/morepath.html" class="list-group-item smaller-item ">Morepath</a>
122-
<a href="/other-web-frameworks.html" class="list-group-item smaller-item ">Other Web Frameworks</a>
123-
<a href="/web-design.html" class="list-group-item smaller-item ">Web Design</a>
124-
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
125-
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>
126-
<a href="/websockets.html" class="list-group-item smaller-item ">WebSockets</a>
127-
<a href="/web-application-security.html" class="list-group-item smaller-item ">Web Application Security</a>
128-
<a href="/databases.html" class="list-group-item smaller-item ">Databases</a>
129-
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
130-
<a href="/application-programming-interfaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
131-
<a href="/api-integration.html" class="list-group-item smaller-item ">API Integration</a>
132-
<a href="/api-creation.html" class="list-group-item smaller-item ">API Creation</a>
133-
<a href="/deployment.html" class="list-group-item smaller-item ">Deployment</a>
134-
<a href="/servers.html" class="list-group-item smaller-item ">Servers</a>
135-
<a href="/platform-as-a-service.html" class="list-group-item smaller-item ">Platform-as-a-service</a>
136-
<a href="/operating-systems.html" class="list-group-item smaller-item ">Operating Systems</a>
137-
<a href="/web-servers.html" class="list-group-item smaller-item ">Web Servers</a>
138-
<a href="/wsgi-servers.html" class="list-group-item smaller-item ">WSGI Servers</a>
139-
<a href="/source-control.html" class="list-group-item smaller-item ">Source Control</a>
140-
<a href="/application-dependencies.html" class="list-group-item smaller-item ">Application Dependencies</a>
141-
<a href="/static-content.html" class="list-group-item smaller-item ">Static Content</a>
142-
<a href="/task-queues.html" class="list-group-item smaller-item ">Task Queues</a>
143-
<a href="/configuration-management.html" class="list-group-item smaller-item ">Configuration Management</a>
144-
<a href="/continuous-integration.html" class="list-group-item smaller-item ">Continuous Integration</a>
145-
<a href="/logging.html" class="list-group-item smaller-item ">Logging</a>
146-
<a href="/monitoring.html" class="list-group-item smaller-item ">Monitoring</a>
147-
<a href="/web-analytics.html" class="list-group-item smaller-item ">Web Analytics</a>
148-
<a href="/docker.html" class="list-group-item smaller-item ">Docker</a>
149-
<a href="/caching.html" class="list-group-item smaller-item ">Caching</a>
150-
<a href="/code-metrics.html" class="list-group-item smaller-item ">Code Metrics</a>
151-
<a href="/what-full-stack-means.html" class="list-group-item smaller-item ">What "Full Stack" Means</a>
152-
<a href="/change-log.html" class="list-group-item smaller-item ">Change Log</a>
153-
<a href="/future-directions.html" class="list-group-item smaller-item ">Future Directions</a>
154-
<a href="/about-author.html" class="list-group-item smaller-item active">About the Author</a>
114+
<a href="/introduction.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Introduction</a>
115+
<a href="/why-use-python.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Why Use Python?</a>
116+
<a href="/development-environments.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Development Environments</a>
117+
<a href="/vim.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Vim</a>
118+
<a href="/best-python-resources.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Best Python Resources</a>
119+
<a href="/generators.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Generators</a>
120+
<a href="/web-frameworks.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Web Frameworks</a>
121+
<a href="/django.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Django</a>
122+
<a href="/flask.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Flask</a>
123+
<a href="/bottle.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Bottle</a>
124+
<a href="/pyramid.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Pyramid</a>
125+
<a href="/morepath.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Morepath</a>
126+
<a href="/other-web-frameworks.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Other Web Frameworks</a>
127+
<a href="/web-design.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Web Design</a>
128+
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Cascading Style Sheets</a>
129+
<a href="/javascript.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>JavaScript</a>
130+
<a href="/websockets.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>WebSockets</a>
131+
<a href="/web-application-security.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Web Application Security</a>
132+
<a href="/databases.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Databases</a>
133+
<a href="/no-sql-datastore.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>NoSQL Data Stores</a>
134+
<a href="/application-programming-interfaces.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Application Programming Interfaces</a>
135+
<a href="/api-integration.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>API Integration</a>
136+
<a href="/api-creation.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>API Creation</a>
137+
<a href="/deployment.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Deployment</a>
138+
<a href="/servers.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Servers</a>
139+
<a href="/platform-as-a-service.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Platform-as-a-service</a>
140+
<a href="/operating-systems.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Operating Systems</a>
141+
<a href="/web-servers.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Web Servers</a>
142+
<a href="/wsgi-servers.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>WSGI Servers</a>
143+
<a href="/source-control.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Source Control</a>
144+
<a href="/application-dependencies.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Application Dependencies</a>
145+
<a href="/static-content.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Static Content</a>
146+
<a href="/task-queues.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Task Queues</a>
147+
<a href="/configuration-management.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Configuration Management</a>
148+
<a href="/continuous-integration.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Continuous Integration</a>
149+
<a href="/logging.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Logging</a>
150+
<a href="/monitoring.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Monitoring</a>
151+
<a href="/web-analytics.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Web Analytics</a>
152+
<a href="/docker.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Docker</a>
153+
<a href="/caching.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Caching</a>
154+
<a href="/code-metrics.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Code Metrics</a>
155+
<a href="/what-full-stack-means.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>What "Full Stack" Means</a>
156+
<a href="/change-log.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Change Log</a>
157+
<a href="/future-directions.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Future Directions</a>
158+
<a href="/about-author.html" class="list-group-item smaller-item active" style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
155159
</div>
156160
</div>
157161
<div class="panel panel-success">

all.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<style>
1414
.toc-indent {padding-left: 25px;}
1515
.toc-more-indent {padding-left: 37px;}
16+
.deep-well {background: #444; color: #fff; border-radius: 5px;
17+
padding: 10px; font-family: Helvetica;}
18+
.deep-well a {color: #eee;}
19+
.deep-well a:hover {color: #eee;}
1620
</style>
1721
<script>
1822
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -60,6 +64,14 @@ <h1>Why Use Python?</h1>
6064
language is also widely taught in universities and used for working with
6165
beginner-friendly devices such as the
6266
<a href="http://www.raspberrypi.org/">Raspberry Pi</a>.</p>
67+
<!--
68+
<div class="deep-well">
69+
If you're learning Python you should also make sure to read about
70+
<a href="/best-python-resoureces.html">the best Python resources</a> and
71+
<a href="/what-full-stack-means.html">what "full stack" means</a>.
72+
</div>
73+
-->
74+
6375
<h2>Python's programming language popularity</h2>
6476
<p>Several programming language popularity rankings exist. While it's
6577
possible to criticize that these guides are not exact, every ranking shows

0 commit comments

Comments
 (0)