From e7666863ef68f293267012b2ba3dcbf83cce32c8 Mon Sep 17 00:00:00 2001 From: Aidan Date: Sun, 8 Dec 2024 18:48:34 -0500 Subject: [PATCH] add manifesto --- app.js | 4 ++++ views/manifesto.ejs | 48 +++++++++++++++++++++++++++++++++++++++++ views/shards/header.ejs | 2 ++ 3 files changed, 54 insertions(+) create mode 100644 views/manifesto.ejs diff --git a/app.js b/app.js index b5bca80..537ac48 100644 --- a/app.js +++ b/app.js @@ -23,6 +23,10 @@ app.get('/verify', (req, res) => { res.render('verify', { req, verifyResult: null }); }); +app.get('/manifesto', (req, res) => { + res.render('manifesto', { req, verifyResult: null }); +}); + app.post('/verify', async (req, res) => { const { pgpMessage } = req.body; diff --git a/views/manifesto.ejs b/views/manifesto.ejs new file mode 100644 index 0000000..cb276d5 --- /dev/null +++ b/views/manifesto.ejs @@ -0,0 +1,48 @@ + + + + + + ❄️ aidxn.fun | digital manifesto + + + + + + +<%- include('shards/header.ejs', { req: req }) %> +
+

Digital Manifesto

+

A commitment from me for a better Internet space.

+
+
+

1. Empathy and Understanding

+

We live in a distant world. People I meet are from all over, which can be hard to understand for others. I aim to utilize my ability to connect by understanding and getting interested in people's lives. I pledge to:

+ +

2. Unconditional Sharing

+

Information should be free and accessible to all. I will:

+ +

2. Genuine Human Connection

+

I aim to create a genuine human connection with all people I meet, regardless of who or where they are from.

+

3. Commitment to Privacy with Personal Services

+

In terms of my personal (some public) services, I commit to never selling, viewing or share personal information with third parties or myself. I will:

+ +

I commit

+

I am not perfect, that's for sure, but I am committed. I promise to continuously learn, grow, and adapt to my environment, goals, purpose, and the people around me.

+
+ +<%- include('shards/footer.ejs') %> \ No newline at end of file diff --git a/views/shards/header.ejs b/views/shards/header.ejs index 88d007e..730698b 100644 --- a/views/shards/header.ejs +++ b/views/shards/header.ejs @@ -59,6 +59,7 @@ Verify Message Status Projects + Manifesto