Add footer links

This commit is contained in:
Sam Lu
2018-08-03 11:25:43 -05:00
parent a9a267df2a
commit 73730a81c8

View File

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