@@ -135,6 +154,12 @@ + + {% if g.user %} + + {% else %} + + {% endif %} {% if tracking_script_enabled and tracking_script_code %} diff --git a/templates/login.html b/templates/login.html index ff30294..87c015f 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,8 +1,18 @@ -{% extends "layout.html" %} - -{% block content %} + + + + + + Login - TimeTrack + + + +
-

Login to TimeTrack

+
+

Welcome Back

+

Sign in to continue tracking

+
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} @@ -13,31 +23,42 @@ {% endwith %}
-
+
+ 👤 + -
-
+
+ 🔒 + -
-
-
-{% endblock %} \ No newline at end of file + + + + \ No newline at end of file diff --git a/templates/register.html b/templates/register.html index e9e7856..3efecf5 100644 --- a/templates/register.html +++ b/templates/register.html @@ -1,9 +1,18 @@ -{% extends "layout.html" %} - -{% block content %} + + + + + + Register - TimeTrack + + + +
-

Register for TimeTrack

-

Join your company team

+
+

Welcome to TimeTrack

+

Join your company team

+
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} @@ -22,36 +31,47 @@
-
+
- Get this code from your company administrator. + placeholder="ENTER-CODE"> + Get this code from your company administrator
-
+
+ 👤 + -
-
- - - A verification link will be sent to this email address. +
+ 📧 + + + We'll send a verification link to this address
-
+
+ 🔒 + -
-
+
+ 🔒 + - +
+ +
+ +
- +
-

After registration, you'll need to verify your email address before you can log in.

+

📨 After registration, you'll need to verify your email address before you can log in.

-{% endblock %} \ No newline at end of file + + + + + \ No newline at end of file diff --git a/templates/register_freelancer.html b/templates/register_freelancer.html index dab1a35..fa2abc4 100644 --- a/templates/register_freelancer.html +++ b/templates/register_freelancer.html @@ -1,9 +1,18 @@ -{% extends "layout.html" %} - -{% block content %} + + + + + + Freelancer Registration - TimeTrack + + + +
-

Register as Freelancer

-

Create your independent freelancer account

+
+

Start Freelancing

+

Create your independent workspace

+
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} @@ -13,36 +22,63 @@ {% endif %} {% endwith %} +
+
+
1
+
Account Info
+
+
+
2
+
Verify Email
+
+
+
3
+
Start Tracking
+
+
+
-
+
+ 👤 + -
-
- - +
+ 📧 + +
-
- +
+ đŸĸ - Leave blank to use your username as your workspace name. + placeholder="Your Business Name (optional)"> + + Leave blank to use your username as workspace name
-
+
+ 🔒 + -
-
+
+ 🔒 + - +
+ +
+ +
- +
+ + + +
+

+ ✓ Free forever    ✓ No credit card required    ✓ Unlimited projects +

+
-{% endblock %} \ No newline at end of file + + + + + \ No newline at end of file