-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (114 loc) · 5.34 KB
/
Copy pathindex.html
File metadata and controls
121 lines (114 loc) · 5.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="robots" content="index, follow">
<meta name="description" content="AFCS - Ain Faraid Calculation System is a web-based tool for calculating Islamic inheritance distribution based on 60 Faraid principles. It provides precise calculations, fair distribution, and ensures privacy for users seeking guidance in accordance with Islamic law.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="keywords" content="Faraid, MozzaBot, Mathematics, Islam, Calculator, Islamic, STEM, Website, Teacher, Student, School, Github, IGCSE, KSSM, Malaysia, SPM, High school, Learn, Learning Tool, Teaching Tool, STERF, SEM INNOFEST, 2026, 2025">
<title>AFCS - Ain Faraid Calculation System by MozzaBot</title>
<link rel="stylesheet" href="style.css">
<script src="./script.js" defer></script>
</head>
<body class="futuristic-theme">
<header class="site-header">
<div class="header-inner">
<div class="header-logo">
<div>
<h1>AFCS</h1>
<p class="subheader">Ain Faraid Calculation System</p>
</div>
</div>
<p class="tagline">Instant, private inheritance calculations with clear Islamic guidance.</p>
</div>
</header>
<main class="container" role="main">
<section class="hero" aria-label="Welcome section">
<div class="hero-copy">
<h2>Calculate Inheritance Distribution</h2>
<p class="description">Precise calculations based on 60 Islamic Faraid principles</p>
<div class="hero-actions">
<button class="btn-primary" onclick="location.href='./calculator/index.html'">Start Calculator</button>
</div>
</div>
</section>
<section class="info-section">
<h3>What is Faraid?</h3>
<p>
Faraid (Arabic: الفرائض) is the Islamic system of inheritance that determines how property is divided
among heirs following the death of a person, based on the Quran and Sunnah. This calculator helps you
accurately determine each heir's share according to Islamic law.
</p>
</section>
<section class="features-grid" aria-label="Features">
<div class="feature-card">
<div class="feature-icon">📊</div>
<h3>Precise Calculations</h3>
<p>Accurate inheritance distribution following Islamic law principles</p>
</div>
<div class="feature-card">
<div class="feature-icon">⚖️</div>
<h3>Fair Distribution</h3>
<p>Ensures equitable division among heirs according to Quranic guidance</p>
</div>
<div class="feature-card">
<div class="feature-icon">🛡️</div>
<h3>Secure & Private</h3>
<p>Your calculations are processed locally with complete privacy</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔢</div>
<h3>Mathematical Precision</h3>
<p>Complex calculations with fractional precision for accuracy</p>
</div>
</section>
<section class="cards" aria-label="Main navigation">
<article
class="card main-card featured"
role="button"
tabindex="0"
onclick="location.href='./calculator/index.html'"
onkeypress="if(event.key==='Enter') location.href='./calculator/index.html'"
>
<div class="card-content">
<div class="card-icon">🧮</div>
<h2>Start Calculator</h2>
<p class="card-desc">Begin your Islamic inheritance calculation journey</p>
<p class="card-subtext">Calculate fair distribution among heirs following Islamic law</p>
<div class="feature-highlights">
<span class="highlight">✓ Precise Calculations</span>
<span class="highlight">✓ Fair Distribution</span>
<span class="highlight">✓ Completely Private</span>
</div>
</div>
<button
class="btn-primary"
onclick="location.href='./calculator/index.html'"
>
Open Calculator →
</button>
</article>
</section>
<div class="meta-row">
<p class="date" id="date" aria-live="polite">Loading date...</p>
</div>
</main>
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-col">
<h3>About</h3>
<p>AFCS is a web-based tool for calculating Islamic inheritance distribution based on 60 Faraid principles. It provides precise calculations, fair distribution, and ensures privacy for users seeking guidance in accordance with Islamic law.</p>
</div>
<div class="footer-col">
<h3>Project</h3>
<p>GNU GPL v3.0 licensed. Previous versions on <a href="http://github.com/MozzaBotAlt/LVM">GitHub</a>.</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Ain Faraid Calculation System. Developed by Long Infinity.</p>
</div>
</footer>
<noscript><meta http-equiv="refresh" content="0; url=/error.html"></noscript>
</body>
</html>