Browse Source

DIV-284, DIV-346 clean up welcome and dash pages

pull/160/head
Foley Lynn 8 years ago
parent
commit
d66f025a44
5 changed files with 16 additions and 9 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +6
    -1
      edivorce/apps/core/static/css/main.scss
  3. +1
    -1
      edivorce/apps/core/templates/dashboard/check_with_registry.html
  4. +1
    -1
      edivorce/apps/core/templates/dashboard/print_form.html
  5. +7
    -5
      edivorce/apps/core/templates/intro.html

+ 1
- 1
edivorce/apps/core/static/css/main.css
File diff suppressed because it is too large
View File


+ 6
- 1
edivorce/apps/core/static/css/main.scss View File

@ -750,9 +750,14 @@ textarea {
padding: 0 20px; padding: 0 20px;
text-align: center; text-align: center;
color: #ffffff; color: #ffffff;
h1, h3 {
h1, h2, h3 {
color: #ffffff; color: #ffffff;
} }
h2 {
font-size: 30px;
font-weight: 600;
margin: 20px 0 0;
}
.intro { .intro {
font-size: 24px; font-size: 24px;
line-height: 36px; line-height: 36px;


+ 1
- 1
edivorce/apps/core/templates/dashboard/check_with_registry.html View File

@ -6,7 +6,7 @@
{% block content %} {% block content %}
<h3>Check with registry to find out the status of your divorce application</h3>
<h1>Check with registry to find out the status of your divorce application</h1>
<p> <p>
Ask the registry staff when and how you should check in to find out if a judge has looked at your divorce document and has granted your divorce. Ask the registry staff when and how you should check in to find out if a judge has looked at your divorce document and has granted your divorce.


+ 1
- 1
edivorce/apps/core/templates/dashboard/print_form.html View File

@ -5,7 +5,7 @@
{% block progress %}{% include "dashnav.html" with active_page=active_page %}{% endblock %} {% block progress %}{% include "dashnav.html" with active_page=active_page %}{% endblock %}
{% block content %} {% block content %}
<h3>Review and Print your Divorce Forms</h3>
<h1>Review and Print your Divorce Forms</h1>
<p> <p>
To get divorced, you need to get a divorce order. Only the court has the ability to divorce a married couple. To get divorced, you need to get a divorce order. Only the court has the ability to divorce a married couple.
To get a court order you have to start a court case. What this means is you will have to print off the forms listed below, To get a court order you have to start a court case. What this means is you will have to print off the forms listed below,


+ 7
- 5
edivorce/apps/core/templates/intro.html View File

@ -6,25 +6,27 @@
{% block content %} {% block content %}
<h1>Welcome to Online Divorce Assistant</h1>
<h1>Make Your Divorce Process Manageable</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>
<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-wrapper">
<div class="flex-column"> <div class="flex-column">
<h3><span class="number-circle">1</span> Answer Questions</h3> <h3><span class="number-circle">1</span> Answer Questions</h3>
<p> <p>
Filling out our secure online questionnaire is completely free. Your work is saved so you can proceed at your own pace.
Our completely free and secure online questionnaire will save your work so you can proceed at your own pace.
</p> </p>
</div> </div>
<div class="flex-column"> <div class="flex-column">
<h3><span class="number-circle">2</span> Print Your Forms</h3> <h3><span class="number-circle">2</span> Print Your Forms</h3>
<p> <p>
Print your papers and file* at your local court registry. That’s all there is to it!
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> </p>
<small> <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>
*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.
</small> </small>
</div> </div>
</div> </div>


Loading…
Cancel
Save