Browse Source

Update dashnav icons

pull/170/head
ariannedee 5 years ago
parent
commit
63af8719a8
3 changed files with 8 additions and 16 deletions
  1. +0
    -1
      eDivorce.pyproj
  2. +0
    -7
      edivorce/apps/core/static/svg/icon-certificate.svg
  3. +8
    -8
      edivorce/apps/core/templates/partials/dashnav.html

+ 0
- 1
eDivorce.pyproj View File

@ -53,7 +53,6 @@
<Content Include="edivorce\apps\core\static\js\vendor\moment.min.js" />
<Content Include="edivorce\apps\core\static\js\vendor\spin.min.js" />
<Content Include="edivorce\apps\core\static\svg\bc-logo.svg" />
<Content Include="edivorce\apps\core\static\svg\icon-certificate.svg" />
<Content Include="edivorce\apps\core\templates\401.html" />
<Content Include="edivorce\apps\core\templates\404.html" />
<Content Include="edivorce\apps\core\templates\407.html" />


+ 0
- 7
edivorce/apps/core/static/svg/icon-certificate.svg View File

@ -1,7 +0,0 @@
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="19px" height="14px">
<path fill-rule="evenodd" opacity="0.851" fill="rgb(255, 255, 255)"
d="M16.621,9.618 C16.621,9.454 16.491,9.326 16.324,9.326 L3.217,9.326 C3.050,9.326 2.920,9.454 2.920,9.618 L2.920,10.202 C2.920,10.366 3.050,10.493 3.217,10.493 L16.324,10.493 C16.491,10.493 16.621,10.366 16.621,10.202 L16.621,9.618 ZM13.057,7.284 C13.057,7.120 12.927,6.992 12.760,6.992 L3.217,6.992 C3.050,6.992 2.920,7.120 2.920,7.284 L2.920,7.867 C2.920,8.032 3.050,8.159 3.217,8.159 L12.760,8.159 C12.927,8.159 13.057,8.032 13.057,7.867 L13.057,7.284 ZM16.621,7.284 C16.621,7.120 16.491,6.992 16.324,6.992 L14.542,6.992 C14.375,6.992 14.245,7.120 14.245,7.284 L14.245,7.867 C14.245,8.032 14.375,8.159 14.542,8.159 L16.324,8.159 C16.491,8.159 16.621,8.032 16.621,7.867 L16.621,7.284 ZM16.621,4.950 C16.621,4.786 16.491,4.658 16.324,4.658 L3.217,4.658 C3.050,4.658 2.920,4.786 2.920,4.950 L2.920,5.533 C2.920,5.697 3.050,5.825 3.217,5.825 L16.324,5.825 C16.491,5.825 16.621,5.697 16.621,5.533 L16.621,4.950 ZM17.808,12.536 C17.808,12.691 17.669,12.827 17.511,12.827 L1.475,12.827 C1.317,12.827 1.178,12.691 1.178,12.536 L1.178,2.324 L17.808,2.324 L17.808,12.536 ZM18.996,1.449 C18.996,0.646 18.328,-0.010 17.511,-0.010 L1.475,-0.010 C0.658,-0.010 -0.010,0.646 -0.010,1.449 L-0.010,12.536 C-0.010,13.338 0.658,13.994 1.475,13.994 L17.511,13.994 C18.328,13.994 18.996,13.338 18.996,12.536 L18.996,1.449 Z"/>
</svg>

+ 8
- 8
edivorce/apps/core/templates/partials/dashnav.html View File

@ -3,11 +3,11 @@
<h4>Application Stages</h4>
<a href="{% url 'overview' %}" class="progress-question {% if active_page == 'overview' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-file-text-o" aria-hidden="true"></i></span>
<span class="progress-icon"><i class="fa fa-check-square-o" aria-hidden="true"></i></span>
<span class="progress-content">Divorce Questionnaire</span>
</a>
<a href="{% url 'dashboard_nav' 'sign_file_options' %}" class="progress-question {% if active_page == 'sign_file_options' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-file-text-o" aria-hidden="true"></i></span>
<span class="progress-icon"><i class="fa fa-list-ul" aria-hidden="true"></i></span>
<span class="progress-content">Signing & Filing Options</span>
</a>
<a href="{% url 'dashboard_nav' 'print_form' %}" class="progress-question {% if active_page == 'print_form' %} active {% endif %}">
@ -16,28 +16,28 @@
</a>
{% if how_to_file == 'Online' %}
<a href="{% url 'dashboard_nav' 'initial_filing' %}" class="progress-question {% if active_page == 'initial_filing' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-folder" aria-hidden="true"></i></span>
<span class="progress-icon"><i class="fa fa-files-o" aria-hidden="true"></i></span>
<span class="progress-content">Initial Filing</span>
</a>
<a href="{% url 'dashboard_nav' 'wait_for_number' %}" class="progress-question {% if active_page == 'wait_for_number' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-hourglass-half" aria-hidden="true"></i></span>
<span class="progress-icon"><i class="fa fa-clock-o" aria-hidden="true"></i></span>
<span class="progress-content">Wait for Court Filing #</span>
</a>
{% endif %}
<a href="{% url 'dashboard_nav' 'swear_forms' %}" class="progress-question {% if active_page == 'swear_forms' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-university" aria-hidden="true"></i></span>
<span class="progress-icon"><i class="fa fa-pencil" aria-hidden="true"></i></span>
<span class="progress-content">Swear Forms</span>
</a>
<a href="{% url 'dashboard_nav' 'final_filing' %}" class="progress-question {% if active_page == 'final_filing' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-folder-open" aria-hidden="true"></i></span>
<span class="progress-icon"><i class="fa fa-folder-open-o" aria-hidden="true"></i></span>
<span class="progress-content">Final Filing</span>
</a>
<a href="{% url 'dashboard_nav' 'next_steps' %}" class="progress-question {% if active_page == 'next_steps' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-university" aria-hidden="true"></i></span>
<span class="progress-icon"><i class="fa fa-long-arrow-right" aria-hidden="true"></i></span>
<span class="progress-content">Next Steps</span>
</a>
<a href="{% url 'dashboard_nav' 'order_certificate' %}" class="progress-question {% if active_page == 'order_certificate' %} active {% endif %}">
<span class="progress-icon"><img src="{% static 'svg/icon-certificate.svg' %}" /></span>
<span class="progress-icon"><i class="fa fa-list-alt" aria-hidden="true"></i></span>
<span class="progress-content">Order a Certificate of Divorce</span>
</a>
</div>

Loading…
Cancel
Save