Skip to content

Instantly share code, notes, and snippets.

@slawaEremin
Created December 16, 2013 20:20
Show Gist options
  • Save slawaEremin/7993669 to your computer and use it in GitHub Desktop.
Save slawaEremin/7993669 to your computer and use it in GitHub Desktop.
A Pen by A Non Ymous.
<nav class="top-bar" data-top-bar>
<ul class="title-area">
<li class="name">
<h1><a href="#">My Site</a></h1>
</li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class="active"><a href="#">Right Nav Button Active</a></li>
<li class="has-dropdown">
<a href="#">Right Button with Dropdown</a>
<ul class="dropdown">
<li><a href="#">First link in dropdown</a></li>
</ul>
</li>
</ul>
<!-- Left Nav Section -->
<ul class="left">
<li><a href="#">Left Nav Button</a></li>
</ul>
</section>
</nav>
<br />
<div class="row">
<div class="large-6 columns">
<ul data-orbit>
<li><img src="//placehold.it/1200x300"></li>
<li><img src="//placehold.it/1200x300"></li>
</ul>
</div>
<div class="large-6 columns">
<div data-alert class="alert-box">
Some content goes here!!!!
<a href="#" class="close">&times;</a>
</div>
<div data-alert class="alert-box success radius">
Some more content goes here!!!!
<a href="#" class="close">&times;</a>
</div>
<div data-alert class="alert-box alert round">
Some more content goes here!!!!
<a href="#" class="close">&times;</a>
</div>
</div>
</div>
$(document).foundation();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment