-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
59 lines (52 loc) · 2.83 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
54
55
56
57
58
59
<!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">
<title>OpenLedgers</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<link href='https://fonts.googleapis.com/css?family=Oxygen:400,300,700' rel='stylesheet' type='text/css'>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
</head>
<body>
<div class="bg text-center">
<!--Div for Centered Text & Input-->
<div class="centered">
<p class="firstLine"> D O N A T E . U S </p>
<p class="secondLine">Send To Us At Wallet Address - </p>
<<<<<<< HEAD
<p class="secondLine"><button type="button" class="btn btn-danger" id="connectWallet">Connect Wallet</button></p>
<p> <input class="InputStyle" id="name" placeholder="Now Enter, Full Name " style="font-family:Arial, FontAwesome" type="text"> </p>
<p><input class="InputStyle" id="donation" placeholder="Enter the amount to donate" style="font-family:Arial, FontAwesome" type="text"></p>
=======
<p class="secondLine"><button class="btn btn-danger enableEthereumButton">MetaMask - Click To Connect</button></p>
<p> <input class="InputStyle" placeholder="Now Enter, Full Name " style="font-family:Arial, FontAwesome" type="text"> </p>
<p><input class="InputStyle" placeholder="Enter the amount to donate" style="font-family:Arial, FontAwesome" type="text"></p>
>>>>>>> 3426b4694d05a115b3a94c3570e9331e5744cf53
<p><button type="submit" class="btn btn-primary">Submit</button></p>
</div>
<!--Div for bottom Icons-->
<div class="social-btn"> <a href="#" title="Facebook"><i class="fa fa-facebook"></i></a> <a href="#" title="Twitter"><i class="fa fa-twitter"></i></a>
</div>
</div>
<!-- jQuery (Bootstrap JS plugins depend on it) -->
<script src = "script.js"></script>
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
</body>
<script charset="utf-8"
src="https://cdn.ethers.io/scripts/ethers-v4.min.js"
type="text/javascript">
</script>
<script src="index.js"></script>
</html>
<!--browser-sync start --server --directory --files "**/*"-->
<!--Placehold.in to size image-->