diff options
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 |