2018-09-17 17:18:43 +02:00
|
|
|
.footer-wrapper
|
|
|
|
| {% block footer_navigation %}
|
|
|
|
.footer-navigation
|
|
|
|
.container
|
|
|
|
.row
|
|
|
|
.col-md-4.col-xs-6
|
|
|
|
h4
|
|
|
|
a(href="{{ url_for('main.homepage') }}")
|
|
|
|
i.pi-blender-cloud-logo
|
|
|
|
|
|
|
|
p.pl-2.
|
|
|
|
Blender Cloud is the creative hub for your projects,
|
|
|
|
powered by Free and Open Source Software.
|
|
|
|
|
|
|
|
h5.d-flex
|
2019-04-18 15:32:26 +02:00
|
|
|
a.px-2(href="https://www.youtube.com/BlenderCloudOfficial",
|
|
|
|
title="Blender Cloud YouTube Channel")
|
2018-09-17 17:18:43 +02:00
|
|
|
i.pi-social-youtube
|
|
|
|
|
|
|
|
a.px-2(href="https://twitter.com/Blender_Cloud",
|
|
|
|
title="Follow us on Twitter")
|
|
|
|
i.pi-social-twitter
|
|
|
|
|
|
|
|
a.px-2(href="https://www.facebook.com/BlenderCloudOfficial/",
|
|
|
|
title="Follow us on Facebook")
|
|
|
|
i.pi-social-facebook
|
|
|
|
|
|
|
|
.col-md-2.col-xs-6
|
|
|
|
h7.font-weight-bold
|
2018-09-20 15:00:10 +02:00
|
|
|
a.d-block.pb-2(href="{{ url_for('cloud.learn') }}")
|
2019-04-18 15:32:47 +02:00
|
|
|
| TRAINING
|
2018-09-17 17:18:43 +02:00
|
|
|
|
|
|
|
ul.list-unstyled
|
|
|
|
li
|
|
|
|
a(href="{{ url_for('cloud.courses') }}")
|
|
|
|
| Courses
|
|
|
|
li
|
|
|
|
a(href="{{ url_for('cloud.workshops') }}")
|
|
|
|
| Workshops
|
|
|
|
li
|
2018-09-19 19:06:44 +02:00
|
|
|
a(href="{{ url_for('cloud.production') }}")
|
|
|
|
span.new Production Lessons
|
2018-09-17 17:18:43 +02:00
|
|
|
|
|
|
|
.col-md-2.col-xs-6
|
|
|
|
h7.font-weight-bold
|
2018-09-20 15:00:10 +02:00
|
|
|
a.d-block.pb-2(href="{{ url_for('cloud.libraries') }}")
|
|
|
|
| LIBRARIES
|
2018-09-17 17:18:43 +02:00
|
|
|
|
|
|
|
ul.list-unstyled
|
|
|
|
li
|
2018-09-17 18:15:36 +02:00
|
|
|
a(href="{{ url_for('projects.view', project_url='hdri') }}",
|
|
|
|
title="HDRI Library")
|
2018-09-17 17:18:43 +02:00
|
|
|
| HDRIs
|
|
|
|
li
|
2018-09-17 18:15:36 +02:00
|
|
|
a(href="{{ url_for('projects.view', project_url='textures') }}",
|
|
|
|
title="Texture Library")
|
2018-09-17 17:18:43 +02:00
|
|
|
| Textures
|
|
|
|
li
|
2018-09-17 18:15:36 +02:00
|
|
|
a(href="{{ url_for('projects.view', project_url='characters') }}",
|
|
|
|
title="Characters")
|
2018-09-17 17:18:43 +02:00
|
|
|
| Characters
|
2018-09-19 19:06:44 +02:00
|
|
|
li
|
|
|
|
a(href="{{ url_for('projects.view', project_url='gallery') }}")
|
|
|
|
| Art Gallery
|
2018-09-17 17:18:43 +02:00
|
|
|
|
|
|
|
.col-md-2.col-xs-6
|
|
|
|
h7.font-weight-bold
|
2018-09-20 15:00:10 +02:00
|
|
|
a.d-block.pb-2(href="{{ url_for('cloud.services') }}")
|
2018-09-17 17:18:43 +02:00
|
|
|
| SERVICES
|
|
|
|
|
|
|
|
ul.list-unstyled
|
|
|
|
li
|
2018-09-17 18:15:36 +02:00
|
|
|
a(href="{{ url_for('cloud.services') }}#blender-cloud-add-on",
|
|
|
|
title="Blender Cloud add-on")
|
2018-09-17 17:18:43 +02:00
|
|
|
| Add-on
|
|
|
|
li
|
2018-09-17 18:15:36 +02:00
|
|
|
a(href="{{ url_for('projects.home_project') }}",
|
|
|
|
title="Your synced Blender settings")
|
2018-09-17 17:18:43 +02:00
|
|
|
| Blender Sync
|
|
|
|
li
|
2018-09-17 18:15:36 +02:00
|
|
|
a(href="/attract",
|
|
|
|
title="Production management")
|
2018-09-17 17:18:43 +02:00
|
|
|
| Attract
|
|
|
|
li
|
2018-09-17 18:15:36 +02:00
|
|
|
a(href="/flamenco",
|
|
|
|
title="Render management")
|
2018-09-17 17:18:43 +02:00
|
|
|
| Flamenco
|
|
|
|
li
|
2018-09-17 18:15:36 +02:00
|
|
|
a(href="{{ url_for('projects.home_project_shared_images')}}",
|
|
|
|
title="Share your images from within Blender")
|
2018-09-17 17:18:43 +02:00
|
|
|
| Image Sharing
|
|
|
|
|
|
|
|
.col-md-2.col-xs-6
|
2019-04-18 15:32:47 +02:00
|
|
|
h7.font-weight-bold
|
|
|
|
a.d-block.pb-2(href="{{ url_for('main.homepage') }}")
|
|
|
|
| CLOUD
|
|
|
|
|
2018-09-17 17:18:43 +02:00
|
|
|
ul.list-unstyled
|
|
|
|
li
|
|
|
|
a(href="{{ url_for('main.main_blog') }}",
|
|
|
|
title="Blender Cloud Blog")
|
2018-09-17 18:15:36 +02:00
|
|
|
| Blog
|
2018-09-17 17:18:43 +02:00
|
|
|
li
|
|
|
|
a(href="{{ url_for('cloud.terms_and_conditions') }}",
|
|
|
|
title="Terms and Conditions")
|
|
|
|
| Terms and Conditions
|
|
|
|
li
|
|
|
|
a(href="{{ url_for('cloud.privacy') }}",
|
|
|
|
title="Privacy")
|
2018-09-19 19:06:44 +02:00
|
|
|
| Privacy Policy
|
|
|
|
li.dropdown-divider
|
2018-09-17 18:15:36 +02:00
|
|
|
li
|
|
|
|
a(href="https://www.blender.org",
|
|
|
|
title="Home of Blender, the Free and Open Source creative suite")
|
|
|
|
| blender.org
|
|
|
|
|
2018-09-17 17:18:43 +02:00
|
|
|
| {% endblock footer_navigation %}
|
|
|
|
|
|
|
|
#hop(title="Be awesome in space")
|
|
|
|
i.pi-angle-up
|