-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathprofile.html
More file actions
281 lines (207 loc) · 8.05 KB
/
profile.html
File metadata and controls
281 lines (207 loc) · 8.05 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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<title>BTC/ETH</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:600" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:700" rel="stylesheet">
<link rel="stylesheet" href="css/jquery.mobile-1.4.2.min.css" />
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="js/jquery.mobile-1.4.2.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<!-- container-fluid -->
<div class="container-fluid">
<div class="row">
<div class="container">
<div class="move-right-position">
<div class="topnav" id="myTopnav">
<img src="image/logo2.png" class="img-responsive header-logo logo">
<a href="index.html" class="active"><i class="fa fa-home"></i> <span>Home </span></a>
<a href="dash.html"><i class="fa fa-user"></i> <span>Profile </span></a>
<a href="deposit.html"><i class="fa fa-credit-card"></i> <span>Deposit </span></a>
<a href=""><i class="fa fa-bank"></i> <span>Withdraw </span></a>
<a href="affiliate.html"><i class="fa fa-users"></i> <span>Affiliate </span></a>
<a href=""><i class="fa fa-sign-out"></i> <span>Logout </span></a>
<a href="javascript:void(0);" class="icon" onclick="myFunction2()">☰</a>
</div>
<div class="col-sm-12 col-xs-12 over-padd-btc">
<div class="col-sm-12 col-xs-12 no-padd live-rate-sec">
<h5 class="text-center dash-head">Profile</h5>
<form class="form-horizontal">
<fieldset>
<div class="col-sm-12 col-xs-12 over-padd-btc">
<div class="col-sm-12 col-xs-12 no-padd live-tools" style="background: #303030">
<h5 class="rate-head" style="text-align: center; background: #303030">Personal Information</h5>
<!-- FullName-->
<label class="col-md-4 control-label" for="Name (Full name)">Name (Full name)</label>
<div class="col-md-4 form-group text-center" style="width: 40%; margin: 0 auto;">
<input type="text" class="form-control" id="withdrawBTC" placeholder="Full Name">
</div>
<!-- Date of birth-->
<label class="col-md-4 control-label" for="Name (Full name)">Date Of Birth</label>
<div class="col-md-4 form-group text-center" style="width: 40%; margin: 0 auto;">
<input type="text" class="form-control" id="withdrawBTC" placeholder="DD/MM/YYYY">
</div>
<!-- City-->
<label class="col-md-4 control-label" for="Name (Full name)">City</label>
<div class="col-md-4 form-group text-center" style="width: 40%; margin: 0 auto;">
<input type="text" class="form-control" id="withdrawBTC" placeholder="City">
</div>
<!-- Address-->
<label class="col-md-4 control-label" for="Name (Full name)">Address</label>
<div class="col-md-4 form-group text-center" style="width: 40%; margin: 0 auto;">
<input type="text" class="form-control" id="withdrawBTC" placeholder="Address">
</div>
<!-- Buttons -->
<div class="form-group text-center">
<div class="col-md-12" style="margin-top: 20px;">
<a href="#" class="btn btn-success" style="color: #fff"> Submit</a>
<a href="#" class="btn btn-danger" style="color: #fff" value=""> Clear</a>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-xs-12 over-padd-btc" >
<div class="col-sm-12 col-xs-12 no-padd live-tools" style="background: #303030">
<h5 class="rate-head" style="text-align: center; background: #303030">New Password</h5>
<!-- Old Password-->
<label class="col-md-4 control-label" for="Name (Full name)">Old Password</label>
<div class="col-md-4 form-group text-center" style="width: 40%; margin: 0 auto;">
<input type="text" class="form-control" id="withdrawBTC" placeholder="Old Password">
</div>
<!-- New Password-->
<label class="col-md-4 control-label" for="Name (Full name)">New Password</label>
<div class="col-md-4 form-group text-center" style="width: 40%; margin: 0 auto;">
<input type="text" class="form-control" id="withdrawBTC" placeholder="New Password">
</div>
<!-- Retype New Password-->
<label class="col-md-4 control-label" for="Name (Full name)">Retype New Password</label>
<div class="col-md-4 form-group text-center" style="width: 40%; margin: 0 auto;">
<input type="text" class="form-control" id="withdrawBTC" placeholder="Retype New Password">
</div>
<!-- Buttons -->
<div class="form-group text-center">
<div class="col-md-12" style="margin-top: 20px;">
<a href="#" class="btn btn-success" style="color: #fff"> Submit</a>
<a href="#" class="btn btn-danger" style="color: #fff" value=""> Clear</a>
</div>
</div>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
<!-- jQuery Version 1.11.1 -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</div>
</div>
</div>
<!-- container-fluid -->
</body>
</html>
<script>
function copyToClipboard(element) {
var $temp = $("<input>");
$("body").append($temp);
$temp.val($(element).text()).select();
document.execCommand("copy");
$temp.remove();
}
</script>
<script>
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
</script>
<script type="text/javascript">
$(document).ready(function(){
$('.click-bar').click(function(){
$('.menu-header').slideToggle();
});
});
</script>
<script>
var rightJS = {
init: function(){
rightJS.Tags = document.querySelectorAll('.rightJS');
for(var i = 0; i < rightJS.Tags.length; i++){
rightJS.Tags[i].style.overflow = 'hidden';
}
rightJS.Tags = document.querySelectorAll('.rightJS div');
for(var i = 0; i < rightJS.Tags.length; i++){
rightJS.Tags[i].style.position = 'relative';
rightJS.Tags[i].style.right = '-'+rightJS.Tags[i].parentElement.offsetWidth+'px';
}
rightJS.loop();
},
loop: function(){
for(var i = 0; i < rightJS.Tags.length; i++){
var x = parseFloat(rightJS.Tags[i].style.right);
x ++;
var W = rightJS.Tags[i].parentElement.offsetWidth;
var w = rightJS.Tags[i].offsetWidth;
if((x/100) * W > w) x = -W;
rightJS.Tags[i].style.right = x + 'px';
}
requestAnimationFrame(this.loop.bind(this));
}
};
window.addEventListener('load',rightJS.init);
/* JQUERY */
$(function(){
var rightJQ = {
init: function(){
$('.rightJQ').css({
overflow: 'hidden'
});
rightJQ.loop();
},
loop: function(){
$('.rightJQ div').css({
position: 'relative',
right: '-100%'
}).animate({
right: '100%'
}, 15000, 'linear' );
setTimeout(rightJQ.loop, 15010);
}
};
rightJQ.init();
});
</script>
<script>
/* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */
function myFunction2() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>