diff --git a/pages/about.html b/pages/about.html index d297cad..9ca764d 100644 --- a/pages/about.html +++ b/pages/about.html @@ -1,14 +1,22 @@ {{ template "base" . }} {{ define "content" }} -
-
-

Dela.

-

Simple and elegant web TODO list

-

- Login - Register -

+ +
+
+

Dela

+
+

a dead simple and minimalistic web TODO list

+ +
+
+
+ Dela interface +
+
diff --git a/pages/category.html b/pages/category.html index f13a505..62dc70d 100644 --- a/pages/category.html +++ b/pages/category.html @@ -8,7 +8,7 @@
-
{{ end }} \ No newline at end of file diff --git a/src/main.go b/src/main.go index b761272..e9e7559 100644 --- a/src/main.go +++ b/src/main.go @@ -28,7 +28,7 @@ import ( "path/filepath" ) -const Version string = "0.1.2" +const Version string = "0.2.0" var ( printVersion *bool = flag.Bool("version", false, "Print version information and exit") diff --git a/static/images/dela_main.png b/static/images/dela_main.png new file mode 100644 index 0000000..d5a2adf Binary files /dev/null and b/static/images/dela_main.png differ diff --git a/static/images/emoji-frown.svg b/static/images/emoji-frown.svg new file mode 100644 index 0000000..696031b --- /dev/null +++ b/static/images/emoji-frown.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/static/images/info-circle.svg b/static/images/info-circle.svg new file mode 100644 index 0000000..e2b50eb --- /dev/null +++ b/static/images/info-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file