31 lines
801 B
HTML
31 lines
801 B
HTML
{% extends 'base.html' %}
|
|
{% block content %}
|
|
<div class="mainpart">
|
|
<h1>Information on calculus</h1>
|
|
|
|
<div class="information">
|
|
<h2>information</h2>
|
|
|
|
</div>
|
|
|
|
<div class="formulas">
|
|
<h2>formulas</h2>
|
|
|
|
</div>
|
|
|
|
<div class="quizzes">
|
|
<h2>quizzes</h2>
|
|
</div>
|
|
|
|
</div>
|
|
<footer class="sources">
|
|
<div class="sourcescontent">
|
|
<h2>Sources</h2>
|
|
<p class="sourcestext">links to sources would go here</p>
|
|
<p class="sourcestext">source one will embed link into text</p>
|
|
<p class="sourcestext">source two will embed link into text</p>
|
|
<p class="sourcestext">source three will embed link into text</p>
|
|
<p class="sourcestext">source four will embed link into text</p>
|
|
<div>
|
|
</footer>
|
|
{% endblock %} |