blob: 753a4643491744f8b529d835b1fca98ef07e19ce (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
<head>
{% include "head.liquid" %}
</head>
<body>
<!-- begin hero -->
<section class="
hero
is-primary
is-fullheight
is-fullheight-with-navbar
">
<!-- begin hero head -->
<div class="hero-head">
{% include "nav.liquid" %}
</div>
<!-- end hero head -->
<!-- begin hero body -->
<div class="hero-body">
<div class="container is-fluid">
<div class="columns">
<div class="column">
<!-- begin content -->
<div class="column">
<h1 class="title animated fadeInLeft">
{{ page.title }}
</h1>
<div class="content animated fadeInLeft">
{{ page.content }}
</div>
</div>
<!-- end content -->
</div>
<div class="column">
<div class="box animated delay-1s fadeInRight">
<img src="https://nextcloud.53hor.net/s/SNe4eGWiwgszJCW/preview">
</div>
</div>
</div>
</div>
</div>
<!-- end hero body -->
</section>
<!-- end hero -->
<footer class="footer">
{% include "footer.liquid" %}
</footer>
</body>
</html>
|