-
Notifications
You must be signed in to change notification settings - Fork 1
/
success.html
137 lines (119 loc) · 4.75 KB
/
success.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Success : Tournament Hub</title>
<meta charset="UTF-8">
<meta name="description" content="One of the oldest hub that orgnises Players Unknown Battel Ground (PUBG) Games in Nepal">
<meta name="keywords" content="Pubg, game, tournament, orgnizers, Nepal, Birgunj">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.png" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section">
<div class="container">
<!-- logo -->
<a class="site-logo">
<img src="img/favicon.png" alt="Logo" height="45px" width="45px">
<font color = "white"> Tournament</font>
<font color = "#ffb320">Hub </font>
</a>
<div class="user-panel">
<a href="admin.html">Admin Login</a> / <a href="register.html">Register</a>
</div>
<!-- responsive -->
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
<!-- site menu -->
<nav class="main-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="review.html">Ongoing</a></li>
<li><a href="categories.html">Upcoming</a></li>
<li><a href="payment.html">Payment</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- Header section end -->
<section class="page-section community-page set-bg" data-setbg="img/community-bg.jpg">
<div class="community-warp spad">
<div class="container">
<ul class="community-post-list">
<li>
<div class="community-post">
<div class="author-avator set-bg" data-setbg="img/tournament/1.png"></div>
<div class="post-content">
<h2> <font color = "green">Succesfully Registered !!</font></h2><br>
<p>
You have succesfully registered for the our Lockdown Special Tournament. <br><br>
Now for the payment of Rs. 200, you need to contact our Payment Officer:<br><br>
Payment Officer : Ajeet Gupta<br>
Contact : +977 9886556588 <br><br>
<a href="tel:+9779886556588" class="site-btn">Call Us</a>
<a href="sms://+9779886556588?body=Hey%20I%20want%20to%20do%20payment%20for%20Lockdown%20special%20tounament%20can%20you%20help%20me!" class="site-btn">Message</a><br><br>
<a href="https://bit.ly/2Ustz0n" class="site-btn">Facebook</a>
<a href="https://bit.ly/2MHFD9I" class="site-btn">What'sApp</a> <br><br>
He will assist with you further for the payment.
</p>
<h5><br> Payment Options</h5>
<p>
We only accept payments from Esewa and Khalti. The details are given below;<br><br>
Recivers ID for Esewa/Khalti : 9812282570
</p>
<h5><br> Here's what happens next ?</h5>
<p>
After you call our Payment officer and compelete the payment you will recieve a confirmation call from our payment office and then your registeration will fully be compeleted.
We will send you the Room ID and Password in form of a ticket 30 Minutes befor the match starts. <br><br>
*Note : If your payment is not done you won't be provided with the Room ID and Password.
</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Footer section -->
<footer class="footer-section">
<div class="container">
<ul class="footer-menu">
<li><a href="index.html">Home</a></li>
<li><a href="review.html">Ongoing</a></li>
<li><a href="categories.html">Upcoming</a></li>
<li><a href="admin.html">Admin</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<p class="copyright">
Copyright © <script>document.write(new Date().getFullYear());</script> All rights reserved | This website is made by Haitomns Webpage
</p>
</div>
</footer>
<!-- Footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.marquee.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>