-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
349 lines (329 loc) · 20.8 KB
/
faq.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
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>FAQ's</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<script src="vendor/jquery/jquery.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="shortcut icon" href="img/favicon.ico">
<style>
body{
overflow-x: hidden
}
.container-fluid.c{
background-color: #cccccc;
}
.jumbotron{
background-color: transparent;
margin-bottom: 0px;
}
.heading{
padding-top: 20px;
padding-bottom: 20px;
}
.carousel-item{
background-color: #cccccc
}
.heading-nav{
padding-left: 30px;
}
nav.side-navbar.shrinked ul li.active > a {
color: #f40;
}
nav.side-navbar.shrinked ul li a:hover{
color: #f40
}
.top-left {
position: absolute;
float: left;
top: 50px;
left: 16px;
}
.container,
.container-fluid{
margin-left: 0px;
margin-right: 0px;
}
.hero-main{
/* background-color: #eef5f9; */
width: auto;
height: auto
}
h2{
font-size: 40px;
font-family: Century Gothic;
color: #000
}
p{
font-size: 20px;
font-family: helvetica;
color: #000
}
@media (max-width:768px){
p{
font-size: 18px;
}
}
</style>
</head>
<body>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light top-navbar" data-toggle="sticky-onscroll">
<div style="padding-left:15px;"><a href="index_main.html"><img src="home/icons/icon_logo.png" class="navbar-brand"></a></div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link" href="index_main.html" id="custom-navbar" role="button" aria-haspopup="true" aria-expanded="true">
HOME
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="about us.html" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
ABOUT US
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="about us.html">About Us</a>
<a class="dropdown-item" href="Terms and conditions.html">Terms & Conditions</a>
<a class="dropdown-item" href="contact.html">Contact Us</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="join as a teacher.html" id="navbarDropdown">
JOIN AS A TEACHER
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="free trial.html" id="navbarDropdown">
JOIN AS A STUDENT
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="Benefits.html" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
WHY TUTORY
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="Benefits.html">Benefits</a>
<a class="dropdown-item" href="faq.html">FAQ's</a>
</div>
</li>
<div class="d-flex align-items-center">
<button id="login" class="btn btn-outline-warning btn-sm ml-2"><a href="login-option.html" style="color:#000">LOGIN</a></button>
<button id="signup" class="btn btn-warning btn-sm ml-2"><a href="signup-option.html" style="color:#000">SIGNUP</a></button>
</div>
</ul>
</div>
</nav>
<div class="page-content d-flex align-items-stretch">
<nav class="side-navbar">
<!-- Sidebar Header-->
<div class="sidebar-header d-flex align-items-center">
<div class="title">
</div>
</div>
<!-- Sidebar Navidation Menus--><span class="heading-nav">MAIN</span>
<ul class="list-unstyled">
<li id="faq" class="active"><a href="faq.html"> <i class=""></i>FAQ's </a></li>
<!-- <li><a href="private policy.html"> <i class=""></i>PRIVATE POLICY </a></li> -->
<li id="terms"><a href="Terms and conditions.html"><i class=""></i>TERMS & CONDITIONS </a></li>
<li id="terms"><a href="contact.html"><i class=""></i>CONTACT US</a></li>
</ul>
</nav>
<div id="content" class="container-fluid c">
<div class="row">
<div id="text" class="jumbotron">
<h1 style="text-align:center">FAQ's</h1><br>
<p><h3>How long does it take to get listed on Tutory?</h3>
The process of getting listed on Tutory is extremely simple and quick. You just need to clear an online assessment and/or provide a teaching demo to our experts. On an average the entire process can be completed within a week's time.
<h3>What subjects are offered at Tutory?</h3>
A student can take up personalized online tuitions in Mathematics, Physics, Chemistry, Biology, English, Islamiyat, Urdu, Social Studies and Computer Science at Tutory.
<h3>How much does an average teacher earn on Tutory?</h3>
On an average, teachers earn more than PKR 30000 per month. Assuming a teacher devotes a minimum of 2 hours per day, he/she can easily earn between PKR 30000-40000 per month.
<h3>What if I am not able to teach for the initially committed duration?</h3>
At Tutory, you teach at your convenient time and/or at a time that is mutually convenient to you and your students. With the essential tools and features, you can adjust your availability to teach on Tutory anytime and be visible to a pool of students.
<h3>What are the basic requisites to conduct online tutoring sessions at Tutory?</h3>
As far as hardware is concerned, a laptop/desktop with good processing power, minimum of 4 GB RAM, broadband Internet connectivity (atleast 4 mbps) is required along with a digital pen tablet or stylus. Power backup definitely is an add-on in case your area has electricity issues. Rest, our Academic team takes care of all the training you need to kickstart your sessions on Tutory.
<h3>How much time do I need to spare to conduct online tutoring sessions?</h3>
Tutory is a highly flexible platform that will enable you to teach whenever you can. It all depends on your availability to teach online. However, a commitment of at least 2 hours per day between 4pm and 10 pm is a requisite.
<h3>Is computer proficiency a must to conduct these online sessions?</h3>
Yes, It is. Our Teacher Care team also conducts intensive trainings to help you deliver online sessions better at Tutory.
<h3>Will I be given any training to conduct these online sessions?</h3>
Yes, trainings are integral part of the on-boarding process for every new teacher at Tutory. Our Teacher Care team is always available for helping teachers with anything and everything they need.
<h3>Will I receive technical support if I face any issues during my sessions?</h3>
Most Definitely. We at Tutory are extremely sensitive about the wholesome experience of learning and teaching. Hence, our tech team is always available for immediate resolutions to any issues you face.
<h3>What is the frequency of payouts for Teachers?</h3>
Payouts are done on monthly basis. All payouts are released before 5th of every month to our Teachers.
<h3>Can I set my own price as a Teacher?</h3>
Definitely. You will have a complete flexibility to set your own teaching price as per the given standards and change the same periodically at Tutory.
<h3>Do I need to Pay anything to enroll as a Teacher?</h3>
No. There is no registration fee to be paid to Tutory for enrolling and getting listed as a Teacher.
<h3>Do I need to Sign any contract or bonds?</h3>
As we said, Tutory is a highly flexible platform. You teach at your convenient time, and hence you do not have to sign any contract or bond with us.
<h3>What are my responsibilities at Tutory as a Teacher?</h3>
We expect all our teachers to act as an end-to-end learning solution providers for the students. In simple words, the teacher understands the learning requirement of the student, creates the learning plan for the student, prepares the relevant content required for the sessions, shares tests and assignments, evaluates them to understand student progress and provides regular feedback on the same to students and parents.
<h3>I already have the digital Pen and Tablet. Can I use the Same?</h3>
Yes, our Teacher Care team will help you do a sanity check, if your tablet syncs well with our platform, you can use the same.
<h3>How can I create Content for handling my Sessions?</h3>
We will provide you with an LMS (learning management system) where you can create, curate, share and evaluate content based on your students requirements, understanding and progression pace.
<h3>What are the Demographics of Tutory teacher base?</h3>
We have a healthy mixture of male and female teachers from every corner of Pakistan. Majority of our teachers are from Islamabad and Rawalpindi.
</p>
</div>
</div>
</div>
</div>
</div>
<div id="footer" class="footer-section">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8">
<div class="row">
<div class="col-lg-3 col-sm-6">
<h3 class="footer-title">QUICK LINKS</h3>
<ul class="footer-link-ul">
<li>
<a id="home" href="index_main.html">Home</a>
</li>
<li>
<a id="aboutus" href="about us.html">About Us</a>
</li>
<li>
<a id="viewteacher" href="Select teacher.html">View Teachers</a>
</li>
<li>
<a id="signupasstudent" href="login-option.html">Sign up as a student</a>
</li>
<li>
<a id="becometeacher" href="join as a teacher.html">Become a Teacher</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-sm-6" style="visibility: hidden">
<h3 class="footer-title">Place Holder</h3>
<ul class="footer-link-ul">
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-sm-6" style="visibility: hidden">
<h3 class="footer-title">Place Holder</h3>
<ul class="footer-link-ul">
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-sm-6" style="visibility: hidden">
<h3 class="footer-title">Place Holder</h3>
<ul class="footer-link-ul">
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="footer-social-media d-flex">
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#">
<i class="fab fa-twitter"></i>
</a>
<a href="#">
<i class="fab fa-google-plus-g"></i>
</a>
</div>
<h4 class="phone-number">+92 300 833 440 1</h4>
<h5 class="email">[email protected]</h5>
<h5 class="url">www.tutory.pk</h5>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.9/jquery.lazy.min.js"></script>
<script src="vendor/popper.js/umd/popper.min.js"> </script>
<script>
jQuery(document).ready(function ($) {
$("img.lazy").Lazy();
});
</script>
<script>
// Sticky navbar
// =========================
$(document).ready(function () {
// Custom function which toggles between sticky class (is-sticky)
var stickyToggle = function (sticky, stickyWrapper, scrollElement) {
var stickyHeight = sticky.outerHeight();
var stickyTop = stickyWrapper.offset().top;
if (scrollElement.scrollTop() >= stickyTop) {
stickyWrapper.height(stickyHeight);
sticky.addClass("is-sticky");
}
else {
sticky.removeClass("is-sticky");
stickyWrapper.height('auto');
}
};
// Find all data-toggle="sticky-onscroll" elements
$('[data-toggle="sticky-onscroll"]').each(function () {
var sticky = $(this);
var stickyWrapper = $('<div>').addClass('sticky-wrapper'); // insert hidden element to maintain actual top offset on page
sticky.before(stickyWrapper);
sticky.addClass('sticky');
// Scroll & resize events
$(window).on('scroll.sticky-onscroll resize.sticky-onscroll', function () {
stickyToggle(sticky, stickyWrapper, $(this));
});
// On page load
stickyToggle(sticky, stickyWrapper, $(window));
});
});
</script>
</body>
</html>