-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfaq.php
More file actions
253 lines (195 loc) · 11 KB
/
faq.php
File metadata and controls
253 lines (195 loc) · 11 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
<?php
include "connection.php";
session_start();
$flag = 1;
if(isset($_SESSION["status"]) && $_SESSION["status"] == "Active"){
$flag = 0;
}
?>
<?php
if(isset($_SESSION["supp"])){
?>
<script>
alert("Query submitted!");
</script>
<?php
unset($_SESSION['supp']);
}
?>
<!DOCTYPE html>
<html lang="en" style="scroll-behavior: smooth">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700" rel="stylesheet">
<title>FAQ</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!--
Ramayana CSS Template
https://templatemo.com/tm-529-ramayana
-->
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-style.css">
<link rel="stylesheet" href="assets/css/owl.css">
</head>
<body class="is-preload" style="background-image: url(mountain.jpg);background-attachment: fixed;">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner" style="opacity:0.7">
<!-- Header -->
<header id="header">
<div class="logo">
<a href="index.php">TIDBITS</a>
</div>
</header>
<!-- Page Heading -->
<div class="page-heading" >
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<h1 style="text-align:center">FAQ</h1>
</div>
</div>
</div>
</div>
<!-- Tables -->
<section class="tables" style="background-color:rgb(164, 54, 149);padding:40px;opacity:1">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2 style="text-align:center; color:snow"> FREQUENTLY ASKED QUESTIONS</h2>
<button class="accordion">How does this site work?</button>
<div class="panel" style="padding-top:10px;padding-bottom:10px">
Well, it's pretty easy. You enter a blog for the world to see....and we? We post it! Tidbits is a great platform to show the world your writing skills, it may open a new oppurtunity for you in your professional life, who knows!
</div>
<button class="accordion">What is a blog?</button>
<div class="panel" style="padding-top:10px;padding-bottom:10px">
A blog is an informal, diary like entry in a conversational style. It can be made by an individual or a group of individual documenting their lives or their work. It's a great way of sharing your insights and thoughts with the world.
</div>
<button class="accordion">What can I blog about?</button>
<div class="panel" style="padding-top:10px;padding-bottom:10px">
Well, the possibilities are endless. You can blog about basically anything ranging from philosophy to tech related stuff, we'll publish it all for you.
</div>
<button class="accordion">How do I start?</button>
<div class="panel" style="padding-top:10px;padding-bottom:10px">
Again, it's pretty easy. Just signup with your email, go ahead to the 'Write Blogs' page.... and there we've got everything to get you started, just type in your heading and get started with your blog. You can even use basic html snippets to customize your blog to look a bit extra fancy.
</div>
<button class="accordion">I've got more questions...</button>
<div class="panel" style="padding-top:10px;padding-bottom:10px">
Got something in your mind that's not listed? Go ahead and type your query in the box below along with your name and email.... we'll get to you ASAP!
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Forms -->
<section class="forms">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2 style="text-align:center"> HELP AND SUPPORT</h2>
</div>
<h4 style="text-align:center"> ENTER YOUR QUERIES BELOW </h4>
<br><br>
<form id="contact" action="Support/support.php" method="post">
<div class="col-md-12">
<fieldset>
<input name="name" type="text" class="form-control" id="name" placeholder="Your name..." required="">
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<input name="email" type="text" class="form-control" id="email" placeholder="Your email..." required="">
</fieldset>
</div>
<div class="col-12">
<textarea name="query" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
<div class="col-md-12">
<button type="submit" id="form-submit" class="button">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar" style="opacity:0.85">
<div class="inner">
<!-- Search Box -->
<!-- Search Box -->
<nav>
<ul>
<h1 style="color:snow;margin-left:-45px;margin-top:30px" >
<?php
if(isset($_SESSION["user"])) {
$dispname = $_SESSION["user"];
echo "$dispname";
}
else
echo "Guest";
?>
</h1>
</ul>
</nav>
<!-- Menu -->
<nav id="menu">
<ul>
<li><a href="index.php">HOME</a></li>
<li><a href="view_blogs.php">VIEW BLOGS</a></li>
<li><a href="faq.php">FAQ</a></li>
<?php if($flag == 0){
?>
<li>
<a href="wb.php">WRITE BLOG</a>
</li>
<?php } ?>
<?php if($flag == 0){
?><li><a href="myacc.php">MY ACCOUNT</a></li> <li><a href="/Login/logoutmech.php"> LOGOUT</a></li><?php }
else if($flag == 1){
?><li><a href="/Login/login.php">LOGIN/REGISTER</a></li><?php } ?>
</ul>
</nav>
<!-- CONTACT US -->
<div class="featured-posts">
<div class="heading">
<h1 style="text-align:center;color:snow;font-size:30px">CONTACT US</h1><hr />
</div>
<p style="font-size:20px">Creators' Names</p>
<p style="font-size:12px">Abhishek Purty - IT k19</p><p style="font-size:12px">Amman Mohit Minz - Prod k19</p><p style="font-size:12px">Justin Arpit Indwar - ECE k19</p><p style="font-size:12px">Anirban Aditya Halder - ECE k19</p><hr />
<p style="font-size:20px">Phone/Whatsapp</p>
<p style="font-size:12px">+91 7544894946</p><p style="font-size:12px">+91 9650698089</p><p style="font-size:12px">+91 9905399111</p><p style="font-size:12px">+91 9971380184</p><hr />
</div>
</div>
</div>
</div>
<!-- Scripts -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/accordion.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/transition.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/custom.js"></script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="/__/firebase/8.0.1/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="/__/firebase/8.0.1/firebase-analytics.js"></script>
<!-- Initialize Firebase -->
<script src="/__/firebase/init.js"></script>
</body>
</html>