From 44c3a31c925c53d744add972614ac45934e9097c Mon Sep 17 00:00:00 2001 From: tsb1995 <47466105+tsb1995@users.noreply.github.com> Date: Fri, 13 Dec 2019 20:24:46 -0800 Subject: [PATCH] remove extra templates --- templates/QuillDiff.html | 49 ------------------- templates/differentiation0.html | 28 ----------- templates/index0.html | 15 ------ templates/layout0.html | 84 --------------------------------- templates/register.html | 37 --------------- 5 files changed, 213 deletions(-) delete mode 100644 templates/QuillDiff.html delete mode 100644 templates/differentiation0.html delete mode 100644 templates/index0.html delete mode 100644 templates/layout0.html delete mode 100644 templates/register.html diff --git a/templates/QuillDiff.html b/templates/QuillDiff.html deleted file mode 100644 index cf8bb3d..0000000 --- a/templates/QuillDiff.html +++ /dev/null @@ -1,49 +0,0 @@ -{% extends "layout.html" %} - -{% block title %} - Differentiation -{% endblock %} - -{% block main %} -

Function you would like to Derive:

-

Type math here:

-
-
- -
-

Your Input Will Appear Here

- -
- - - -{% endblock %} \ No newline at end of file diff --git a/templates/differentiation0.html b/templates/differentiation0.html deleted file mode 100644 index 4d26591..0000000 --- a/templates/differentiation0.html +++ /dev/null @@ -1,28 +0,0 @@ -{% extends "layout.html" %} - -{% block title %} - Differentiation -{% endblock %} - -{% block main %} -

Function you would like to Derive:

-
-
- -
-

Your Input Will Appear Here

- -
- - - -{% endblock %} \ No newline at end of file diff --git a/templates/index0.html b/templates/index0.html deleted file mode 100644 index ea6e207..0000000 --- a/templates/index0.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "layout.html" %} - -{% block title %} - Index -{% endblock %} - -{% block main %} -

This is a website dedicated to making the lives of calculus students easier, if ever so slightly.

-

All function inputs will be taken assuming 'x' as your variable. All other letters will be treated as constants

-

That noted, you may enter terms for well known constants and they will likely be accounted for

-

As an example you could enter the function $sin(\pi x)$ with the notation sin(pi*x)

-

As a once struggling calculus student, I highly recommend this site be used either to check your work or as a tool - to understand the steps behind those problems which you failed in solving alone

-

Good luck!

-{% endblock %} \ No newline at end of file diff --git a/templates/layout0.html b/templates/layout0.html deleted file mode 100644 index 84b351f..0000000 --- a/templates/layout0.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - ` - - - - C$50 Math: {% block title %}{% endblock %} - - - - - - - - {% if get_flashed_messages() %} -
- -
- {% endif %} - -
- {% block main %}{% endblock %} -
- - - - - - diff --git a/templates/register.html b/templates/register.html deleted file mode 100644 index fc4b942..0000000 --- a/templates/register.html +++ /dev/null @@ -1,37 +0,0 @@ -{% extends "layout.html" %} - -{% block title %} - Register -{% endblock %} - -{% block main %} -
-
- -
-
- -
- -
- -
- -
- -{% endblock %} \ No newline at end of file