Merge branch 'panix-content' into 'master'

Merge branch panix-content into master via CloudCannon

See merge request bpistlab/pax-nion!4
This commit is contained in:
Set Sakrecoer 2020-07-06 11:29:32 +00:00
commit fcdb48ab3a
4 changed files with 19 additions and 26 deletions

View file

@ -1,6 +1,8 @@
--- ---
layout: nil layout: nil
title: Error 404 title: Error 404 This is not a page
description: The page you are looking for has moved to the darknet.
image: /images/kaur-kristjan-cppf4w5pb1c-unsplash.jpg
--- ---
<!DOCTYPE HTML> <!DOCTYPE HTML>
<!-- <!--
@ -31,15 +33,15 @@ title: Error 404
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);"> <section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
<div class="content editable"> <div class="content editable">
<h1 class="editable">404 This is not a page</h1> <h1 class="editable">{{ page.title }}</h1>
<p>The page you are looking for has moved to the darknet.</p> <p>{{ page.description }}</p>
<ul class="actions stacked"> <ul class="actions stacked">
<li><a href="/" class="button big wide smooth-scroll-middle">Take me back!</a></li> <li><a href="/" class="button big wide smooth-scroll-middle">Take me back!</a></li>
</ul> </ul>
</div> </div>
<div class="image"> <div class="image">
<img src="/images/kaur-kristjan-cppf4w5pb1c-unsplash.jpg" alt="unfound page" /> <img src="{{ page.image }}" alt="unfound page" />
</div> </div>
</section> </section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View file

@ -1,15 +1,14 @@
--- ---
title: Log title: Log
description: >- description: Web-log entries
Web-log entries image: /images/arget-zvhhkivur9m-unsplash.jpg
image: /images/franck-v-U3sOwViXhkY-unsplash.jpg
lang: en lang: en
lang-ref: log lang-ref: log
--- ---
{% include relBase.html %} {% include relBase.html %}
<!-- Banner --> <!-- Banner -->
<section <section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center">
class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center">
<div class="image"> <div class="image">
<img src="{{ relBase }}{{ page.image }}" alt="{{ page.title | smartify }}" class="editable" /> <img src="{{ relBase }}{{ page.image }}" alt="{{ page.title | smartify }}" class="editable" />
@ -24,9 +23,7 @@ lang-ref: log
</section> </section>
{% for post in site.posts %} {% for post in site.posts %}
<section id="second" <section id="second" class="spotlight style1 orient-{% cycle 'left', 'right' %} content-align-{% cycle 'right', 'left' %} image-position-center onscroll-image-fade-in" {% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
class="spotlight style1 orient-{% cycle 'left', 'right' %} content-align-{% cycle 'right', 'left' %} image-position-center onscroll-image-fade-in"
{% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
<div class="content"> <div class="content">
<h2>{{ post.title }}</h2> <h2>{{ post.title }}</h2>
<p>{{ post.description }}</p> <p>{{ post.description }}</p>
@ -69,8 +66,8 @@ lang-ref: log
</div> </div>
</article> </article>
{% endfor %} {% endfor %}
</div>
</section> --> -->
{% include footer.html %} {% include footer.html %}

View file

@ -1,14 +1,11 @@
--- ---
title: pax:nion discog title: 'pax:nion discog'
description: The full catalog of pax:nion bangers description: 'The full catalog of pax:nion bangers'
image: image: /images/guillaume-techer-jm9p0mdpo6a-unsplash.jpg
--- ---
<!-- Banner --> <!-- Banner -->
<section <section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center"
style="height:100vh;background-color: rgba(13,13,13,0.85);">
<div class="content editable"> <div class="content editable">
<h1 class="editable">{{ page.title }}</h1> <h1 class="editable">{{ page.title }}</h1>
<p>{{ page.description }}</p> <p>{{ page.description }}</p>
@ -32,9 +29,7 @@ image:
{% for album in site.albums %} {% for album in site.albums %}
<section <section class="spotlight style4 orient-{% cycle 'left', 'right' %} content-align-left image-position-center onscroll-image-fade-in" {% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
class="spotlight style4 orient-{% cycle 'left', 'right' %} content-align-left image-position-center onscroll-image-fade-in"
{% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
<div class="content"> <div class="content">
<h1>{{ album.title }}</h1> <h1>{{ album.title }}</h1>
@ -63,8 +58,7 @@ image:
<br /> <br />
<ul class="actions stacked"> <ul class="actions stacked">
<li><a href="{{ album.url }}" <li><a href="{{ album.url }}" class="button big wide {% if post.category == 'release' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
class="button big wide {% if post.category == 'release' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
</li> </li>
</ul> </ul>
</div> </div>