-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact_success.html
109 lines (97 loc) · 3.36 KB
/
contact_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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Success: Tournament Hub</title>
<meta charset="UTF-8">
<meta name="description" content="We will contact you as soon as we can to solve your problem!!">
<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">
<h5>We have succesfull recieved your request! We will contact you soon...., till then explore our website!! </h5>
</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>