forked from satya9500/kenko
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
28 lines (24 loc) · 1.75 KB
/
Copy pathabout.html
File metadata and controls
28 lines (24 loc) · 1.75 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="about.css">
<title>ABOUT US</title>
</head>
<body>
<nav>
<ul id="right">
<li style="cursor: pointer;"><a style="text-decoration: none;color:white;" href="reg.html">CONNECT ›</li>
<li><a style="text-decoration: none;color:white;" href="home.html"> CONTACT US ›</a></li>
<li><a style="text-decoration: none;color:white;" href="about.html"> ABOUT US ›</a></li>
<li><a style="text-decoration: none;color:white;" href="home.html">HOME ›</a></li>
</ul>
</nav>
<h1>ABOUT US
<img src="kenkologo.jpg" height="40px" width="40px">
</h1>
<p>
We are an Indian based company currently focusing on connecting people to hospital facilities. We Provide free information to people about any of their health conditions. We notify them according to their adhar card linked mobile number about any health problem. Their Health details are captured by our local managers who are chosen by us. We give them peoper training so that they take correct data. The managers will also be paid through bitcoin.</p>
<p>If any of the manager tries to falsify information it will be detected by our systems according to the information filled by our older managers for the same person.The new manager would be removed from the chain adn wallet ceased. For security we will be using the conceept of <b>blockchain</b>. A page will be sealed after the details are entered. The page will be sealed by an algorithm. The user will only know the what to input and what to get the output. They will have no information about how the algorithm works and if the output in any case is found to be faulty it will be considered a data breach and then the case will be checked thoroughly.
</p>
</body>
</html>