|
|
{% extends 'base.html' %}
|
|
|
|
|
|
{% block title %}{{ block.super }}: Intro{% endblock %}
|
|
|
|
|
|
{% block container %}intro-page{% endblock %}
|
|
|
{% block container_col %}shroud{% endblock %}
|
|
|
|
|
|
{% block content %}
|
|
|
<h1>Make Your Joint Divorce<span class="footnote-marker">*</span> Process Manageable</h1>
|
|
|
|
|
|
<p class="intro">Forms, deadlines, tasks... Divorce can be a difficult enough time as it is without having to navigate through confusing legal language. That's why this online tool is here: to help you get through the details, procedures, and paperwork.</p>
|
|
|
|
|
|
<h2 class="shaded-box">How it Works</h2>
|
|
|
|
|
|
<div class="flex-wrapper shaded-box">
|
|
|
<div class="flex-column left">
|
|
|
<h3><span class="number-circle">1</span> Answer Questions</h3>
|
|
|
<p>
|
|
|
Our completely free and secure online questionnaire will save your work so you can proceed at your own pace.
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
<div class="flex-column right">
|
|
|
<h3><span class="number-circle">2</span> Print Your Forms</h3>
|
|
|
<p>
|
|
|
Once you're done with the questions, you'll print your papers and file at your local court registry. That’s all there is to it!
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="footnote shaded-box">
|
|
|
<h5><strong>*Beta Service - Joint Divorce Only</strong></h5>
|
|
|
<p>
|
|
|
Joint divorce means making an application for a divorce together with your spouse. It means that you and your
|
|
|
spouse agree about getting a divorce and that you agree about all of the family law issues relevant to your
|
|
|
situation, such as spousal support, and the division of family property and debts.
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
<div class="information-message">
|
|
|
<p>
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
<p>
|
|
|
<a href="{% url 'prequalification' '01' %}" class="btn btn-primary btn-lg">New User - Let’s get started</a>
|
|
|
</p>
|
|
|
|
|
|
<p>
|
|
|
<strong>Returning User?</strong><a href="{% url 'login' %}"><br />Log in with BCeID or BC Services Card</a>
|
|
|
</p>
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
{% block formbuttons %}
|
|
|
<!-- no formbuttons -->
|
|
|
{% endblock %}
|
|
|
|
|
|
{% block sidebar %}
|
|
|
<!-- no sidebar -->
|
|
|
{% endblock %}
|