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 @@ + + +
+ + +A commitment from me for a better Internet space.
+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:
+Information should be free and accessible to all. I will:
+I aim to create a genuine human connection with all people I meet, regardless of who or where they are from.
+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 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.
+