From 418a2313cfd901f7fe5e168ec322be1f5f27ef6e Mon Sep 17 00:00:00 2001 From: Max Value Date: Tue, 7 Apr 2026 12:15:29 +0100 Subject: [PATCH] About me text 10% bigger --- about/index.html | 2 +- script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/about/index.html b/about/index.html index f0a4cbb..15aa618 100644 --- a/about/index.html +++ b/about/index.html @@ -80,7 +80,7 @@ srcset="/media/photos_960/headshot.jpg, /media/photos_1920/headshot.jpg x2, /media/photos_3840/headshot.jpg x4" - src="/media/photos_3840/headshot.jpg" />
+ src="/media/photos_3840/headshot.jpg" />
My name is Chester Jones, and I am a photographer specialising in documentary photography. Over my career, I've gained a broad range of experience from moving image, to mixed media works, to more traditional documentary photography. The latter is best exemplified in my ongoing project taking portraits and documenting the lives of Manchester's hyper-exploited delivery drivers.

I dabble in various types of photography and video-making, but my real passion lies in the social and political side of things. For the most part, my creative practice has always spoken to social issues, something I plan to keep up throughout my career. My hopes being that I can continue to produce documentary projects working with marginalised communities. Finding ways to be creative whilst working on these topical projects, projects that require sincerity and respect, is a big challenge but something I hope to keep building on. This drive to create unique and engaging work that creates positive representations and counter-narratives of social issues is at the core of my career. diff --git a/script.js b/script.js index f4b2444..e0ef7ef 100644 --- a/script.js +++ b/script.js @@ -173,6 +173,7 @@ function setup () {
  • Added text indent to any paragraph not following a heading. Aligns with standard style-guide
  • Added keeping the drop-downs open when clicking on a subheading
  • CV Start lower down the page
  • +
  • About me text 10% bigger
  • Still todo:

      @@ -184,7 +185,6 @@ function setup () {
    • Possibly closed captions on audio
    • Move text from inside the slideshows to below the slideshows
    • Slideshow larger when alone on a page
    • -
    • About me text bigger
    `; -- 2.39.2