Initial styling of production lessons.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
| {% extends 'layout.html' %}
|
||||
| {% block page_title %}Production of Stuff{% endblock %}
|
||||
| {% set page_header_text = "Here are our hand-selected assets 'bout stuff." %}
|
||||
| {% block page_title %}Production Lessons{% endblock %}
|
||||
| {% set page_header_text = "Tips and tricks by the Open Movie crew." %}
|
||||
|
||||
| {% block head %}
|
||||
script(src="{{ url_for('static_cloud', filename='assets/js/tagged_assets.min.js') }}")
|
||||
|
||||
script.
|
||||
$(function() {
|
||||
$('ul.js-asset-list').loadTaggedAssets();
|
||||
$('.js-asset-list').loadTaggedAssets();
|
||||
})
|
||||
| {% endblock %}
|
||||
| {% block body %}
|
||||
@@ -20,22 +20,28 @@ script.
|
||||
|
||||
hr.pb-2
|
||||
|
||||
h3 Animation
|
||||
ul.js-asset-list(data-asset-tag="animation")
|
||||
section.py-3.my-3.border-bottom
|
||||
h3 Animation
|
||||
.card-deck.card-padless.card-deck-responsive.list-unstyled(
|
||||
class="js-asset-list",
|
||||
data-asset-tag="animation")
|
||||
|
||||
h3 Modeling
|
||||
ul.js-asset-list(data-asset-tag="modelling")
|
||||
section.py-3.my-3.border-bottom
|
||||
h3 Modeling
|
||||
.card-deck.card-padless.card-deck-responsive.list-unstyled(
|
||||
class="js-asset-list",
|
||||
data-asset-tag="modelling")
|
||||
|
||||
h3 Rigging
|
||||
ul.js-asset-list(data-asset-tag="rigging")
|
||||
section.py-3.my-3.border-bottom
|
||||
h3 Rigging
|
||||
.card-deck.card-padless.card-deck-responsive.list-unstyled(
|
||||
class="js-asset-list",
|
||||
data-asset-tag="rigging")
|
||||
|
||||
h3 Pipeline
|
||||
ul.js-asset-list(data-asset-tag="pipeline")
|
||||
|
||||
h3 Look-dev
|
||||
ul.js-asset-list(data-asset-tag="lookdev")
|
||||
|
||||
h3 Crazyspace
|
||||
ul.js-asset-list(data-asset-tag="crazyspace")
|
||||
section.py-3.my-3
|
||||
h3 Pipeline
|
||||
.card-deck.card-padless.card-deck-responsive.list-unstyled(
|
||||
class="js-asset-list",
|
||||
data-asset-tag="pipeline")
|
||||
|
||||
| {% endblock body%}
|
||||
|
Reference in New Issue
Block a user