cerebellum-alcohol-infographic/templates/index.nj

45 lines
1.2 KiB
Plaintext

<html lang="en">
{% include './head.nj' %}
<body>
<header class='row'>
<div class='column'><a href='#alcohol-and-the-brain'>Alcohol and the Brain</a></div>
<div class='column'><a href='#what-is-cerebellum'>What is Cerebellum?</a></div>
<div class='column'><a href='#how-alcohol-damages-cerebellum'>Alcohol and Cerebellum</a></div>
<div class='column'><a href='#how-cerebellum-damage-affects-you'>Symptoms</a></div>
<div class='column'><a href='#assessment'>Assessment</a></div>
<div class='column'><a href='#treatment-and-rehab'>Treatment & Rehabilitation</a></div>
</header>
<div class='container'>
<div class='row heading'>
<div class='column'>
<h1>{{ title }}</h1>
<h2>{{ subtitle }}</h2>
</div>
</div>
<div class='row'>
{% include 'assets/alcohol-cerebellum.svg' %}
</div>
<div class='vertical-space'></div>
{% include './alcohol-and-the-brain.nj' %}
{% include './what-is-cerebellum.nj' %}
{% include './alcohol-damage-cerebellum.nj' %}
{% include './symptoms.nj' %}
{% include './assessment.nj' %}
{% include './treatment.nj' %}
</div>
</body>
{% include './scripts.nj' %}
</html>