update logged out view, prettier formatting

This commit is contained in:
Paul Liverman III 2018-05-01 18:58:25 -07:00
parent 44e7a33d7d
commit d859a94280

View File

@ -2,10 +2,8 @@ import Widget from require "lapis.html"
class LoggedOut extends Widget
content: =>
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 "Right now, Simplex offers a minimal web interface, and "
text "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. 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."