<div class="row column">
<h1>Foundation for Sites Component Testing</h1>
<ul class="menu vertical">
- <li><a href="responsive-menu.html">Responsive Menu - Drilldown Medium Dropdown</a></li>
- <li><a href="responsive-menu-right-dropdown.html">Responsive Menu - Right Dropdown</a></li>
- <li><a href="responsive-menu-left-dropdown.html">Responsive Menu - Left Dropdown</a></li>
- <li><a href="various-menu-options.html">Various Menu Options</a></li>
- <li><a href="reveal.html">Reveal</a></li>
+ <li><a href="responsive-menu/responsive-menu.html">Responsive Menu - Drilldown Medium Dropdown</a></li>
+ <li><a href="responsive-menu/responsive-menu-right-dropdown.html">Responsive Menu - Right Dropdown</a></li>
+ <li><a href="responsive-menu/responsive-menu-left-dropdown.html">Responsive Menu - Left Dropdown</a></li>
+ <li><a href="responsive-menu/various-menu-options.html">Various Menu Options</a></li>
<li><a href="reveal/basic.html">Reveal Basic</a></li>
<li><a href="reveal/long-page.html">Reveal Long Page</a></li>
<li><a href="reveal/long-page-with-add-this.html">Reveal Long Page with Add This</a></li>
<link href="http://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="assets/css/foundation.css" rel="stylesheet" />
+ <link href="../assets/css/foundation.css" rel="stylesheet" />
<style>
-
+
</style>
</head>
<div class="top-bar" id="main-menu">
<div class="top-bar-left">
-
+
<ul class="menu vertical medium-horizontal" data-responsive-menu="drilldown medium-dropdown">
<li><a href="#">One</a></li>
<li><a href="#">Two</a></li>
<li><a href="#">One</a></li>
<li><a href="#">Two</a></li>
<li><a href="#">Three</a></li>
- </ul>
+ </ul>
</li>
- </ul>
+ </ul>
</li>
</ul>
- </ul>
+ </ul>
</li>
</ul>
</li>
</div>
<div class="top-bar-right">
-
+
</div>
</div>
- <p>Horizontal menu on medium and up. Multiple dropdowns on the far right and left of the viewport. Drilldowns on small screens.</p>
+ <p>Horizontal menu on medium and up. Multiple dropdowns on the far right and left of the viewport. Drilldowns on small screens.</p>
<ul>
- <li>The dropdowns should open underneath the parent element.</li>
- <li>On the right side, the dropdown's right side should be aligned to the right of the parent element.</li>
+ <li>The dropdowns should open underneath the parent element.</li>
+ <li>On the right side, the dropdown's right side should be aligned to the right of the parent element.</li>
<li>On the left side, the dropdown's left side should be aligned to the left of the parent element.</li>
<li>On the right side, submenu dropdowns should be aligned to left-top of the parent element and open toward the middle.</li>
<li>On the left side, submenu dropdowns should be aligned to right-top of the parent element and open toward the middle.</li>
<li>On mobile, the arrows to access submenu should be at the left of the dropdown.</li>
</ul>
- <script src="assets/js/vendor.js"></script>
- <script src="assets/js/foundation.js"></script>
+ <script src="../assets/js/vendor.js"></script>
+ <script src="../assets/js/foundation.js"></script>
<script>
$(document).foundation();
</script>
<link href="http://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="assets/css/foundation.css" rel="stylesheet" />
+ <link href="../assets/css/foundation.css" rel="stylesheet" />
<style>
-
+
</style>
</head>
<li><a href="#">One</a></li>
<li><a href="#">Two</a></li>
<li><a href="#">Three</a></li>
- </ul>
+ </ul>
</li>
</ul>
</li>
<li><a href="#">One</a></li>
<li><a href="#">Two</a></li>
<li><a href="#">Three</a></li>
- </ul>
+ </ul>
</li>
</ul>
</li>
</div>
</div>
- <p>Horizontal menu on medium and up. Multiple dropdowns on the far right and left of the viewport. Drilldowns on small screens.</p>
+ <p>Horizontal menu on medium and up. Multiple dropdowns on the far right and left of the viewport. Drilldowns on small screens.</p>
<ul>
- <li>The dropdowns should open underneath the parent element.</li>
- <li>On the right side, the dropdown's right side should be aligned to the right of the parent element.</li>
+ <li>The dropdowns should open underneath the parent element.</li>
+ <li>On the right side, the dropdown's right side should be aligned to the right of the parent element.</li>
<li>On the left side, the dropdown's left side should be aligned to the left of the parent element.</li>
<li>On the right side, submenu dropdowns should be aligned to left-top of the parent element and open toward the middle.</li>
<li>On the left side, submenu dropdowns should be aligned to right-top of the parent element and open toward the middle.</li>
<li>On mobile, the arrows to access submenu should be at the left of the dropdown.</li>
</ul>
- <script src="assets/js/vendor.js"></script>
- <script src="assets/js/foundation.js"></script>
+ <script src="../assets/js/vendor.js"></script>
+ <script src="../assets/js/foundation.js"></script>
<script>
$(document).foundation();
</script>
<link href="http://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="assets/css/foundation.css" rel="stylesheet" />
+ <link href="../assets/css/foundation.css" rel="stylesheet" />
<style>
-
+
.top-bar {
padding: 75px 0;
}
</ul>
</div>
</div>
- <script src="assets/js/vendor.js"></script>
- <script src="assets/js/foundation.js"></script>
+ <script src="../assets/js/vendor.js"></script>
+ <script src="../assets/js/foundation.js"></script>
<script>
$(document).foundation();
</script>
<link href="http://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="assets/css/foundation-flex.css" rel="stylesheet" />
+ <link href="../assets/css/foundation-flex.css" rel="stylesheet" />
<style>
</div>
</div>
- <script src="assets/js/vendor.js"></script>
- <script src="assets/js/foundation.js"></script>
+ <script src="../assets/js/vendor.js"></script>
+ <script src="../assets/js/foundation.js"></script>
<script>
$(document).foundation();
</script>
<link href="http://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="assets/css/foundation.css" rel="stylesheet" />
+ <link href="../assets/css/foundation.css" rel="stylesheet" />
<style>
</div>
</div>
- <script src="assets/js/vendor.js"></script>
- <script src="assets/js/foundation.js"></script>
+ <script src="../assets/js/vendor.js"></script>
+ <script src="../assets/js/foundation.js"></script>
<script>
$(document).foundation();
</script>