From 952a79e15e7b8c33d7ac6e0584863f02ad84c32a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Morossini?= Date: Thu, 24 Aug 2023 09:51:16 -0300 Subject: [PATCH] basic layout adjustments --- README.md | 10 ++++++++-- templates/base_1.html | 9 ++++++--- templates/login.html | 5 ++++- templates/signup.html | 7 ++++--- 4 files changed, 22 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2618cd6..b75e513 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ # Clever Letter Generator -### AI Powered Custom Cover Letters +### AI-Powered Professional Cover Letters --- -NOTE: In this version, login is optional and the api calls are paid by the site owner. +### Live Demo +https://www.morossini.me/cleverletter/ + +--- + +### About This Version +In this version, login is optional and the api calls are paid by the site owner. For a version in which both authentication and a user OpenAI API key are required, go to branch [login_required](https://github.com/joaomorossini/Clever-Letter-Generator/tree/login_required) --- diff --git a/templates/base_1.html b/templates/base_1.html index 78ad103..ce0a005 100644 --- a/templates/base_1.html +++ b/templates/base_1.html @@ -7,8 +7,10 @@ - {% block title %} - {% endblock title %} + + {% block title %} + {% endblock title %} + @@ -26,7 +28,8 @@ {% endif %} {% endwith %} -
+ +
diff --git a/templates/login.html b/templates/login.html index 82fd2e0..58ed223 100644 --- a/templates/login.html +++ b/templates/login.html @@ -18,10 +18,13 @@ +{# #}
{{ form.hidden_tag() }} diff --git a/templates/signup.html b/templates/signup.html index 0ef6927..65ca236 100644 --- a/templates/signup.html +++ b/templates/signup.html @@ -5,19 +5,20 @@ {% endblock title %} {% block content %} +