Skip to content

Commit a07ae7e

Browse files
authored
Replace Unsplash images with Lorem Picsum images
1 parent 3a7c274 commit a07ae7e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ <h1>Question the Algorithm</h1>
368368

369369
<div class="container">
370370
<section>
371-
<img src="https://images.unsplash.com/photo-1718775044811-8eba835f9d50?w=1200&q=80" alt="Surveillance camera with facial recognition technology tracking people at night" style="width: 100%; height: 400px; object-fit: cover; border-radius: 8px; margin-bottom: 30px;">
371+
<img src="https://picsum.photos/id/203/1200/400" alt="Close-up of surveillance technology and data monitoring systems" style="width: 100%; height: 400px; object-fit: cover; border-radius: 8px; margin-bottom: 30px;">
372372

373373
<div class="hook">
374374
Your loan application was denied by an algorithm. The credit card company can't tell you exactly why. Should you trust that decision?
@@ -384,7 +384,7 @@ <h1>Question the Algorithm</h1>
384384
<section>
385385
<h2>Where the Bias Hides</h2>
386386

387-
<img src="https://images.unsplash.com/photo-1721485508074-3b4f78e72a70?w=1200&q=80" alt="Green binary code streaming like in the Matrix, representing data and algorithms" style="width: 100%; height: 350px; object-fit: cover; border-radius: 8px; margin-bottom: 25px;">
387+
<img src="https://picsum.photos/id/0/1200/350" alt="Technology and computer systems representing algorithmic decision-making" style="width: 100%; height: 350px; object-fit: cover; border-radius: 8px; margin-bottom: 25px;">
388388

389389
<p>When people say a decision is "data-driven," they make it sound automatic—like the computer just crunched numbers and spit out truth. But look closer at what actually happens:</p>
390390

@@ -434,7 +434,7 @@ <h2>Where the Bias Hides</h2>
434434
<section>
435435
<h2>Real-World Impact</h2>
436436

437-
<img src="https://images.unsplash.com/photo-1714118655200-54c9f84a2c97?w=1200&q=80" alt="Person illuminated by binary code, representing humans being analyzed by algorithms" style="width: 100%; height: 350px; object-fit: cover; border-radius: 8px; margin-bottom: 30px;">
437+
<img src="https://picsum.photos/id/180/1200/350" alt="Person working with technology, representing humans being analyzed by algorithmic systems" style="width: 100%; height: 350px; object-fit: cover; border-radius: 8px; margin-bottom: 30px;">
438438

439439
<div class="example-grid">
440440
<div class="example-card">
@@ -533,7 +533,7 @@ <h2>The Bottom Line</h2>
533533
<footer>
534534
<p>Created as part of a multimodal advocacy project on algorithmic transparency and data literacy.</p>
535535
<p style="margin-top: 10px;">Research sources: ProPublica, Stanford HAI, MIT Technology Review, Urban Institute, EPJ Data Science, Tech Policy Press</p>
536-
<p style="margin-top: 10px; font-size: 0.85em;">Images: Unsplash (A Chosen Soul, Ubaid E. Alyafizi, A.C.) - Free to use under Unsplash License</p>
536+
<p style="margin-top: 10px; font-size: 0.85em;">Images: Lorem Picsum (sourced from Unsplash photographers) - Free to use</p>
537537
</footer>
538538
</body>
539539
</html>

0 commit comments

Comments
 (0)