-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutoring.html
More file actions
214 lines (192 loc) · 7.91 KB
/
tutoring.html
File metadata and controls
214 lines (192 loc) · 7.91 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
---
layout: pages
---
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C4NP4XRMJF"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C4NP4XRMJF');
</script>
<section class="about section" style="margin-bottom: -50px;">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="block">
<img src="images/tutoring.png" alt="Img">
</div>
</div>
<div class="col-md-6">
<h1 class="font-title" style="text-align: left;">Free tutoring, wherever you are.</h1>
<div class="block">
<p>InterSTEM's team of dedicated tutors is offering academic assistance in math, sciences, and other subjects</p>
<p>All tutoring sessions will be held entirely online, completely free of charge. View current courses InterSTEM offers on our <u><a href="https://interstem.ml/" target="_blank">Modulus page!</a></u></p>
<br>
<a href="https://forms.gle/DuNeRKWxaL1fNkM1A" target="_blank" class="btn gradient-btn-filled" style="margin-bottom: 20px; border-radius: 15px;">Get Tutored</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfK0OOGbmBpFyO1bFfXJuzKDlATotWmvToAfXtXjRznT1XVww/viewform?usp=sf_link" target="_blank" class="btn gradient-btn__outlined" style="margin-bottom: 20px; border-radius: 15px;">Develop curriculum</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeeYAUSua78-8OpkW2wl84eOjLT0yRu4vBQ9-oJHIdztVX29w/viewform" target="_blank" class="btn gradient-btn__outlined" style="margin-bottom: 20px; border-radius: 15px;">Be a Tutor</a>
</div>
<br/>
</div>
</div>
</div>
</section>
<section class="about-feature bg-dark section dark-service" style="background-color: rgb(51, 51, 51);">
<div class="container" style="margin-top: -90px;">
<div class="row">
<div class="col-md-12">
<div class="title">
<h2>Subjects We Tutor</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-1">
<div class="service-item">
<i class="ion-ios-infinite"></i>
<span style="color: white;">
<h4>Mathematics</h4>
<p style="color: white;">Alebra I/II</p>
<p style="color: white;">Geometry</p>
<p style="color: white;">Precalculus</p>
<p style="color: white;">Calculus I/II/III</p>
<p style="color: white;">Discrete Mathematics</p>
</span>
</div>
</div>
<div class="col-md-2 tutor-subject">
<div class="service-item">
<i class="ion-planet"></i>
<h4>Physical Sciences</h4>
<p style="color: white;">AP Physics 1/2</p>
<p style="color: white;">AP Physics C</p>
<p style="color: white;">Classical Mechanics</p>
<p style="color: white;">Cosmology</p>
<p style="color: white;">F=ma Exam Prep</p>
</div>
</div>
<div class="col-md-2 tutor-subject">
<div class="service-item">
<i class="ion-leaf"></i>
<h4>Life Sciences</h4>
<p style="color: white;">AP Biology</p>
<p style="color: white;">AP Chemistry</p>
<p style="color: white;">Celluar Biology</p>
<p style="color: white;">Genetics & Evolution</p>
<p style="color: white;">Intro to Neuroscience</p>
</div>
</div>
<div class="col-md-2 tutor-subject">
<div class="service-item">
<i class="ion-code"></i>
<h4>Technology</h4>
<p style="color: white;">AP CS A (Java)</p>
<p style="color: white;">Web Development</p>
<p style="color: white;">Data Science</p>
<p style="color: white;">Cryptography</p>
<p style="color: white;">ITF+ Prep (Cybersecurity)</p>
</div>
</div>
<div class="col-md-2">
<div class="service-item">
<i class="ion-bookmark"></i>
<h4>Test prep</h4>
<p style="color: white;">SAT</p>
<p style="color: white;">MathCounts / AMC 8</p>
<p style="color: white;">AMC 10 / 12</p>
</div>
</div>
</div>
</div>
</section>
<section class="about section" style="margin-bottom: -50px;">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="container">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<!--
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol> -->
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<center>
<h2>George Washington</h2>
<p>SAMPLE PERSON. First President of the United States</p>
<p>AP United States Government and Politics: 5</p>
<p>AP Comparative Government and Politics: 5</p>
</center>
</div>
<div class="item">
<center>
<h2>Adam Smith</h2>
<p>SAMPLE PERSON. Economist</p>
<p>AP Macroeconomics: 5</p>
<p>AP Microeconomics: 5</p>
</center>
</div>
<div class="item">
<center>
<h2>Claude Debussy</h2>
<p>SAMPLE PERSON. Composer</p>
<p>AP Music Theory: 5</p>
<p>Baccalauréat: 20</p>
</center>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev" style="background-color: black; height: 65px;">
<h3>Previous</h3>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next" style="background-color: black; height: 65px;">
<h3>Next</h3>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="testimonial section-sm" style="margin-top: -50px; margin-bottom: 70px;">
<div class="container">
<div class="row faq">
<h1 style="font-size: 38px" class="font-title">Frequently Asked Questions</h1>
<br />
<details>
<summary>How do I sign up?</summary>
<p>Please fill out this <u><a href="https://docs.google.com/forms/d/e/1FAIpQLSeIlPvGNY90R3FJAXpDTuHCI4VCrqrI5jD7nXhsvOVkAO5Ulg/viewform">form</a></u> to get tutored! If you have any questions or concerns, please send us a message <a href="mailto:interstemtutoring@gmail.com">here</a></p>
</details>
<details>
<summary>Are InterSTEM's tutoring services free?</summary>
<p>Yes, our tutoring service is completely free of charge!</p>
</details>
<details>
<summary>Where will the tutoring take place?</summary>
<p>Students will engage in one-on-one lessons with a tutor through Zoom, and material will be posted on Modulus. If you have a quick question about a topic that
you need help on, you can ask inside general homework-help channel on our Discord server.</p>
</details>
<details>
<summary>How many lessons make up a course?</summary>
<p>It depends on a specific course that you wish to take, but it usually ranges from 8 to 10 lessons.</p>
</details>
<details>
<summary>How can I become a tutor myself?</summary>
<p>If you have a specific course or topic that you wish to tutor, you can fill out this <u><a href="https://docs.google.com/forms/d/e/1FAIpQLSeeYAUSua78-8OpkW2wl84eOjLT0yRu4vBQ9-oJHIdztVX29w/viewform" target="_blank">form</a></u>
first, and go through an interview with our Chief Development Officer. Once you are approved, you will work with curriculum developers to
develope a full curriculum for the course. You will be notified when a student requests for the course, then you will be paired with the student
to begin your tutoring.
</p>
</details>
</div>
</div>
</section>
</head>