From: Nicolas Coden Date: Tue, 9 Jan 2018 21:56:39 +0000 (+0100) Subject: docs: move html starter template to the bottom X-Git-Tag: v6.6.0~55^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52447aa78;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: move html starter template to the bottom --- 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.