diff --git a/src/_clients/a-client.md b/src/_clients/a-client.md deleted file mode 100644 index e914a77..0000000 --- a/src/_clients/a-client.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: A. Client -description: Someone we have done some work for. How did it help them? What did we achieve? -image: pic03.jpg ---- diff --git a/src/_clients/a-n-other.md b/src/_clients/a-n-other.md deleted file mode 100644 index 6c85835..0000000 --- a/src/_clients/a-n-other.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: A. N. Other -description: Another client with another few sentences of text. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. -image: pic01.jpg ---- diff --git a/src/_includes/cta.html b/src/_includes/cta.html index 0a7686f..af18aee 100644 --- a/src/_includes/cta.html +++ b/src/_includes/cta.html @@ -6,7 +6,7 @@

Contact us to discuss your project's needs and arrange a consultation.

diff --git a/src/_layouts/page.html b/src/_layouts/page.html index ce334d8..ce46a2a 100644 --- a/src/_layouts/page.html +++ b/src/_layouts/page.html @@ -7,7 +7,12 @@
- +
+ {% if page.image %} +
+ {% endif %}

{{ page.title }}

{{ page.description }}

diff --git a/src/_layouts/post.html b/src/_layouts/post.html index aeac4ea..c7f856c 100644 --- a/src/_layouts/post.html +++ b/src/_layouts/post.html @@ -14,7 +14,12 @@
- +
+ {% if page.image %} +
+ {% endif %}

{{ page.title }}

{{ page.description }}

diff --git a/src/_layouts/spotlight.html b/src/_layouts/spotlight.html index 0324b6b..bb2e3cb 100644 --- a/src/_layouts/spotlight.html +++ b/src/_layouts/spotlight.html @@ -6,7 +6,12 @@ {% include header.html %}
- +
+ {% if page.image %} +
+ {% endif %}

{{ page.title }}

{{ page.description }}

diff --git a/src/assets/images/pic01.jpg b/src/assets/images/pic01.jpg index a4ea449..b9bf1c5 100644 Binary files a/src/assets/images/pic01.jpg and b/src/assets/images/pic01.jpg differ diff --git a/src/assets/styles/main.scss b/src/assets/styles/main.scss index ec8f5ad..865e9be 100644 --- a/src/assets/styles/main.scss +++ b/src/assets/styles/main.scss @@ -50,12 +50,32 @@ > header { @include padding(12em, 0); @include vendor('background-image', ('linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5))', 'url("../../assets/images/banner.jpg")')); + position: relative; background-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-size: cover; text-align: center; + > * { + position: relative; + z-index: 1; + } + + .header-image { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-attachment: fixed; + background-position: center center; + background-repeat: no-repeat; + background-size: cover; + z-index: 0; + filter: blur(3px) brightness(40%); + } + h2 { font-size: 1.75em; margin: 0 0 (_size(element-margin) * 0.25) 0; diff --git a/src/clients.md b/src/clients.md deleted file mode 100644 index cd398ed..0000000 --- a/src/clients.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: spotlight -tiles-source: clients -tiles-limit: 50 -title: Clients -description: Clients of Autonomic ---- - -### Clients \ No newline at end of file diff --git a/src/contact.md b/src/contact.md index f2b7955..ac18847 100644 --- a/src/contact.md +++ b/src/contact.md @@ -1,14 +1,13 @@ --- layout: page title: Contact -description: Contact Autonomic Cooperative --- -### Email +### Get in touch by email: [autonomic@posteo.net](mailto:autonomic@posteo.net) -[Download PGP Key]({{https://autonomic-cooperative.gitlab.io/}}{% link assets/pgp/autonomic-key.asc %}) +[Download PGP Key]({https://autonomic-cooperative.gitlab.io}{% link assets/pgp/autonomic-key.asc %}) Fingerprint: 82FC 87C5 1A71 902F DC10 2CF5 4F90 D55B B24B 1147