2017-07-13 18:35:18 +02:00
| {% extends 'layout.html' %}
2019-02-06 10:31:36 +01:00
| {% from '_macros/_navigation.html' import navigation_homepage %}
2018-09-19 11:20:17 +02:00
2017-07-13 18:35:18 +02:00
| {% block page_title %}Services{% endblock %}
| {% set title = 'services' %}
2018-09-07 17:19:36 +02:00
include ../../../pillar/src/templates/mixins/components
2017-07-13 18:35:18 +02:00
| {% block og %}
meta(property="og:type", content="website")
2018-09-05 13:58:13 +02:00
meta(property="og:url", content="{{ request.url }}")
2017-07-13 18:35:18 +02:00
meta(property="og:title", content="Services - Blender Cloud")
meta(name="twitter:title", content="Services - Blender Cloud")
meta(property="og:description", content="Personal Projects · Blender Integration · Texture Browsing · Production Management")
meta(name="twitter:description", content="Personal Projects · Blender Integration · Texture Browsing · Production Management")
meta(property="og:image", content="{{ url_for('static', filename='assets/img/backgrounds/background_services.jpg')}}")
meta(name="twitter:image", content="{{ url_for('static', filename='assets/img/backgrounds/background_services.jpg')}}")
| {% endblock %}
2018-09-19 11:20:17 +02:00
| {% block navigation_tabs %}
2019-02-06 10:31:36 +01:00
| {{ navigation_homepage(title) }}
2018-09-19 11:20:17 +02:00
| {% endblock navigation_tabs %}
2017-07-13 18:35:18 +02:00
| {% block page_overlay %}
#page-overlay.video
.video-embed
| {% endblock %}
| {% block body %}
2019-03-27 16:00:05 +01:00
.container.py-4
.row.pb-3
.col-12
h2.text-uppercase.font-weight-bold
| Services
.lead
| On Blender Cloud you can create and share personal projects, access our texture and HDRI library (or create your own), keep track of your production, manage your renders and much more!
2018-08-31 13:57:51 +02:00
- var addon_text = 'Available through the <a href="{{ url_for(\'cloud.services\') }}#blender-cloud-add-on">Blender Cloud add-on</a>';
2018-08-31 13:52:40 +02:00
section#blender-cloud-add-on.page-card
.page-card-side
h2.page-card-title
| Blender Cloud add-on
.page-card-summary
p.
The Blender Cloud add-on provides access to most of our services directly within Blender.
p.
Use the add-on to share images online, submit renders to Flamenco or browse textures and HDRI libraries!
hr
small Blender Cloud add-on requires Blender 2.78 or newer
2018-09-06 14:33:44 +02:00
a.btn.btn-primary(
2019-03-27 16:00:05 +01:00
href="/r/downloads/blender_cloud-latest-addon.zip",
title="Download Blender Cloud add-on")
2018-08-31 13:52:40 +02:00
i.pi-download
| Download add-on <small>v</small> {{ config.BLENDER_CLOUD_ADDON_VERSION }}
2019-03-27 16:00:05 +01:00
a.page-card-side(
href="/r/downloads/blender_cloud-latest-addon.zip",
title="Download Blender Cloud add-on")
2018-08-31 13:52:40 +02:00
img(
src="{{ url_for('static', filename='assets/img/features/blender_cloud_addon_thumbnail.png')}}")
2019-03-27 16:00:05 +01:00
section#blender-sync.page-card
2018-08-31 13:52:40 +02:00
.page-card-side
h2.page-card-title Blender Sync
.page-card-summary
| Save your settings once. Use them anywhere.
| Carry your Blender configuration with you,
| use our add-on to sync your keymaps and preferences.
hr
small Blender Sync is <strong>free</strong> for everyone! No subscription required.
small This add-on requires Blender 2.78 or newer.
.tip !{addon_text}
2017-07-13 18:35:18 +02:00
2018-09-06 14:33:44 +02:00
a.btn.btn-outline-primary(
2019-03-27 16:00:05 +01:00
href="/r/downloads/blender_cloud-latest-addon.zip",
title="Download Blender Cloud add-on")
2018-09-06 14:33:44 +02:00
i.pi-download
| Download add-on <small>v</small> {{ config.BLENDER_CLOUD_ADDON_VERSION }}
2017-07-13 18:35:18 +02:00
2018-09-06 14:33:44 +02:00
a.btn.btn-link(
2019-03-27 16:00:05 +01:00
href="/blog/introducing-blender-sync",
title="Learn more about Blender Sync")
2018-08-31 13:52:40 +02:00
| Learn More
2018-09-06 14:33:44 +02:00
i.pi-angle-right
2017-07-13 18:35:18 +02:00
2019-03-27 16:00:05 +01:00
a.page-card-side(
href="/blog/introducing-blender-sync",
title="Learn more about Blender Sync")
2018-08-31 13:52:40 +02:00
img(
src="{{ url_for('static', filename='assets/img/features/sync_thumbnail.jpg')}}")
2017-07-13 18:35:18 +02:00
2019-03-27 16:00:05 +01:00
section#texture-browser.page-card
2018-08-31 13:52:40 +02:00
.page-card-side
h2.page-card-title Texture & HDRI Browser
.page-card-summary
p.
2018-09-06 14:33:44 +02:00
Access the <a href="/p/textures/">Blender Cloud Textures</a>
2018-08-31 13:52:40 +02:00
library from within Blender using our exclusive add-on.
Create, manage and share <em>your own</em> texture libraries!
2017-07-13 18:35:18 +02:00
2018-08-31 13:52:40 +02:00
.tip !{addon_text}
2017-07-13 18:35:18 +02:00
2018-09-06 14:33:44 +02:00
a.btn.btn-outline-primary.js-watch-video(
2018-08-31 13:52:40 +02:00
href="https://www.youtube.com/watch?v=-srXYv2Osjw",
2019-03-27 16:00:05 +01:00
data-youtube-id="-srXYv2Osjw",
title="Watch video about Texture and HDRI Browser")
2018-08-31 13:52:40 +02:00
i.pi-play
| Watch Video
2017-07-13 18:35:18 +02:00
2019-03-27 16:00:05 +01:00
a.page-card-side(
class="js-watch-video",
href="https://www.youtube.com/watch?v=-srXYv2Osjw",
data-youtube-id="-srXYv2Osjw",
title="Watch video about Texture and HDRI Browser")
2018-08-31 13:52:40 +02:00
img(
src="{{ url_for('static', filename='assets/img/features/tex_library_thumbnail.jpg')}}")
2017-07-13 18:35:18 +02:00
2019-03-27 16:00:05 +01:00
section#image-sharing.page-card
2018-08-31 13:52:40 +02:00
.page-card-side
h2.page-card-title Image Sharing
.page-card-summary
| Got a nice render, a Blender oddity, a cool screenshot?
| Share it instantly from within Blender to the Cloud, to the world!
.tip !{addon_text}
2018-09-06 14:33:44 +02:00
a.btn.btn-outline-primary.js-watch-video(
2018-08-31 13:52:40 +02:00
href="https://www.youtube.com/watch?v=yvtqeMBOAyk",
2019-03-27 16:00:05 +01:00
data-youtube-id="yvtqeMBOAyk",
title="Watch video about Image Sharing")
2018-08-31 13:52:40 +02:00
i.pi-play
| Watch Video
2018-09-06 14:33:44 +02:00
a.btn.btn-link(
2019-03-27 16:00:05 +01:00
href="/blog/introducing-image-sharing",
title="Learn more about Image Sharing")
2018-08-31 13:52:40 +02:00
| Learn More
2018-09-06 14:33:44 +02:00
i.pi-angle-right
2018-08-31 13:52:40 +02:00
2019-03-27 16:00:05 +01:00
a.page-card-side(
class="js-watch-video",
href="https://www.youtube.com/watch?v=yvtqeMBOAyk",
data-youtube-id="yvtqeMBOAyk",
title="Watch video about Image Sharing")
2018-08-31 13:52:40 +02:00
img(
src="{{ url_for('static', filename='assets/img/features/image_sharing_thumbnail.jpg')}}")
2019-03-27 16:00:05 +01:00
section#projects.page-card
2018-08-31 13:52:40 +02:00
.page-card-side
h2.page-card-title Private Projects
.page-card-summary.
Create and manage your own personal projects.
Upload assets and collaborate with other Blender Cloud members.
2018-09-06 14:33:44 +02:00
a.btn.btn-link(
2019-03-27 16:00:05 +01:00
href="/blog/introducing-private-projects",
title="Learn more about Private Projects")
2018-08-31 13:52:40 +02:00
| Learn More
2018-09-06 14:33:44 +02:00
i.pi-angle-right
2018-08-31 13:52:40 +02:00
2019-03-27 16:00:05 +01:00
a.page-card-side(
href="/blog/introducing-private-projects",
title="Learn more about Private Projects")
2018-08-31 13:52:40 +02:00
img(
src="{{ url_for('static', filename='assets/img/features/projects_thumbnail.jpg')}}")
2019-03-27 16:00:05 +01:00
section#attract.page-card
2018-08-31 13:52:40 +02:00
.page-card-side
h2.page-card-title
| Attract
.page-card-summary.
Production-management software for your film, game, or commercial projects.
2018-09-06 14:33:44 +02:00
a.btn.btn-outline-primary.js-watch-video(
2018-08-31 13:52:40 +02:00
href="https://www.youtube.com/watch?v=b9x1rlyyt_o",
data-youtube-id="b9x1rlyyt_o")
i.pi-play
| Watch Video
2018-09-06 14:33:44 +02:00
a.btn.btn-link(
href="/blog/attract-and-flamenco-public-beta",
2018-08-31 13:52:40 +02:00
title="Learn more about Attract")
| Learn More
2018-09-06 14:33:44 +02:00
i.pi-angle-right
2018-08-31 13:52:40 +02:00
2019-03-27 16:00:05 +01:00
a.page-card-side(
href="/blog/attract-and-flamenco-public-beta",
title="Learn more about Attract")
2018-08-31 13:52:40 +02:00
img(
src="{{ url_for('static', filename='assets/img/features/attract_thumbnail.jpg')}}")
2017-07-13 18:35:18 +02:00
2019-03-27 16:00:05 +01:00
section#flamenco.page-card
2018-08-31 13:52:40 +02:00
.page-card-side
h2.page-card-title
| Flamenco
.page-card-summary.
Take control of your computing infrastructure and get things done.
2017-07-13 18:35:18 +02:00
2018-09-06 14:33:44 +02:00
a.btn.btn-outline-primary.js-watch-video(
2018-08-31 13:52:40 +02:00
href="https://www.youtube.com/watch?v=7cnFKhsM67Q",
data-youtube-id="7cnFKhsM67Q")
i.pi-play
| Watch Video
2017-07-13 18:35:18 +02:00
2018-09-06 14:33:44 +02:00
a.btn.btn-link(
2018-08-31 13:52:40 +02:00
href="https://flamenco.io",
title="Learn more about Flamenco")
| Learn More
2018-09-06 14:33:44 +02:00
i.pi-angle-right
2017-07-13 18:35:18 +02:00
2019-03-27 16:00:05 +01:00
a.page-card-side(
href="https://flamenco.io",
title="Learn more about Flamenco")
2018-08-31 13:52:40 +02:00
img(
src="{{ url_for('static', filename='assets/img/features/flamenco_thumbnail.jpg')}}")
2017-07-13 18:35:18 +02:00
2018-08-31 13:52:40 +02:00
| {% if not current_user.has_role('subscriber') %}
section.page-card(
style="background-image: url({{ url_for('static', filename='assets/img/backgrounds/pattern_01.jpg')}})")
.page-card-side
2017-07-13 18:35:18 +02:00
2018-08-31 13:52:40 +02:00
h2.page-card-title
| All of this, plus hours of training and production assets.
2017-07-13 18:35:18 +02:00
2018-08-31 13:52:40 +02:00
.page-card-summary.text-white
| Join us for only $9.90/month!
2017-07-13 18:35:18 +02:00
2018-09-06 14:33:44 +02:00
a.btn.btn-outline-light.px-3(href="https://store.blender.org/product/membership/")
i.pi-heart.mr-2
2018-08-31 13:52:40 +02:00
| Subscribe Now
| {% endif %}
2017-07-13 18:35:18 +02:00
| {% endblock %}
| {% block footer_scripts %}
script.
2018-08-31 13:52:40 +02:00
// Hide the video overlay.
2017-07-13 18:35:18 +02:00
function hideOverlay() {
$('#page-overlay.video').removeClass('active');
$('#page-overlay.video .video-embed').html('');
}
2018-08-31 13:52:40 +02:00
// Click anywhere in the page or hit Esc to hide the overlay.
2017-07-13 18:35:18 +02:00
$(document).click(function() {
hideOverlay();
});
$(document).keyup(function(e) {
if (e.keyCode == 27) {
hideOverlay();
}
});
$('a.js-watch-video').click(function(e){
2018-08-31 13:52:40 +02:00
var videoId = $(this).attr('data-youtube-id');
2017-07-13 18:35:18 +02:00
e.preventDefault();
e.stopPropagation();
$('#page-overlay.video').addClass('active');
$('#page-overlay .video-embed').html('<iframe src="https://www.youtube.com/embed/' + videoId +'?rel=0&showinfo=0;autoplay=1" frameborder="0" allowfullscreen></iframe>')
});
| {% endblock %}