diff --git a/content/pages/portfolio.njk b/content/pages/portfolio.njk index f327393..2ffd6bb 100644 --- a/content/pages/portfolio.njk +++ b/content/pages/portfolio.njk @@ -13,7 +13,7 @@ permalink: "/portfolio/"
- {% for image in portfolioItem.data.images.slice(0,3) %} + {% for image in portfolioItem.data.images.slice(0, (portfolioItem.data.rows or 1) * 3) %} {% endfor %}
diff --git a/content/portfolio/luxorlive/luxorlive.md b/content/portfolio/luxorlive/luxorlive.md index 82d7a3c..7001bf3 100644 --- a/content/portfolio/luxorlive/luxorlive.md +++ b/content/portfolio/luxorlive/luxorlive.md @@ -1,5 +1,5 @@ --- -order: 2 +order: 3 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. timeframe: 2022 - now diff --git a/content/portfolio/sowulo/sowulo.md b/content/portfolio/sowulo/sowulo.md index 387492a..82e1dc6 100644 --- a/content/portfolio/sowulo/sowulo.md +++ b/content/portfolio/sowulo/sowulo.md @@ -3,6 +3,7 @@ order: 1 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 timeframe: 2023 - now +rows: 2 --- ## Notable shows diff --git a/content/portfolio/tivolivredenburg/002.jpeg b/content/portfolio/tivolivredenburg/002.jpeg new file mode 100644 index 0000000..2ae0da8 Binary files /dev/null and b/content/portfolio/tivolivredenburg/002.jpeg differ diff --git a/content/portfolio/tivolivredenburg/0021.jpeg b/content/portfolio/tivolivredenburg/0021.jpeg new file mode 100644 index 0000000..619eb9c Binary files /dev/null and b/content/portfolio/tivolivredenburg/0021.jpeg differ diff --git a/content/portfolio/tivolivredenburg/002.jpg b/content/portfolio/tivolivredenburg/0041.jpg similarity index 100% rename from content/portfolio/tivolivredenburg/002.jpg rename to content/portfolio/tivolivredenburg/0041.jpg diff --git a/content/portfolio/tivolivredenburg/0042.JPG b/content/portfolio/tivolivredenburg/0042.JPG new file mode 100644 index 0000000..4823f57 --- /dev/null +++ b/content/portfolio/tivolivredenburg/0042.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21848a9c29459999bcb2a326c3d986bbe9ae01fcd66b8afb05a3f5006712c84 +size 1078828 diff --git a/content/portfolio/tivolivredenburg/0051.jpeg b/content/portfolio/tivolivredenburg/0051.jpeg new file mode 100644 index 0000000..fda73e4 Binary files /dev/null and b/content/portfolio/tivolivredenburg/0051.jpeg differ diff --git a/content/portfolio/tivolivredenburg/003.jpg b/content/portfolio/tivolivredenburg/0061.jpg similarity index 100% rename from content/portfolio/tivolivredenburg/003.jpg rename to content/portfolio/tivolivredenburg/0061.jpg diff --git a/content/portfolio/tivolivredenburg/004.jpg b/content/portfolio/tivolivredenburg/0101.jpg similarity index 100% rename from content/portfolio/tivolivredenburg/004.jpg rename to content/portfolio/tivolivredenburg/0101.jpg diff --git a/content/portfolio/tivolivredenburg/tivolivredenburg.md b/content/portfolio/tivolivredenburg/tivolivredenburg.md index b1281ea..f7866c8 100644 --- a/content/portfolio/tivolivredenburg/tivolivredenburg.md +++ b/content/portfolio/tivolivredenburg/tivolivredenburg.md @@ -1,6 +1,7 @@ --- -order: 3 +order: 2 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. timeframe: 2023 - now +rows: 2 --- \ No newline at end of file diff --git a/content/style.scss b/content/style.scss index 67e1617..2be56ff 100644 --- a/content/style.scss +++ b/content/style.scss @@ -104,7 +104,6 @@ body { } .flex { - flex-wrap: nowrap; align-items: center; width: 100%; @@ -116,6 +115,12 @@ body { display: block; height: 15rem; flex-grow: 1; + width: 33%; + + + @media (max-width: 500px) { + width: 100%; + } img { height: 100%;