Skip to content

Commit 72383b3

Browse files
committed
add responsive design starter page.
1 parent b9fca0e commit 72383b3

File tree

12 files changed

+56
-2
lines changed

12 files changed

+56
-2
lines changed

content/pages/07-web-development/11-other-web-frameworks.markdown renamed to content/pages/07-web-development/10-other-web-frameworks.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Other Web Frameworks
22
category: page
33
slug: other-web-frameworks
4-
sortorder: 0711
4+
sortorder: 0710
55
toc: False
66
sidebartitle: Other Web Frameworks
77
meta: Python has many web frameworks with differing philosophies. Learn more about frameworks on Full Stack Python.

content/pages/07-web-development/12-template-engines.markdown renamed to content/pages/07-web-development/11-template-engines.markdown

File renamed without changes.
File renamed without changes.
File renamed without changes.

content/pages/07-web-development/15-django-templates.markdown renamed to content/pages/07-web-development/14-django-templates.markdown

File renamed without changes.

content/pages/07-web-development/16-web-design.markdown renamed to content/pages/07-web-development/15-web-design.markdown

File renamed without changes.
File renamed without changes.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
title: Responsive Design
2+
category: page
3+
slug: responsive-design
4+
sortorder: 0717
5+
toc: False
6+
sidebartitle: Responsive Design
7+
meta: Responsive design is a method of using media queries in Cascading Style Sheets (CSS) to ensure a site is usable on all screen sizes.
8+
9+
10+
# Responsive design
11+
Responsive design is a method of using media queries in
12+
[Cascading Style Sheets (CSS)](/cascading-style-sheets.html) to ensure a
13+
site is usable on various devices with different screen sizes, from very
14+
small to very large.
15+
16+
<img src="/img/visuals/responsive-design.jpg" width="100%" alt="Three different screen sizes and devices with the same website that uses a responsive designt." class="technical-diagram" style="border: 1px solid #999;border-radius: 5px" />
17+
18+
Full Stack Python uses responsive design to improve readability across
19+
a broad range of devices that people use to read this site.
20+
21+
22+
### Responsive design resources
23+
* The [Responsive Design podcast](https://responsivewebdesign.com/podcast/)
24+
and accompanying
25+
[email newsletter](https://responsivewebdesign.com/newsletter/)
26+
interview web designers who've dealt with creating responsive designs
27+
from both a blank slate and retrofitting into an existing site.
28+
29+
* This [site is entirely on responsive design](https://responsivedesign.is/)
30+
and has many articles on how to achieve readability across devices.
31+
32+
* Smashing Magazine's article from 2011 on
33+
[responsive design - what it is and how to use it](https://www.smashingmagazine.com/2011/01/guidelines-for-responsive-web-design/)
34+
remains a definitive source for understanding why sites should be
35+
responsive.

content/pages/12-meta/01-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ inception in December 2012. You can view detailed changes via the
1515

1616
## 2017
1717
### August
18+
* Added [responsive design](/responsive-design.html) starter page.
1819
* Updated the [Redis](/redis.html) page with loads of new resources.
1920
* New [Neo4j](/neo4j.html) starter page.
2021
* Loads of new [Bokeh](/bokeh.html) resources and some new descriptions.
155 KB
Loading

0 commit comments

Comments
 (0)