From 87c6ad9e6d8e4c94a62e311c0ffaae3d4691514f Mon Sep 17 00:00:00 2001 From: Kgothatso Ngako Date: Sun, 19 Dec 2021 00:26:57 +0200 Subject: [PATCH] Load up the latest models --- README.md | 3 +++ package-lock.json | 2 +- server/views/home.pug | 8 +++++++- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..daf8826 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Mantra + +Translators translate per paragraph. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5f90f6c..19ab98e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ } }, "../mantra-db-models": { - "version": "0.0.1", + "version": "0.0.3", "license": "ISC", "dependencies": { "bcrypt": "^5.0.1", diff --git a/server/views/home.pug b/server/views/home.pug index 1c1aa3e..5700894 100644 --- a/server/views/home.pug +++ b/server/views/home.pug @@ -3,4 +3,10 @@ extend templates/layout.pug block content .container .center - h1 Home \ No newline at end of file + h1 Multi-lingual literature community. + + p.flow-text A home for translation projects. + p.flow-text Give translators the abilitiy to crowd fund for their work. + p.flow-text Gives authors/publishers the option to crowd fund for rights to their literature. + p.flow-text Give the community the ability to bid for translations of their choice. + p.flow-text Open source by default. \ No newline at end of file