// ----- agregating end
const slides = Array.from(slideshow.children) // Array of all slides
- .filter((child) => child.tagName == ["IMG"]);
+ .filter((child) => child.tagName == "IMG" || child.tagName == "IFRAME");
for (slide of slides) {
slide.id = `show${s}slide${slide.dataset.order}`; // order slides by given indexes
}
/* image and button layout */
- .slideshow > img {
+ .slideshow > img, .slideshow > iframe {
grid-column-start: 1; grid-row-start: 1;
display: none;
width: 100%; height: 100%; object-fit: contain;
user-select: none;
-webkit-user-select: none;
}
+ iframe.currentSlide ~ div { pointer-events: none; }
+ iframe.currentSlide ~ div > div:not(:nth-child(2)) { pointer-events: auto; }
.slideshow > div > div:hover { opacity: 1; }
.slideshow > div > div:first-child {
background: linear-gradient(0.25turn, rgba(225,255,255,.2), rgba(225,255,255,0));
iframe {
width: 100%;
aspect-ratio: 1.41;
- border: 1px solid var(--mediumgray);
+ border: none;
}
.blockquoteImage { margin: 40px 0 40px 0; width: 113%; }
</p>
</nav>
<main>
- <div class="slideshow filling">
+ <div class="slideshow filling noEnhance">
<img data-order="0" src="/media/progressive/cotton-town1.jpg" />
<img data-order="1" src="/media/progressive/cotton-town2.jpg" />
<img data-order="2" src="/media/progressive/cotton-town3.jpg" />
<img data-order="5" src="/media/progressive/cotton-town6.jpg" />
<img data-order="6" src="/media/progressive/cotton-town7.jpg" />
<img data-order="7" src="/media/progressive/cotton-town8.jpg" />
+ <iframe src="https://www.youtube-nocookie.com/embed/o4QyEv-asSw?si=Y-hDjLGZdrolMUcA&controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin"></iframe>
</div>
</main>
{% include 'footer.html' %}
Political and economic destabilisation, climate change and war have created tens of millions of migrants in the past few years alone. Some of those people come to our country only to find themselves in a situation that is hardly, if at all, an improvement on what they left behind. They find themselves taken advantage of by the same group of people that caused the wars, the climate disasters and the widespread instability to begin with. And on top of that, they face abuse and ignorance from the rest of us. To many people, the Riders don't exist until they're stood on the doorstep. Scholars have written about how the platform economy's demand for homogenous, mind-numbingly repetitive tasks has led to the creation of an interchangeable and invisible workforce, benefitting companies but only isolating and damaging Riders further<sup><a id="umer2021b" href="#umer2021">[5]</a></sup>. The aim of this project is to counteract this effect; to bring Riders into the forefront as individuals, representing them positively and on their own terms. The following ten portraits are of people who were kind enough to help me with this project. I learnt a lot from them, and some were happy for me to record some of what they told me in this book. Hopefully these images convey something about the Riders that you might not have seen elsewhere.
</p>
+<iframe src="https://www.youtube-nocookie.com/embed/o4QyEv-asSw?si=MhA4ne_GIMYNVnvR&controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
+
<iframe id="book" src="/media/book.pdf"></iframe>
<h3>References</h3>