Skip to content

Commit ef972b0

Browse files
committed
seeing if i can cut bounce rate on why use python page
1 parent f8e65e0 commit ef972b0

Some content is hidden

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

52 files changed

+163
-116
lines changed

about-author.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
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;}
16+
.deep-well {background: #444; color: #fff; border-radius: 3px;
17+
padding: 10px; font-family: Helvetica;
18+
box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;}
1819
.deep-well a {color: #eee;}
1920
.deep-well a:hover {color: #eee;}
2021
</style>

all.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
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;}
16+
.deep-well {background: #444; color: #fff; border-radius: 3px;
17+
padding: 10px; font-family: Helvetica;
18+
box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;}
1819
.deep-well a {color: #eee;}
1920
.deep-well a:hover {color: #eee;}
2021
</style>
@@ -64,13 +65,12 @@ <h1>Why Use Python?</h1>
6465
language is also widely taught in universities and used for working with
6566
beginner-friendly devices such as the
6667
<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="https://github.com/best-python-resoureces.html">the best Python resources</a> and
68+
<div class="well">
69+
If you're learning Python you should also take a look at
70+
<a href="/best-python-resources.html">the best Python resources</a> and
71+
read
7172
<a href="/what-full-stack-means.html">what "full stack" means</a>.
7273
</div>
73-
-->
7474

7575
<h2>Python's programming language popularity</h2>
7676
<p>Several programming language popularity rankings exist. While it's

api-creation.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
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;}
16+
.deep-well {background: #444; color: #fff; border-radius: 3px;
17+
padding: 10px; font-family: Helvetica;
18+
box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;}
1819
.deep-well a {color: #eee;}
1920
.deep-well a:hover {color: #eee;}
2021
</style>

api-integration.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
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;}
16+
.deep-well {background: #444; color: #fff; border-radius: 3px;
17+
padding: 10px; font-family: Helvetica;
18+
box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;}
1819
.deep-well a {color: #eee;}
1920
.deep-well a:hover {color: #eee;}
2021
</style>

application-dependencies.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
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;}
16+
.deep-well {background: #444; color: #fff; border-radius: 3px;
17+
padding: 10px; font-family: Helvetica;
18+
box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;}
1819
.deep-well a {color: #eee;}
1920
.deep-well a:hover {color: #eee;}
2021
</style>

application-programming-interfaces.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
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;}
16+
.deep-well {background: #444; color: #fff; border-radius: 3px;
17+
padding: 10px; font-family: Helvetica;
18+
box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;}
1819
.deep-well a {color: #eee;}
1920
.deep-well a:hover {color: #eee;}
2021
</style>

best-python-resources.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
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;}
16+
.deep-well {background: #444; color: #fff; border-radius: 3px;
17+
padding: 10px; font-family: Helvetica;
18+
box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;}
1819
.deep-well a {color: #eee;}
1920
.deep-well a:hover {color: #eee;}
2021
</style>

bottle.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
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;}
16+
.deep-well {background: #444; color: #fff; border-radius: 3px;
17+
padding: 10px; font-family: Helvetica;
18+
box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;}
1819
.deep-well a {color: #eee;}
1920
.deep-well a:hover {color: #eee;}
2021
</style>

caching.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
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;}
16+
.deep-well {background: #444; color: #fff; border-radius: 3px;
17+
padding: 10px; font-family: Helvetica;
18+
box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;}
1819
.deep-well a {color: #eee;}
1920
.deep-well a:hover {color: #eee;}
2021
</style>

cascading-style-sheets.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
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;}
16+
.deep-well {background: #444; color: #fff; border-radius: 3px;
17+
padding: 10px; font-family: Helvetica;
18+
box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;}
1819
.deep-well a {color: #eee;}
1920
.deep-well a:hover {color: #eee;}
2021
</style>

0 commit comments

Comments
 (0)