]> OzVa Git service - chester/commitdiff
Added about page
authorMax Value <greenwoodw50@gmail.com>
Mon, 23 Mar 2026 19:39:42 +0000 (19:39 +0000)
committerMax Value <greenwoodw50@gmail.com>
Mon, 23 Mar 2026 19:39:42 +0000 (19:39 +0000)
about/index.html
media/photos/headshot.jpg [new file with mode: 0644]

index 00125efb01e6cdaa1407f82d5f1df919a24eab7b..da0507994804a6386cd936f7c5280f320dd9ee94 100644 (file)
@@ -9,6 +9,32 @@
                <link rel="stylesheet" href="/style.css">
                <script type="text/javascript" src="/script.js" defer></script>
                <script type="text/javascript" src="/slideshow.js" defer></script>
+
+               <style>
+/* custom blockquote for small image */
+.blockquoteImage {
+       width: 113%;
+       margin: 40px 0 40px 0;
+}
+.blockquoteImage img {
+       display: inline-block;
+       width: 30%;
+}
+.blockquoteImage blockquote {
+       display: inline-block;
+       vertical-align: top;
+       width: 55%;
+       margin: 2% 5% 2% 5%;
+       text-align: right;
+}
+
+.blockquoteImage.reversed {
+       margin-left: -3%
+}
+.blockquoteImage.reversed blockquote {
+       text-align: left;
+}
+               </style>
        </head>
        <body>
                <nav>
                        </ul>
                </nav>
                <main>
+
+<div class="blockquoteImage reversed">
+       <img
+               srcset="/media/photos_960/headshot.jpg,
+                       /media/photos_1920/headshot.jpg x2,
+                       /media/photos_3840/headshot.jpg x4"
+               src="/media/photos_3840/headshot.jpg" /><blockquote>
+
+       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.<br><br>
+       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.
+
+       </blockquote>
+</div>
+
+<p>
+</p>
+
                </main>
        </body>
 </html>
diff --git a/media/photos/headshot.jpg b/media/photos/headshot.jpg
new file mode 100644 (file)
index 0000000..b28bf91
Binary files /dev/null and b/media/photos/headshot.jpg differ