diff --git a/views/index/logged_out.moon b/views/index/logged_out.moon index 92e8469..6d06563 100644 --- a/views/index/logged_out.moon +++ b/views/index/logged_out.moon @@ -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."