<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gilmore Car Museum</title>
<link rel="stylesheet" href="css/app.css"/>
- <link href='http://fonts.googleapis.com/css?family=Balthazar' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Balthazar' rel='stylesheet' type='text/css'>
<script src="bower_components/modernizr/modernizr.js"></script>
</head>
<body>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gilmore Car Museum</title>
<link rel="stylesheet" href="css/app.css" />
- <link href='http://fonts.googleapis.com/css?family=Balthazar' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Balthazar' rel='stylesheet' type='text/css'>
<script src="bower_components/modernizr/modernizr.js"></script>
</head>
<body>
$(this).toggleClass('open');
$(this).siblings('ul').toggleClass('open');
});
+
+ var childTarget = $('#page-header .top-bar .top-bar-section > ul:nth-of-type(1) > li:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(5)');
+ childTarget.before( $( '<li class="no-dropdown nav-item customlink"><a href="http://gilmorecarmuseum.pastperfectonline.com/" target="_blank">Search Our Collection</a></li>' ) );
+
+ //console.log(dropdownTarget);
+
+ //<li class="no-dropdown nav-item"><a href="https://www.gilmorecarmuseum.org/visit-explore-2/must-sees/">Customy Link</a></li>
});
$(this).toggleClass('open');
$(this).siblings('ul').toggleClass('open');
});
+
+ var childTarget = $('#page-header .top-bar .top-bar-section > ul:nth-of-type(1) > li:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(5)');
+ childTarget.before( $( '<li class="no-dropdown nav-item customlink"><a href="http://gilmorecarmuseum.pastperfectonline.com/" target="_blank">Search Our Collection</a></li>' ) );
+
+ //console.log(dropdownTarget);
+
+ //<li class="no-dropdown nav-item"><a href="https://www.gilmorecarmuseum.org/visit-explore-2/must-sees/">Customy Link</a></li>
});