UNPKG

zurb-foundation-5-prebuilt

Version:

Get started quickly with the most advanced responsive front-end framework in the world.

71 lines (54 loc) 2.72 kB
<!doctype html> <!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]--> <html class="no-js" lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Foundation for Sites 5</title> <link href="css/normalize.css" rel="stylesheet" /> <link href="css/foundation.css" rel="stylesheet" /> <script src="js/vendor/modernizr.js"></script> </head> <body> <div class="row"> <div class="small-12 columns"> <h2>What is Foundation 5?</h2> </div> </div> <div class="row"> <div class="small-12 columns"> <p> Foundation is the most advanced, responsive front-end framework in the world. The framework is mobile friendly and ready for you to customize it any way you want to use it. </p> <p>Millions of designers and engineers use Foundation as part of their workflows. It was the first framework to introduce the concepts of responsive design, semantics, mobile first and partials. It&#39;s also compatibile with most browsers and devices. Foundation is the professional choice for designers and engineers.</p> </div> </div> <script src="js/vendor/jquery.js"></script> <script src="js/vendor/jquery.cookie.js"></script> <script src="js/vendor/fastclick.js"></script> <script src="js/vendor/placeholder.js"></script> <script src="js/foundation/foundation.js"></script> <script src="js/foundation/foundation.abide.js"></script> <script src="js/foundation/foundation.accordion.js"></script> <script src="js/foundation/foundation.alert.js"></script> <script src="js/foundation/foundation.clearing.js"></script> <script src="js/foundation/foundation.dropdown.js"></script> <script src="js/foundation/foundation.equalizer.js"></script> <script src="js/foundation/foundation.interchange.js"></script> <script src="js/foundation/foundation.joyride.js"></script> <script src="js/foundation/foundation.magellan.js"></script> <script src="js/foundation/foundation.offcanvas.js"></script> <script src="js/foundation/foundation.orbit.js"></script> <script src="js/foundation/foundation.reveal.js"></script> <script src="js/foundation/foundation.slider.js"></script> <script src="js/foundation/foundation.tab.js"></script> <script src="js/foundation/foundation.tooltip.js"></script> <script src="js/foundation/foundation.topbar.js"></script> <script> $(document).foundation(); </script> </body> </html>