dots
This commit is contained in:
Binary file not shown.
@@ -1,15 +1,10 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<body>
|
<h1>Information on bivariate data Analysis</h1>
|
||||||
<h1>Information on bivariate data Analysis</h1>
|
|
||||||
|
|
||||||
<div class="information">
|
<div class="information">
|
||||||
<h2>information</h2>
|
<h2>information</h2>
|
||||||
|
|
||||||
<p>
|
|
||||||
information on bivariate data can go here
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="formulas">
|
<div class="formulas">
|
||||||
@@ -21,5 +16,4 @@
|
|||||||
<h2>quizzes</h2>
|
<h2>quizzes</h2>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -1,4 +1,19 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>Calculus</h1>
|
<h1>Calculus</h1>
|
||||||
|
|
||||||
|
<div class="information">
|
||||||
|
<h2>information</h2>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="formulas">
|
||||||
|
<h2>formulas</h2>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="quizzes">
|
||||||
|
<h2>quizzes</h2>
|
||||||
|
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -1,4 +1,19 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>Simultaneous Equations</h1>
|
<h1>Simultaneous Equations</h1>
|
||||||
|
|
||||||
|
<div class="information">
|
||||||
|
<h2>information</h2>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="formulas">
|
||||||
|
<h2>formulas</h2>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="quizzes">
|
||||||
|
<h2>quizzes</h2>
|
||||||
|
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -1,4 +1,19 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>Triganometry</h1>
|
<h1>Triganometry</h1>
|
||||||
|
|
||||||
|
<div class="information">
|
||||||
|
<h2>information</h2>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="formulas">
|
||||||
|
<h2>formulas</h2>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="quizzes">
|
||||||
|
<h2>quizzes</h2>
|
||||||
|
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user