Merge branch 'wip-redesign'

# Conflicts:
#	src/templates/homepage.pug
#	src/templates/services.pug
This commit is contained in:
2018-09-06 14:13:22 +02:00
38 changed files with 2836 additions and 1404 deletions

View File

@@ -78,8 +78,6 @@ script(src="{{ url_for('static_pillar', filename='assets/js/vendor/videojs-hotke
| {% endblock %}
| {% block css %}
link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css') }}", rel="stylesheet")
link(href="{{ url_for('static_pillar', filename='assets/css/base.css') }}", rel="stylesheet")
link(href="{{ url_for('static_cloud', filename='assets/css/project-landing.css') }}", rel="stylesheet")
| {% endblock %}