Commit f7593577 by Manzar Hussain

add dropdown menu in header

parent 52c587fa
...@@ -15,16 +15,16 @@ global-style: ...@@ -15,16 +15,16 @@ global-style:
css/videos.css: {} css/videos.css: {}
css/leadership.css: {} css/leadership.css: {}
css/product-main.css: {} css/product-main.css: {}
js: js:
theme: js/slick.min.js: {}
js/jquery.min.js: {} js/custom.js: {}
js/slick.min.js: {} js/mwheelIntent.js: {}
js/custom.js: {} js/masonry.pkgd.min.js: {}
js/mwheelIntent.js: {} js/lightbox.js: {}
js/masonry.pkgd.min.js: {} js/jquery.validate.min.js: {}
js/lightbox.js: {} js/jquery.mousewheel.js: {}
js/jquery.validate.min.js: {} js/jquery.jscrollpane.min.js: {}
js/jquery.mousewheel.js: {} js/imagesloaded.pkgd.min.js: {}
js/jquery.jscrollpane.min.js: {} dependencies:
js/imagesloaded.pkgd.min.js: {} - core/jquery
(function ($) { (function ($) {
alert('test');
var includes = $("[data-include]"); var includes = $("[data-include]");
jQuery.each(includes, function () { jQuery.each(includes, function () {
var file = /* 'views/' + */ $(this).data("include") + ".html"; var file = /* 'views/' + */ $(this).data("include") + ".html";
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<head-placeholder token="{{ placeholder_token }}"> <head-placeholder token="{{ placeholder_token }}">
<title>{{ head_title|safe_join(' | ') }}</title> <title>{{ head_title|safe_join(' | ') }}</title>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<css-placeholder token="{{ placeholder_token }}"> <css-placeholder token="{{ placeholder_token }}">
<js-placeholder token="{{ placeholder_token }}"> <js-placeholder token="{{ placeholder_token }}">
</head> </head>
......
...@@ -33,8 +33,9 @@ ...@@ -33,8 +33,9 @@
<div class="h_menu_c_b"> <div class="h_menu_c_b">
<ul class="h_nav_main"> <ul class="h_nav_main">
{% else %} {% else %}
<div class="h_menu_c_b"> <div class="header-nav-item-child-list">
<ul class="h_nav_main"> <em><i class="fa fa-angle-down" aria-hidden="true"></i></em>
<ul class="pure-g">
{% endif %} {% endif %}
{% for item in items %} {% for item in items %}
{% {%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment