-
Notifications
You must be signed in to change notification settings - Fork 1
/
faqs.html
106 lines (95 loc) · 5.69 KB
/
faqs.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
<!DOCTYPE HTML>
<html>
<head>
<title>FAQS-Queens 24/7 Prep</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel='icon' href='images/favicon.png' type='image/x-icon'/ >
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Queens 24/7 Prep</a> </h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about_us.html">About Us</a></li>
<li>
<a href="#" class="icon solid fa-angle-down">More Info</a>
<ul>
<li><a href="be_a_tutor.html">Become a Tutor</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
<li><a href="signup.html" class="button">Sign Up</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="container">
<header>
<h2>Frequently Asked Questions</h2>
</header>
<div class="box">
<span class="image featured"><img src="images/faq_picture.png" alt="FAQs" /></span>
<ol>
<li> <b> Are your tutors qualified? </b>
<p> Yes! All of our tutors are esteemed high school students (or recent high school graduates), almost all of whom have had experience tutoring students before. Here is our <a href="about_us.html">About Us page</a> to read about us. If you would like to hear more about us, feel free to reach out to any of us by email or on Discord. </p>
</li>
<li > <b>How much do we have to pay for one-on-one tutoring?</b>
<p> Nothing! One-on-one tutoring sessions are absolutely free, as long as you schedule a session on our <a href = "https://docs.google.com/forms/d/e/1FAIpQLSfyg9MbQQitFwouEFxI85VqV5ZcmsPC9RxeDini-1v01FugZA/viewform" target="_blank"> Google Form</a>. </p>
</li>
<li> <b> How can we communicate with the tutors?</b>
<p>Almost all communication will be done through Discord. Tutors will host one-on-one tutoring sessions, post resources and assignments, and answer any questions through Discord, so make sure you join our Discord server!</p>
</li>
<li> <b> What is Discord?</b>
<p> Discord is a messaging and voice calling platform that is designed for easy communication for communities. Our Discord server will have tutors available 24/7, text channels for advice or homework problems, and voice calls for private tutoring sessions. Join <a href = "https://discord.gg/2HjjsEA" target="_blank"> here! </a></p>
</li>
<li> <b>What kind of resources will you be providing?</b>
<p>Generally, tutors will assist students with their school assignments and answer any specific questions they might have, but we will also be posting test prep material, study guides, and other useful resources in the Discord server as well. We have currently made an SHSAT program and will be expanding on a SAT one. </p>
</li>
<li> <b>Will tutoring continue after the 2020-2021 school year starts? </b>
<p>Yep, that’s the plan. We will continue online tutoring through Discord, but depending on the status of the COVID-19 pandemic, we hope to even be able to meet in person.</p>
</li>
<li> <b>How many tutors are there?</b>
<p>Upon launch, we have four tutors who started the program. However, we will be expanding our tutoring network very quickly and very soon.</p>
</li>
<li> <b>Can I sign up to be a tutor?</b>
<p>Yes! We are actively recruiting tutors right now, so as long as you’re over 16, you can apply to be a tutor on the <a href = "be_a_tutor.html">Tutor Signup page </a>which will lead to our <a href = "https://forms.gle/8fQT3koSSxinZXVS8" target="_blank"> Google Form.</a> One of our tutors will review your application and get back to you as soon as possible.</p>
</li>
<li> <b>What if I have a problem with one of my tutors? </b>
<p>We hope that there won’t be any problems between any of our students and tutors, but if this is the case, please email us at <a href = "mailto: [email protected] "> [email protected] </a> and we will sort the issue out. </p>
</li>
</ol>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<p> [email protected]</p>
<ul class="icons">
<li><a href="https://www.facebook.com/Queens-247-Prep-103384974793523" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/Nyu10/queens247prep" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
<ul class="copyright">
<li>© Queens 24/7 Prep. All rights reserved.</li>
</ul>
</footer>
<div style= "position:fixed; bottom:0; width:100%; height:35px; background:rgb(233,223,220); text-align: center ">
<p style="padding-right: 5px; padding-left: 5px;">
<strong> We have reopened our one-on-one tutoring form for tutoring during the school year. We will be matching tutors to students soon, so sign up as soon as possible! </strong>
</p>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>