Swap Blender Sync with Agent 327 project announcement

This commit is contained in:
2016-10-07 16:42:42 +02:00
parent 8a35fe3a16
commit c9d4a06486
4 changed files with 87 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ $node-type-post: #647bce
+media-xs +media-xs
width: 100% width: 100%
section#announcement, section.announcement,
section#blog-stream, section#blog-stream,
section#random-asset section#random-asset
+container-box +container-box
@@ -526,9 +526,23 @@ $node-type-post: #647bce
font-size: .9em font-size: .9em
section#announcement section.announcement
border-bottom: thin solid $color-background border-bottom: thin solid $color-background
.header-icons
display: flex
align-items: center
justify-content: center
padding: 20px 0 5px 0
i
font-size: 2.5em
color: $color-info
&.pi-heart-filled
color: $color-danger
margin-left: 5px
img.header img.header
width: 100% width: 100%
margin: 0 auto margin: 0 auto
@@ -561,11 +575,19 @@ $node-type-post: #647bce
+media-xs +media-xs
font-size: 1.4em font-size: 1.4em
strong
color: $color-primary-dark
a a
color: $color-text-dark-primary color: $color-text-dark-primary
.lead .lead
font-size: 1em font-size: 1em
+list-bullets
ul
margin-top: 10px
padding-left: 10px
hr hr
border: none border: none
@@ -578,6 +600,7 @@ $node-type-post: #647bce
+media-xs +media-xs
padding-left: 10px padding-left: 10px
.buttons .buttons
margin: 15px auto 0 auto margin: 15px auto 0 auto
display: flex display: flex

View File

@@ -128,30 +128,28 @@ meta(name="twitter:image", content="{% if main_project.picture_header %}{{ main_
section#side section#side
section#announcement section.announcement
| {% if main_project.picture_header %} | {% if main_project.picture_header %}
a(href="https://cloud.blender.org/blog/introducing-blender-sync") a(href="https://cloud.blender.org/p/agent-327/")
img.header( img.header(
src="{{ main_project.picture_header.thumbnail('l', api=api) }}") src="{{ main_project.picture_header.thumbnail('l', api=api) }}")
| {% endif %} | {% endif %}
.text .text
.title .title
a(href="https://cloud.blender.org/blog/introducing-blender-sync") Blender Sync a(href="https://cloud.blender.org/p/agent-327/")
span In production:
strong Agent 327
.lead .lead
span. span.
Save your settings once. Use them anywhere. Follow the ongoing progress of the Barbershop fight scene, a character study for the Agent 327 project.
Carry your Blender configuration with you, use our free add-on to sync your keymaps and preferences.
<hr/>
Syncing is free for everyone. No subscription required.
.buttons .buttons
a.btn.btn-default.btn-outline.orange( a.btn.btn-default.btn-outline.orange(
href="https://cloud.blender.org/r/downloads/blender_cloud-latest-bundle.zip") href="https://cloud.blender.org/p/agent-327/blog/")
i.pi-download | Blog
| Download <small>v</small> {{ config.BLENDER_CLOUD_ADDON_VERSION }}
a.btn.btn-default.btn-outline.blue( a.btn.btn-default.btn-outline.blue(
href="https://cloud.blender.org/blog/introducing-blender-sync") href="https://cloud.blender.org/p/agent-327/")
| Learn More | Learn More
@@ -283,6 +281,32 @@ meta(name="twitter:image", content="{% if main_project.picture_header %}{{ main_
| {% endfor %} | {% endfor %}
section.announcement
a(href="https://cloud.blender.org/blog/introducing-blender-sync")
img.header(
src="{{ url_for('static', filename='assets/img/blender_sync_header.jpg') }}")
.text
.title
a(href="https://cloud.blender.org/blog/introducing-blender-sync") Textures Browser & Settings Sync
.lead
span.
Get the official Blender Cloud add-on:
ul
li Save your Blender settings online, use them anywhere
li Browse over 800 textures & HDRIs within Blender
li Share Screenshots & Renders directly to Blender Cloud
.buttons
a.btn.btn-default.btn-outline.orange(
href="https://cloud.blender.org/r/downloads/blender_cloud-latest-bundle.zip")
i.pi-download
| Download Add-on <small>v</small> {{ config.BLENDER_CLOUD_ADDON_VERSION }}
a.btn.btn-default.btn-outline.blue(
href="https://cloud.blender.org/blog/introducing-blender-sync")
| Learn More
| {% endblock %} | {% endblock %}
| {% block footer_scripts %} | {% block footer_scripts %}

View File

@@ -39,7 +39,7 @@ meta(name="twitter:image", content="{{ url_for('static', filename='assets/img/ba
| {% block currenttab %}{% endblock %} | {% block currenttab %}{% endblock %}
section#side section#side
section#announcement section.announcement
img.header( img.header(
src="{{ url_for('static', filename='assets/img/blender_sync_header.jpg') }}") src="{{ url_for('static', filename='assets/img/blender_sync_header.jpg') }}")
.text .text

View File

@@ -137,7 +137,7 @@ meta(name="twitter:image", content="{{ url_for('static', filename='assets/img/ba
| {% endif %} | {% endif %}
section#side section#side
section#announcement section.announcement
img.header( img.header(
src="{{ url_for('static', filename='assets/img/backgrounds/services_projects.jpg')}}") src="{{ url_for('static', filename='assets/img/backgrounds/services_projects.jpg')}}")
.text .text
@@ -151,6 +151,31 @@ meta(name="twitter:image", content="{{ url_for('static', filename='assets/img/ba
href="https://cloud.blender.org/blog/introducing-private-projects") href="https://cloud.blender.org/blog/introducing-private-projects")
| Learn More | Learn More
section.announcement
a(href="https://cloud.blender.org/blog/introducing-blender-sync")
img.header(
src="{{ url_for('static', filename='assets/img/blender_sync_header.jpg') }}")
.text
.title
a(href="https://cloud.blender.org/blog/introducing-blender-sync") Textures Browser & Settings Sync
.lead
span.
Get the official Blender Cloud add-on:
ul
li Save your Blender settings online, use them anywhere
li Browse over 800 textures & HDRIs within Blender
li Share Screenshots & Renders directly to Blender Cloud
.buttons
a.btn.btn-default.btn-outline.orange(
href="https://cloud.blender.org/r/downloads/blender_cloud-latest-bundle.zip")
i.pi-download
| Download Add-on <small>v</small> {{ config.BLENDER_CLOUD_ADDON_VERSION }}
a.btn.btn-default.btn-outline.blue(
href="https://cloud.blender.org/blog/introducing-blender-sync")
| Learn More
| {% endblock %} | {% endblock %}