portfolio tweaks
Build / Deploy (push) Has been cancelled Details

This commit is contained in:
Rik Berkelder 2025-02-13 02:50:07 +01:00
parent c12d34a822
commit 65a6d12c9d
4 changed files with 9 additions and 4 deletions

View File

@ -8,6 +8,7 @@ permalink: "/portfolio/"
<div class="portfolio-list-item-header">
<h2>{{portfolioItem.data.title}}</h2>
- {{portfolioItem.data.description}}
<a href="{{portfolioItem.data.page.url | safe}}">See More -></a>
</div>
<div class="flex">
{% for image in portfolioItem.data.images | slice(3) %}

View File

@ -1,6 +1,6 @@
---
title: Luxor Live
description: Delivering dynamic, on-the-spot lighting solutions for visiting acts without their own lighting designer, and ensuring a smooth experience for touring LD's
description: Delivering dynamic, on-the-spot lighting for visiting acts without their own lighting designer, and ensuring a smooth experience with the house rig for visiting technicians.
---

View File

@ -12,7 +12,7 @@ const conf = {
return images;
},
data(data) { return data; }
data(data) { return data; },
}
};

View File

@ -65,11 +65,10 @@ body {
margin-top: 1rem;
.flex {
flex-wrap: wrap;
flex-wrap: nowrap;
align-items: center;
picture {
max-width: 33%;
display: block;
height: 15rem;
@ -92,6 +91,11 @@ body {
margin-right: 0.2rem;
}
a {
margin-left: auto;
float: right;
}
}
}