Created
August 10, 2015 21:07
-
-
Save pgarciacamou/f75a22ed971502eaeda6 to your computer and use it in GitHub Desktop.
Navigation Slider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> | |
<title> ... </title> | |
<link href="css/nav.css" rel="stylesheet" type="text/css"> | |
</head> | |
<body class=""> | |
<section id="nav-container" class="right"> | |
<nav class="right"></nav> | |
<nav class="left"></nav> | |
</section> | |
<script type="text/javascript" src="js/nav.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment