diff --git a/src/templates/layout.pug b/src/templates/layout.pug index dbb2282..210302b 100644 --- a/src/templates/layout.pug +++ b/src/templates/layout.pug @@ -195,20 +195,20 @@ html(lang="en") h5 Libraries ul.list-unstyled.text-small li - a(href="#") HDRI + a(href="{{ url_for('projects.view', project_url='hdri') }}") HDRI li - a(href="#") Textures + a(href="{{ url_for('projects.view', project_url='textures') }}") Textures li - a(href="#") Characters + a(href="{{ url_for('projects.view', project_url='characters') }}") Characters .col h5 Training ul.list-unstyled.text-small li - a(href="#") Art Gallery + a(href="{{ url_for('projects.view', project_url='gallery') }}") Art Gallery li - a(href="#") Courses + a(href="{{ url_for('cloud.courses') }}") Courses li - a(href="#") Workshops + a(href="{{ url_for('cloud.workshops') }}") Workshops .col h5 Resources ul.list-unstyled.text-small @@ -217,7 +217,7 @@ html(lang="en") li a(href="https://store.blender.org/") Blender Store li - a(href="#") Contact Us + a(href="https://www.blender.org/foundation/") Contact Us li a(href="{{ url_for('cloud.terms_and_conditions') }}") Terms and Conditions li @@ -226,19 +226,19 @@ html(lang="en") h5 Services ul.list-unstyled.text-small li - a(href="#") Attract + a(href="https://cloud.blender.org/services#attract") Attract li - a(href="#") Blender Cloud Add-on + a(href="https://cloud.blender.org/services#blender-cloud-add-on") Blender Cloud Add-on li - a(href="#") Blender Sync + a(href="https://cloud.blender.org/services#blender-sync") Blender Sync li - a(href="#") Flamenco + a(href="https://cloud.blender.org/services#flamenco") Flamenco li - a(href="#") Image Sharing + a(href="https://cloud.blender.org/services#image-sharing") Image Sharing li - a(href="#") Private Projects + a(href="https://cloud.blender.org/services#projects") Private Projects li - a(href="#") Texture Browser + a(href="https://cloud.blender.org/services#texture-browser") Texture Browser | {% endblock footer_navigation %} //- Scroll Up Arrow. Not sure if it's necessary