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