Fixed formatting of base page
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
<div class="my-fluid-container">
|
<div class="my-fluid-container">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
{% block pageheader %}
|
{% block pageheader %}
|
||||||
<h1>Three D Viewer</h1>
|
<h1>Three-D Virtual Object Library</h1>
|
||||||
<p class="lead">Look at some rocks</p>
|
<p class="lead">3DVOL</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -32,15 +32,37 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contentdiv" class="col-sm-9" height="100%">
|
<div id="contentdiv" class="col-sm-9" height="100%">
|
||||||
|
<div class="row">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>Put some intro text sort of stuff here</p>
|
<p><h3>Welcome to 3DVOL – Minerals.</h3><br><br>
|
||||||
|
This website contains a three-dimensional virtual object library of the most important rock-forming minerals making up planet Earth. You will find information on:<br>
|
||||||
|
<ul>
|
||||||
|
<li>Which are the most common minerals on Earth?</li>
|
||||||
|
<li>What are their most important physical and chemical properties?</li>
|
||||||
|
<li>Where in the Earth and under which physical conditions do they form?</li>
|
||||||
|
<li>How can they be identified in hand specimen?</li>
|
||||||
|
</ul>
|
||||||
|
A mineral is typically defined as an inorganic solid with a particular chemical composition and a characteristic, periodic atomic structure.
|
||||||
|
This characteristic atomic make-up is often reflected in the macroscopic crystalline structure of a mineral.
|
||||||
|
The 3D models presented on this website will help you to visualise, study, and memorise these beautiful and often
|
||||||
|
complex crystal structures as well as other diagnostic features of minerals.
|
||||||
|
<br>
|
||||||
|
We hope that you enjoy using 3DVOL.
|
||||||
|
<br><br>
|
||||||
|
Your 3DVOL team
|
||||||
|
<br><br>
|
||||||
|
Acknowledgements
|
||||||
|
<br>
|
||||||
|
3DVOL is funded by the QUT Teaching and Learning Unit and the School of Earth, Environmental, and Biological Sciences. QUT High Performance Computing provides technical support.
|
||||||
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="row">
|
||||||
<div class="row my-fluid-container">
|
|
||||||
{% block details %}
|
{% block details %}
|
||||||
{% endblock details %}
|
{% endblock details %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user