-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathterms-and-conditions.html
More file actions
539 lines (516 loc) · 28.9 KB
/
terms-and-conditions.html
File metadata and controls
539 lines (516 loc) · 28.9 KB
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>One Way Path Communities | Terms & Conditions</title>
<link rel="icon" type="image/svg+xml" href="assets/images/leaf-logo.svg">
<link rel="apple-touch-icon" href="assets/images/leaf-logo.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Roboto+Condensed:wght@400;700&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;700&family=DM+Serif:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['DM Sans', 'Roboto', 'ui-sans-serif', 'system-ui', 'sans-serif'],
},
colors: {
gold: {
50: '#f7f0e4',
100: '#eddfc4',
200: '#dec592',
300: '#cda86a',
400: '#be9453',
500: '#B6914D',
600: '#9c7741',
700: '#7e5d34',
800: '#644828',
900: '#4e3620',
},
red: {
50: '#f4e8e6',
100: '#e9d4cf',
200: '#E9D1CC',
300: '#d5aea8',
400: '#8f4a46',
500: '#471D19',
600: '#3c1614',
700: '#31100f',
800: '#250b0a',
900: '#190706',
950: '#0A0404',
},
olive: {
50: '#F7F7F1',
100: '#e3e5c8',
200: '#D9D9BE',
300: '#aab37c',
400: '#929b5f',
500: '#818452',
600: '#696a42',
700: '#525233',
800: '#3f3e27',
900: '#2d2b1b',
},
slate: {
50: '#F9FAFB',
100: '#e1d9d9',
200: '#c3b5b6',
300: '#D1D5DC',
400: '#99a1af',
500: '#6A7282',
600: '#4A5565',
700: '#333E4F',
800: '#1E2939',
900: '#181112',
950: '#030712',
},
},
},
},
};
</script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.1/flowbite.min.css" rel="stylesheet">
<style>
:root {
--fitwel-gold: #b6914d;
}
.fitwel-heading {
font-family: 'Roboto Condensed', 'Roboto', sans-serif;
font-size: 22px;
line-height: 32px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
}
.fitwel-heading-sm {
font-family: 'Roboto Condensed', 'Roboto', sans-serif;
font-size: 18px;
line-height: 26px;
font-weight: 600;
letter-spacing: 1.8px;
text-transform: uppercase;
}
.fitwel-body {
font-family: 'DM Sans', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 28px;
}
</style>
</head>
<body class="bg-olive-50 text-slate-950 font-sans antialiased min-h-screen flex flex-col">
<header class="z-50 bg-[#FBF9F3] border-b border-slate-500">
<nav class="bg-transparent">
<div class="mx-auto flex max-w-6xl flex-wrap items-center justify-between py-5 xl:py-6 px-5 md:px-8">
<a href="index.html" class="flex items-center gap-3">
<img src="assets/images/Logo.png" alt="One Way Path Communities logo" class="lg:h-14 lg:w-auto w-44 h-10">
</a>
<div class="items-center ml-auto flex relative gap-4 lg:gap-6">
<div id="desktop-menu" class="hidden lg:inline-flex flex flex-wrap items-center gap-5"></div>
<span id="editor-badge"
class="auth-only hidden text-xs font-semibold uppercase tracking-[0.08em] text-olive-500">Editor</span>
<button id="user-button" type="button"
class="flex w-12 h-12 items-center justify-center rounded-full text-red-500 hover:bg-red-50"
aria-label="User account">
<svg class="h-5 w-5" width="20" height="20" stroke="currentColor" stroke-width="2" viewBox="0 0 20 20"
fill="none">
<path
d="M16.6666 17.5V15.8333C16.6666 14.9493 16.3154 14.1014 15.6903 13.4763C15.0652 12.8512 14.2173 12.5 13.3333 12.5H6.66659C5.78253 12.5 4.93468 12.8512 4.30956 13.4763C3.68444 14.1014 3.33325 14.9493 3.33325 15.8333V17.5"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M10.0001 9.16667C11.841 9.16667 13.3334 7.67428 13.3334 5.83333C13.3334 3.99238 11.841 2.5 10.0001 2.5C8.15913 2.5 6.66675 3.99238 6.66675 5.83333C6.66675 7.67428 8.15913 9.16667 10.0001 9.16667Z"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</button>
<div id="auth-panel"
class="absolute right-0 top-14 z-40 hidden border border-slate-500 bg-olive-50 shadow-md w-96 p-6">
<div class="self-stretch flex flex-col justify-start items-start gap-3.5">
<div>
<p
class="fitwel-heading-sm text-[22px] font-semibold uppercase leading-7 tracking-widest text-olive-500 self-stretch">
Partner Login</p>
</div>
<div class="self-stretch flex flex-col justify-start items-start gap-3.5">
<label for="auth-email"
class="text-lg font-semibold uppercase leading-6 tracking-widest text-olive-500 fitwel-heading-sm">Email</label>
<input id="auth-email" type="email"
class="w-full h-9 border-0 bg-white rounded outline outline-[0.50px] outline-offset-[-0.50px] outline-red-300 shadow-sm focus:border-red-400 focus:outline-none focus:ring-2 focus:ring-red-200 inline-flex justify-start items-center gap-1 placeholder:opacity-50 placeholder:text-slate-400"
placeholder="Your@example.com">
</div>
<div class="self-stretch flex flex-col justify-start items-start gap-3.5">
<label for="auth-password"
class="text-lg font-semibold uppercase tracking-[0.08em] text-olive-500 fitwel-heading-sm">Password</label>
<input id="auth-password" type="password"
class="w-full h-9 border-0 bg-white rounded outline outline-[0.50px] outline-offset-[-0.50px] outline-red-300 shadow-sm focus:border-red-400 focus:outline-none focus:ring-2 focus:ring-red-200 inline-flex justify-start items-center gap-1 placeholder:opacity-50 placeholder:text-slate-400 leading-5 placeholder:text-xl"
placeholder="..................">
</div>
<p id="auth-error" class="hidden text-sm text-red-500">Invalid credentials.</p>
<div class="flex items-center self-end justify-end gap-2">
<button type="button" id="auth-submit"
class="fitwel-heading-sm h-10 px-6 py-2 bg-red-500 inline-flex justify-center items-center gap-2 text-sm font-semibold uppercase leading-4 tracking-widest text-slate-50 shadow hover:bg-red-600 focus:outline-none focus:ring-2 focus:ring-red-300">Login
</button>
</div>
</div>
</div>
<button data-collapse-toggle="mobile-menu" aria-controls="mobile-menu" aria-expanded="false"
class="ml-auto inline-flex items-center justify-center rounded-full w-12 h-12 text-base font-semibold uppercase text-red-500 hover:bg-red-50 lg:hidden">
<svg class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" fill="none">
<path d="M3 12H21" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M3 6H21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M3 18H21" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</button>
</div>
</div>
<div id="mobile-menu" class="hidden w-full border-t border-slate-500 bg-olive-50 lg:hidden">
<div id="mobile-menu-list"
class="mx-auto max-w-6xl px-8 py-6 text-base font-medium text-slate-950 flex flex-col gap-6">
</div>
</div>
<div id="nav-panel" class="hidden w-full border-t border-slate-500 bg-olive-50">
<div class="w-full mx-auto max-w-6xl px-5 md:px-6 py-16 grid md:grid-cols-2 gap-12 items-start lg:px-12">
<div class="flex flex-col gap-3">
<h1 class="fitwel-heading text-gold-500">About</h1>
<p class="fitwel-body text-slate-950 leading-7 xl:max-w-none lg:max-w-[426px]">
One Way Path Communities builds multi-residential housing in liveable communities in and around the
Greater Toronto Hamilton Area.
</p>
</div>
<div id="contact" class="flex flex-col gap-3 max-w-sm space-y-2 max-w-sm sm:justify-self-start sm:text-left">
<h1 class="fitwel-heading text-gold-500">Contact</h1>
<p class="fitwel-body leading-7 text-slate-950">One Way Path Communities<br>77 Bloor Street West, Suite
600<br>Toronto, Ontario | Canada M5S 1M2</p>
<p class="fitwel-body leading-7 text-slate-950 text-lg md:text-xl">
Tel: +1 (416) 848-1746<br>Fax: +1 (416) 848-1162
</p>
<a class="fitwel-body leading-7 text-red-500 hover:text-red-700 text-lg md:text-xl"
href="mailto:info@onewaypath.com">info@onewaypath.com</a>
</div>
</div>
</div>
</nav>
</header>
<main class="flex-1 pt-14">
<div class="mx-auto max-w-6xl w-full px-5 md:px-8 lg:px-12 xl:pl-8 xl:pr-1 flex flex-col xl:gap-10 lg:gap-20 gap-10 pb-12">
<div class="flex flex-col gap-4 lg:pb-0 md:pb-10">
<h1
class="text-red-900 text-4xl md:text-5xl font-semibold font-['Roboto_Condensed'] uppercase leading-tight md:leading-[56px] tracking-[4px] md:tracking-[6px]">
Terms & Conditions
</h1>
<div class="flex flex-col">
<div class="hidden lg:block">
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">
Welcome to the website of One Way Path Group Limited (“we”, “our”, or “us”).
</p>
<p class="xl:max-w-[804px] fitwel-body text-slate-950 text-lg md:text-xl leading-7">
By accessing or using this website, you agree to the following Terms & Conditions. If you do not
agree, please do not use the site.
</p>
</div>
<div class="hidden md:block lg:hidden xl:hidden">
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">
Welcome to the website of One Way Path Group Limited
</p>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">
(“we”, “our”, or “us”).
By accessing or using this website, you agree to the following Terms & Conditions. If you do not
agree, please do not use the site.
</p>
</div>
<div class="block md:hidden lg:hidden xl:hidden">
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">
Welcome to the website of One Way Path Group Limited (“we”, “our”, or “us”).
By accessing or using this website, you agree to the following Terms & Conditions. If you do not
agree, please do not use the site.
</p>
</div>
</div>
<div class="p-2 bg-olive-200 inline-flex justify-start items-center gap-1.5 w-fit">
<svg class="w-5 h-5 text-slate-700 shrink-0" fill="none" stroke="currentColor" stroke-width="2"
viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<span class="text-slate-700 text-base md:text-lg font-medium font-['DM_Sans'] leading-6">Effective Date:
February 15, 2026
</span>
</div>
</div>
<section class="flex flex-col gap-3.5">
<h2
class="text-gold-500 text-xl md:text-2xl font-semibold font-['Roboto_Condensed'] uppercase leading-8 tracking-[4px]">
Use of Website</h2>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">This website is provided for general
informational purposes only. It is not intended to provide investment, legal, accounting, or other
professional advice. Information may be updated, changed, or removed at any time without notice.</p>
</section>
<section class="flex flex-col gap-3.5">
<h2
class="text-gold-500 text-xl md:text-2xl font-semibold font-['Roboto_Condensed'] uppercase leading-8 tracking-[4px]">
Forward-Looking Information</h2>
<div class="flex flex-col gap-3">
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">Any information on this website relating to
an ongoing or proposed project constitutes forward-looking information.</p>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">This includes, without limitation,
statements concerning development plans, project status, approvals, timelines, design intentions, team
composition, partnerships, leasing expectations, financing strategies, construction plans, or future
outcomes.</p>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">Forward-looking information reflects
current expectations, estimates, beliefs, and assumptions. Words such as expect, anticipate, intend, plan,
believe, estimate, may, will, should, and similar expressions are intended to identify forward-looking
information, but forward-looking information may be present whether or not those words are used.</p>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">Because forward-looking information relates
to future events, it involves risks, uncertainties, and assumptions. Actual results or outcomes may differ
materially from those expressed or implied.</p>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">Factors that could cause differences
include, but are not limited to:</p>
<ul
class="flex flex-col gap-3 list-disc pl-6 space-y-1 fitwel-body text-slate-950 text-lg md:text-xl leading-7">
<li>Market conditions</li>
<li>Interest rates</li>
<li>Availability of financing</li>
<li>Municipal or regulatory processes</li>
<li>Construction and supply conditions</li>
<li>Leasing conditions</li>
<li>Changes in costs</li>
<li>and other risks typical in real estate development</li>
</ul>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">Readers should not place undue reliance on
forward-looking information.</p>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">Except where required by law, One Way Path
Group Limited undertakes no obligation to update such information.</p>
</div>
</section>
<section class="flex flex-col gap-3.5">
<h2
class="text-gold-500 text-xl md:text-2xl font-semibold font-['Roboto_Condensed'] uppercase leading-8 tracking-[4px]">
Experience Covenants</h2>
<div class="flex flex-col xl:gap-4 hidden xl:flex">
<p class="fitwel-body self-stretch text-slate-950 text-lg md:text-xl leading-7">
Certain projects described on this website may reference Expereince or **Experience Covenants**.
</p>
<p class="fitwel-body self-stretch text-slate-950 text-lg md:text-xl leading-7">
An Experience Covenant is a commitment that specified qualified individuals are under contract to provide
services to a project through the relevant phases of that project.
</p>
<p class="fitwel-body self-stretch text-slate-950 text-lg md:text-xl leading-7">
These phases may include planning, design, approvals, procurement, construction, or other stages as
applicable.
</p>
<p class="fitwel-body self-stretch text-slate-950 text-lg md:text-xl leading-7">
The covenant relates to the participation of the identified individuals and the availability of their
expertise to the project.
</p>
</div>
<div class="xl:hidden block">
<p class="fitwel-body self-stretch text-slate-950 text-lg md:text-xl leading-7">
Certain projects described on this website may reference Expereince or Experience Covenants.
An Experience Covenant is a commitment that specified qualified individuals are under contract to provide
services to a project through the relevant phases of that project. These phases may include planning,
design, approvals, procurement, construction, or other stages as applicable. The covenant relates to the
participation of the identified individuals and the availability of their expertise to the project.
</p>
</div>
</section>
<section class="flex flex-col gap-3.5">
<h2
class="text-gold-500 text-xl md:text-2xl font-semibold font-['Roboto_Condensed'] uppercase leading-8 tracking-[4px]">
Attribution of Individual Experience</h2>
<div class="flex flex-col gap-3">
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">Individuals presented on this website may,
at the same time, hold positions with or be publicly associated with other companies or organizations. Where
an individual is identified in connection with a One Way Path Group Limited project:</p>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">That person may be engaged as a contractor,
consultant or employee of One Way Path Group Limited;</p>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">The experience described relates to the
career history and qualifications of that individual; and</p>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">That individual’s experience is available
to One Way Path Group Limited projects through an experience covenant as described above.</p>
</div>
</section>
<section class="flex flex-col gap-3.5">
<h2
class="text-gold-500 text-xl md:text-2xl font-semibold font-['Roboto_Condensed'] uppercase leading-8 tracking-[4px]">
No Offer or Solicitation</h2>
<div class="flex flex-col gap-3">
<p
class="text-olive-500 text-lg md:text-xl font-semibold font-['Roboto_Condensed'] uppercase leading-6 tracking-wider md:tracking-wide">
Nothing on this website constitutes:
</p>
<ul
class="flex flex-col gap-3 list-disc pl-6 space-y-1 fitwel-body text-slate-950 text-lg md:text-xl leading-7">
<li>An offer to sell securities,</li>
<li>A solicitation to buy securities, or</li>
<li>An invitation to participate in any investment opportunity.</li>
</ul>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">Any such opportunity, if made, would be
provided only through appropriate legal documentation and in jurisdictions where permitted.</p>
</div>
</section>
<section class="flex flex-col gap-3.5">
<h2
class="text-gold-500 text-xl md:text-2xl font-semibold font-['Roboto_Condensed'] uppercase leading-8 tracking-[4px]">
External Links</h2>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">This website may contain links to third-party
websites. We are not responsible for their content or practices.</p>
</section>
<section class="flex flex-col gap-3.5">
<h2
class="text-gold-500 text-xl md:text-2xl font-semibold font-['Roboto_Condensed'] uppercase leading-8 tracking-[4px]">
Limitation of Liability</h2>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">While we aim to keep information accurate and
current, we make no representations or warranties regarding completeness, accuracy, or reliability. Use of
this website is at your own risk.</p>
</section>
<section class="flex flex-col gap-3.5">
<h2
class="text-gold-500 text-xl md:text-2xl font-semibold font-['Roboto_Condensed'] uppercase leading-8 tracking-[4px]">
Contact</h2>
<div class="flex flex-col gap-3">
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7">One Way Path Group Limited</p>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7"><a href="mailto:info@onewaypath.com"
class="hover:text-red-700">info@onewaypath.com</a></p>
<p class="fitwel-body text-slate-950 text-lg md:text-xl leading-7"><a href="tel:+14188481746"
class="hover:text-red-700">418-848-1746</a></p>
</div>
</section>
</div>
</main>
<footer class="bg-olive-50 border-t border-slate-500">
<div class="mx-auto max-w-6xl px-4 py-8 sm:px-8 sm:py-12">
<div class="grid grid-cols-1 gap-8 pb-8 lg:grid-cols-[minmax(0,220px)_1fr] lg:gap-12 lg:items-start">
<div class="flex justify-center lg:justify-start">
<img src="assets/images/Logo.png" alt="One Way Path Communities logo" class="h-14 w-auto sm:h-16">
</div>
<div class="grid grid-cols-2 gap-x-6 gap-y-8 sm:grid-cols-2 lg:grid-cols-4 lg:gap-10">
<div>
<h3 class="text-slate-500 text-sm font-semibold uppercase tracking-widest mb-3 sm:mb-4">COMPANY</h3>
<ul class="space-y-1.5 sm:space-y-2">
<li><a href="index.html#about" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">ABOUT US</a></li>
<li><a href="designers.html" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">DESIGNERS</a></li>
<li><a href="administration.html" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">ADMINISTRATION</a></li>
<li><a href="builders.html" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">BUILDERS</a></li>
<li><a href="#contact" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">CONTACT</a></li>
</ul>
</div>
<div class="owp-footer-experience-col">
<h3 class="text-slate-500 text-sm font-semibold uppercase tracking-widest mb-3 sm:mb-4">EXPERIENCE</h3>
<ul class="space-y-1.5 sm:space-y-2">
<li><a href="experience.html?category=residential" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">RESIDENTIAL</a></li>
<li><a href="experience.html?category=commercial" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">COMMERCIAL</a></li>
<li><a href="experience.html?category=industrial" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">INDUSTRIAL</a></li>
<li><a href="experience.html?category=institutional" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">INSTITUTIONAL</a></li>
<li><a href="experience.html" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">ALL CATEGORIES</a></li>
</ul>
</div>
<div>
<h3 class="text-slate-500 text-sm font-semibold uppercase tracking-widest mb-3 sm:mb-4">CURRENT PROJECTS</h3>
<ul class="space-y-1.5 sm:space-y-2">
<li><a href="projects-dewitt-road.html" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">DEWITT ROAD LP</a></li>
<li><a href="projects-millen-road.html" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">MILLEN ROAD LP</a></li>
</ul>
</div>
<div class="col-span-2 sm:col-span-1 lg:col-span-1">
<h3 class="text-slate-500 text-sm font-semibold uppercase tracking-widest mb-3 sm:mb-4">COMMUNITY</h3>
<ul class="space-y-1.5 sm:space-y-2">
<li><a href="wellness.html" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">WELLNESS</a></li>
<li><a href="community.html#environment" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">ENVIRONMENT</a></li>
<li><a href="community.html#homes" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">HOMES</a></li>
<li><a href="community.html#jobs" class="text-slate-950 text-sm uppercase tracking-wide hover:text-gold-500">JOBS</a></li>
</ul>
</div>
</div>
</div>
<div class="flex flex-col gap-4 pt-6 sm:flex-row sm:justify-between sm:items-center sm:pt-8">
<p class="text-slate-500 text-xs sm:text-sm text-center sm:text-left">© 2026 One Way Path Group Limited. All
rights reserved.</p>
<div
class="flex flex-col gap-2 sm:flex-row sm:items-center sm:gap-4 text-slate-950 text-sm uppercase tracking-wide">
<a href="privacy-policy.html" class="hover:text-gold-500 text-center sm:text-left">PRIVACY POLICY</a>
<div class="hidden w-px self-stretch bg-slate-500 sm:block" aria-hidden="true"></div>
<a href="terms-and-conditions.html" class="hover:text-gold-500 text-center sm:text-left">TERMS AND
CONDITIONS</a>
</div>
</div>
</div>
</footer>
<script>
(function () {
const AUTH_KEY = 'owp-editor';
const USERS = [
{ id: 'ayoung@onewaypath.com', pass: 'StonePine-4826' },
{ id: 'uxrs', pass: 'OA5G9F*BwpVZ!s!h' },
];
const userBtn = document.getElementById('user-button');
const authPanel = document.getElementById('auth-panel');
const modalSubmit = document.getElementById('auth-submit');
const modalEmail = document.getElementById('auth-email');
const modalPass = document.getElementById('auth-password');
const modalError = document.getElementById('auth-error');
const editorBadge = document.getElementById('editor-badge');
function isAuthed() { return localStorage.getItem(AUTH_KEY) === 'true'; }
function setAuthUI(on) {
document.querySelectorAll('.requires-auth').forEach(el => el.classList.toggle('hidden', !on));
document.querySelectorAll('.auth-only').forEach(el => el.classList.toggle('hidden', !on));
}
function openPanel() { if (authPanel) authPanel.classList.remove('hidden'); }
function closePanel() {
if (authPanel) authPanel.classList.add('hidden');
if (modalError) {
modalError.classList.add('hidden');
modalError.textContent = 'Invalid credentials.';
}
}
function handleLogin() {
const email = (modalEmail.value || '').trim().toLowerCase();
const pass = modalPass.value || '';
const ok = USERS.some((u) => u.id.toLowerCase() === email && u.pass === pass);
if (ok) {
localStorage.setItem(AUTH_KEY, 'true');
setAuthUI(true);
if (editorBadge) editorBadge.classList.remove('hidden');
closePanel();
} else if (modalError) {
modalError.classList.remove('hidden');
}
}
function handleLogout() {
localStorage.removeItem(AUTH_KEY);
setAuthUI(false);
if (editorBadge) editorBadge.classList.add('hidden');
}
if (userBtn) {
userBtn.addEventListener('click', () => {
if (isAuthed()) {
handleLogout();
} else {
openPanel();
}
});
}
document.addEventListener('click', (e) => {
if (!authPanel || authPanel.classList.contains('hidden')) return;
if (!authPanel.contains(e.target) && !userBtn.contains(e.target)) {
closePanel();
}
});
if (modalSubmit) modalSubmit.addEventListener('click', handleLogin);
const authed = isAuthed();
setAuthUI(authed);
if (editorBadge && authed) editorBadge.classList.remove('hidden');
})();
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.1/flowbite.min.js"></script>
<script src="assets/js/menu.js"></script>
</body>
</html>