Layout: Add Art Gallery to menu
This commit is contained in:
@@ -253,13 +253,19 @@ html(lang="en")
|
|||||||
+nav-secondary-link(href="{{ url_for('projects.view', project_url='textures') }}")
|
+nav-secondary-link(href="{{ url_for('projects.view', project_url='textures') }}")
|
||||||
i.mr-2.pi-folder-texture
|
i.mr-2.pi-folder-texture
|
||||||
span Textures
|
span Textures
|
||||||
|
|
||||||
+nav-secondary-link(href="{{ url_for('projects.view', project_url='hdri') }}")
|
+nav-secondary-link(href="{{ url_for('projects.view', project_url='hdri') }}")
|
||||||
i.mr-2.pi-globe
|
i.mr-2.pi-globe
|
||||||
span HDRI
|
span HDRI
|
||||||
|
|
||||||
+nav-secondary-link(href="{{ url_for('projects.view', project_url='characters') }}")
|
+nav-secondary-link(href="{{ url_for('projects.view', project_url='characters') }}")
|
||||||
i.mr-2.pi-character
|
i.mr-2.pi-character
|
||||||
span Characters
|
span Characters
|
||||||
|
|
||||||
|
+nav-secondary-link(href="{{ url_for('projects.view', project_url='gallery') }}")
|
||||||
|
i.mr-2.pi-picture
|
||||||
|
span Art Gallery
|
||||||
|
|
||||||
.dropdown-menu-tab(data-tab='services')
|
.dropdown-menu-tab(data-tab='services')
|
||||||
.dropdown-menu-column
|
.dropdown-menu-column
|
||||||
+nav-secondary()(class="nav-secondary-vertical rounded-right overflow-hidden")
|
+nav-secondary()(class="nav-secondary-vertical rounded-right overflow-hidden")
|
||||||
|
Reference in New Issue
Block a user