Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dic-global-dev
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Manzar Hussain
dic-global-dev
Commits
f7593577
Commit
f7593577
authored
Dec 17, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dropdown menu in header
parent
52c587fa
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
16 deletions
+16
-16
envigo.libraries.yml
themes/custom/envigo/envigo.libraries.yml
+12
-12
custom.js
themes/custom/envigo/js/custom.js
+0
-1
html.html.twig
themes/custom/envigo/templates/layout/html.html.twig
+1
-1
menu--main.html.twig
themes/custom/envigo/templates/navigation/menu--main.html.twig
+3
-2
No files found.
themes/custom/envigo/envigo.libraries.yml
View file @
f7593577
...
@@ -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.validat
e.min.js
:
{}
js/jquery.jscrollpan
e.min.js
:
{}
js/jquery.mousewheel
.js
:
{}
js/imagesloaded.pkgd.min
.js
:
{}
js/jquery.jscrollpane.min.js
:
{}
dependencies
:
js/imagesloaded.pkgd.min.js
:
{}
-
core/jquery
themes/custom/envigo/js/custom.js
View file @
f7593577
(
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"
;
...
...
themes/custom/envigo/templates/layout/html.html.twig
View file @
f7593577
...
@@ -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>
...
...
themes/custom/envigo/templates/navigation/menu--main.html.twig
View file @
f7593577
...
@@ -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
%}
{%
{%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment