-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
195 lines (169 loc) · 4.73 KB
/
help.html
File metadata and controls
195 lines (169 loc) · 4.73 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home Page</title>
<link rel="stylesheet" href="/?originalUrl=https%3A%2F%2Fgithub.com%2F%26quot%3Bhttps%3A%2F%2Fcdn.jsdelivr.net%2Fnpm%2Fbulma%400.8.0%2Fcss%2Fbulma.min.css%26quot%3B%26gt%3B%253C%2Fdiv">
<script src="/?originalUrl=https%3A%2F%2Fgithub.com%2F%26quot%3Bhttps%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Fjquery%2F3.4.1%2Fjquery.min.js%26quot%3B%26gt%3B%26lt%3B%2Fscript%26gt%3B%253C%2Fdiv">
<script src="/?originalUrl=https%3A%2F%2Fgithub.com%2F%26quot%3Bhttps%3A%2F%2Fuse.fontawesome.com%2Freleases%2Fv5.3.1%2Fjs%2Fall.js%26quot%3B%26gt%3B%26lt%3B%2Fscript%26gt%3B%253C%2Fdiv">
<script type="text/javascript" src="/?originalUrl=https%3A%2F%2Fgithub.com%2F%26quot%3Bhttps%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Fjquery-cookie%2F1.4.1%2Fjquery.cookie.min.js%26quot%3B%26gt%3B%26lt%3B%2Fscript%26gt%3B%253C%2Fdiv">
<link href="/?originalUrl=https%3A%2F%2Fgithub.com%2F%26quot%3Bhttps%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DAcme%26amp%3Bdisplay%3Dswap%26quot%3B%2520rel%3D%26quot%3Bstylesheet%26quot%3B%26gt%3B%253C%2Fdiv">
<style type="text/css">
body {
margin: 0;
padding: 0;
}
.header {
position: absolute;
z-index: 1;
top: 40px;
left: 1rem;
}
.header h4 {
font-size: 20px;
color: #2c6d02;
font-weight: 600;
}
.container {
margin: 1rem;
}
.container h4 {
font-size: 20px;
}
header {
position: relative;
height: 220px;
background-image: linear-gradient(#6BF178, #6BF178);
border-bottom-left-radius: 50% 20%;
border-bottom-right-radius: 50% 20%;
}
header h4 {
padding: 1rem 0;
}
header span {
position: fixed;
left: 1rem;
top: 1rem;
color: #2c6d02;
}
.back {
position: fixed;
color: #2c6d02;
font-weight: 600;
display: block;
padding: 1rem;
width: 100%;
height: 60px;
background-image: linear-gradient(#6BF178, #6BF178);
border-bottom-left-radius: 50% 20%;
border-bottom-right-radius: 50% 20%;
z-index: 2;
}
.box {
box-shadow:
0 2.8px 2.2px rgba(0, 0, 0, 0.034),
0 6.7px 5.3px rgba(0, 0, 0, 0.048),
0 12.5px 10px rgba(0, 0, 0, 0.06),
0 22.3px 17.9px rgba(0, 0, 0, 0.072),
0 41.8px 33.4px rgba(0, 0, 0, 0.086),
0 100px 80px rgba(0, 0, 0, 0.12)
;
height: 45%;
width: 60%;
margin-left: 20%;
top: 160px;
background: white;
border-radius: 20px;
z-index: 111;
position: absolute;
}
header span {
position: fixed;
left: 1rem;
top: 1rem;
color: white;
}
.fa-chevron-left {
margin-right: 4px;
}
.para{
margin-top: 240px;
padding: 1rem;
}
.para p{
font-family: 'Acme', ;
font-size: 15px;
font-weight: bold;
color: black;
}
img{
border-radius: 50%;
}
.btn{
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 8px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-left: 1rem;
transition-duration: 0.4s;
}
.btn1 {
background-color: white;
color: black;
border: 2px solid #4CAF50;
}
.btn1:hover {
background-color: #4CAF50;
color: white;
}
.amt{
margin-top: 2px;
margin-left:1rem;
}
.pay{
margin-top: 5%;
margin-left:120px;
}
}
</style>
<script>
var curr=0,tot=0;
function calc(number){
//console.log(number);
// var y =document.getElementById('b2').value;
// var z =document.getElementById('b3').value;
// var w =document.getElementById('b4').value;
document.getElementById('amount').value = number;
}
</script>
</head>
<body>
<a href="/?originalUrl=https%3A%2F%2Fgithub.com%2F%26quot%3Bhome.html%26quot%3B%26gt%3B%26lt%3Bspan%2520class%3D%26quot%3Bback%26quot%3B%2520style%3D%26quot%3Bmargin%3A%25200%3B%26quot%3B%26gt%3B%26lt%3Bi%2520class%3D%26quot%3Bfas%2520fa-chevron-left%26quot%3B%2520style%3D%26quot%3Bmargin-right%3A%2520.4rem%26quot%3B%26gt%3B%26lt%3B%2Fi%26gt%3BBack%26lt%3B%2Fspan%26gt%3B%26lt%3B%2Fa%26gt%3B%253C%2Fdiv">
<header>
<div class="header">
<h4>Donate Us </h4>
</div>
</header>
<div class="box">
<div class="image"><img src="/?originalUrl=https%3A%2F%2Fgithub.com%2F%26quot%3B.%2Fimages%2Fdonate_trees.jpg%26quot%3B%2520alt%3D%26quot%3Bdonate%26quot%3B%26gt%3B%26lt%3B%2Fdiv%26gt%3B%253C%2Fdiv">
</div>
<div class="para">
<p>Be like a tree. Stay grounded. Connect with your roots.
Turn over a new leaf. Bend before you break. Enjoy your unique natural beauty. Keep growing.</p>
</div>
<div class="buttons">
<button class="btn btn1" onclick="calc(10)" id="b1">₹ 10</button>
<button class="btn btn1" onclick="calc(20)" id="b2">₹ 20</button>
<button class="btn btn1" onclick="calc(50)" id="b3">₹ 50</button>
<button class="btn btn1" onclick="calc(100)" id="b4">₹ 100</button>
</div>
<div class="amt">
<p style="font-weight: bold;">Total Amount : ₹<input type="number" id="amount"></p>
</div>
<div class="pay">
<button class="btn">Pay Amount</button>
</div>
</body>
</html>
You can’t perform that action at this time.