-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathareas-of-law.php
171 lines (154 loc) · 6.05 KB
/
areas-of-law.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?php
include($_SERVER['DOCUMENT_ROOT'].'/assets/php/page-template.php');
function head(){
addMeta("title", "Areas of Law");
addMeta("keywords", "Barristers, Solicitors, Law, Lawyers, attorneys, Toronto, Ontario Canada, Areas of law, corporate, real estate, hospitality, leisure, litigation, immigration, securities, employment, family, estate, international trade");
addMeta("description", "We provide legal services and are experts in the following areas of law: corporate, civil litigation, immigration, securities, estates, and real estate law.");
} function content(){ ?>
<h1>Areas of Law</h1>
<h3>Corporate & Commercial</h3>
<ul>
<li>Mergers & Acquisitions
<ul>
<li>corporate share purchases and sales</li>
<li>asset purchases and sales</li>
<li>management/employee buyouts</li>
<li>employee stock purchase plans</li>
</ul>
</li>
<li>Corporate Finance
<ul>
<li>equity financing</li>
<li>bank financing</li>
<li>security documentation</li>
<li>enforcement of security agreements</li>
</ul>
</li>
<li>Business Organizations
<ul>
<li>corporations</li>
<li>partnerships</li>
<li>joint ventures</li>
<li>charitable organizations</li>
</ul>
</li>
<li>Corporate Reorganizations
<ul>
<li>amalgamation arrangements</li>
<li>debt restructuring</li>
<li>liquidations, dissolutions and wind-ups</li>
</ul>
</li>
<li>Commercial Matters
<ul>
<li>franchise, licensing and distributorship agreements</li>
<li>management agreements</li>
<li>leasing</li>
<li>partnership agreements</li>
<li>joint venture and other commercial agreements</li>
</ul>
</li>
<li>Corporate Law
<ul>
<li>incorporations, amendments</li>
<li>by-laws</li>
<li>annual proceedings</li>
<li>director and shareholder meetings</li>
<li>maintenance and safekeeping of minute books and other corporate records</li>
<li>proxies</li>
<li>shareholder agreements</li>
</ul>
</li>
</ul>
<h3>Securities</h3>
<ul>
<li>Securities Law
<ul>
<li>structuring of open-end and closed-end mutual funds, pooled funds, hedge funds and partnerships</li>
<li>prospectus offerings of public mutual funds</li>
<li>exempt offerings of pooled fund and hedge fund securities</li>
<li>fund mergers and reorganizations</li>
<li>securityholder meetings</li>
<li>information circulars</li>
<li>applications for registration of portfolio managers, exempt market dealers and investment fund managers</li>
<li>compliance matters for registrants and reporting issuers</li>
<li>initial public offerings and private placements</li>
<li>takeover and issuer bids</li>
</ul>
</li>
</ul>
<h3>Real Estate</h3>
<ul>
<li>Real Estate Law
<ul>
<li>purchase and sale of commercial or residential properties</li>
<li>mortgage financing</li>
<li>collateral and equity financing</li>
<li>land titles applications</li>
<li>real estate development (including subdivisions)</li>
<li>condominiums--organization, development and registration</li>
<li>construction projects</li>
<li>property management agreements</li>
<li>creditors' rights (including power of sale and foreclosure proceedings)</li>
<li>commercial leases</li>
<li>joint venture agreements</li>
<li>limited partnerships</li>
<li>syndications</li>
</ul>
</li>
</ul>
<h3>Litigation</h3>
<ul>
<li>Litigation
<ul>
<li>insurance law</li>
<li>employment law</li>
<li>professional malpractice</li>
<li>personal injury</li>
<li>debt collection</li>
<li>commercial law</li>
<li>development</li>
<li>tax litigation</li>
</ul>
</li>
</ul>
<h3>Immigration</h3>
<ul>
<li>Immigrant Entrepreneurs
<ul>
<li>investors, entrepreneurs and professionals</li>
</ul>
</li>
</ul>
<h3>Estates</h3>
<ul>
<li>Preparation of wills, powers of attorney and trust agreements</li>
<li>Estate Planning and Administration</li>
</ul>
<h3>Employment</h3>
<ul>
<li>Employment contracts</li>
<li>Employment policies and handbooks</li>
<li>Severance packages</li>
<li>Workplace relations</li>
<li>Human rights</li>
<li>Employment Standards</li>
<li>Disability management</li>
<li>Reorganization and downsizing</li>
<li>Wrongful dismissal litigation</li>
<li>Negotiation and alternative dispute resolution</li>
<li>Tribunal representation</li>
</ul>
<h3>Family</h3>
<ul>
<li>Separation agreements</li>
<li>Divorce</li>
<li>Litigation: custody, access, propertyv
<li>Negotiation and alternative dispute resolution</li>
</ul>
<h3>International Trade</h3>
<ul>
<li>Providing set up and ongoing legal advice to subsidiary corporations in a broad range of industries</li>
<li>Advising high net worth foreign investors in all aspects of their investments in Canada including immigration and off shore trusts</li>
</ul>
<?php } ?>