Skip to content

Commit 1af57db

Browse files
committed
add new responsive design and data resources
1 parent f657035 commit 1af57db

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

content/pages/03-data/00-data.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ subsections, including (in no particular order):
1414
* data processing / wrangling
1515
* machine learning
1616
* data analysis
17-
* visualization
17+
* [visualization](/data-visualization.html)
1818
* geospatial mapping
1919
* persistence via [relational databases](/databases.html) and
2020
[NoSQL data stores](/no-sql-datastore.html)
@@ -71,7 +71,7 @@ created the incredible mix of data code libraries available today.
7171
Python data tools. They put on fantastic conferences around the world and fund
7272
the continued development of open source data-related libraries.
7373

74-
* [Continuum Analytics](http://continuum.io/) is one of the leading Python
74+
* [Anaconda](https://www.anaconda.com/) is one of the leading Python
7575
companies that pours a tremendous amount of time and funding into
7676
the data community.
7777

@@ -86,3 +86,7 @@ created the incredible mix of data code libraries available today.
8686
give historical perspective on how the Python data tools
8787
have evolved over the past 20ish years based on his first-hand experience
8888
as a leader and member in that community.
89+
90+
* The [Open Source Data Science Masters](http://datasciencemasters.org/)
91+
is a well-crafted free curriculum and set of resources for students who
92+
want to learn both the theory and technologies for working with data.

content/pages/04-web-development/18-responsive-design.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ a broad range of devices that people use to read this site.
3737
[responsive design - what it is and how to use it](https://www.smashingmagazine.com/2011/01/guidelines-for-responsive-web-design/)
3838
remains a definitive source for understanding why sites should be
3939
responsive.
40+
41+
* [Fundamentals of responsive images](https://www.lullabot.com/articles/fundamentals-of-responsive-images)
42+
shows the code behind several ways to make your web images resize according
43+
to browser window size.

theme/templates/sponsor/all-sponsor.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
{% include "sponsor/okta.html" %}
77
<hr>
88
{% include "sponsor/scout.html" %}
9-
<hr>
10-
{% include "sponsor/realpython.html" %}
119
</div>
1210
</div>

theme/templates/sponsor/dual-premium-standard.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
<div class="pnh"><h3>Sponsored By</h3></div>
33
<div class="pnb">
44
{% include "sponsor/okta.html" %}
5-
<hr>
6-
{% include "sponsor/realpython.html" %}
75
</div>
86
</div>

0 commit comments

Comments
 (0)