Skip to content

Instantly share code, notes, and snippets.

@pedrodelgallego
Created March 12, 2013 05:10
Show Gist options
  • Save pedrodelgallego/5140520 to your computer and use it in GitHub Desktop.
Save pedrodelgallego/5140520 to your computer and use it in GitHub Desktop.
Untitled
<nav>
<ul>
<li data-section="about-me">
<a href="#" class="item"> About me </a>
<ul class="dropdown">
<li><a href="#" class="item">Early years</a></li>
<li><a href="#" class="item">First works</a></li>
<li><a href="#" class="item">Today and tomorrow</a></li>
</li>
</ul>
</li>
<li data-section="portfolio">
<a href="#" class="item"> Portfolio </a>
<ul class="dropdown">
<li> <a href="#" class="item"> Design </a> </li>
<li> <a href="#" class="item"> Articles </a> </li>
</li>
</ul>
</li>
<li data-section="interests">
<a href="#" class="item"> Interests </a>
<ul class="dropdown">
<li> <a href="#" class="item"> Skying </a> </li>
<li> <a href="#" class="item"> Snowboarding </a> </li>
<li> <a href="#" class="item"> Wakeboarding </a> </li>
</li>
</ul>
</li>
</ul>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment