From a4c15b8d1e9a01fde4aee90ad16fe34853cc7193 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 30 Jun 2026 11:59:12 +1200 Subject: [PATCH] added sources block on each topic --- static/style.css | 20 +++++++++++++++++ templates/bivariate.html | 33 ++++++++++++++++++++++++++-- templates/calculus.html | 13 ++++++++--- templates/simultaneousequations.html | 13 ++++++++--- templates/triganometry.html | 13 ++++++++--- 5 files changed, 81 insertions(+), 11 deletions(-) diff --git a/static/style.css b/static/style.css index 1f40c59..6b87939 100644 --- a/static/style.css +++ b/static/style.css @@ -83,4 +83,24 @@ image { padding: 40px; border-radius: 4px; margin-left: auto; +} + +.sources { + background-color: gray; + color: white; + text-align: left; + height: 200px; + width: 1660px; + margin-top: auto; +} + +.sourcescontent{ + margin-left: 8px; + color:white; +} + +.mainpart { + display: flex; + flex-direction: column; + min-height: 80vh; } \ No newline at end of file diff --git a/templates/bivariate.html b/templates/bivariate.html index faccfa4..eb6f72a 100644 --- a/templates/bivariate.html +++ b/templates/bivariate.html @@ -1,10 +1,33 @@ {% extends 'base.html' %} {% block content %} + +

Information on bivariate data Analysis

information

- +
@@ -14,6 +37,12 @@

quizzes

-
+ +
+
+
+

Sources

+
+
{% endblock %} \ No newline at end of file diff --git a/templates/calculus.html b/templates/calculus.html index 13aca33..d26c64e 100644 --- a/templates/calculus.html +++ b/templates/calculus.html @@ -1,8 +1,9 @@ {% extends 'base.html' %} {% block content %} -

Calculus

+
+

Information on calculus

-
+

information

@@ -14,6 +15,12 @@

quizzes

-
+ +
+
+
+

Sources

+
+
{% endblock %} \ No newline at end of file diff --git a/templates/simultaneousequations.html b/templates/simultaneousequations.html index 587dc3e..f234118 100644 --- a/templates/simultaneousequations.html +++ b/templates/simultaneousequations.html @@ -1,8 +1,9 @@ {% extends 'base.html' %} {% block content %} -

Simultaneous Equations

+
+

Information on simultaneous equations

-
+

information

@@ -14,6 +15,12 @@

quizzes

-
+ +
+
+
+

Sources

+
+
{% endblock %} \ No newline at end of file diff --git a/templates/triganometry.html b/templates/triganometry.html index 7a7cb33..91044d1 100644 --- a/templates/triganometry.html +++ b/templates/triganometry.html @@ -1,8 +1,9 @@ {% extends 'base.html' %} {% block content %} -

Triganometry

+
+

Information on triganometry

-
+

information

@@ -14,6 +15,12 @@

quizzes

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