diff --git a/learning_environment/static/img/background.svg b/learning_environment/static/img/background.svg new file mode 100644 index 0000000..687a00a --- /dev/null +++ b/learning_environment/static/img/background.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/learning_environment/static/img/login_img.svg b/learning_environment/static/img/login_img.svg new file mode 100644 index 0000000..aa799d4 --- /dev/null +++ b/learning_environment/static/img/login_img.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/learning_environment/static/learning_environment/ipaca.css b/learning_environment/static/learning_environment/ipaca.css index 55b8594..556ce1e 100644 --- a/learning_environment/static/learning_environment/ipaca.css +++ b/learning_environment/static/learning_environment/ipaca.css @@ -6,8 +6,9 @@ html { } body { margin-bottom: 60px; /* Margin bottom by footer height */ - margin-right: 60px; } + + .footer { position: absolute; bottom: 0; @@ -133,6 +134,7 @@ h1-var { -webkit-background-clip: text; -webkit-text-fill-color: transparent; } + textarea { font-family: Consolas, Monaco, "Bitstream Vera Sans Mono", "Lucida Console", monospace; } @@ -175,4 +177,5 @@ textarea { .slist li.active { border: 1px solid #6c70e2; background: #e7efff; -} \ No newline at end of file +} + diff --git a/learning_environment/templates/learning_environment/home.html b/learning_environment/templates/learning_environment/home.html index 713b053..c028b0d 100644 --- a/learning_environment/templates/learning_environment/home.html +++ b/learning_environment/templates/learning_environment/home.html @@ -5,11 +5,10 @@
{# space for left side content #} -
+
Responsive image
- {#
LEARN
#}

LEARN

ENGLISH
diff --git a/learning_environment/templates/registration/login.html b/learning_environment/templates/registration/login.html index c143fe4..39a7bb9 100644 --- a/learning_environment/templates/registration/login.html +++ b/learning_environment/templates/registration/login.html @@ -3,25 +3,45 @@ {% load bootstrap5 %} {% load static %} + + + {% block content %} -
-
-

Log In

-
-
+ +
+ {# space for left side content #} +
+ +
-
-
- {% csrf_token %} - {{ form|crispy }} - - New to Ipaca? - Sign Up - -
+ +
+ {# space for right side content #} +
+
+

Log In to IPACA

+
+
+
+
+
+ {% csrf_token %} + {{ form|crispy }} + + New to Ipaca? + Sign Up + +
+
+
+
+
+ + {% endblock %} +