Skip to content
Snippets Groups Projects
Commit 7785813e authored by codecraft's avatar codecraft :crocodile:
Browse files

Add Baustelle to `project.html`

parent 8a837c03
No related branches found
No related tags found
1 merge request!28Neue Website basierend auf Zola
......@@ -16,17 +16,8 @@
<section class="hero hero-main is-fullheight-with-navbar project-background-{{ section.extra.project_slug }} roboto-black">
<div class="hero-body">
<div class="container">
<!-- <div class="columns is-vcentered"> -->
<!-- <div class="column is-two-fifth project-title"> -->
<div class="columns">
<div class="column project-title-{{ section.extra.project_slug }}">
<h1 class="title is-1">{{ section.title }}</h1>
<p class="title is-3">
{{ section.description }}
</p>
<!-- </div> -->
<!-- </div> -->
</div>
<div class="columns is-centered project-title-{{ section.extra.project_slug }}">
<h1 class="title is-1">{{ section.title }}</h1>
</div>
<div class="container">
<div class="columns is-vcentered">
......@@ -52,4 +43,9 @@
</div>
</div>
</section>
<section class="section">
<div class="container content">
{% include "baustelle.html" %}
</div >
</section>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment