Skip to content

Commit ad1ac3d

Browse files
committed
working on css frameworks overview page
1 parent a0f5952 commit ad1ac3d

File tree

7 files changed

+54
-3
lines changed

7 files changed

+54
-3
lines changed
File renamed without changes.

content/pages/07-web-development/17-responsive-design.markdown renamed to content/pages/07-web-development/18-responsive-design.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Responsive Design
22
category: page
33
slug: responsive-design
4-
sortorder: 0717
4+
sortorder: 0718
55
toc: False
66
sidebartitle: Responsive Design
77
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.

content/pages/07-web-development/18-minification.markdown renamed to content/pages/07-web-development/19-minification.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Minification
22
category: page
33
slug: minification
4-
sortorder: 0718
4+
sortorder: 0719
55
toc: False
66
sidebartitle: Minification
77
meta: Minification reduces the size of web assets to make pages and applications load quicker.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
title: CSS Frameworks
2+
category: page
3+
slug: css-frameworks
4+
sortorder: 0720
5+
toc: False
6+
sidebartitle: CSS Frameworks
7+
meta: A CSS framework is a code library that makes web designs easier for developers to implement in their web apps.
8+
9+
10+
# CSS Frameworks
11+
A [Cascading Style Sheet (CSS)](/cascading-style-sheets.html) framework is
12+
a code library that abstracts common web designs and makes the designs
13+
easier for a developer to implement in their web apps.
14+
15+
16+
### CSS frameworks
17+
* [Bootstrap](/bootstrap-css.html)
18+
19+
* Foundation
20+
21+
* Materialize
22+
23+
* Concise
24+
25+
26+
### CSS framework resources
27+
* [Which Responsive Design Framework Is Best? Of Course, It Depends.](https://www.smashingmagazine.com/2017/03/which-responsive-design-framework-is-best/)
28+
29+
* [awesome-css-frameworks](https://github.com/troxler/awesome-css-frameworks)
30+
31+
* [Bulma: CSS framework you should consider in 2018](https://matwrites.com/bulma-css-framework-for-2018/)
32+

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on GitHub.
1717

1818
## 2018
1919
### February
20+
* New starter page on [CSS frameworks](/css-frameworks.html).
2021
* Added new [enterprise Python](/enterprise-python.html) resources.
2122

2223
### January
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>After styling your web app what do you want to learn next?</h3>
2+
<div class="row">
3+
<div class="c4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/web-design.html" %}
6+
</div>
7+
</div>
8+
<div class="c4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/static-content.html" %}
11+
</div>
12+
</div>
13+
<div class="c4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/javascript.html" %}
16+
</div>
17+
</div>
18+
</div>

theme/templates/sponsor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if page.slug == 'introduction' or page.slug == 'django' or page.slug == 'flask' or page.slug == 'bottle' or page.slug == 'web-development' or page.slug == 'web-frameworks' or page.slug =='morepath' or page.slug == 'python-programming-language' or page.slug == 'comprehensions' or page.slug == 'generators' %}
1+
{% if page.slug == 'introduction' or page.slug == 'django' or page.slug == 'flask' or page.slug == 'bottle' or page.slug == 'web-development' or page.slug == 'web-frameworks' or page.slug =='morepath' or page.slug == 'python-programming-language' or page.slug == 'comprehensions' or page.slug == 'generators' or page.slug == 'best-python-resources' or page.slug == 'best-python-videos' %}
22
{% include "rp-advert.html" %}
33
{% elif page.slug == 'monitoring' or page.slug == 'devops' or page.slug == 'caching' or page.slug == 'web-analytics' or page.slug == 'servers' or page.slug == 'docker' or page.slug == 'continuous-integration' or page.slug == 'wsgi-servers' or page.slug == 'green-unicorn-gunicorn' or page.slug == 'serverless' or page.slug == 'aws-lambda' or page.slug == 'web-servers' or page.slug == 'apache-http-server' or page.slug == 'nginx' or page.slug == 'caddy' or page.slug == 'debugging' or page.slug == 'testing' or page.slug == 'deployment' or page.slug == 'platform-as-a-service' or page.slug == 'static-content' %}
44
{% include "rollbar.html" %}

0 commit comments

Comments
 (0)