-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
593 lines (543 loc) · 45.1 KB
/
index.html
File metadata and controls
593 lines (543 loc) · 45.1 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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HalalWealthCA - Halal Wealth for Canadians</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
html {
scroll-behavior: smooth;
}
body {
font-family: 'Inter', sans-serif;
}
.gradient-bg {
background: linear-gradient(135deg, #065f46 0%, #064e3b 100%);
}
/* Essential for sticky nav offset */
.anchor-section {
scroll-margin-top: 5rem;
}
.card-hover:hover {
transform: translateY(-4px);
transition: all 0.3s ease;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Navigation -->
<nav class="sticky top-0 z-50 bg-white/80 backdrop-blur-md border-b border-slate-200">
<div class="max-w-5xl mx-auto px-4 h-16 flex items-center justify-between">
<a href="#intro" class="flex items-center gap-2">
<span class="text-2xl">🌱</span>
<span class="font-bold text-emerald-800 text-xl tracking-tight">HalalWealthCA</span>
</a>
<div class="hidden md:flex gap-8 text-sm font-medium text-slate-600">
<a href="#intro" class="hover:text-emerald-700 transition">Home</a>
<a href="#accounts" class="hover:text-emerald-700 transition">Account Types</a>
<a href="#criteria" class="hover:text-emerald-700 transition">Halal Criteria</a>
<a href="#steps" class="hover:text-emerald-700 transition">How to Start</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<header id="intro" class="gradient-bg text-white py-16 md:py-20 px-4 anchor-section">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-4xl md:text-6xl font-extrabold mb-6 leading-tight">Investing for Muslims in Canada</h1>
<p class="text-lg md:text-xl text-emerald-50 mb-8 max-w-2xl mx-auto leading-relaxed">
Many Muslims keep their savings in cash because they assume all investments involve interest — <strong>this is not true!</strong>
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="#accounts" class="bg-white text-emerald-900 px-8 py-4 rounded-xl font-bold hover:bg-emerald-50 transition shadow-lg shadow-emerald-900/20">What are investment accounts?</a>
<a href="#criteria" class="bg-white text-emerald-900 px-8 py-4 rounded-xl font-bold hover:bg-emerald-50 transition shadow-lg shadow-emerald-900/20">What to invest in?</a>
<a href="#steps" class="bg-white text-emerald-900 px-8 py-4 rounded-xl font-bold hover:bg-emerald-50 transition shadow-lg shadow-emerald-900/20">How to get started?</a>
</div>
<p class="mt-12 text-xs text-emerald-200/70 italic max-w-xl mx-auto">
Disclaimer: This guide provides educational information on financial logistics and general principles. It does not constitute a Fatwa or personalized financial advice.
</p>
</div>
</header>
<main class="max-w-5xl mx-auto px-4 py-16 space-y-24">
<!-- Intro Text -->
<section class="text-center max-w-3xl mx-auto">
<h2 class="text-3xl font-bold mb-6">Build Halal Wealth</h2>
<p class="text-slate-600 text-lg leading-relaxed">
This guide explains how to get started in investing in the stock market in the safest & cheapest way possible, and how to use Canadian tax-sheltered accounts to buy halal assets that grow over time.
<span class="block mt-4 font-medium text-emerald-700">If you find this guide useful, please share it with your friends and keep us in your dua'a.</span>
</p>
</section>
<!-- Section 1: Accounts -->
<section id="accounts" class="anchor-section">
<div class="flex items-center gap-4 mb-10">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-emerald-100 text-emerald-700 font-bold">1</span>
<h2 class="text-2xl md:text-3xl font-bold">Common Registered Investment Accounts: TFSA and RRSP</h2>
</div>
<p class="text-slate-600 mb-8">To "buy stocks", first you need to open an investing account. Start with a tax-sheltered account, then you put assets inside it. TFSA and RRSP are powerful Canadian government programs that let you grow your wealth tax-free.</p>
<div class="grid md:grid-cols-2 gap-8">
<!-- TFSA -->
<div class="bg-white p-6 md:p-8 rounded-3xl border border-slate-200 shadow-sm card-hover">
<div class="flex justify-between items-start mb-4">
<h3 class="text-xl font-bold text-emerald-800">TFSA</h3>
<span class="text-xs font-bold uppercase tracking-widest bg-slate-100 px-2 py-1 rounded">Tax-Free Savings</span>
</div>
<p class="text-slate-600 mb-6 text-sm">You pay tax on your salary, put what's left into the TFSA, and never pay tax again on the growth or withdrawals.</p>
<div class="bg-emerald-50 p-4 rounded-xl mb-6">
<span class="block text-xs font-bold text-emerald-700 mb-1 uppercase">Example</span>
<p class="text-sm font-medium">You invest $1,000. It grows to $5,000. You take the $5,000 out. You pay <span class="text-emerald-700 font-bold">$0 in tax.</span></p>
</div>
<a href="https://www.canada.ca/en/revenue-agency/services/tax/individuals/topics/tax-free-savings-account.html" target="_blank" class="text-emerald-700 text-sm font-semibold hover:underline inline-flex items-center gap-1">Official CRA TFSA Guide →</a>
</div>
<!-- RRSP -->
<div class="bg-white p-6 md:p-8 rounded-3xl border border-slate-200 shadow-sm card-hover">
<div class="flex justify-between items-start mb-4">
<h3 class="text-xl font-bold text-emerald-800">RRSP</h3>
<span class="text-xs font-bold uppercase tracking-widest bg-slate-100 px-2 py-1 rounded">Registered Retirement</span>
</div>
<p class="text-slate-600 mb-6 text-sm">Money you put in reduces your taxable income today. The government gives you a tax refund now, but you pay tax when you withdraw it at retirement.</p>
<div class="bg-emerald-50 p-4 rounded-xl mb-6">
<span class="block text-xs font-bold text-emerald-700 mb-1 uppercase">Tax Refund Example</span>
<p class="text-sm font-medium">If you earn $70,000/yr (approx. 30% tax bracket) and contribute $5,000 to your RRSP, you will receive a <span class="text-emerald-700 font-bold">tax refund of ~$1,500</span> when you file your taxes.</p>
</div>
<a href="https://www.canada.ca/en/revenue-agency/services/tax/individuals/topics/rrsps-related-plans/registered-retirement-savings-plan-rrsp.html" target="_blank" class="text-emerald-700 text-sm font-semibold hover:underline inline-flex items-center gap-1">Official CRA RRSP Guide →</a>
</div>
</div>
<div class="mt-8 space-y-4">
<div class="p-6 bg-slate-100 rounded-2xl flex flex-col md:flex-row gap-6 items-center">
<div class="font-bold text-slate-800">Which to choose?</div>
<div class="flex flex-wrap gap-4">
<span class="bg-white px-4 py-2 rounded-lg text-sm border border-slate-200 shadow-sm"><strong>TFSA:</strong> If you are a beginner or make a moderate salary. It's very flexible.</span>
<span class="bg-white px-4 py-2 rounded-lg text-sm border border-slate-200 shadow-sm"><strong>RRSP:</strong> If you are a high earner (usually >$90k) and want the refund.</span>
</div>
</div>
<!-- Added RRSP Deadline Note -->
<div class="p-6 bg-amber-50 border border-amber-200 rounded-2xl flex items-center gap-4">
<span class="text-2xl">⏳</span>
<div>
<p class="text-sm text-amber-900 font-semibold">Important: The RRSP deadline is the end of February!</p>
<p class="text-xs text-amber-800">The 60-day period after Dec 31st is the best time to start contributing to your RRSP. Contributions made before the end of February can be used to lower your taxable income for the previous year, allowing you to claim a refund immediately when you file your tax return.</p>
</div>
</div>
</div>
<!-- FAQ Section -->
<div class="bg-white border border-slate-200 rounded-3xl p-6 md:p-8 shadow-sm mt-16 mb-16">
<h3 class="text-xl font-bold mb-6 flex items-center gap-2">
<span class="text-emerald-600">❓</span> RRSP & TFSA FAQ
</h3>
<div class="space-y-6">
<div>
<h4 class="font-bold text-slate-800 mb-2">My work offers RRSP matching. Is this enough?</h4>
<div class="text-slate-600 leading-relaxed space-y-4">
<p>Matching is essentially "free money", but you need to check <strong>two things</strong> before taking advantage of it:</p>
<p>1) are your investments <strong>halal</strong>?</p>
<span class="block mt-6 p-6 bg-emerald-50 rounded-2xl border-l-4 border-emerald-400 text-sm italic">
<strong>Important:</strong> You must check if the investment options within these matching programs are halal. Unfortunately, many workplace programs only offer standard interest-based or non-compliant investment options (see <a href="#criteria" class="text-emerald-700 hover:underline">"What makes a stock Halal?"</a> section below).
</span>
<p>2) are you getting the full benefit of your RRSP by maxing out your <strong>contribution room</strong>?</p>
<p>Your work matching program is a great start but it may not be enough if you aren't maxing out (<span class="italic">if you can</span>) your total available contribution room.</p>
<span class="block mt-6 p-6 bg-emerald-50 rounded-2xl border-l-4 border-emerald-400 text-sm italic">
<strong>What is Contribution Room?</strong> It is the maximum amount the CRA allows you to put into these accounts. For RRSPs, it's usually 18% of your previous year's income (up to a max value). You can find your exact limit on your <a href="https://www.canada.ca/en/revenue-agency/services/e-services/digital-services-individuals/mya-help.html" target="_blank" class="text-emerald-700 hover:underline font-semibold">CRA My Account</a>.
</span>
</div>
</div>
<div class="mt-8 border-t border-slate-100 pt-8">
<h4 class="font-bold text-slate-800 mb-4">What happens when I withdraw?</h4>
<div class="space-y-5 text-sm text-slate-600">
<div class="p-5 rounded-2xl bg-slate-50 border border-slate-200">
<strong class="text-emerald-700">TFSA:</strong> You can withdraw anytime for any reason. No tax, no penalties. You get the contribution room back the next calendar year.
<p class="mt-2 text-xs italic text-slate-500 font-medium">Example: You withdraw $10,000 for a car. You pay $0 tax. Next year, your contribution limit increases by $10,000 so you can put it back if you want.</p>
</div>
<div class="p-5 rounded-2xl bg-slate-50 border border-slate-200">
<strong class="text-emerald-700">RRSP:</strong> The amount you withdraw is added to your income for that year and taxed at your current rate.
<p class="mt-2 text-xs italic text-slate-500 font-medium">Example: You withdraw $10,000 to fix your roof. The bank must withhold ~20% ($2,000) for the CRA immediately, and you only receive $8,000 cash.</p>
</div>
</div>
</div>
<div class="mt-8 border-t border-slate-100 pt-8">
<h4 class="font-bold text-slate-800 mb-4">Can I only withdraw from RRSP when I retire?</h4>
<p class="text-slate-600 leading-relaxed text-sm">
<strong>No.</strong> You can withdraw from an RRSP at any time. However, it is <span class="italic">common</span> to wait until retirement because that is when your income—and therefore your tax bracket—is typically at its lowest, meaning you pay less tax on the money you take out. If you withdraw while working a high-paying job, you will lose a large chunk of that withdrawal to taxes.
</p>
</div>
</div>
</div>
<span class="text-sm font-bold hover:underline">
→ If you are interested in other registered investment accounts, see the <a href="#other-accounts" class="text-emerald-700 hover:underline">"Other Registered Accounts"</a> section below.
</span>
</section>
<!-- Section 2: What to hold -->
<section id="criteria" class="anchor-section">
<div class="flex items-center gap-4 mb-10">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-emerald-100 text-emerald-700 font-bold">2</span>
<h2 class="text-2xl md:text-3xl font-bold">What to hold: Stocks vs. ETFs (or Precious Metals)</h2>
</div>
<div class="prose max-w-none text-slate-600 space-y-6">
<p>Inside your TFSA or RRSP, you can hold individual stocks or ETFs (you can also hold gold or other precious metals - see <a href="#precious-metals" class="text-emerald-700 hover:underline">below</a>). Why <strong>ETFs are better</strong>: An ETF (Exchange Traded Fund) is a single ticker that contains hundreds of stocks. This is "diversification," and it is the safest way to grow wealth.</p>
<div class="bg-rose-50 border-l-4 border-rose-400 p-6 rounded-r-2xl">
<h4 class="text-rose-900 font-bold mb-2 flex items-center gap-2">
⚠️ The Problem
</h4>
<p class="text-rose-800 text-sm">Standard ETFs like the S&P 500 (SPY) or VTSAX contain interest-based banks, gambling companies, and alcohol producers. These are <span class="font-bold hover:underline">not</span> shariah compliant.</p>
</div>
</div>
<div class="mt-12 grid md:grid-cols-2 gap-12">
<div>
<h3 class="text-xl font-bold mb-6 flex items-center gap-2 text-emerald-800">
What makes a stock Halal?
</h3>
<div class="space-y-4">
<div class="bg-white p-5 rounded-2xl border border-slate-200 shadow-sm">
<h4 class="font-bold text-slate-800 mb-1">1. Business Screening</h4>
<p class="text-sm text-slate-600 leading-relaxed">The company cannot make its money from: Interest (Banks), Alcohol, Tobacco, Gambling, Adult Entertainment, or Pork Products.</p>
</div>
<div class="bg-white p-5 rounded-2xl border border-slate-200 shadow-sm">
<h4 class="font-bold text-slate-800 mb-1">2. Financial Screening</h4>
<p class="text-sm text-slate-600 leading-relaxed">The company must not have excessive debt. Generally, debt must be less than 33% of the company's total market value.</p>
</div>
</div>
</div>
<div class="bg-slate-900 rounded-3xl p-8 text-white relative overflow-hidden shadow-2xl">
<div class="relative z-10">
<h4 class="text-emerald-400 font-bold text-xs uppercase tracking-widest mb-1">20-Year Growth Comparison</h4>
<p class="text-[10px] text-slate-400 mb-4 italic">Starting with $100 in 2005</p>
<div class="space-y-2">
<!-- S&P 500 -->
<div class="space-y-2">
<div class="flex justify-between text-xs font-medium"><span>Standard ETFs (e.g. S&P 500)</span><span class="font-bold text-white">$680</span></div>
<div class="w-full h-3 bg-slate-800 rounded-full overflow-hidden">
<div class="h-full bg-slate-500 rounded-full" style="width: 100%"></div>
</div>
</div>
<!-- Halal -->
<div class="space-y-2">
<div class="flex justify-between text-xs font-bold text-emerald-400"><span>Halal ETFs (e.g. SPUS)</span><span>$655</span></div>
<div class="w-full h-3 bg-slate-800 rounded-full overflow-hidden">
<div class="h-full bg-emerald-500 rounded-full" style="width: 96%"></div>
</div>
</div>
<!-- Cash -->
<div class="space-y-2">
<div class="flex justify-between text-xs font-medium"><span>Cash Savings (No Interest)</span><span class="text-slate-300">$100</span></div>
<div class="w-full h-3 bg-slate-800 rounded-full overflow-hidden relative">
<div class="h-full bg-slate-600 rounded-full" style="width: 14.7%"></div>
<!-- Purchasing Power Loss Gradient -->
<div class="absolute top-0 left-[8%] h-full w-[6.7%] bg-rose-500/40"></div>
</div>
<div class="flex justify-between items-center text-[10px] text-rose-400 font-bold mt-1">
<span></span>
<span>Real Purchasing Power: ~$60</span>
</div>
</div>
</div>
<div class="mt-2 p-1 bg-rose-950/30 rounded-xl border border-rose-900/50">
<p class="text-[11px] text-rose-200 leading-relaxed">
<strong>The Cash Trap:</strong> $100 kept in cash 20 years ago is still $100 today. But because of inflation, that $100 only buys about <strong>$60 worth</strong> of today's groceries and gas. Investing in <strong>Halal Assets</strong> is the only way to stay ahead.
</p>
</div>
</div>
</div>
</div>
<div class="mt-12">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-4 mb-6">
<h4 class="font-bold text-slate-800">Popular Halal ETFs:</h4>
<a href="https://amalinvest.com/halal-investing/halal-etfs-compared" target="_blank" class="text-sm text-emerald-700 font-bold hover:underline">View Detailed ETF Comparison Guide →</a>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 text-center">
<a href="https://www.google.com/search?q=SPUS+etf+stock" target="_blank" class="p-4 bg-white rounded-2xl border border-slate-200 shadow-sm hover:border-emerald-500 transition block group">
<div class="font-bold text-emerald-800 group-hover:text-emerald-600">SPUS</div>
<div class="text-[10px] uppercase text-slate-500 font-semibold tracking-tighter">US Stocks</div>
</a>
<a href="https://www.google.com/search?q=HLAL+etf+stock" target="_blank" class="p-4 bg-white rounded-2xl border border-slate-200 shadow-sm hover:border-emerald-500 transition block group">
<div class="font-bold text-emerald-800 group-hover:text-emerald-600">HLAL</div>
<div class="text-[10px] uppercase text-slate-500 font-semibold tracking-tighter">US Stocks</div>
</a>
<a href="https://www.google.com/search?q=WSHR+etf+stock" target="_blank" class="p-4 bg-white rounded-2xl border border-slate-200 shadow-sm hover:border-emerald-500 transition block group">
<div class="font-bold text-emerald-800 group-hover:text-emerald-600">WSHR</div>
<div class="text-[10px] uppercase text-slate-500 font-semibold tracking-tighter">Global Stocks</div>
</a>
<a href="https://www.google.com/search?q=MNZL+etf+stock" target="_blank" class="p-4 bg-white rounded-2xl border border-slate-200 shadow-sm hover:border-emerald-500 transition block group">
<div class="font-bold text-emerald-800 group-hover:text-emerald-600">MNZL</div>
<div class="text-[10px] uppercase text-slate-500 font-semibold tracking-tighter">Income Focus</div>
</a>
</div>
</div>
<p class="text-sm text-slate-600 mt-8">For example, <a href="https://www.sp-funds.com/wp-content/uploads/SPUS-Shariah-Auditors-Report-2025-SP-Funds.pdf" target="_blank" class="text-emerald-700 font-semibold hover:underline">here is an independent audit for SPUS</a> (in accordance with the AAOIFI standards) deeming it compliant from a Shariah perspective.</p>
</section>
<!-- Precious Metals Section -->
<section id="precious-metals" class="anchor-section">
<div class="flex gap-4 mb-4">
<h2 class="text-2xl md:text-3xl font-bold mb-6">Beyond Stocks: Precious Metals</h2>
</div>
<div class="prose max-w-none text-slate-600 mb-12">
<p>While the stock market offers long-term growth, many investors also hold gold or silver as a hedge against inflation and economic instability.</p>
</div>
<div class="flex gap-4 mb-4">
<h3 class="text-2xl md:text-2xl font-bold mb-2">Gold</h3>
</div>
<div class="prose max-w-none text-slate-600 mb-12">
<p> There are two primary ways to own gold within your digital portfolio:</p>
</div>
<div class="grid md:grid-cols-2 gap-8 mb-12">
<!-- Option A: Gold ETF -->
<div class="bg-white p-6 md:p-8 rounded-3xl border border-slate-200 shadow-sm card-hover">
<h4 class="text-lg font-bold text-slate-800 mb-3 flex items-center gap-2">
<span class="text-xl">📈</span> Option A: Gold ETFs
</h4>
<p class="text-sm text-slate-600 leading-relaxed mb-6">
You can buy an ETF like <strong>GLDM</strong> or <strong>PHYS</strong>. These represent physical gold held in a vault. It trades just like a stock—you can buy or sell it in seconds through your TFSA or RRSP.
</p>
</div>
<!-- Option B: Physical Gold via App -->
<div class="bg-white p-6 md:p-8 rounded-3xl border border-slate-200 shadow-sm card-hover">
<h4 class="text-lg font-bold text-slate-800 mb-3 flex items-center gap-2">
<span class="text-xl">💰</span> Option B: Physical Gold
</h4>
<p class="text-sm text-slate-600 leading-relaxed mb-6">
Platforms like Wealthsimple now allow you to buy physical gold directly. The gold is held in your name at the Royal Canadian Mint. You can even request delivery of the physical bars (fees apply).
</p>
</div>
</div>
<div class="flex gap-4 mb-4">
<h3 class="text-2xl md:text-2xl font-bold mb-2">Silver</h3>
</div>
<div class="prose max-w-none text-slate-600 mb-12">
<p> Similarly for Silver, you can buy SLVR (in USD) or PSLV (in CAD). </p>
</div>
<div class="bg-slate-100 p-6 md:p-8 rounded-3xl border border-slate-200">
<h4 class="font-bold text-slate-800 mb-4 flex items-center gap-2">
<span class="text-xl">⚖️</span> Asset Allocation Note
</h4>
<p class="text-sm text-slate-600 leading-relaxed mb-6">
How much should you put in gold or silver versus stocks? This is a <strong>highly debatable topic</strong> and depends entirely on your personal risk tolerance. Some prefer 5-10% in gold for safety, while others avoid it in favor of the higher growth potential of stocks.
</p>
<a href="https://insights.wealthsimple.com/how-to-think-about-gold-in-your-portfolio" target="_blank" class="bg-white text-slate-900 border border-slate-300 px-6 py-3 rounded-xl font-bold hover:bg-slate-50 transition inline-block text-sm">
How to Think About Gold in Your Portfolio →
</a>
</div>
</section>
<!-- Section 3: How to start -->
<section id="steps" class="anchor-section">
<div class="flex items-center gap-4 mb-2">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-emerald-100 text-emerald-700 font-bold">3</span>
<h2 class="text-2xl md:text-3xl font-bold">How to Get Started (The DIY Method)</h2>
</div>
<p class="text-emerald-700 font-medium text-sm mb-10"><strong>You don't need a financial advisor to get started!</strong></p>
<div class="grid md:grid-cols-3 gap-6">
<div class="p-6 rounded-2xl border border-slate-200 hover:border-emerald-300 transition-colors bg-white flex flex-col">
<div class="w-8 h-8 bg-slate-900 text-white rounded-lg flex items-center justify-center font-bold mb-4">1</div>
<h4 class="font-bold mb-2">Wealthsimple Account</h4>
<p class="text-sm text-slate-600 mb-2">Download the Wealthsimple app. Open a self-directed investing account. It's the easiest and most common DIY investing platform in Canada.</p>
<p class="text-[10px] text-slate-400 mt-auto uppercase tracking-tighter">No affiliation with WS</p>
</div>
<div class="p-6 rounded-2xl border border-slate-200 hover:border-emerald-300 transition-colors bg-white flex flex-col">
<div class="flex items-center gap-2 mb-4">
<span class="text-lg font-bold">Bonus</span>
</div>
<h4 class="font-bold mb-2">New to Wealthsimple?</h4>
<p class="text-sm text-slate-600 mb-2">If you don’t have a Wealthsimple account, you can create one <a href="https://my.wealthsimple.com/app/signup?locale=en-ca&ajs_event=CTA+triggered+signup+started&ajs_prop_signupCta=Get+started&ajs_prop_signupPath=%2Fen-ca" target="_blank" class="text-emerald-700 text-sm font-semibold hover:underline inline-flex items-center gap-1">here</a>.
Alternatively, you can use this <a href="https://wealthsimple.com/invite/44W2XA" target="_blank" class="text-emerald-700 text-sm font-semibold hover:underline inline-flex items-center gap-1">referral link</a> and we <strong>both</strong> get $25.</p>
<p class="text-[10px] text-slate-400 mt-auto tracking-tighter">Our goal isn’t the $25 - it’s to get you started! But we established earlier that halal <strong>“free money”</strong> is always welcome!</p>
</div>
<div class="p-6 rounded-2xl border border-emerald-500 bg-emerald-50/50">
<div class="flex items-center gap-2 mb-4">
<div class="w-8 h-8 bg-emerald-600 text-white rounded-lg flex items-center justify-center font-bold">2</div>
<span class="font-bold text-emerald-900">[IMPORTANT]</span>
</div>
<p class="text-sm text-emerald-800">1) Check your <a href="https://www.canada.ca/en/revenue-agency/services/e-services/digital-services-individuals/mya-help.html" target="_blank" class="text-emerald-700 hover:underline font-semibold">MyCRA account</a> to see your contribution limits. Over-contributing leads to 1% /month penalties.</p>
<p class="text-sm text-emerald-800">2) Wealthsimple enables a feature called <a href="https://www.wealthsimple.com/en-ca/learn/what-is-securities-lending#why_would_someone_borrow_a_stock" target="_blank" class="text-emerald-700 hover:underline font-semibold">“stock lending”</a> by default. This is violating Shariah principles by lending assets for a fee. Make sure to <a href="https://help.wealthsimple.com/hc/en-ca/articles/9509140050587-Participate-in-stock-lending" target="_blank" class="text-emerald-700 hover:underline font-semibold">disable</a> this feature.</p>
</div>
<div class="p-6 rounded-2xl border border-slate-200 hover:border-emerald-300 transition-colors bg-white flex flex-col">
<div class="w-8 h-8 bg-slate-900 text-white rounded-lg flex items-center justify-center font-bold mb-4">3</div>
<h4 class="font-bold mb-2">Transfer Funds</h4>
<p class="text-sm text-slate-600">Link your bank and move your initial deposit. It usually takes 1-3 business days to clear.</p>
</div>
<div class="p-6 rounded-2xl border border-slate-200 hover:border-emerald-300 transition-colors bg-white flex flex-col">
<div class="w-8 h-8 bg-slate-900 text-white rounded-lg flex items-center justify-center font-bold mb-4">4</div>
<h4 class="font-bold mb-2">Buy a Halal ETF</h4>
<p class="text-sm text-slate-600">Search for ticker symbols like <strong>"SPUS"</strong> and place a "Market Buy" order.</p>
</div>
<div class="p-6 rounded-2xl border border-slate-200 hover:border-emerald-300 transition-colors bg-white flex flex-col">
<div class="w-8 h-8 bg-slate-900 text-white rounded-lg flex items-center justify-center font-bold mb-4">5</div>
<h4 class="font-bold mb-2 text-emerald-900">Turn on Auto-Invest</h4>
<p class="text-sm text-slate-600">The secret to wealth is consistency. Set up a $50 or $100/month recurring buy, and forget about it.</p>
</div>
</div>
</section>
<!-- New Section: Other Registered Accounts -->
<section id="other-accounts" class="anchor-section">
<div class="flex items-center gap-4 mb-10">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-emerald-100 text-emerald-700 font-bold">4</span>
<h2 class="text-2xl md:text-3xl font-bold">Other Registered Investment Accounts: FHSA and RESP</h2>
</div>
<p class="text-slate-600 mb-10">Beyond retirement and general savings, the Canadian government offers specialized accounts for your first home and your children's future.</p>
<div class="grid md:grid-cols-2 gap-8 mb-12">
<!-- FHSA -->
<div class="bg-white p-6 md:p-8 rounded-3xl border border-slate-200 shadow-sm card-hover">
<div class="flex justify-between items-start mb-4">
<h3 class="text-xl font-bold text-emerald-800">FHSA</h3>
<span class="text-xs font-bold uppercase tracking-widest bg-slate-100 px-2 py-1 rounded">First Home Savings</span>
</div>
<p class="text-slate-600 mb-6 text-sm">The ultimate account: Tax-deductible like an RRSP AND tax-free withdrawals like a TFSA (if used for a home).</p>
<div class="bg-emerald-50 p-4 rounded-xl mb-6">
<span class="block text-xs font-bold text-emerald-700 mb-1 uppercase">Example</span>
<p class="text-sm font-medium">You contribute $8,000. You get a tax refund today. In 5 years, it grows to $12,000. You withdraw it all <span class="text-emerald-700 font-bold">tax-free</span> for your downpayment.</p>
</div>
<a href="https://www.canada.ca/en/revenue-agency/services/tax/individuals/topics/first-home-savings-account.html" target="_blank" class="text-emerald-700 text-sm font-semibold hover:underline inline-flex items-center gap-1">Official CRA FHSA Guide →</a>
</div>
<!-- RESP -->
<div class="bg-white p-6 md:p-8 rounded-3xl border border-slate-200 shadow-sm card-hover">
<div class="flex justify-between items-start mb-4">
<h3 class="text-xl font-bold text-emerald-800">RESP</h3>
<span class="text-xs font-bold uppercase tracking-widest bg-slate-100 px-2 py-1 rounded">Education Savings</span>
</div>
<p class="text-slate-600 mb-6 text-sm">Save for your kids' post-secondary education. The government actually <span class="font-bold italic">gives</span> you money to help.</p>
<div class="bg-emerald-50 p-4 rounded-xl mb-6">
<span class="block text-xs font-bold text-emerald-700 mb-1 uppercase">Grant Example</span>
<p class="text-sm font-medium">You put in $2,500 for the year. The government adds a <span class="text-emerald-700 font-bold">$500 grant (CESG)</span> for free into the account.</p>
</div>
<a href="https://www.canada.ca/en/revenue-agency/services/tax/individuals/topics/registered-education-savings-plans-resps.html" target="_blank" class="text-emerald-700 text-sm font-semibold hover:underline inline-flex items-center gap-1">Official CRA RESP Guide →</a>
</div>
</div>
<!-- FAQ for FHSA/RESP -->
<div class="bg-white border border-slate-200 rounded-3xl p-6 md:p-8 shadow-sm mt-16 mb-16">
<h3 class="text-xl font-bold mb-6 flex items-center gap-2">
<span class="text-emerald-600">❓</span> FHSA & RESP FAQ
</h3>
<div class="grid md:grid-cols-2 gap-8 border-t border-slate-100 pt-6">
<div>
<h4 class="font-bold text-slate-800 mb-2">What if I don't buy a home with my FHSA?</h4>
<p class="text-sm text-slate-600 leading-relaxed">
If you don't buy a home within 15 years, you can transfer the FHSA balance to an RRSP tax-free (and without affecting your RRSP room). If you withdraw it as cash, it is fully taxed as income.
</p>
</div>
<div>
<h4 class="font-bold text-slate-800 mb-2">Can I invest in Halal ETFs in these accounts?</h4>
<p class="text-slate-600 leading-relaxed">
<strong>Yes!</strong> Just like TFSA and RRSP, if you open a self-directed FHSA or RESP (e.g., through Wealthsimple), you can buy shariah-compliant ETFs like SPUS to ensure your house or education savings are growing ethically.
</p>
</div>
</div>
<div class="grid md:grid-cols-2 gap-8 border-t border-slate-100 pt-6">
<div>
<h4 class="font-bold text-slate-800 mb-2">What happens if my child doesn't go to university?</h4>
<p class="text-sm text-slate-600 leading-relaxed">
You can get your original contributions back tax-free. However, the government grants (CESG) must be returned to the government, and you'll pay tax on any investment growth.
</p>
</div>
<div>
<h4 class="font-bold text-slate-800 mb-2">Are there age limits?</h4>
<p class="text-sm text-slate-600 leading-relaxed">
<span class="font-bold text-emerald-700">FHSA:</span> Must be 18-71 and a first-time home buyer. <span class="font-bold text-emerald-700">RESP:</span> You can contribute for up to 31 years after opening, but grants usually stop after the child turns 17.
</p>
</div>
</div>
</div>
</section>
<!-- Myths Section -->
<section class="bg-emerald-900 rounded-[3rem] p-10 md:p-16 text-white">
<h2 class="text-3xl font-bold mb-12 text-center">Common Myths</h2>
<div class="grid md:grid-cols-2 gap-12">
<div class="space-y-4">
<div class="inline-block px-3 py-1 rounded-full bg-rose-500/20 text-rose-300 text-xs font-bold">MYTH</div>
<h4 class="text-xl font-bold italic">"It's too risky."</h4>
<p class="text-emerald-100/70 leading-relaxed">
While individual stocks are risky, the broad market has historically gone up significantly over any 15-year period. Diversification is your shield.
</p>
</div>
<div class="space-y-4">
<div class="inline-block px-3 py-1 rounded-full bg-rose-500/20 text-rose-300 text-xs font-bold">MYTH</div>
<h4 class="text-xl font-bold italic">"I'll wait for a crash to buy."</h4>
<p class="text-emerald-100/70 leading-relaxed">
Waiting for a crash usually means missing out on years of growth. <span class="text-white font-bold">"Time in the market"</span> is better than "timing the market."
</p>
</div>
</div>
</section>
<!-- Projection -->
<section class="text-center pb-16">
<h2 class="text-2xl font-bold mb-4">The Wealth Projection</h2>
<p class="text-slate-600 mb-10 max-w-xl mx-auto">The graph shows how your wealth grows over 20 years with consistent monthly deposits. Compounded gains are slow at first, then accelerate.</p>
<div class="max-w-xl mx-auto p-6 md:p-8 bg-white border border-slate-200 rounded-3xl shadow-xl">
<div class="mb-8 flex justify-between items-end">
<div class="text-left">
<span class="block text-xs font-bold text-slate-400 uppercase mb-1">Monthly Deposit</span>
<div class="text-2xl font-bold text-emerald-700">$100/mo</div>
</div>
<div class="text-right">
<span class="block text-xs font-bold text-slate-400 uppercase mb-1">Estimated Value (20yr)</span>
<div class="text-2xl font-bold text-slate-900">$52,480+</div>
</div>
</div>
<div class="h-48 flex items-end gap-1.5 px-4 mb-6">
<div class="bg-emerald-100 w-full rounded-t-sm" style="height: 10%"></div>
<div class="bg-emerald-100 w-full rounded-t-sm" style="height: 12%"></div>
<div class="bg-emerald-100 w-full rounded-t-sm" style="height: 15%"></div>
<div class="bg-emerald-100 w-full rounded-t-sm" style="height: 19%"></div>
<div class="bg-emerald-200 w-full rounded-t-sm" style="height: 24%"></div>
<div class="bg-emerald-200 w-full rounded-t-sm" style="height: 30%"></div>
<div class="bg-emerald-300 w-full rounded-t-sm" style="height: 37%"></div>
<div class="bg-emerald-400 w-full rounded-t-sm" style="height: 45%"></div>
<div class="bg-emerald-500 w-full rounded-t-sm" style="height: 55%"></div>
<div class="bg-emerald-600 w-full rounded-t-sm" style="height: 68%"></div>
<div class="bg-emerald-700 w-full rounded-t-sm" style="height: 85%"></div>
<div class="bg-emerald-800 w-full rounded-t-sm" style="height: 100%"></div>
</div>
<div class="flex justify-between text-[10px] font-bold text-slate-400 uppercase tracking-widest px-2 mb-4">
<span>Year 1</span>
<span>Year 10</span>
<span>Year 20</span>
</div>
<p class="text-[10px] text-slate-400 italic">
Assumptions: 8% annual return, monthly compounding, consistent deposits. Market returns fluctuate and are not guaranteed.
</p>
</div>
</section>
<!-- Future Work -->
<section id="future-work" class="anchor-section">
<div class="flex items-center gap-4 mb-10">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-emerald-100 text-emerald-700 font-bold">5</span>
<h2 class="text-2xl md:text-3xl font-bold">Future Work</h2>
</div>
<p class="text-slate-600 mb-8">This guide is a living document. Here are topics we plan to cover in future updates:</p>
<div class="grid md:grid-cols-2 gap-6">
<div class="bg-white p-6 rounded-2xl border border-slate-200 shadow-sm">
<h4 class="font-bold text-slate-800 mb-2">🏡 Halal Mortgages</h4>
<p class="text-sm text-slate-600">Coverage and guidance on halal mortgage options in Canada.</p>
</div>
<div class="bg-white p-6 rounded-2xl border border-slate-200 shadow-sm">
<h4 class="font-bold text-slate-800 mb-2">💰 Zakat on Stocks</h4>
<p class="text-sm text-slate-600">Understanding how to calculate and pay zakat on your investment portfolio and stock holdings.</p>
</div>
<div class="bg-white p-6 rounded-2xl border border-slate-200 shadow-sm">
<h4 class="font-bold text-slate-800 mb-2">💡 Tips & Tricks</h4>
<p class="text-sm text-slate-600">Advanced strategies for currency conversion, other cost-saving techniques and account settings optimizations (e.g. enabling dividends auto-reinvestment or turning off non-halal features).</p>
</div>
<div class="bg-white p-6 rounded-2xl border border-slate-200 shadow-sm">
<h4 class="font-bold text-slate-800 mb-2">📖 Additional Resources</h4>
<p class="text-sm text-slate-600">Curated list of books, YouTube channels, and educational materials for continued learning.</p>
<a href="https://www.youtube.com/watch?v=V360AygOv7A&t=87s" target="_blank" class="text-emerald-700 text-sm font-semibold hover:underline inline-flex items-center gap-1">Here is a great interview to watch for now!</a>
</div>
<div class="bg-white p-6 rounded-2xl border border-slate-200 shadow-sm">
<h4 class="font-bold text-slate-800 mb-2">💬 Community Discussion</h4>
<p class="text-sm text-slate-600">Plans to establish a Telegram channel or forum for questions, discussions, and community support.</p>
</div>
<div class="bg-white p-6 rounded-2xl border border-slate-200 shadow-sm">
<h4 class="font-bold text-slate-800 mb-2">🧾 Islamic Will</h4>
<p class="text-sm text-slate-600">Guidance on preparing a shariah-compliant will in Canada, including beneficiaries, witnesses, and provincial nuances.</p>
</div>
</div>
</section>
</main>
<footer class="bg-slate-50 border-t border-slate-200 py-12 px-4 text-center">
<div class="max-w-5xl mx-auto">
<div class="flex items-center justify-center gap-2 mb-4">
<span class="text-xl">🌱</span>
<span class="font-bold text-slate-900">HalalWealthCA</span>
</div>
<p class="text-sm text-slate-500 mb-8">Helping the community navigate Canadian finance with integrity.</p>
<p class="text-xs text-slate-400">© 2025 HalalWealthCA. All rights reserved.</p>
</div>
</footer>
</body>
</html>