| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,10 +14,8 @@ behind batteries-included is that the common functionality for building | |||
| 14 | 14 | web applications should come with the framework instead of as separate | |
| 15 | 15 | libraries. | |
| 16 | 16 | ||
| 17 | - | ||
| 18 | 17 | <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> | |
| 19 | 18 | ||
| 20 | - | ||
| 21 | 19 | For example, | |
| 22 | 20 | [authentication](https://docs.djangoproject.com/en/dev/topics/auth/), | |
| 23 | 21 | [URL routing](https://docs.djangoproject.com/en/dev/topics/http/urls/), a | |
| Original file line number | Diff line number | Diff 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 | + | ||
| Original file line number | Diff line number | Diff 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> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -169,7 +169,7 @@ <h4 class="toc-subsection">7.3 <a href="/web-design.html">Web design</a></h4> | |||
| 169 | 169 | <div class="toc soon">Minification</div> | |
| 170 | 170 | ||
| 171 | 171 | <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> | ||
| 173 | 173 | <div class="toc soon">Foundation</div> | |
| 174 | 174 | <div class="toc soon">Materialize</div> | |
| 175 | 175 | <div class="toc soon">Concise</div> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments