]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: move html starter template to the bottom
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 9 Jan 2018 21:56:39 +0000 (22:56 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 9 Jan 2018 22:17:33 +0000 (23:17 +0100)
docs/pages/installation.md

index f31f76963cc913bd53d033f058953c9cf4150d96..afb523554d92da26fda269637f9583dfb75789c3 100644 (file)
@@ -105,40 +105,6 @@ To create compressed, production-ready assets, run `npm run build`.
   </div>
 </div>
 
-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!
-
-<a href="http://foundation.zurb.com/sites/download" class="large button">Download CSS Version</a>
-
----
-
-## 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
-<!doctype html>
-<html class="no-js" lang="en">
-  <head>
-    <meta charset="utf-8" />
-    <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Foundation Starter Template</title>
-    <link rel="stylesheet" href="css/foundation.css" />
-  </head>
-  <body>
-    <h1>Hello, world!</h1>
-
-    <script src="js/vendor/jquery.js"></script>
-    <script src="js/vendor/what-input.js"></script>
-    <script src="js/vendor/foundation.min.js"></script>
-    <script>
-      $(document).foundation();
-    </script>
-
-  </body>
-</html>
-
-```
-
 ---
 
 ## 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
+<!doctype html>
+<html class="no-js" lang="en">
+  <head>
+    <meta charset="utf-8" />
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title>Foundation Starter Template</title>
+    <link rel="stylesheet" href="css/foundation.css" />
+  </head>
+  <body>
+    <h1>Hello, world!</h1>
+
+    <script src="js/vendor/jquery.js"></script>
+    <script src="js/vendor/what-input.js"></script>
+    <script src="js/vendor/foundation.min.js"></script>
+    <script>
+      $(document).foundation();
+    </script>
+
+  </body>
+</html>
+
+```
+
+---
+
 ## 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.