-
Notifications
You must be signed in to change notification settings - Fork 2
/
faq.html
56 lines (50 loc) · 2.77 KB
/
faq.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ - Social Impact Bond Platform</title>
<link rel="stylesheet" href="faq.css">
</head>
<body>
<div class="faq-container">
<header>
<h1>Frequently Asked Questions</h1>
<p>Learn more about our platform, bonus repayments, and how you can invest in impactful projects.</p>
</header>
<section class="faq-section">
<div class="faq-item">
<div class="faq-question">What is this platform about?</div>
<div class="faq-answer">
Our platform is a decentralized space connecting investors, developers, and researchers to fund social projects through Social Impact Bonds (SIBs). It allows investors to contribute to impactful initiatives while maintaining data privacy.
</div>
</div>
<div class="faq-item">
<div class="faq-question">How does bonus repayment work?</div>
<div class="faq-answer">
Bonus repayment for investors comes from government funds, depending on the project’s success based on predefined social impact metrics. Successful outcomes trigger repayments, rewarding investors for funding social impact.
</div>
</div>
<div class="faq-item">
<div class="faq-question">Who can invest in projects on this platform?</div>
<div class="faq-answer">
Both individual and institutional investors can invest in projects that align with their values and objectives. Each project provides comprehensive details to help investors make informed decisions.
</div>
</div>
<div class="faq-item">
<div class="faq-question">How are projects selected and funded?</div>
<div class="faq-answer">
Projects are carefully selected for their potential social impact and measurable outcomes. Funding is achieved through Social Impact Bonds, where contributions support project goals with repayment tied to successful metrics.
</div>
</div>
<div class="faq-item">
<div class="faq-question">What kind of agreement is involved in investing?</div>
<div class="faq-answer">
When investing, users enter a confidential digital agreement outlining project goals, expected outcomes, and repayment terms. This agreement is secured via blockchain technology to ensure transparency and data security.
</div>
</div>
</section>
</div>
<script src="faq.js"></script>
</body>
</html>