diff --git a/instance/accounts.db b/instance/accounts.db new file mode 100644 index 0000000..357b27e Binary files /dev/null and b/instance/accounts.db differ diff --git a/templates/bivariate.html b/templates/bivariate.html index 3f98474..faccfa4 100644 --- a/templates/bivariate.html +++ b/templates/bivariate.html @@ -1,15 +1,10 @@ {% extends 'base.html' %} {% block content %} - -

Information on bivariate data Analysis

+

Information on bivariate data Analysis

information

-

- information on bivariate data can go here -

-
@@ -21,5 +16,4 @@

quizzes

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

Calculus

+ +
+

information

+ +
+ +
+

formulas

+ +
+ +
+

quizzes

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

Simultaneous Equations

+ +
+

information

+ +
+ +
+

formulas

+ +
+ +
+

quizzes

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

Triganometry

+ +
+

information

+ +
+ +
+

formulas

+ +
+ +
+

quizzes

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