From 0de5ea669fc73ac8628d32203c7f8b03539ddaad Mon Sep 17 00:00:00 2001 From: AleixMT Date: Wed, 10 Apr 2024 21:31:17 +0200 Subject: [PATCH] ADDED: activities signature --- data/activities.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/activities.json diff --git a/data/activities.json b/data/activities.json new file mode 100644 index 0000000..e505631 --- /dev/null +++ b/data/activities.json @@ -0,0 +1,6 @@ +{ + "name": "{{NAME}}", + "email": "{{EMAIL}}", + "position": "{{POSITION}}", + "linkedin": "{{LINKEDIN}}" +} \ No newline at end of file