-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-course.html
More file actions
392 lines (331 loc) · 16.7 KB
/
Copy pathpython-course.html
File metadata and controls
392 lines (331 loc) · 16.7 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
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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Let's Code: Python Course</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link rel="icon" href="assets/img/logo.png">
<link href="assets/img/logo.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent py-5">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<div class="together">
<a href="index.html"><img src="assets/img/logo.png" alt="logo" class="img-fluid"></a>
<h1><a href="index.html"><span>HomeworkHub</span></a></h1>
</div>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a href="/index.html">Home</a></li>
<!-- <li><a href="#function">Students</a></li> -->
<li class="dropdown"><a href="index.html#function"><span>Students</span> <i
class="bi bi-chevron-down"></i></a>
<ul>
<li><a
href="https://docs.google.com/forms/d/e/1FAIpQLSeCJdNKBQHUi_8bKE3GW6stMa2GuQe3DyfDc2KEGRVBNjufFg/viewform?embedded=true">Register</a>
</li>
<li><a href="/university-panel.html">University Info Panels</a>
</ul>
<ul>
<li><a
href="https://docs.google.com/forms/d/e/1FAIpQLSeCJdNKBQHUi_8bKE3GW6stMa2GuQe3DyfDc2KEGRVBNjufFg/viewform?embedded=true">Register</a>
</li>
<li><a href="/refugee.html">Refugee Info</a>
</ul>
</li>
<li class="dropdown"><a href="/volunteer.html"><span>Volunteers</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a
href="https://docs.google.com/forms/d/e/1FAIpQLSecAWrA9XmRFuKeeElm8SS5E09MsU5nLyrujhs0FRg2w1Glnw/viewform">Register</a>
</li>
<li><a href="volunteer.html">Volunteer Info</a>
</li>
</li>
</ul>
</li>
<li class="dropdown"><a href="index.html#events"><span>Events</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li>
<a href="/university-panel.html">University Info Panels</a>
</li>
<li>
<a href="/python-course.html">Let's Code: Python in 8 Weeks</a>
</li>
</ul>
<li class="dropdown"><a href="#"><span>Our Community</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="team.html">Our High School Team</a></li>
<li><a href="board-of-directors.html">Our Board of Directors</a></li>
<li><a href="index.html#donors">Our Partners</a></li>
<li><a href="index.html#news">Our Features</a></li>
</ul>
<li><a href="index.html#real-testimonials">Testimonials</a></li>
<li><a href="index.html#donations">Donate</a></li>
<!-- <li><div id="goofgle_translate_element"></div></li -->
<!-- <li class="dropdown"><a href="#"><span>Translate</span><i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="index.html">French</a></li>
</ul>
</li> -->
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element');
}
</script>
<script type="text/javascript"
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7 pt-5 pt-lg-0 order-2 order-lg-1 d-flex align-items-center">
<div data-aos="zoom-out">
<h1>HomeworkHub’s <span>Let's Code: Python in 8 Weeks!</span></h1>
<!-- <h2>We help our community</h2> -->
<!-- <div class="text-center text-lg-start">
<a href="#about" class="btn-get-started scrollto">Learn More</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSecAWrA9XmRFuKeeElm8SS5E09MsU5nLyrujhs0FRg2w1Glnw/viewform"
class="btn-get-started scrollto">Become a Volunteer</a>
</div> -->
</div>
</div>
<div class="col-lg-4 order-1 order-lg-2 hero-img mt-3" data-aos="zoom-out" data-aos-delay="300">
<img
src="https://images.unsplash.com/photo-1584697964156-deca98e4439d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1171&q=80"
class="img-fluid animated rounded" alt="">
</div>
</div>
</div>
<svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
</defs>
<g class="wave1">
<use xlink:href="#wave-path" x="50" y="3" fill="rgba(255,255,255, .1)">
</g>
<g class="wave2">
<use xlink:href="#wave-path" x="50" y="0" fill="rgba(255,255,255, .2)">
</g>
<g class="wave3">
<use xlink:href="#wave-path" x="50" y="9" fill="#fff">
</g>
</svg>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Information Section ======= -->
<section id="about" class="about">
<div class="container-fluid">
<div class="row">
<!-- <div class="col-xl-5 col-lg-6 video-box d-flex justify-content-center align-items-stretch" data-aos="fade-right">
<a href="https://www.youtube.com/watch?v=jDDaplaOz7Q" class="venobox play-btn mb-4" data-vbtype="video" data-autoplay="true"></a>
</div> -->
<div class="d-flex flex-row align-items-center flex-wrap" style="margin: 20px;">
<div class="col-8 col-lg-8 icon-boxes d-flex flex-column py-5 px-lg-5 justify-content-center"
data-aos="fade-left">
<h3>What is Let's Code?</h3>
<p>HomeworkHub is happy to introduce <b>Let's Code: Python in 8 Weeks</b>, an engaging and interactive summer coding course
taught by <b>UW Computer Science students</b> designed to introduce students in grades 4 to 8 to the fundamentals of
Python programming. With the increasing importance of technology in our lives, learning to code has become a valuable
skill for students of all ages.
The details of the program are as listed below:
<ul class="check-list">
<li>Cost: $20 per session</li>
<li>Reduced cost for students in need including refugee and low-income students
(Please reach out to us through email or a phone call)</li>
<li>Frequency: Once a week, for a total of 8 classes</li>
<li>Duration: 90 minutes per session, including a 10-15 minute break</li>
<li>Age Category: Students in grades 4 to 8</li>
<li>Curriculum: Full Python introduction, approved by a Software Engineer with 30+ years of industry experience!</li>
<li>Instructors: Courses will be taught by a University of Waterloo Computer Science student alongside a qualified
high-school assistant tutor from HomeworkHub!</li>
</ul>
Python is a beginner-friendly programming language known for its simplicity and versatility, making it an ideal choice for
young learners to develop problem-solving and critical thinking skills. This program is an excellent opportunity for
students to explore the world of coding in a fun and supportive environment!
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSftP-5hTcQqV_VyGbMqHMkGRgp4I5zYhYxlVD69fVt-mMHhUQ/viewform">
<button class="reg mb-5">Register Here!</button>
</a>
<!-- <button
style="background-color: #EACC0D; outline: none; border: none; border-radius: 10px; padding: 10px;"><a
href="https://docs.google.com/forms/d/e/1FAIpQLSeCJdNKBQHUi_8bKE3GW6stMa2GuQe3DyfDc2KEGRVBNjufFg/viewform?embedded=true"
class="text-white">Register
Now as a
Student</a></button> -->
</div>
<img data-aos="fade-down" src="./assets/img/gallery/LetsCodePoster.PNG" alt="refugee image 2" srcset=""
class="img-fluid rounded-3" width="400">
</div>
</section>
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container px-4">
<div class="section-title" data-aos="fade-up">
<h2>Contact</h2>
<p>Contact Us</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right" data-aos-delay="100">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>Ontario, Canada</p>
</div>
<div class="email">
<a href="mailto:info@homeworkhubtutoring.ca"><i class="bi bi-envelope"></i></a>
<h4>Email:</h4>
<a href="mailto:info@homeworkhubtutoring.ca">
<p>info@homeworkhubtutoring.ca</p>
</a>
</div>
<div class="phone">
<a href="tel:+19176603871"><i class="bi bi-phone"></i></a>
<h4>Call:</h4>
<p>+1 917 660 3871</p>
</div>
</div>
</div>
</div>
<!-- <div class="col-lg-8 mt-5 mt-lg-0" data-aos="fade-left" data-aos-delay="200">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>-->
</section>
<!-- End Contact Section -->
</main><!-- End #main -->
<div style="margin-top: -50px;" id="google_translate_element"></div>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 me-5">
<div class="footer-info rounded-pill">
<h3>HomeworkHub</h3>
<p class="pb-3"><em>Let's learn and teach together!</em></p>
<p>
Ontario, Canada
<br>
<strong>Phone:</strong> +1 917 660 3871<br>
<strong>Email:</strong> <a href="mailto:info@homeworkhubtutoring.ca">info@homeworkhubtutoring.ca</a><br>
</p>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links:</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#about">About Us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#pricing">Courses</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#pricing">Contact</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="code-of-conduct.html">Student & Tutor Code of Conduct</a>
</li>
<!-- <li><i class="bx bx-chevron-right"></i> <a href="">Terms of service</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="">Privacy policy</a></li> -->
</ul>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Register and/or Donate:</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a
href=https://docs.google.com/forms/d/e/1FAIpQLSeCJdNKBQHUi_8bKE3GW6stMa2GuQe3DyfDc2KEGRVBNjufFg/viewform?embedded=true">Student
Registration</a></li>
<li><i class="bx bx-chevron-right"></i> <a
href="https://docs.google.com/forms/d/e/1FAIpQLSecAWrA9XmRFuKeeElm8SS5E09MsU5nLyrujhs0FRg2w1Glnw/viewform">Tutor
Registration</a></li>
<li><i class="bx bx-chevron-right"></i> <a
href="https://www.paypal.com/donate?business=DRPWCU5CZ3J5J&currency_code=CAD">Make a Donation</a>
</li>
</ul>
</div>
<div class="col footer-newsletter">
<h4>Social Networks:</h4>
<ul>
<li><i class="bx bxl-instagram"></i> <a href="https://www.instagram.com/hh.tutoring/">Instagram</a></li>
<li><i class="bx bxl-facebook"></i> <a href="#">Facebook</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>HomeworkHub</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> and Developed by <a
href="mailto:mariyatur27@gmail.com">Mariya Turetska</a> and <a
href="https://www.linkedin.com/in/andytubeee">Andrew Yang</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<script type="text/javascript" src="./assets/js/translate.js"></script>
<script type="text/javascript"
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>