portfolio updates
This commit is contained in:
parent
c8d748e8fb
commit
b31bd35bb8
12 changed files with 14 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ permalink: "/portfolio/"
|
||||||
</div>
|
</div>
|
||||||
<a href="{{portfolioItem.data.page.url | safe}}">
|
<a href="{{portfolioItem.data.page.url | safe}}">
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
{% for image in portfolioItem.data.images.slice(0,3) %}
|
{% for image in portfolioItem.data.images.slice(0, (portfolioItem.data.rows or 1) * 3) %}
|
||||||
<img src={{image.url}} alt="" width="400" />
|
<img src={{image.url}} alt="" width="400" />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
order: 2
|
order: 3
|
||||||
title: Luxor Live
|
title: Luxor Live
|
||||||
description: Delivering dynamic, on-the-spot lighting for visiting acts without their own lighting designer, and ensuring the house system is in perfect shape for visiting technicians.
|
description: Delivering dynamic, on-the-spot lighting for visiting acts without their own lighting designer, and ensuring the house system is in perfect shape for visiting technicians.
|
||||||
timeframe: 2022 - now
|
timeframe: 2022 - now
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ order: 1
|
||||||
title: Sowulo
|
title: Sowulo
|
||||||
description: Designing a theatrical, atmospheric and detailed show while and bringing it to a variety venues and festivals of varying sizes with very short on-site preparation times. Highlights include Hellfest, Motocultor, Castlefest and a 2025 EU Headline Tour
|
description: Designing a theatrical, atmospheric and detailed show while and bringing it to a variety venues and festivals of varying sizes with very short on-site preparation times. Highlights include Hellfest, Motocultor, Castlefest and a 2025 EU Headline Tour
|
||||||
timeframe: 2023 - now
|
timeframe: 2023 - now
|
||||||
|
rows: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
## Notable shows
|
## Notable shows
|
||||||
|
|
|
||||||
BIN
content/portfolio/tivolivredenburg/002.jpeg
Normal file
BIN
content/portfolio/tivolivredenburg/002.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 466 KiB |
BIN
content/portfolio/tivolivredenburg/0021.jpeg
Normal file
BIN
content/portfolio/tivolivredenburg/0021.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 565 KiB |
BIN
content/portfolio/tivolivredenburg/0042.JPG
(Stored with Git LFS)
Normal file
BIN
content/portfolio/tivolivredenburg/0042.JPG
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
content/portfolio/tivolivredenburg/0051.jpeg
Normal file
BIN
content/portfolio/tivolivredenburg/0051.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 466 KiB |
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
order: 3
|
order: 2
|
||||||
title: TivoliVredenburg
|
title: TivoliVredenburg
|
||||||
description: Creative and fitting lighting for a wide variety of productions. From sales to classical to jazz to metal, across 5 stages in the venue. As well as making sure the house systems function and adapt perfectly to visiting tours and complex international productions, including regular maintenance and show-specific adaptations.
|
description: Creative and fitting lighting for a wide variety of productions. From sales to classical to jazz to metal, across 5 stages in the venue. As well as making sure the house systems function and adapt perfectly to visiting tours and complex international productions, including regular maintenance and show-specific adaptations.
|
||||||
timeframe: 2023 - now
|
timeframe: 2023 - now
|
||||||
|
rows: 2
|
||||||
---
|
---
|
||||||
|
|
@ -104,7 +104,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex {
|
.flex {
|
||||||
flex-wrap: nowrap;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
|
@ -116,6 +115,12 @@ body {
|
||||||
display: block;
|
display: block;
|
||||||
height: 15rem;
|
height: 15rem;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
width: 33%;
|
||||||
|
|
||||||
|
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue