aboutsummaryrefslogtreecommitdiff
path: root/src/views/contact.ecr
diff options
context:
space:
mode:
authorIndrajith K L2024-06-21 02:42:38 +0530
committerIndrajith K L2024-06-21 02:42:38 +0530
commit1d422d90f8d923ea8644a65d37de7d2948f1ddc4 (patch)
tree940f9d9c97753510245b062352300a6df35b4917 /src/views/contact.ecr
parentbb6528e4cf66a2eb6e8306d73c9a608d036ae001 (diff)
downloadindrajith-dev-crystal-1d422d90f8d923ea8644a65d37de7d2948f1ddc4.tar.gz
indrajith-dev-crystal-1d422d90f8d923ea8644a65d37de7d2948f1ddc4.tar.bz2
indrajith-dev-crystal-1d422d90f8d923ea8644a65d37de7d2948f1ddc4.zip
* Removes HTMX - Will be covering in the future
* Adds 404, about, contact, timeline * Updates layout - removes HTMX, cleanup macros * Update template renderer macro to accept page title
Diffstat (limited to 'src/views/contact.ecr')
-rw-r--r--src/views/contact.ecr11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/views/contact.ecr b/src/views/contact.ecr
new file mode 100644
index 0000000..abad87a
--- /dev/null
+++ b/src/views/contact.ecr
@@ -0,0 +1,11 @@
+<h3>Want to talk with me?</h3>
+
+<ul>
+ <li>
+ <b>Email</b>: indrajith(at)indrajith(dot)dev
+ </li>
+ <li>
+ <b>Website</b>: <a href="https://indrajith.dev">https://indrajith.dev</a>
+ </li>
+</ul>
+CAUTION: Please don't send me ads or spam. \ No newline at end of file