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