cerebellum-alcohol-infographic/templates/index.nj

50 lines
1.5 KiB
Plaintext

<html lang="en" data-theme="light">
{% include './head.nj' %}
<body class='container'>
<header class='navbar'>
<nav class='navbar-section columns'>
<a class='btn btn-link column' href='#alcohol-and-the-brain'>Alcohol and the Brain</a>
<a class='btn btn-link column' href='#what-is-cerebellum'>What is Cerebellum?</a>
<a class='btn btn-link column' href='#how-alcohol-damages-cerebellum'>Alcohol and Cerebellum</a>
<a class='btn btn-link column' href='#how-cerebellum-damage-affects-you'>Symptoms</a>
<a class='btn btn-link column' href='#assessment'>Assessment</a>
<a class='btn btn-link column' href='#treatment-and-rehab'>Treatment & Rehabilitation</a>
</nav>
</header>
<div class='vertical-space'></div>
<main class='columns'>
<div class='heading text-center column col-12'>
<div>
<h1>{{ title }}</h1>
<h2>{{ subtitle }}</h2>
</div>
</div>
<div class='illustration text-center column col-9 col-md-12 p-centered'>
{% 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' %}
{% include './references.nj' %}
</main>
</body>
{% include './scripts.nj' %}
</html>