--- /dev/null
+<!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 http-equiv="X-UA-Compatible" content="IE=edge">
+ <title>Foundation for Sites Testing</title>
+ <link href="../motion-ui/dist/motion-ui.css" rel="stylesheet" />
+ <link href="../assets/css/foundation-prototype.css" rel="stylesheet" />
+ </head>
+ <body>
+ <div class="row column">
+
+ </div>
+
+ <script src="../assets/js/vendor.js"></script>
+ <script src="../assets/js/foundation.js"></script>
+ <script>
+ $(document).foundation();
+ </script>
+ </body>
+</html>
--- /dev/null
+<!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 http-equiv="X-UA-Compatible" content="IE=edge">
+ <title>Foundation for Sites Testing</title>
+ <link href="../motion-ui/dist/motion-ui.css" rel="stylesheet" />
+ <link href="../assets/css/foundation-prototype.css" rel="stylesheet" />
+
+ </head>
+ <body>
+ <div class="row column">
+ <h2 class="m-t-20">Rounded Buttons</h2>
+ <button type="button" class="button rounded primary">Primary</button>
+ <button type="button" class="button rounded secondary">Secondary</button>
+ <button type="button" class="button rounded success">Success</button>
+ <button type="button" class="button rounded alert">Alert</button>
+ <button type="button" class="button rounded warning">Warning</button>
+ </div>
+ <div class="row column">
+ <h2 class="m-t-20">Rounded Images</h2>
+ <img src="http://placehold.it/100x100" class="rounded m-r-10">
+ <img src="http://placehold.it/100x100" class="rounded-circle m-r-10">
+ <img src="http://placehold.it/100x100" class="rounded-top m-r-10">
+ <img src="http://placehold.it/100x100" class="rounded-right m-r-10">
+ <img src="http://placehold.it/100x100" class="rounded-bottom m-r-10">
+ <img src="http://placehold.it/100x100" class="rounded-left m-r-10">
+ </div>
+
+ <script src="../assets/js/vendor.js"></script>
+ <script src="../assets/js/foundation.js"></script>
+ <script>
+ $(document).foundation();
+ </script>
+ </body>
+</html>