-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (80 loc) · 4.31 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TAAWUNX - Empowering SMEs Through Ethical Collaboration</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- About Us Section -->
<section class="about-us">
<h2>Our Vision</h2>
<p>At TAAWUNX, our mission is to revolutionize SME collaboration in emerging markets through a Sharia-compliant, blockchain-based platform. We are committed to creating a transparent, secure, and ethical ecosystem that drives economic growth while adhering to Islamic principles.</p>
<button>Learn More About Our Vision</button>
</section>
<!-- Key Features Section -->
<section class="features">
<h2>Platform Features</h2>
<ul>
<li>Blockchain Transparency: A blockchain-based infrastructure ensures trust and clarity in all transactions and collaborations.</li>
<li>Sharia-Compliant Smart Contracts: Automate project management, payments, and dispute resolution in adherence to Islamic finance principles.</li>
<li>AI-Powered Matching: Connect with complementary SMEs for optimal project outcomes.</li>
<li>Decentralized Reputation System: Build trust through a transparent, peer-reviewed reputation system.</li>
<li>Ethical Profit Sharing: Tokenized profit sharing aligns with Islamic finance principles.</li>
<li>Ethical Project Filtering: Only halaal projects and businesses are featured.</li>
<li>Zakat Integration: Assist in calculating and distributing zakat on profits.</li>
<li-Islamic>Islamic Arbitration: Smart contract-based dispute resolution with Islamic principles.</li>
</ul>
<button onclick="location.href='pages/projects.js'">Explore Our Features</button>
</section>
<!-- Technology Stack Section -->
<section class="technology">
<h2>Innovative Technology</h2>
<p>Our platform utilizes cutting-edge blockchain technology and AI to deliver a secure, efficient, and ethical collaboration experience. Learn more about the technologies powering TAAWUNX.</p>
<button>Discover Our Technology</button>
</section>
<!-- Market Potential Section -->
<section class="market-potential">
<h2>Unlocking Opportunities</h2>
<p>The emerging markets are ripe with potential. TAAWUNX provides SMEs with the tools and network to tap into these opportunities and drive growth ethically.</p>
<button onclick="location.href='pages/payments.js'">See Market Potential</button>
</section>
<!-- Social Impact Section -->
<section class="social-impact">
<h2>Making a Difference</h2>
<p>We are dedicated to promoting ethical business practices and contributing to community well-being. TAAWUNX supports projects that align with Islamic values and benefit society at large.</p>
<button onclick="location.href='pages/users.js'">Learn About Our Impact</button>
</section>
<!-- Get Started Section -->
<section class="get-started">
<h2>Join Us Today</h2>
<p>Be a part of the TAAWUNX movement. Sign up now to start collaborating ethically and accessing new opportunities.</p>
<button>Sign Up Now</button>
</section>
<!-- Footer Section -->
<footer>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Technology</a></li>
<li><a href="#">Market Potential</a></li>
<li><a href="#">Social Impact</a></li>
<li><a href="#">Contact</a></li>
</ul>
<ul>
<li><a href="#" target="_blank"><img src="linkedin.png" alt="LinkedIn"></a></li>
<li><a href="#" target="_blank"><img src="twitter.png" alt="Twitter"></a></li>
<li><a href="#" target="_blank"><img src="facebook.png" alt="Facebook"></a></li>
</ul>
<p>[email protected] | +27632205343 | Cape Town - South Africa</p>
<form>
<input type="email" placeholder="Enter your email">
<button>Subscribe</button>
</form>
<p>Privacy Policy | Terms of Service</p>
</footer>
<script src="script.js"></script>
</body>
</html>