-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlandingpage.html
66 lines (62 loc) · 2.72 KB
/
landingpage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styless.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<title>Landing Page</title>
</head>
<body>
<div class="navbar">
<center><img src="logo.png" alt="" class="navbarp"></center>
</div>
<div class="shape1"></div>
<div class="shape2"></div>
<div class="shape3"></div>
<div class="shape4"></div>
<div class="shape5"></div>
<div class="shape6"></div>
<div class="card">
<h1><span>Med</span>Base</h1>
<center><h3>Medical records <b class="any">ANYTIME</b>, <b class="any1">ANYWHERE!</b></h3></center>
<center><button>Join Us</button></center>
</div>
<a> <div class="about">
<h2><center>About Us</center></h2>
<p class="fp">MedBase is an online platform to maintain medical records of a patient. It runs on the IPFS - InterPlanetary File System protocol making it accessible even from a different planet!
It's website form allows all users to use our services irrespective of the device they are using.
</p>
<br>
<img src="1.png" alt="" class="first">
<p class="sp">Every registered user gets a unique 12 digit generated ID which can be used for accessing all the medical records of the person from birth till date from anywhere across the globe. </p>
<br>
<img src="3.png" alt="" class="second">
<p class="tp">Once uploaded the document cannot be removed: This ensures that a document cannot be duplicated but demands utmost caution of the uploader before uploading any document. </p>
<img src="13.png" alt="" class="third">
</div>
</a>
<div class="teams">
<h2><center>Our Team</center></h2>
<br>
<br>
<br>
<div class="raihan">
<img src="" alt="">
</div>
<div class="aritra"></div>
<div class="me"></div>
<div class="sayak"></div>
</div>
<div class="bottom">
<h5>©Zephyrus</h5>
</div>
</body>
</html>