aboutsummaryrefslogtreecommitdiff
path: root/src/contact.njk
diff options
context:
space:
mode:
authorIndrajith K L2022-11-20 04:59:39 +0530
committerIndrajith K L2022-11-20 04:59:39 +0530
commitff11d9e237e51a5eb40690e44f690108ac7175b7 (patch)
treea6db124e19c9f3ae5dfffe3bc1e8d4028e8225ce /src/contact.njk
parent143915cc03764082fd97d484fd3c0f3b7c018c89 (diff)
downloadindrajith-dev-feature/remove-tailwind.tar.gz
indrajith-dev-feature/remove-tailwind.tar.bz2
indrajith-dev-feature/remove-tailwind.zip
* Full Rewrite * Removed Tailwind CSS * Stripdowned to barebone css
Diffstat (limited to 'src/contact.njk')
-rw-r--r--src/contact.njk10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/contact.njk b/src/contact.njk
new file mode 100644
index 0000000..666f55f
--- /dev/null
+++ b/src/contact.njk
@@ -0,0 +1,10 @@
+---
+layout: base.njk
+title: Contact
+---
+<h2>Want to talk with me?</h2>
+<ul>
+ <li>
+ Email: indrajith @ indrajith.dev
+ </li>
+</ul> \ No newline at end of file