-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnect wallet.html
69 lines (69 loc) · 3.3 KB
/
connect wallet.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
<!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">
<title>connect wallet</title>
<link rel="stylesheet" href="./styles/reset.css">
<link rel="stylesheet" href="./styles/connect wallet.css">
<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=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<main>
<div class="container1">
<a href="index.html" class="logo-brand">
<img src="./img/logo.svg" alt="logo" class="logo">
</a>
<div class="container1-box">
<div class="container1-content-box">
<h2 class="container1-title">Connect wallet.</h2>
<div class="box">
<img class="strelochka" src="./img/Group 2.svg" alt="strelochka">
</div>
</div>
<p class="container1-text">Choose how you want to connect. There are <br> several wallet providers.</p>
</div>
</div>
<div class="container2">
<div class="container2-box">
<h2 class="container2-box-title">Choose the wallet</h2>
<div class="container2-box-list">
<p class="container2-box-Ethereum">Ethereum</p>
<p class="container2-box-Flow">Flow</p>
<p class="container2-box-Solana">Solana</p>
<p class="container2-box-Polygon">Polygon</p>
</div>
<div class="wallet-icon-container">
<div class="wallet-icon-box1">
<img class="wallet-icon" src="./img/wallet icon.png" alt="wallet-icon">
<p class="wallet-icon-text">MetaMask</p>
</div>
<div class="wallet-icon-box2">
<img class="wallet-icon2" src="./img/wallet-icon2.png" alt="wallet-icon">
<p class="wallet-icon2-text">WalletConnect</p>
</div>
<div class="wallet-icon3-box1">
<img class="wallet-icon3" src="./img/wallet icon3.png" alt="wallet-icon">
<p class="wallet-icon3-text">Coinbase Wallet</p>
</div>
<div class="wallet-icon4-box1">
<img class="wallet-icon4" src="./img/wallet icon4.png" alt="wallet-icon">
<p class="wallet-icon4-text">MyEtherWallet</p>
</div>
</div>
<div class="container2-box-placeholder">
<img class="container2-placeholder" src="./img/placeholder.png" alt="placeholder">
<p class="container2-text">Scan to connect</p>
</div>
<div class="last-container">
<p class="last-container-text1">We use 🍪 cookies for better experience</p>
<p class="last-container-text2">Accept</p>
</div>
</div>
</div>
</main>
</body>
</html>