diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 318ecc8..858eb21 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,7 @@
{{ partial "header.html" . }} - + {{ partial "navbar.html" . }} {{ block "main" . }} diff --git a/layouts/home/baseof.html b/layouts/home/baseof.html new file mode 100644 index 0000000..3ba81d0 --- /dev/null +++ b/layouts/home/baseof.html @@ -0,0 +1,17 @@ + + + + + {{ partial "header.html" . }} + + + + {{ partial "navbar-light.html" . }} + + {{ block "main" . }} + + {{ end }} + + {{ partial "footer.html" . }} + + diff --git a/layouts/index.html b/layouts/index.html index 00d7287..e306997 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,55 +1,191 @@ {{ define "main" }} -+ Organize all of your tasks in lists. Put lists together in a namespace to keep related stuff + grouped together. +
++ Vikunja lets you easily share a list or a namespace with another user or a whole team! + You can also assign tasks to people so everybody knows who's working on what. +
++ You can show your tasks in the classic list view - each task underneath each other. + Or you can use the Gantt view to get a time overview. Or Table view to show all details you + need. + Or Kanban if you want that birds-eye view of the status of all current tasks. +
+