-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmath.html
317 lines (306 loc) · 17.7 KB
/
math.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
<!--
=========================================================
* Argon Design System - v1.2.2
=========================================================
* Product Page: https://www.creative-tim.com/product/argon-design-system
* Copyright 2020 Creative Tim (https://www.creative-tim.com)
Coded by www.creative-tim.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/apple-icon.png" />
<link rel="icon" type="image/png" href="./assets/img/brand/SquareLogo.PNG" />
<title>The STEAM Org</title>
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet" />
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet" />
<!-- Nucleo Icons -->
<link href="./assets/css/nucleo-icons.css" rel="stylesheet" />
<link href="./assets/css/nucleo-svg.css" rel="stylesheet" />
<!-- Font Awesome Icons -->
<link href="./assets/css/font-awesome.css" rel="stylesheet" />
<link href="./assets/css/nucleo-svg.css" rel="stylesheet" />
<!-- CSS Files -->
<link href="./assets/css/argon-design-system.css?v=1.2.2" rel="stylesheet" />
</head>
<body class="index-page">
<!-- Navbar -->
<nav id="navbar-main" class="navbar navbar-main navbar-expand-lg bg-white navbar-light position-sticky top-0 shadow py-2">
<div class="container">
<a class="navbar-brand mr-lg-5" href="./index.html">
<img src="./assets/img/brand/circle-cropped.png" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar_global" aria-controls="navbar_global" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbar_global">
<div class="navbar-collapse-header">
<div class="row">
<div class="col-6 collapse-brand">
<a href="./index.html">
<img src="./assets/img/brand/circle-cropped.png" />
</a>
</div>
<div class="col-6 collapse-close">
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar_global" aria-controls="navbar_global" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
</button>
</div>
</div>
</div>
<ul class="navbar-nav align-items-lg-center ml-lg-auto">
<li class="nav-item">
<a class="nav-link" href="examples/team.html">Our Team</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link" data-toggle="dropdown" href="#" role="button">
<i class="ni ni-ui-04 d-lg-none"></i>
<span class="nav-link-inner--text">Programs</span>
</a>
<div class="dropdown-menu dropdown-menu-xl">
<div class="dropdown-menu-inner">
<a href="science.html" class="media d-flex align-items-center">
<div class="icon icon-shape bg-gradient-primary rounded-circle text-white">
<i class="ni ni-spaceship"></i>
</div>
<div class="media-body ml-3">
<h6 class="heading text-primary mb-md-1">Science</h6>
<!-- <p class="description d-none d-md-inline-block mb-0">Learn how to use compiling Scss, change brand colors and more.</p> -->
</div>
</a>
<a href="tech.html" class="media d-flex align-items-center">
<div class="icon icon-shape bg-gradient-success rounded-circle text-white">
<i class="ni ni-palette"></i>
</div>
<div class="media-body ml-3">
<h6 class="heading text-success mb-md-1">Technology</h6>
<!-- <p class="description d-none d-md-inline-block mb-0">Learn more about colors, typography, icons and the grid system we used for .</p> -->
</div>
</a>
<a href="engineering.html" class="media d-flex align-items-center">
<div class="icon icon-shape bg-gradient-warning rounded-circle text-white">
<i class="ni ni-ui-04"></i>
</div>
<div class="media-body ml-3">
<h5 class="heading text-warning mb-md-1">Engineering</h5>
<!-- <p class="description d-none d-md-inline-block mb-0">Browse our 50 beautiful handcrafted components offered in the Free version.</p> -->
</div>
</a>
<a href="art.html" class="media d-flex align-items-center">
<div class="icon icon-shape bg-gradient-red rounded-circle text-white">
<i class="ni ni-palette"></i>
</div>
<div class="media-body ml-3">
<h6 class="heading text-red mb-md-1">Art</h6>
<!-- <p class="description d-none d-md-inline-block mb-0">Learn more about colors, typography, icons and the grid system we used for .</p> -->
</div>
</a>
<a href="math.html" class="media d-flex align-items-center">
<div class="icon icon-shape bg-gradient-cyan rounded-circle text-white">
<i class="ni ni-ui-04"></i>
</div>
<div class="media-body ml-3">
<h5 class="heading text-cyan mb-md-1">Math</h5>
<!-- <p class="description d-none d-md-inline-block mb-0">Browse our 50 beautiful handcrafted components offered in the Free version.</p> -->
</div>
</a>
</div>
</div>
</li>
<li class="nav-item d-none d-lg-block">
<a href="http://eepurl.com/hmJTab" target="_blank" class="btn btn-primary btn-icon">
<span class="nav-link-inner--text">Join the org!</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<div class="wrapper">
<div class="section section-hero section-shaped">
<div class="shape shape-style-1 shape-primary">
<span class="span-150"></span>
<span class="span-50"></span>
<span class="span-50"></span>
<span class="span-75"></span>
<span class="span-100"></span>
<span class="span-75"></span>
<span class="span-50"></span>
<span class="span-100"></span>
<span class="span-50"></span>
<span class="span-100"></span>
</div>
<div class="page-header">
<div class="container shape-container d-flex align-items-center py-lg">
<div class="col px-0">
<div class="row align-items-center justify-content-center">
<div class="col-lg-6 text-center">
<!-- <img src="./assets/img/brand/circle-cropped.png" style="width: 200px;" class="img-fluid"> -->
<h1 class="text-white">Math Team</h1>
<p class="lead text-white">
The Math Team at STEAM Org focuses on hosting and managing various Math projects and programs
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container py-md">
<!-- <div class="row justify-content-between align-items-center">
<div class="col-lg-6 mb-lg-auto">
<div class="rounded overflow-hidden transform-perspective-left">
<div id="carousel_example" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel_example" data-slide-to="0" class="active"></li>
<li data-target="#carousel_example" data-slide-to="1"></li>
<li data-target="#carousel_example" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="img-fluid" src="./assets/img/theme/scientists.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="img-fluid" src="./assets/img/theme/programming.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="img-fluid" src="./assets/img/theme/maxresdefault.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carousel_example" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel_example" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class="col-lg-5 mb-5 mb-lg-0">
<h1 class="font-weight-light">The STEAM Org</h1>
<p class="lead mt-4">
The STEAM Org aims to spread knowledge on Science, Technology, Engineering, Art, and Math using one-on-one tutoring, guided workshops, and hands-on application with our projects to inspire young learners around the world.
</p>
<a href="" class="btn btn-white mt-4">Learn more about our programs!</a>
</div>
</div> -->
<div class="container">
<h1 class="text-center">Topics We Focus On</h1>
<br />
<div class="row">
<div class="col-sm-4 faqshadow">
<h4 class="display-5 theme-icon" style="text-align: center">
<i class="fa fa-4x fa-users" aria-hidden="true"></i>
<br /><br /> All Levels
</h4>
<p class="text-center">
Right from elementary school math to advanced calculus, learn and get help with any topic you want
</p>
<br />
</div>
<div class="col-sm-4 faqshadow">
<h4 class="display-5 theme-icon" style="text-align: center">
<i class="fa fa-4x fa-codepen" aria-hidden="true "></i>
<br /><br />Projects
</h4>
<p class="text-center">
Showcase and prove your skills with guided research projects that are bound to impress anyone.
</p>
<br />
</div>
<div class="col-sm-4 faqshadow">
<h4 class="display-5 theme-icon" style="text-align: center">
<i class="fa fa-4x fa-question" aria-hidden="true "></i>
<br /><br />Tutoring
</h4>
<p class="text-center">
Need help with a math concept? Need expertise on a topic? Get help, or help others, with anything related to math
</p>
<br />
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row row-grid align-items-center my-md">
<div class="col-lg-6">
<h3 class="text-primary font-weight-light mb-2">
Thank you for supporting us!
</h3>
<h4 class="mb-0 font-weight-light">
Let's get in touch on any of these platforms.
</h4>
</div>
<div class="col-lg-6 text-lg-center btn-wrapper">
<button target="_blank " href="mailto:[email protected] " rel="nofollow " class="btn btn-icon-only btn-twitter rounded-circle" data-toggle="tooltip " data-original-title="Email us ">
<span class="btn-inner--icon"
><i class="fa fa-envelope"></i
></span>
</button>
<button target="_blank " href="https://www.instgram.com/thesteamorg " rel="nofollow " class="btn-icon-only rounded-circle btn btn-facebook" data-toggle="tooltip " data-original-title="Follow us ">
<span class="btn-inner--icon"
><i class="fab fa-instagram"></i
></span>
</button>
</div>
</div>
<hr />
<div class="row align-items-center justify-content-md-between">
<div class="col-md-6">
<div class="copyright">
© 2020 <a href=" " target="_blank ">The STEAM Org</a>.
</div>
</div>
<div class="col-md-6"></div>
</div>
</div>
</footer>
</div>
<!-- Core JS Files -->
<script src="./assets/js/core/jquery.min.js " type="text/javascript "></script>
<script src="./assets/js/core/popper.min.js " type="text/javascript "></script>
<script src="./assets/js/core/bootstrap.min.js " type="text/javascript "></script>
<script src="./assets/js/plugins/perfect-scrollbar.jquery.min.js "></script>
<!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ -->
<script src="./assets/js/plugins/bootstrap-switch.js "></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="./assets/js/plugins/nouislider.min.js " type="text/javascript "></script>
<script src="./assets/js/plugins/moment.min.js "></script>
<script src="./assets/js/plugins/datetimepicker.js " type="text/javascript "></script>
<script src="./assets/js/plugins/bootstrap-datepicker.min.js "></script>
<!-- Control Center for Argon UI Kit: parallax effects, scripts for the example pages etc -->
<!-- Google Maps Plugin -->
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE "></script>
<script src="./assets/js/argon-design-system.min.js?v=1.2.2 " type="text/javascript "></script>
<script>
function scrollToDownload() {
if ($(".section-download").length != 0) {
$("html, body ").animate({
scrollTop: $(".section-download").offset().top,
},
1000
);
}
}
</script>
<script src="https://cdn.trackjs.com/agent/v3/latest/t.js "></script>
<script>
window.TrackJS &&
TrackJS.install({
token: "ee6fab19c5a04ac1a32a645abde4613a ",
application: "argon-design-system-pro ",
});
</script>
</body>
</html>