You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

62 lines
2.0 KiB

{% 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>How it Works</h2>
<div class="flex-wrapper">
<div class="flex-column">
<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">
<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">
<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</a>
</p>
{% endblock %}
{% block formbuttons %}
<!-- no formbuttons -->
{% endblock %}
{% block sidebar %}
<!-- no sidebar -->
{% endblock %}