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

Add news and projects part of index

parent ff8e4ffc
No related branches found
No related tags found
1 merge request!28Neue Website basierend auf Zola
<div class="card-image">
<figure class="image is-4by3">
<img
src="https://bulma.io/images/placeholders/1280x960.png"
alt="Placeholder image"
/>
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="subtitle is-6">person</p>
<p class="title is-4">name</p>
</div>
</div>
<div class="content">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nec
iaculis mauris.
<br />
<time datetime="2016-1-1">11:09 PM - 1 Jan 2016</time>
</div>
</div>
<div class="container">
<section class="columns is-centered is-half">
<h1 class="title is-1">Neuigkeiten</h1>
</section>
<section class="columns">
<div class="column">
<div class="card">
{% include "frontpage/blocks/embed_article.html" %}
</div>
</div>
<div class="column">
<div class="card">
{% include "frontpage/blocks/embed_article.html" %}
</div>
</div>
<div class="column">
<div class="card is-shadowless">
{% include "frontpage/blocks/embed_article.html" %}
</div>
</div>
</section>
</div>
<hr />
<div class="container">
<section class="columns is-centered is-half">
<h1 class="title is-1">Unsere Projekte</h1>
</section>
<section></section>
</div>
<hr />
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
bulma@^0.9.4: bulma@^0.9.4:
version "0.9.4" version "0.9.4"
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.4.tgz#0ca8aeb1847a34264768dba26a064c8be72674a1" resolved "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz"
integrity sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ== integrity sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==
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