67 lines
1.8 KiB
Plaintext
67 lines
1.8 KiB
Plaintext
{% extends "emails/layout.txt" %}
|
|
{% set blender_cloud = abs_url('cloud.homepage') %}
|
|
{% block body %}
|
|
|
|
Welcome to Blender Cloud, {{ user.full_name or user.nickname }}!
|
|
|
|
Thanks for joining Blender Cloud, the Open Content creation
|
|
platform. Your subscription helps our team to create more Open
|
|
Projects, training, services and of course to make Blender the
|
|
best CG pipeline in the world. You rock!
|
|
|
|
{{ blender_cloud }}
|
|
|
|
Here is a quick guide to help you get started with Blender Cloud.
|
|
|
|
|
|
## Discover the Training Content
|
|
|
|
Our high quality training is organised in courses, where
|
|
experienced trainers teach you step-by-step specific techniques,
|
|
and workshops, where you get the feeling of peeking behind the
|
|
shoulders of an artist explaining their creative workflow.
|
|
|
|
{{ abs_url('cloud.courses') }}
|
|
{{ abs_url('cloud.workshops') }}
|
|
|
|
|
|
## Try our Services
|
|
|
|
Make sure you download the Blender Cloud Add-on, so you can
|
|
synchronize your Blender settings across multiple computers with
|
|
Blender Sync, access our Texture and HDRI libraries directly
|
|
within Blender, and much more.
|
|
|
|
{{ abs_url('cloud.services') }}
|
|
https://cloud.blender.org/blog/introducing-blender-sync
|
|
|
|
|
|
## Follow the Open Projects
|
|
|
|
Follow Hero and Spring, access exclusive making-of content and
|
|
assets from our current and past Open Projects.
|
|
|
|
https://cloud.blender.org/p/hero/
|
|
https://cloud.blender.org/p/spring/
|
|
{{ abs_url('cloud.open_projects') }}
|
|
|
|
|
|
## We are here for you
|
|
|
|
Do you have any question about your subscription? Any suggestion
|
|
on how to improve Blender Cloud? Just reply to this message or
|
|
write us at
|
|
|
|
cloudsupport@blender.org
|
|
|
|
on working days we'll get back to you within a day.
|
|
|
|
|
|
Cheers,
|
|
Sybren and the Blender Cloud Team
|
|
|
|
PS: If you do not want to receive other emails from us, we've got
|
|
you covered. {{ abs_url('settings.emails') }}
|
|
|
|
{% endblock %}
|