diff --git a/static/img/hero.jpg b/static/img/hero.jpg new file mode 100644 index 0000000..615e12c Binary files /dev/null and b/static/img/hero.jpg differ diff --git a/templates/base.html b/templates/base.html index 4b29343..3af90b2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ {% block title %}{% endblock title %} - {% block scripts %}{% endblock scripts %} + @@ -32,8 +32,8 @@
- Log in - Sign in + Log in + Sign in
@@ -54,5 +54,8 @@
Designed by OxAI
+ + + {% block scripts %}{% endblock scripts %} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index a7b9515..9e7f955 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,8 +1,263 @@ {% extends 'base.html' %} - +{% block script %} + +{% endblock script %} {% block title %}Home{% endblock title %} {% block body %} - +
+ + +
+ + + + + + +
+
+
+
+
+ +
+
+

Reviews

+
+ +
+
+ + + +
+
+ +
+ +
+
+
+
+
{% endblock body %} \ No newline at end of file diff --git a/templates/login.html b/templates/login.html index e590aee..1b0ad23 100644 --- a/templates/login.html +++ b/templates/login.html @@ -4,5 +4,72 @@ {% block title %}Login{% endblock title %} {% block body %} - + +
+
+
+
+
+
+
+

Sign in

+ +
+
+ + +
+ Please select your user type. +
+
+
+
+ + +
+ Please enter a valid email address for shipping updates. +
+
+
+
+ +
+ +
+ Your password is required. +
+
+
+
+
+ +
+

Don't have an Account ?   + Sign Up +

+
+
+ + +
+
+
+
+
+
+
+
+
+
+ {% endblock body %} \ No newline at end of file diff --git a/templates/register.html b/templates/register.html index df5d580..53d03db 100644 --- a/templates/register.html +++ b/templates/register.html @@ -4,5 +4,198 @@ {% block title %}Register{% endblock title %} {% block body %} - + +
+
+
+
+
+
+
+

Sign up
+

+
+
+
+
+
+ +
+ + +
+ Please select your user type. +
+
+ +
+ + +
+ Valid middle name is required. +
+
+ + + +
+ + +
+ Valid last name is required. +
+
+ + +
+ + +
+ Please select your user type. +
+
+ +
+ +
+ +
+ Your username is required. +
+
+
+ +
+ +
+ +
+ Your password is required. +
+
+
+ +
+
+ + +
+ +
+ + +
+ +
+
+
+ + +
+ Please provide a valid state. +
+
+
+ +
+ +
+ +
+ + +
+
+ + +
+
+
+
+ +
+
+ +

+

Already have an account ?  Login +

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