-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (52 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Homepage</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<section class="header-bg" id="home-banner">
<div class="inner">
<nav>
<h1>CoinPassport</h1>
<a href="verify.html">Start Verification ›</a>
</nav>
<article class="">
<p>Proof of Personhood<br>from your government ID</p>
</article>
<div id="passport-wrapper">
<div id="passport">
<span class="text2">Passport</span>
<img src="images/eth-diamond-rainbow.png" alt="Ethereum Diamond Rainbow Logo">
<span class="text3">Ethereum</span>
<div class="chip"> </div>
</div>
</div>
</div>
</section>
<section id="white-banner">
<article class="page">
<h2>Verify once, verified anywhere</h2>
<p>Tired of having to perform KYC checks at every website on which you transact?</p>
<p>Coinpassport publishes to your Ethereum (and EVM compatible) wallet account so it's accessible on any application.</p>
<a href="verify.html" class="button">Begin Verification</a>
</article>
</section>
<section id="grey-banner">
<article class="page">
<h2>Supply any government document</h2>
<p>Over 5000 types of ID from over 190 countries supported</p>
</article>
</section>
<footer>
<menu>
<li>© 2022</li>
<li><a href="index.html">Home</a></li>
<li><a href="#">Docs</a></li>
<li><a href="#">Privacy</a></li>
</menu>
</footer>
</body>
</html>