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