update logged out view

This commit is contained in:
Paul Liverman III 2018-05-01 18:56:10 -07:00
parent 8333b3d1f0
commit 44e7a33d7d

View File

@ -2,11 +2,25 @@ import Widget from require "lapis.html"
class LoggedOut extends Widget
content: =>
p "This introduction will be written soon(TM)."
p "Simplex is a task manager designed to be as flexible as possible. Organize your tasks the way you want to, instead of conforming to someone else's idea."
p ->
text "For now, forward any questions or ideas to "
text "Right now, Simplex offers a minimal web interface, and "
a href: @url_for("docs_index"), "extensive API documentation"
text ". It is developed by making the easiest to use API first, and then building a website to utilize its functionality."
p ->
text "Forward any questions or ideas to "
a href: "https://twitter.com/Guard13007", "@Guard13007"
text " on Twitter."
p ->
text "Or email me: "
text " on Twitter. Or email me: "
a href: "mailto:paul.liverman.iii@gmail.com", "paul.liverman.iii@gmail.com"
hr!
p "The ultimate goal of Simplex is a task manager anyone can use, and only costing $1.50/year to garuntee the servers remain working. So affordable, even a broke college student could pay for it."
p "Next features to be implemented:"
ul ->
li "Multiple task lists."
li "Duplicating tasks and lists."
li "Optional hierarchical structure for lists and tasks."