diff --git a/app/static/screencap.png b/app/static/screencap.png new file mode 100644 index 0000000..9888a7e Binary files /dev/null and b/app/static/screencap.png differ diff --git a/app/templates/index.html b/app/templates/index.html index 98cec16..ea01967 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,8 +1,27 @@ {% extends "_skel.html" %} {% block content %} -
- {% if current_user.is_authenticated %} - Hi {{ current_user.username }}! Log out. - {% endif %} +
+

Welcome!

+

+ DoneTh.at is a website that allows you to: +

+ +

+
+ +
+ +
+ +
+

Interested?

+

+ + Sign up or log in. +

{% endblock %} diff --git a/app/templates/main/app.html b/app/templates/main/app.html index e45fbf6..0ec2b4b 100644 --- a/app/templates/main/app.html +++ b/app/templates/main/app.html @@ -4,7 +4,7 @@
{{ form.csrf_token }} {{ form.text(placeholder="What did you accomplish today?", class_="placeholder-black", autofocus=True) }} -
+
{{ form.submit_5(class_="w-1/3 mr-1 green-btn") }} {{ form.submit_10(class_="w-1/3 mx-1 orange-btn") }} {{ form.submit_15(class_="w-1/3 ml-1 red-btn") }} @@ -12,7 +12,7 @@
-

{{ day }}

+

{{ day }}

{% for accomplishment in accomplishments %}
{{ accomplishment.text }}