Skip to content

Commit 41cb180

Browse files
committed
update sponsors and add web dev resource
1 parent bc1e599 commit 41cb180

File tree

6 files changed

+12
-2
lines changed

6 files changed

+12
-2
lines changed

content/pages/04-web-development/00-web-development.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ world.
6464
that the visualization unfortunately stops around the beginning of 2013 but
6565
it's a good way to explore what happened in the first 24 years.
6666

67+
* [Web app checklist](http://dhilipsiva.com/webapp-checklist/) presents
68+
good practices that developers building and [deploying](/deployment.html)
69+
web applications should follow. Don't worry about having every single
70+
one of these recommendations implemented before getting your site
71+
live, but it is worthwhile to review the list to make sure there is not
72+
something obvious you can handle in a few minutes that will improve
73+
your site's security, performance or usability.
74+
6775
* [Web application development is different and better](http://radar.oreilly.com/2014/01/web-application-development-is-different-and-better.html)
6876
provides some context for how web development has evolved from writing
6977
static HTML files into the complex JavaScript client-side applications

static/img/logos/okta-wide.png

38.6 KB
Loading

static/img/logos/okta.png

39.9 KB
Loading

theme/templates/sponsor/dual-premium.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<div class="pnb">
44
{% include "sponsor/digitalocean.html" %}
55
<hr>
6-
{% include "sponsor/mapbox.html" %}
6+
{% include "sponsor/okta.html" %}
77
</div>
88
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<a href="https://www.mapbox.com/" style="border:none"><img src="/img/logos/mapbox.png" alt="Mapbox logo." width="100%" style="padding:6px 0 8px"></a>
1+
<a href="https://www.mapbox.com/" style="border:none"><img src="/img/logos/mapbox.png" alt="Mapbox logo." width="100%" style="padding:2px 0 8px"></a>
22
<p class="sps">Easily build maps, search and navigation into your Python applications with <a href="https://www.mapbox.com/">Mapbox</a>.</p>

theme/templates/sponsor/okta.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<a href="https://developer.okta.com/" style="border:none"><img src="/img/logos/okta.png" alt="Okta logo." width="100%" style="padding:6px 0 12px"></a>
2+
<p class="sps">Secure and manage identities in your Python web apps <a href="https://developer.okta.com/">with Okta</a>.</p>

0 commit comments

Comments
 (0)