diff options
author | JJ <nicetry@noemail.com> | 2025-03-19 15:40:51 +0000 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-19 15:40:51 +0000 |
commit | 7324691a252761bf3f27365abae21bda0eda8843 (patch) | |
tree | 26f6fd57acca7db7b8cd774fc6dca38604f47b4f /about.njk |
Diffstat (limited to 'about.njk')
-rw-r--r-- | about.njk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/about.njk b/about.njk new file mode 100644 index 0000000..5b5e72a --- /dev/null +++ b/about.njk @@ -0,0 +1,16 @@ +--- +title: About +layout: base.njk +style: normal +--- + +<div class="grid md:grid-cols-2 gap-8 max-w-4xl px-5 m-auto pt-14 md:pt-24 text-zinc-600"> + <div> + <h1 class="font-raleway uppercase text-lg md:text-xl mb-5">+ {{ title }}</h1> + <p class="mb-4 font-merriweather font-light text-sm">Lisa is a London based prop and interior stylist</p> + <p class="mb-4 font-merriweather font-light text-sm">She has worked with clients such as: <a href="www.pigletinbed.com" class="underline">Piglet in bed</a>, <a href="https://www.thewhitecompany.com/uk/" class="underline">The White Company,</a> and <a href="https://www.sohohome.com/" class="underline">Soho Home</a></p> + <p class="mb-4 font-merriweather font-light text-sm">Photographers: Jon Aaron Green, Kate Davis, Tamin Jones, Mariell A Lind Hansen</p> + </div> + <img src="/assets/interiors/interiors-16.jpg" alt="" class=" mb-10"> + </div> +</div>
\ No newline at end of file |