From 224e4dc1e06ce60ef3305d981eef28ded1d2bb40 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 12 Apr 2019 17:28:41 +0200 Subject: [PATCH] UI Libraries: wording tweaks. --- src/templates/libraries.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/libraries.pug b/src/templates/libraries.pug index 256f65e..34c495e 100644 --- a/src/templates/libraries.pug +++ b/src/templates/libraries.pug @@ -23,7 +23,7 @@ include mixins/components .container.py-4 +category_list_header('LIBRARIES', null) .lead - | Browse Textures and HDRI directly from Blender with our #[a(href="/services#blender-cloud-add-on") Blender Cloud add-on]! + | Browse Textures and HDRI within Blender with our #[a(href="/services#blender-cloud-add-on") Blender Cloud add-on!] +category_list_item( 'HDR IMAGES', @@ -78,7 +78,7 @@ include mixins/components +category_list_item( 'ART GALLERY', - 'Learn by example browsing the .blends files from the best community artwork.', + 'Dive into the most interesting .blend files from the community.', "{{ url_for('projects.view', project_url='gallery') }}", "{{ url_for('static', filename='assets/img/features/training_bob_forest.jpg')}}") @@ -102,7 +102,7 @@ include mixins/components +category_list_item( 'CHARACTERS', - 'Production quality, fully rigged and shaded characters ready to animate.', + 'Production quality characters ready to animate and render.', "{{ url_for('projects.view', project_url='characters') }}", "{{ url_for('static', filename='assets/img/features/characters_01.jpg')}}") | {% endblock body %}