{% extends 'base.html' %}
|
|
|
|
{% block title %}{{ block.super }}: Intro{% endblock %}
|
|
|
|
{% block container %}intro-page{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<h1>Welcome to Online Divorce Assistant</h1>
|
|
|
|
<p class="intro">This tool will help you determine the forms you will need to assemble, and the tasks you will need to complete, in order to complete your divorce.</p>
|
|
|
|
<div class="flex-wrapper">
|
|
<div class="flex-column">
|
|
<h3><span class="number-circle">1</span> Answer Questions</h3>
|
|
<p>
|
|
Filling out our secure online questionnaire is completely free. Your work is saved so you can proceed at your own pace.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="flex-column">
|
|
<h3><span class="number-circle">2</span> Print Your Forms</h3>
|
|
<p>
|
|
Print your papers and file* at your local court registry. That’s all there is to it!
|
|
</p>
|
|
<small>
|
|
*At this point in time, we cannot offer online submission so you will need to print off your forms and take them to a court registry. </p>
|
|
</small>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="information-message">
|
|
<p>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
<p>
|
|
<a href="{% url 'prequalification' '01' %}" class="btn btn-primary btn-lg">Let's Get Started</a>
|
|
</p>
|
|
|
|
<p>
|
|
<a href="{% url 'login' %}">Returning User<br />Login with BCeID</a>
|
|
</p>
|
|
|
|
{% endblock %}
|
|
|
|
{% block formbuttons %}
|
|
<!-- no formbuttons -->
|
|
{% endblock %}
|
|
|
|
{% block sidebar %}
|
|
<!-- no sidebar -->
|
|
{% endblock %}
|