Skip to content

Commit ef2cc7d

Browse files
committed
add bootstrap starter page
1 parent 85a3c12 commit ef2cc7d

File tree

5 files changed

+43
-3
lines changed

5 files changed

+43
-3
lines changed

content/pages/07-web-development/03-django.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ behind batteries-included is that the common functionality for building
1414
web applications should come with the framework instead of as separate
1515
libraries.
1616

17-
1817
<a href="http://www.djangoproject.com/" style="border: none;"><img src="/img/logos/django.png" width="100%" alt="Official Django logo. Trademark Django Software Foundation." class="technical-diagram"></a>
1918

20-
2119
For example,
2220
[authentication](https://docs.djangoproject.com/en/dev/topics/auth/),
2321
[URL routing](https://docs.djangoproject.com/en/dev/topics/http/urls/), a
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
title: Bootstrap
2+
category: page
3+
slug: bootstrap-css
4+
sortorder: 0721
5+
toc: False
6+
sidebartitle: Bootstrap
7+
meta: Bootstrap is a CSS framework for building website and web application user interfaces.
8+
9+
10+
# Bootstrap
11+
[Bootstrap](http://getbootstrap.com/) is a CSS framework that makes it
12+
easier to create website and web application user interfaces. Bootstrap
13+
is especially useful as a base layer of
14+
[CSS](/cascading-style-sheets.html) to build sites with
15+
[responsive web design](/responsive-design.html).
16+
17+
<a href="http://getbootstrap.com/" style="border: none;"><img src="/img/logos/bootstrap.png" width="100%" alt="Bootstrap logo." class="technical-diagram" style="border-radius:5px"></a>
18+
19+
20+
### Bootstrap resources
21+
* [Bootstrap 4: What's New?](https://medium.com/wdstack/bootstrap-4-whats-new-visual-guide-c84dd81d8387)
22+
shows a slew of comparisons for how user interface elements have changed
23+
design over the past several Bootstrap major version iterations.
24+

static/img/logos/bootstrap.png

21.2 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What else do you want to learn about web development?</h3>
2+
<div class="row">
3+
<div class="col-md-4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/web-design.html" %}
6+
</div>
7+
</div>
8+
<div class="col-md-4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/static-content.html" %}
11+
</div>
12+
</div>
13+
<div class="col-md-4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/javascript.html" %}
16+
</div>
17+
</div>
18+
</div>

theme/templates/table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h4 class="toc-subsection">7.3 <a href="/web-design.html">Web design</a></h4>
169169
<div class="toc soon">Minification</div>
170170

171171
<h4 class="toc-subsection">7.4 <span class="soon">CSS Frameworks</span></h4>
172-
<div class="toc soon">Bootstrap</div>
172+
<div class="toc"><a href="/bootstrap-css.html">Bootstrap</a></div>
173173
<div class="toc soon">Foundation</div>
174174
<div class="toc soon">Materialize</div>
175175
<div class="toc soon">Concise</div>

0 commit comments

Comments
 (0)