Skip to content

Instantly share code, notes, and snippets.

@misternu
Created January 4, 2016 16:19
Show Gist options
  • Select an option

  • Save misternu/b73b80cd56a91e1b22d6 to your computer and use it in GitHub Desktop.

Select an option

Save misternu/b73b80cd56a91e1b22d6 to your computer and use it in GitHub Desktop.
Sidebar
<head>
<link rel="stylesheet" href="/css/normalize.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css">
<link rel="stylesheet" href="/css/application.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script>
<script src="/js/application.js"></script>
<title></title>
</head>
$(".button-collapse").sideNav();
@misternu
Copy link
Author

misternu commented Jan 4, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment