diff --git a/content/features/index.en.md b/content/features/index.en.md index de82ccb..06d81de 100644 --- a/content/features/index.en.md +++ b/content/features/index.en.md @@ -9,11 +9,21 @@ menu: weight: 20 --- +
+
+
+

+ Think of Vikunja like the notebook you have with all your things to keep track of. +

+

+ But better. +

+
+
+
+
-

Features

-

Vikunja is a TODO-List app. Think of it like the notebook you have with all your things to keep track of, but better.

-
Lists @@ -44,7 +54,7 @@ menu: Ever wished you could just share that grocery list with your roomate instead of having to send dozens of texts on your way to the supermarket? With Vikunja, you can. Simply share a list or a namespace with all its lists to another user. Don't want your roommate to add new things to the grocery list and only do the shopping? - You can also share a list with _read-only_ access!

+ You can also share a list with read-only access!

Planning a bigger thing? You can use teams to share a list or namespace with multiple people at a time! @@ -63,7 +73,7 @@ use - but you don't have to use it! Vikunja comes with a calDAV-integration whic

-
+

@@ -87,7 +97,7 @@ use - but you don't have to use it! Vikunja comes with a calDAV-integration whic

Also, did I mention "the cloud"? Vikunja syncs across all your devices, no matter if you created a task on the mobile app or on your laptop, enabling you to continue where you left off.
-We don't have any stable hosted instances of Vikunja available, yet. +* We don't have any stable hosted instances of Vikunja available, yet.

diff --git a/content/features/lists.png b/content/features/lists.png index 374dd9e..775eabf 100644 Binary files a/content/features/lists.png and b/content/features/lists.png differ diff --git a/themes/vikunja/layouts/features/single.html b/themes/vikunja/layouts/features/single.html index e7a9e35..f67c0d2 100644 --- a/themes/vikunja/layouts/features/single.html +++ b/themes/vikunja/layouts/features/single.html @@ -1,8 +1,9 @@ {{ partial "header.html" . }} -{{ partial "navbar.html" . }}
+{{ partial "navbar.html" . }} + {{ .Content }} -
{{ partial "footer.html" . }} +

\ No newline at end of file diff --git a/themes/vikunja/src/main.scss b/themes/vikunja/src/main.scss index 076e8b2..3339904 100644 --- a/themes/vikunja/src/main.scss +++ b/themes/vikunja/src/main.scss @@ -237,6 +237,10 @@ h1, h2, h3, h4, h5, h6 { .features{ @include linear-gradient(180deg, $primary, lighten($green, 15%)); + .navbar{ + border: none; + } + h1,h2,h3,&{ color: #fff; } @@ -245,8 +249,14 @@ h1, h2, h3, h4, h5, h6 { color: lighten($dark, 10%); } - .column{ + .content{ + padding: 0 1rem; + } + .feature-hero{ + .subtitle { + font-size: 1.7rem; + } } .column.theimage { @@ -256,4 +266,12 @@ h1, h2, h3, h4, h5, h6 { box-shadow: .4em .4em 1em lighten($dark, 15%); } } + + .footer { + background: lighten(#000, 10%); + + a { + color: lighten(#000, 70%); + } + } } \ No newline at end of file