-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfaq.html
81 lines (74 loc) · 3.81 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<!-- Bootstrap css and javascript -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="public/css/style.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Ubuntu&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
<!-- For Icons -->
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<title>Sahayak</title>
</head>
<body id="faq">
<header class="header">
<a class="logo-faq" href="index.html">Sahayak</a>
</header>
<div class="container-faq">
<h3><strong>Q. Why we shall use it?</strong></h3>
<h5><strong class="ans">Ans.</strong>
<ul>
<li>More Secure</li>
<li>You got control over your documents</li>
<li>Immutable</li>
<li>Time Stamping</li>
<li>No fraud document</li>
<li>Even if one node falls other node are there to support</li>
</ul>
</h5>
<h3><strong>Q. How much can we relly over its Security and Authentication?</strong></h3>
<h5><strong class="ans">Ans. </strong>Earlier data is under the control of one central server now you will get the control of your data. Not only this if someone even if want to try to hack then he will need atleast 51% of computational power
which is not possible.<br>
<strong class="ans">"Who will you trust more Them or Yourself!!"<strong>
</h5>
<h3><strong>Q. Can there be any fraud or 3rd party involvement in it as it is there in Centralized server system?</strong></h3>
<h5><strong class="ans">Ans. </strong>No there can not be involvement of any 3rd party person in between as our technology is based on Blockchain which works on helping and not trusting each other and as we use hashes it makes it more secure and
reliable.</h5>
<h3><strong>Q. How can it be convenient for us if we use it?</strong></h3>
<h5><strong class="ans">Ans.</strong>
<ul>
<li>Medical record not accessible to general party.</li>
<li>We got full control of who to give documents/>data.</li>
<li>It is convenient as it saves Time, Paper, Money, Movement and is also Safe.</li>
<li>"Now no more carrying bulky documents everywhere".</li>
</ul>
</h5>
<h3><strong>Q. How is it better then traditional method of file storage?</strong></h3>
<h5><strong class="ans">Ans.</strong>
<ul>
<li>Serverless system.</li>
<li>No worry of server going down.</li>
<li>Immutable.</li>
<li>No fraud document.</li>
<li>More Secure.</li>
</ul>
</h5>
<h3><strong>Q. Is there any other field also where this technology can be used?</strong></h3>
<h5><strong class="ans">Ans.</strong>
<ul>
<li>Defence</li>
<li>Health</li>
<li>Office/Business</li>
<li>Education</li>
<li>Crime Investigation</li>
<li>and many more...</li>
</ul>
</h5>
</div>
</body>
</html>