Skip to main content

Overview

The photo gallery showcases powerful visual narratives from Dzaleka Refugee Camp, preserving stories of resilience, creativity, and daily life. Each photo captures a moment that speaks to the broader refugee experience while celebrating individual journeys.

Cultural Significance

Photography in Dzaleka serves multiple vital purposes:
  • Memory Preservation: Documents the lived experiences of refugees for future generations
  • Awareness Building: Shares the reality of refugee life with the outside world
  • Humanization: Puts faces and stories to statistics, breaking down stereotypes
  • Empowerment: Gives community members agency to control their own narratives
  • Cultural Documentation: Captures festivals, traditions, and daily life in the camp

Content Schema

The photo collection uses the following schema defined in src/content.config.ts:134-171:

Example Photo Entry

Here’s a real example from src/content/photos/Andy.md:

Contributing Photos

Submission Guidelines

1

Capture the Story

Photos should tell a meaningful story about life in Dzaleka, whether it’s about resilience, creativity, community, daily life, or cultural traditions.
2

Obtain Consent

Always get clear consent from subjects in the photo. Explain how the image will be used and ensure they’re comfortable with public sharing.
3

Write a Compelling Description

The description should provide context, tell the story behind the image, and capture the subject’s voice when possible.
4

Credit the Photographer

Include full photographer attribution with name, social media handles, and a brief bio.

Creating a Photo Entry

  1. Create the markdown file in src/content/photos/:
  1. Add the frontmatter with all required fields:
  1. Write the photo story in markdown below the frontmatter:

Image Guidelines

Respect and Dignity: All photos must treat subjects with dignity and respect. Avoid images that could perpetuate negative stereotypes or exploit vulnerability.

Image Quality Standards

  • Resolution: Minimum 1200px on the longest side
  • Format: JPG or PNG
  • Size: Optimized for web (generally under 500KB)
  • Orientation: Any (portrait, landscape, or square)

Storage Options

Local Storage (recommended for faster loading):
Place the file in public/images/photos/ External URLs (useful for existing hosted images):
For photos with multiple related images:

Photo Tags

Use descriptive tags to help users discover photos. Examples:
  • Life & Community: "Daily Life", "Community", "Family", "Children"
  • Arts & Culture: "Cultural Traditions", "Festivals", "Performance", "Art"
  • Themes: "Resilience", "Hope", "Education", "Innovation"
  • Events: "Tumaini Festival", "World Refugee Day"
  • Demographics: "Youth", "Women", "Elders"

API Integration

The photo collection is accessible through the API at /api/photos:

Fetching Photos

Set featured: true in the frontmatter to highlight important photos:
Featured photos:
  • Appear first in gallery listings
  • May be highlighted on the homepage
  • Should represent exceptional storytelling or particularly impactful images

Ethical Considerations

Informed Consent

Always obtain clear, informed consent from subjects. Explain how photos will be used and where they’ll be published.

Child Safety

Extra care must be taken with photos of children. Always get parental/guardian consent and avoid full names when possible.

Vulnerability

Avoid exploitative imagery that focuses on suffering. Balance reality with dignity and respect.

Context

Provide sufficient context so photos aren’t misinterpreted. Let subjects tell their own stories.

Best Practices

  1. Tell Complete Stories: The description should provide enough context for viewers to understand the significance of the image
  2. Center Voices: Include direct quotes from subjects whenever possible
  3. Avoid Stereotypes: Show the full complexity of refugee life, including joy, creativity, and achievement
  4. Update Regularly: Keep the gallery fresh with new photos that capture evolving stories
  5. Create Connections: Use tags thoughtfully to help users discover related content
  6. Credit Properly: Always give full credit to photographers and acknowledge contributors

Example: Creating a Photo Entry

Here’s the complete process: