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
b49bc051
Commit
b49bc051
authored
Dec 28, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-theme' into 'develop'
add menu See merge request manzarH/dic-global-dev!87
parents
21b05ecf
8c8ddcca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
46 deletions
+42
-46
html.html.twig
themes/custom/envigo/templates/layout/html.html.twig
+35
-34
page--front.html.twig
themes/custom/envigo/templates/layout/page--front.html.twig
+6
-8
region--primary-menu.html.twig
themes/custom/envigo/templates/layout/region--primary-menu.html.twig
+1
-4
No files found.
themes/custom/envigo/templates/layout/html.html.twig
View file @
b49bc051
...
...
@@ -46,50 +46,51 @@
Keyboard navigation/accessibility link to main content section in
page.html.twig.
#}
<!-- search container box start -->
<!-- search container box start -->
<div
class=
"h_site_search"
>
<div
class=
"h_site_search_overlay"
></div>
<div
class=
"hh_site_search_box"
>
<div
class=
"h_mod_input"
>
<form
name=
""
action=
""
method=
"POST"
>
<input
type=
"text"
name=
"kw"
value=
""
class=
"iSearchAssist"
autocomplete=
"off"
>
<button
type=
"submit"
><i
class=
"fa fa-search"
aria-hidden=
"true"
></i></button>
</form>
<div
class=
"h_site_search_overlay"
></div>
<div
class=
"hh_site_search_box"
>
<div
class=
"h_mod_input"
>
<form
name=
""
action=
""
method=
"POST"
>
<input
type=
"text"
name=
"kw"
value=
""
class=
"iSearchAssist"
autocomplete=
"off"
>
<button
type=
"submit"
><i
class=
"fa fa-search"
aria-hidden=
"true"
></i></button>
</form>
</div>
</div>
</div>
</div>
<!-- search container box end -->
<!-- change region container start -->
<div
class=
"h_header_langBox"
>
<div
class=
"h_header_langBox_overlay"
></div>
<div
class=
"h_header_langBox_box"
>
<ul
class=
"h_pure_g"
>
<li>
<div
class=
"h_mod_button"
>
<a
href=
"/ja/"
target=
""
><span>
日本語
</span><i
class=
"fa fa-angle-right"
aria-hidden=
"true"
></i></a>
</div>
</li>
<li>
<div
class=
"h_mod_button"
>
<a
href=
"/en/"
target=
""
><span>
ENGLISH
</span><i
class=
"fa fa-angle-right"
aria-hidden=
"true"
></i></a>
</div>
</li>
<li>
<div
class=
"h_mod_button"
>
<a
href=
"/cn/"
target=
""
><span>
中文
</span><i
class=
"fa fa-angle-right"
aria-hidden=
"true"
></i></a>
</div>
</li>
<li>
<div
class=
"h_mod_button"
>
<a
href=
"https://www.sunchemical.com/"
target=
"_blank"
><span>
Sun Chemical
</span><i
class=
"fa fa-angle-right"
aria-hidden=
"true"
></i></a>
</div>
</li>
</ul>
</div>
<div
class=
"h_header_langBox_overlay"
></div>
<div
class=
"h_header_langBox_box"
>
<ul
class=
"h_pure_g"
>
<li>
<div
class=
"h_mod_button"
>
<a
href=
"/ja/"
target=
""
><span>
日本語
</span><i
class=
"fa fa-angle-right"
aria-hidden=
"true"
></i></a>
</div>
</li>
<li>
<div
class=
"h_mod_button"
>
<a
href=
"/en/"
target=
""
><span>
ENGLISH
</span><i
class=
"fa fa-angle-right"
aria-hidden=
"true"
></i></a>
</div>
</li>
<li>
<div
class=
"h_mod_button"
>
<a
href=
"/cn/"
target=
""
><span>
中文
</span><i
class=
"fa fa-angle-right"
aria-hidden=
"true"
></i></a>
</div>
</li>
<li>
<div
class=
"h_mod_button"
>
<a
href=
"https://www.sunchemical.com/"
target=
"_blank"
><span>
Sun Chemical
</span><i
class=
"fa fa-angle-right"
aria-hidden=
"true"
></i></a>
</div>
</li>
</ul>
</div>
</div>
<!-- change region container start -->
<a
href=
"#main-content"
class=
"visually-hidden focusable skip-link"
>
{{
'Skip to main content'
|
t
}}
</a>
...
...
themes/custom/envigo/templates/layout/page--front.html.twig
View file @
b49bc051
...
...
@@ -54,20 +54,18 @@
</div>
</div>
{{
page.content
}}
{%
if
page.footer_top
%}
<div
class=
"container-fluid spacerTB"
>
<div
class=
"row"
>
<div
class=
"container"
>
<div
class=
"row mb-5"
>
{{
page.footer_top
}}
</div>
</div>
<div
class=
"row"
>
<div
class=
"container"
>
<div
class=
"row mb-5"
>
{{
page.footer_top
}}
</div>
</div>
</div>
</div>
{%
endif
%}
...
...
themes/custom/envigo/templates/layout/region--primary-menu.html.twig
View file @
b49bc051
...
...
@@ -19,8 +19,5 @@
]
%}
{%
if
content
%}
<div
class=
"h_menu_c_b"
>
{{
content
}}
</div>
{{
content
}}
{%
endif
%}
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