-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (44 loc) · 1.74 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
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#20a097" />
<title>Pluto</title>
</head>
<body>
<section class="first">
<div class="logo">
<img src="./logo.png">
</div>
<div class="landhead">
<h1>
banking the <span>unbanked,</span>
<br /> ease <span>payments.</span>
</h1>
<p>
Intermediate payment service that uses U2F keys to expand accessibility and simplify the payment process for the unbanked.</p>
</div>
<img src="./u2f.png" alt="" srcset="" class="banner">
</section>
<section class="third">
<iframe style="width: 80%; margin: auto; display: block; " width="896" height="504" src="https://www.youtube.com/embed/hn-8C2g4U3g" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>
<section class="update"><span>UPDATE:</span> Keep an eye out for our first prototypes</section>
<section class="subscribe">
<form action="action_page.php">
<h2>Subscribe to our monthly newsletter</h2>
<div class="formb">
<div class="email" >
<input type="text" placeholder="Email address" name="mail" required>
</div>
<button>Subscribe</button>
</div>
</form>
<div class="copy">
© Pluto 2021
</div>
</section>
</body>
</html>