Footer: Fix broken links
This commit is contained in:
@@ -46,16 +46,16 @@
|
|||||||
|
|
||||||
ul.list-unstyled
|
ul.list-unstyled
|
||||||
li
|
li
|
||||||
a(href="{{ url_for('main.main_blog') }}",
|
a(href="{{ url_for('projects.view', project_url='hdri') }}",
|
||||||
title="Blender Cloud Blog")
|
title="HDRI Library")
|
||||||
| HDRIs
|
| HDRIs
|
||||||
li
|
li
|
||||||
a(href="{{ url_for('cloud.services') }}",
|
a(href="{{ url_for('projects.view', project_url='textures') }}",
|
||||||
title="Blender Cloud Services")
|
title="Texture Library")
|
||||||
| Textures
|
| Textures
|
||||||
li
|
li
|
||||||
a(href="{{ url_for('cloud.about') }}",
|
a(href="{{ url_for('projects.view', project_url='characters') }}",
|
||||||
title="About Blender Cloud")
|
title="Characters")
|
||||||
| Characters
|
| Characters
|
||||||
|
|
||||||
.col-md-2.col-xs-6
|
.col-md-2.col-xs-6
|
||||||
@@ -65,34 +65,34 @@
|
|||||||
|
|
||||||
ul.list-unstyled
|
ul.list-unstyled
|
||||||
li
|
li
|
||||||
a(href="{{ url_for('main.main_blog') }}",
|
a(href="{{ url_for('cloud.services') }}#blender-cloud-add-on",
|
||||||
title="Blender Cloud Blog")
|
title="Blender Cloud add-on")
|
||||||
| Add-on
|
| Add-on
|
||||||
li
|
li
|
||||||
a(href="{{ url_for('main.main_blog') }}",
|
a(href="{{ url_for('projects.home_project') }}",
|
||||||
title="Blender Cloud Blog")
|
title="Your synced Blender settings")
|
||||||
| Blender Sync
|
| Blender Sync
|
||||||
li
|
li
|
||||||
a(href="{{ url_for('cloud.services') }}",
|
a(href="/attract",
|
||||||
title="Blender Cloud Services")
|
title="Production management")
|
||||||
| Attract
|
| Attract
|
||||||
li
|
li
|
||||||
a(href="{{ url_for('cloud.about') }}",
|
a(href="/flamenco",
|
||||||
title="About Blender Cloud")
|
title="Render management")
|
||||||
| Flamenco
|
| Flamenco
|
||||||
li
|
li
|
||||||
a(href="{{ url_for('cloud.about') }}",
|
a(href="{{ url_for('projects.home_project_shared_images')}}",
|
||||||
title="About Blender Cloud")
|
title="Share your images from within Blender")
|
||||||
| Image Sharing
|
| Image Sharing
|
||||||
|
|
||||||
.col-md-2.col-xs-6
|
.col-md-2.col-xs-6
|
||||||
h7.font-weight-bold
|
h7.font-weight-bold
|
||||||
| BLENDER
|
| RESOURCES
|
||||||
ul.list-unstyled
|
ul.list-unstyled
|
||||||
li
|
li
|
||||||
a(href="{{ url_for('main.main_blog') }}",
|
a(href="{{ url_for('main.main_blog') }}",
|
||||||
title="Blender Cloud Blog")
|
title="Blender Cloud Blog")
|
||||||
| blender.org
|
| Blog
|
||||||
li
|
li
|
||||||
a(href="{{ url_for('cloud.terms_and_conditions') }}",
|
a(href="{{ url_for('cloud.terms_and_conditions') }}",
|
||||||
title="Terms and Conditions")
|
title="Terms and Conditions")
|
||||||
@@ -101,6 +101,11 @@
|
|||||||
a(href="{{ url_for('cloud.privacy') }}",
|
a(href="{{ url_for('cloud.privacy') }}",
|
||||||
title="Privacy")
|
title="Privacy")
|
||||||
| Privacy
|
| Privacy
|
||||||
|
li
|
||||||
|
a(href="https://www.blender.org",
|
||||||
|
title="Home of Blender, the Free and Open Source creative suite")
|
||||||
|
| blender.org
|
||||||
|
|
||||||
| {% endblock footer_navigation %}
|
| {% endblock footer_navigation %}
|
||||||
|
|
||||||
#hop(title="Be awesome in space")
|
#hop(title="Be awesome in space")
|
||||||
|
Reference in New Issue
Block a user