-
Notifications
You must be signed in to change notification settings - Fork 1
/
help.html
146 lines (142 loc) · 6.95 KB
/
help.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
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="free game,gamebase,game base,free platform ,woc, iitism,IITISM,Tank ">
<meta name="author" content="Aman Kanojiya">
<title>Contact Us</title>
<link rel="icon" href="photos/logo.png">
<link rel="stylesheet" href="style/help.css">
<link rel="stylesheet" href="style/loader.css">
<link rel="stylesheet" href="style/nav.css">
</head>
<body>
<div class="preloader" id="preloader">
<div class="loader" id="loader"></div></div>
<div class="top">
<div class="first tilt" id="first_m">
<a href="about.html" class="hover_a">About Us</a>
<a href="help.html" class="hover_a"> Contact</a>
</div>
<a href="main.html"><img src="photos/logo.png" alt="" class="logo" id="logo_m"></a>
<div class="second tilt" id="second_m">
<div id="search_now" style="display: flex; cursor: pointer;">
<img src="photos/search.svg" class="search_icon">
<p class="hover_a">Search</p>
</div>
</div>
</div>
<!-- top if size is smaller then 850 px ------------------------------------>
<nav id="nav_ham" class="nav_ham">
<a href="main.html"><img src="photos/logo.png" alt="" class="logo" id="logo_m"></a>
<ul class="navlinks">
<li><a href="main.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="help.html">Contact</a></li>
<li id="search_now_ham"><div>Search</div></li>
</ul>
<div class="burger">
<div class="line1" draggable="true"></div>
<div class="line2" draggable="true"></div>
<div class="line3" draggable="true"></div>
</div>
</nav>
<!-- search-------------------------------------- -->
<div class="search" id="search">
<div class="search_text" id="search_text">
<img src="photos/search.svg" class="search_icon_inp" alt="" srcset="">
<input type="text" name="search" id="search_text_inp" class="search_text_inp" placeholder="Search">
</div>
<div class="search_res" id="search_res">
</div>
<div class="close_sea" id="close_sea">
<img src="photos/close.png" id="close_icon_inp" class="close_icon_inp" alt="" srcset="">
</div>
</div>
<div class="clip" id="social">
<a href="https://www.instagram.com/invites/contact/?i=vcd3ob07f347&utm_content=43fmjm3" class="link_social" target="_blank"><img src="photos/instagram.png" alt="" class="image_social"></a>
<a href="https://www.facebook.com/aman.kanojiya.792303" class="link_social" target="_blank"><img src="photos/facebook.png" alt="" class="image_social"></a>
<a href="https://www.linkedin.com/in/aman-kanojiya-782263188" class="link_social" target="_blank"><img src="photos/linkedin.png" alt="" class="image_social"></a>
</div>
<div class="main" id="main">
<div class="main_cont" id="main_cont">
<h1>Contact <span style="color:#00c535;">Us </span> </h1>
<div class="form" id="form">
<input type="text" name="name" id="name" class="input" placeholder="Name...">
<input type="email" name="email" id="email" class="input" placeholder="Email">
<input type="number" name="mob_no" id="mob_no" class="input" placeholder="Mobile No">
<label for="message">Type Your message</label>
<textarea type="message" name="message" id="message" cols="30" rows="10" class="input" placeholder="Message">Need Premium Subscription Pls help.</textarea>
<div id="submit" class="submit_btn">Submit</div>
</div>
</div>
</div>
</div>
<div class="main_admin" id="main_admin">
<table class="table">
<!-- <thead>
<tr>
<th>Name</th>
<th>Email</th>
<th>Mobile No</th>
<th>Message</th>
<th>Delete</th>
</tr>
</thead> -->
<!-- <tbody>
<tr>
<td class="name" data-lable="Name">Aman Kanojiya</td>
<td data-lable="Email">Aman.Kanojiya4203 @gmail.com</td>
<td data-lable="Monile No">7016624981</td>
<td class="message" data-lable="Message">This is a message Lorem ipsum dolor sit amet consectetur adipisicing elit. Eligendi quae soluta nihil accusamus molestias inventore blanditiis fugiat quia minima error?</td>
<td data-lable="Delete"><img src="photos/delete.png" alt="" class="image_edit_cont" onclick="delet_cont(this.id)" id="only_admin_icon_del_1"></td>
</tr>
</tbody> -->
</table>
</div>
<div id="logout_on" class="button" style=" background-color:#00c535; margin-bottom: 40px; color: white; cursor: pointer;" onclick="logout_l()">LOG OUT </div>
<div class="copyright_text">
<p class="copy_text">
Copyright © 2021 All rights reserved | This template is made by <a href="#" target="_blank">Aman Kanojiya</a></p>
</div>
</body>
<script src="js/vanilla-tilt.js"></script>
<!-- Insert these scripts at the bottom of the HTML, but before you use any Firebase services -->
<!-- Firebase App (the core Firebase SDK) is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-app.js"></script>
<!-- If you enabled Analytics in your project, add the Firebase SDK for Analytics -->
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-analytics.js"></script>
<!-- Add Firebase products that you want to use -->
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-firestore.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-database.js"></script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyBAxH0iNVGmQTxx0loEDchJEwrYi11geFY",
authDomain: "game-base-4203.firebaseapp.com",
projectId: "game-base-4203",
storageBucket: "game-base-4203.appspot.com",
messagingSenderId: "614367861461",
appId: "1:614367861461:web:1bf7c81c661a8632ffa05c",
measurementId: "G-FQ3C0PPKPQ"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
<script src="js/help.js"></script>
<script>
VanillaTilt.init(document.querySelectorAll(".tilt"), {
max: 10,
speed: 400,
glare:true,
"max-glare":0.6
});
</script>
<script src="js/search.js"></script>
<script src="js/loader.js"></script>
<script src="js/nav.js"></script>
</html>