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
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>
<!--
@ -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);">
<div class="content editable">
<h1 class="editable">404 This is not a page</h1>
<p>The page you are looking for has moved to the darknet.</p>
<h1 class="editable">{{ page.title }}</h1>
<p>{{ page.description }}</p>
<ul class="actions stacked">
<li><a href="/" class="button big wide smooth-scroll-middle">Take me back!</a></li>
</ul>
</div>
<div class="image">
<img src="/images/kaur-kristjan-cppf4w5pb1c-unsplash.jpg" alt="unfound page" />
<img src="{{ page.image }}" alt="unfound page" />
</div>
</section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View file

@ -1,15 +1,14 @@
---
title: Log
description: >-
Web-log entries
image: /images/franck-v-U3sOwViXhkY-unsplash.jpg
description: Web-log entries
image: /images/arget-zvhhkivur9m-unsplash.jpg
lang: en
lang-ref: log
---
{% include relBase.html %}
<!-- Banner -->
<section
class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center">
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center">
<div class="image">
<img src="{{ relBase }}{{ page.image }}" alt="{{ page.title | smartify }}" class="editable" />
@ -24,9 +23,7 @@ lang-ref: log
</section>
{% for post in site.posts %}
<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 %}>
<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 %}>
<div class="content">
<h2>{{ post.title }}</h2>
<p>{{ post.description }}</p>
@ -69,8 +66,8 @@ lang-ref: log
</div>
</article>
{% endfor %}
</div>
</section> -->
-->
{% include footer.html %}

View file

@ -1,14 +1,11 @@
---
title: pax:nion discog
description: The full catalog of pax:nion bangers
image:
title: 'pax:nion discog'
description: 'The full catalog of pax:nion bangers'
image: /images/guillaume-techer-jm9p0mdpo6a-unsplash.jpg
---
<!-- Banner -->
<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">
<h1 class="editable">{{ page.title }}</h1>
<p>{{ page.description }}</p>
@ -32,9 +29,7 @@ image:
{% for album in site.albums %}
<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 %}>
<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 %}>
<div class="content">
<h1>{{ album.title }}</h1>
@ -63,8 +58,7 @@ image:
<br />
<ul class="actions stacked">
<li><a href="{{ album.url }}"
class="button big wide {% if post.category == 'release' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
<li><a href="{{ album.url }}" class="button big wide {% if post.category == 'release' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
</li>
</ul>
</div>