simplex/views/index/logged_out.moon

25 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-04-25 05:02:41 +00:00
import Widget from require "lapis.html"
class LoggedOut extends Widget
content: =>
p ->
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 "
2018-05-02 01:56:10 +00:00
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."
2018-04-25 05:02:41 +00:00
p ->
2018-05-02 01:56:10 +00:00
text "Forward any questions or ideas to "
a href: "https://twitter.com/Guard13007", "@Guard13007"
text " on Twitter. Or email me: "
2018-04-25 05:02:41 +00:00
a href: "mailto:paul.liverman.iii@gmail.com", "paul.liverman.iii@gmail.com"
2018-05-02 01:56:10 +00:00
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."