diff options
author | Indrajith K L | 2022-11-20 04:59:39 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-20 04:59:39 +0530 |
commit | ff11d9e237e51a5eb40690e44f690108ac7175b7 (patch) | |
tree | a6db124e19c9f3ae5dfffe3bc1e8d4028e8225ce /src/contact.njk | |
parent | 143915cc03764082fd97d484fd3c0f3b7c018c89 (diff) | |
download | indrajith-dev-feature/remove-tailwind.tar.gz indrajith-dev-feature/remove-tailwind.tar.bz2 indrajith-dev-feature/remove-tailwind.zip |
Website Updatefeature/remove-tailwind
* Full Rewrite
* Removed Tailwind CSS
* Stripdowned to barebone css
Diffstat (limited to 'src/contact.njk')
-rw-r--r-- | src/contact.njk | 10 |
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 |