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 /contact.njk |
Diffstat (limited to 'contact.njk')
-rw-r--r-- | contact.njk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contact.njk b/contact.njk new file mode 100644 index 0000000..4ff2290 --- /dev/null +++ b/contact.njk @@ -0,0 +1,12 @@ +--- +title: Contact +layout: base.njk +style: normal +--- + +<div class="max-w-4xl px-5 m-auto pt-14 md:pt-24 text-zinc-600"> + <h1 class="font-raleway uppercase text-lg md:text-xl mb-5">+ {{ title }}</h1> + <p class="mb-4 font-merriweather font-light text-sm"><span class="underline">Email:</span> <a href="mailto:hello@lisa-mckinney.co.uk">hello@lisa-mckinney.co.uk</a></p> + <p class="mb-4 font-merriweather font-light text-sm"><span class="underline">Phone:</span> +44 7875 407994</p> + <p class="mb-4 font-merriweather font-light text-sm"><span class="underline">Location:</span> London, United Kingdom</p> +</div>
\ No newline at end of file |