forked from XinFinOrg/Official-XinFinOrg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.php
75 lines (63 loc) · 3.49 KB
/
contact-us.php
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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Welcome to XDC official Wallet.Secure and easiest way to Store XDC.">
<link rel="icon" href="assets/images/favicon.ico">
<title>XDC Official Wallet | Blockchain Technology Company- XinFin</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Fontawesome CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<!-- CSS styles -->
<link rel="stylesheet" type="text/css" href="assets/css/ewallet-style.css">
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="contact-us"><img src="assets/images/logo.png" class="img-responsive" width="60"></a>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="ewallet"><i class="fa fa-home" aria-hidden="true"></i> Home</a></li>
<li><a href="sign-in"><i class="fa fa-lock" aria-hidden="true"></i> Sign In</a></li>
<li><a href="contact-us"><i class="fa fa-phone" aria-hidden="true"></i> Contact Us</a></li>
</ul>
</div>
</nav>
<section id="ewallet">
<div class="home-form contactus-form">
<form action="" id="ewalletform" class="ewalletform" name="ewalletform">
<input type="text" name="name" id="name" class="form-control name" placeholder="Name" required>
<input type="text" name="email" id="email" class="form-control email" placeholder="Contact Email" required>
<textarea cols="30" rows="3" name="support" id="support" class="form-control support" placeholder="Support Request detail"></textarea>
<span id="mainCaptcha">w u j z H v e</span>
<input type="text" name="captcha" id="captcha" class="form-control captcha" placeholder="Enter text written above" required>
<input type="submit" name="submit" id="home-btn" class="home-btn" value="Submit">
</form>
</div>
<div class="ewallet-footer">
<p><a href="https://ewallet.xinfin.org/user-logged" target="_blank">Home</a> |
<a href="https://ewallet.xinfin.org/buy-xdc" target="_blank">Buy XDC</a> |
<a href="https://ewallet.xinfin.org/send-xdc" target="_blank">Send XDC</a> |
<a href="https://ewallet.xinfin.org/setting" target="_blank">Setting</a> |
<a href="https://ewallet.xinfin.org/kyc" target="_blank">KYC</a> |
<a href="https://ewallet.xinfin.org/support" target="_blank">Support</a>
</p>
<div class="footer-copyrights">
<p>WARNING: This wallet is only compatible with the latest version of Safari and Chrome. © 2017 xinfin.org Foundation. All rights reserved.</p>
</div>
</div>
</section>
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script>
//console.log(target);
var activeUrl = localStorage.getItem("currentUrl");
$('.nav.navbar-nav li:nth-child(3)').addClass('active');
</script>
</body>
</html>