Skip to content

Commit

Permalink
Nav Cleanup
Browse files Browse the repository at this point in the history
Just some small fixes to the new nav...
  • Loading branch information
Sid Engel committed Aug 8, 2017
1 parent f42f370 commit b3c1c26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,10 @@

<body>

<!-- Mobile Nav -->

<!-- /Mobile Nav -->

<!-- Nav -->
<div class="header" style="background: url('./src/img/cityscape.jpg'); background-position: 50% 10%; background-attachment: fixed;">
<div class="navbar-fixed">
<nav>
<nav class="z-depth-0">
<div class="nav-wrapper">
<a href="#!" class="brand-logo">Logo</a>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
Expand Down
1 change: 0 additions & 1 deletion src/js/smoothscroll.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
$(document).ready(function(){
$('a[href^="#"]').on('click',function (e) {
e.preventDefault();

var target = this.hash;
var $target = $(target);
$('html, body').stop().animate({
Expand Down

0 comments on commit b3c1c26

Please sign in to comment.