diff options
Diffstat (limited to 'templates/login.html')
| -rw-r--r-- | templates/login.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/login.html b/templates/login.html index c164531..a8caae3 100644 --- a/templates/login.html +++ b/templates/login.html @@ -56,5 +56,17 @@ Sign In </button> </form> + + <div style="margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--line); text-align: center;"> + <p style="margin: 0 0 16px 0; color: var(--muted); font-size: 14px;">Want to learn more?</p> + <div style="display: flex; flex-direction: column; gap: 12px;"> + <a href="/about" style="display: inline-block; padding: 11px 24px; background: var(--panel); color: var(--text); border: 1px solid var(--line); border-radius: 6px; text-decoration: none; font-weight: 500; font-size: 14px;">About the Rating System</a> + <a href="/tyler" style="display: inline-block; padding: 11px 24px; background: var(--panel); color: var(--text); border: 1px solid var(--line); border-radius: 6px; text-decoration: none; font-weight: 500; font-size: 14px;">View Profile</a> + </div> + </div> + + <footer style="text-align: center; padding: 40px 20px; color: var(--muted); font-size: 12px; margin-top: 60px; border-top: 1px solid var(--line);"> + <p style="margin: 0;">Made with <a href="https://git.tylerhoang.xyz/lumi.git/" style="color: var(--accent); text-decoration: none;">Lumière</a></p> + </footer> </div> {% endblock %} |
