Updated styling
This commit is contained in:
parent
6e1177c42c
commit
4b19e8a64a
@ -62,14 +62,14 @@
|
||||
<div class="col-sm-12 col-md-4">
|
||||
<h2 class="text-dark-primary">INFORMATION FOR THE PUBLIC</h2>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-4">
|
||||
<div class="col-sm-12 col-md-4" style="font-size: 22px">
|
||||
<ul class="mb-0">
|
||||
<li class="text-dark-primary">FIND A CHILD PROTECTION LAWYER</li>
|
||||
<li class="text-dark-primary">FIND AN EXPERT</li>
|
||||
<li class="text-dark-primary">RESEARCH</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-4">
|
||||
<div class="col-sm-12 col-md-4" style="font-size: 22px">
|
||||
<ul class="mb-0">
|
||||
<li class="text-dark-primary">BECOME A MEMBER</li>
|
||||
<li class="text-dark-primary">HOT TOPICS IN CHILD PROTECTION</li>
|
||||
@ -85,28 +85,34 @@
|
||||
<div class="container">
|
||||
<div class="row text-center">
|
||||
<h2 class="mx-auto mb-5">OUR OBJECTIVES</h2>
|
||||
The Ontario Association of Child Protection Lawyers started in Spring 2017 in Windsor, Ontario with a
|
||||
group
|
||||
of Family Lawyers who saw a need to increase the level of advocacy for children, families, and
|
||||
communities
|
||||
that were struggling in terms of Child Welfare.
|
||||
<br>
|
||||
<br>
|
||||
The OACPL as an organization seeks to:
|
||||
<br>
|
||||
- increase the efficiency and level of professional expertise offered by Child Protection Lawyers in
|
||||
Ontario
|
||||
<br>
|
||||
- provide public and professional education and input from Recognized Child Protection Lawyers on Child
|
||||
Welfare Reform and Practice
|
||||
<br>
|
||||
- provide an organized body of Recognized Child Protection Lawyers that advocate politically and
|
||||
socially on
|
||||
Child Welfare Matters in Ontario
|
||||
<br>
|
||||
- encourage the highest standards of practice and support for children, families and communities
|
||||
affected by
|
||||
Child Protection Litigation.
|
||||
<div style="font-size: 22px">
|
||||
<p>
|
||||
The Ontario Association of Child Protection Lawyers started in Spring 2017 in Windsor, Ontario with a
|
||||
group
|
||||
of Family Lawyers who saw a need to increase the level of advocacy for children, families, and
|
||||
communities
|
||||
that were struggling in terms of Child Welfare.
|
||||
</p>
|
||||
<p>
|
||||
The OACPL as an organization seeks to:
|
||||
</p>
|
||||
<p>
|
||||
- increase the efficiency and level of professional expertise offered by Child Protection Lawyers in
|
||||
Ontario
|
||||
</p>
|
||||
<p>
|
||||
- provide public and professional education and input from Recognized Child Protection Lawyers on Child
|
||||
Welfare Reform and Practice
|
||||
</p>
|
||||
<p>
|
||||
- provide an organized body of Recognized Child Protection Lawyers that advocate politically and
|
||||
socially on Child Welfare Matters in Ontario
|
||||
</p>
|
||||
<p>
|
||||
- encourage the highest standards of practice and support for children, families and communities
|
||||
affected by Child Protection Litigation.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -53,15 +53,8 @@
|
||||
<li class="nav-item text-dark-primary">
|
||||
<a class="nav-link" href="{% url 'caselaw' %}">CASE LAW</a>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="{% url 'experts' %}" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
EXPERTS
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
|
||||
<a class="dropdown-item" href="{% url 'experts' %}?filter=Abuse">Abuse</a>
|
||||
<a class="dropdown-item" href="{% url 'experts' %}?filter=DNA">DNA</a>
|
||||
<a class="dropdown-item" href="{% url 'experts' %}?filter=Forensics">Forensics</a>
|
||||
</div>
|
||||
<li class="nav-item text-dark-primary">
|
||||
<a class="nav-link" href="{% url 'experts' %}">EXPERTS</a>
|
||||
</li>
|
||||
{% if request.user.is_staff %}
|
||||
<li class="nav-item text-dark-primary">
|
||||
|
Loading…
Reference in New Issue
Block a user