From 52447aa78779678e277efb4324f8dd091e136462 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 9 Jan 2018 22:56:39 +0100 Subject: [PATCH] docs: move html starter template to the bottom --- docs/pages/installation.md | 64 ++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 34 deletions(-) diff --git a/docs/pages/installation.md b/docs/pages/installation.md index f31f76963..afb523554 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -105,40 +105,6 @@ To create compressed, production-ready assets, run `npm run build`. -If you aren't into Sass, we have a starter template with compiled CSS and JavaScript, as well as a starting `index.html` file for you to hack on. Just unzip and get coding! - -Download CSS Version - ---- - -## HTML Starter Template -Start with this HTML template and adapt it to your needs. Be sure to include the `.no-js` class on the `html` tag of your template. Adding this class prevents [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) for a number of foundation components. - -```html - - - - - - - Foundation Starter Template - - - -

Hello, world!

- - - - - - - - - -``` - --- ## CDN Links @@ -178,6 +144,36 @@ Here's what comes in the package. --- +## HTML Starter Template +Start with this HTML template and adapt it to your needs. Be sure to include the `.no-js` class on the `html` tag of your template. Adding this class prevents [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) for a number of foundation components. + +```html + + + + + + + Foundation Starter Template + + + +

Hello, world!

+ + + + + + + + + +``` + +--- + ## Other Integrations The Foundation community has helped us integrate the framework into Rails, WordPress, Django, and more. Head to our [resources page](http://foundation.zurb.com/sites/resources) to find even more ways to use Foundation. -- 2.47.2