-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
279 lines (271 loc) · 19.4 KB
/
index.html
File metadata and controls
279 lines (271 loc) · 19.4 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
<!DOCTYPE html>
<html>
<!-- Created By Kaustubh Harnoor, Project Falcon -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>AI Academy - Home</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="assets/css/Highlight-Clean.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
<link rel="stylesheet" href="assets/css/Newsletter-Subscription-Form.css">
<link rel="stylesheet" href="assets/css/Projects-Clean.css">
<link rel="stylesheet" href="assets/css/Projects-Horizontal.css">
<link rel="stylesheet" href="assets/css/smoothproducts.css">
<link rel="stylesheet" href="assets/css/Testimonials.css">
<link rel="stylesheet" href="assets/css/untitled.css">
<!-- Facebook Pixel Code -->
<script>
! function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '844790732711262');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=844790732711262&ev=PageView&noscript=1" /></noscript>
<!-- End Facebook Pixel Code -->
<meta name="description" content="Artificial Intelligence and Machine Learning Classes for High School Students">
<meta property="og:title" content="AI Academy - Home">
<meta property="og:description" content="Artificial Intelligence and Machine Learning Classes for High School Students">
<meta property="og:image" content="https://learn-ai.net/master/assets/img/AIA%20Logo.jpg">
<meta property="og:type" content="website">
<meta property="og:url" content="https://learn-ai.net/master/index.html">
</head>
<body>
<nav class="navbar navbar-light navbar-expand-lg fixed-top bg-white clean-navbar cms-editable" id="navbar">
<div class="container"><a class="navbar-brand logo" href="index.html"><img style="filter: brightness(88%) contrast(168%) hue-rotate(0deg) saturate(200%) sepia(0%);"
src="assets/img/AIA Logo.jpg" width="50" height="60"> AI ACADEMY</a>
<button class="navbar-toggler"
data-toggle="collapse" data-target="#navcol-1"><i class="fas fa-bars"></i><span class="sr-only">Toggle navigation</span></button>
<div id="navcol-1" class="collapse navbar-collapse">
<ul class="nav navbar-nav ml-auto" style="display: flex; justify-content: space-between;">
<li class="nav-item" role="presentation"><a class="nav-link active" href="index.html">Home</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="curriculum.html">Curriculum</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="events.html">Events</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="about-us.html">About Us</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="contact.html">Contact Us</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" style="background-color: #efc94e;"
href="enroll.html">Enroll Now</a></li>
</ul>
</div>
</div>
</nav>
<main class="page landing-page">
<section class="clean-block clean-hero cms-editable" data-type="background" id="background" style="background-image: url("https://learn-ai.net/master/assets/img/Photos/Home/wide.jpg"); color: rgba(252, 248, 169, 0.85);">
<div class="text" style="color: black;">
<h2 class="cms-editable" id="hero-title">AI ACADEMY - Artificial Intelligence, Machine Learning, Deep
Learning</h2>
<p class="cms-editable" id="hero-desc"><strong>Interactive Classes with hands on learning and real life
projects for High School Students and advanced Middle schoolers</strong></p>
<h3 class="cms-editable" id="hero-title2">Classes starting Sept 19, 2020, Limited Spaces</h3>
<p class="cms-editable" id="hero-buttons"><a class="btn btn-outline-light btn-lg" style="margin-bottom: 0px; background-color: #efc94e; color: rgba(0,0,0,0.5);"
role="button" href="enroll.html">Enroll Now</a> <a class="btn btn-outline-light btn-lg" style="margin-bottom: 0px; background-color: #efc94e; color: rgba(0,0,0,0.5);"
role="button" href="freeClass.html">Free Class</a> <a class="btn btn-outline-light btn-lg" role="button"
href="curriculum.html">Learn More</a></p>
</div>
</section>
<section class="clean-block clean-info dark">
<div class="container cms-editable" id="info">
<div class="block-heading">
<h2 class="text-info" style="color: #efc94e; padding-top: 5vh; font-weight: bolder;">What is AI?</h2>
<p style="max-width: 724px;"><br>Artificial Intelligence (AI) is the study and creation of computer
systems that can perceive, reason and act. AI is an interdisciplinary field that combines
techniques from computer science, mathematics & statistics to deliver very powerful
solutions to difficult problems.</p>
<p style="max-width: 724px;"><br>AI Academy teaches the fundamental of AI to students with High
School level Math and Computer proficiency. Classroom based, hands-on classes are offered at
Basic, Intermediate and Advanced Levels<br><br></p>
</div>
</div>
</section>
<section class="clean-block clean-info" style="padding-top: 5vh; padding-bottom: 5vh;">
<div class="container cms-editable" id="more-info">
<div class="row align-items-center" style="padding-top: 5vh;">
<div class="col-xl-6 col-12" style="display: flex; justify-content: center;"><img class="img-thumbnail"
src="assets/img/Photos/Home/centerBottom.JPG"></div>
<div class="col-12 d-xl-none d-block" style="visibility: hidden;">
<p>hidden</p>
</div>
<div class="col-xl-6 col-12" style="text-align: center;">
<h3 style="font-weight: bolder;">Top Universities with programs in Artificial Intelligence,
Machine Learning </h3>
<div class="getting-started-info">
<p style="text-align: left; padding-bottom: 25px;">CMU, Stanford, MIT, UC Berkeley, Yale,
Harvard, Cornell, Univ. of Maryland, Columbia, UT Austin, UCLA, Univ. of Michigan,
Georgia Tech, UIUC, Univ. of Pennsylvania, USC, Cal Tech, Univ. of Washington, John
Hopkins</p>
<h3 style="font-weight: bolder;">Artificial Intelligence in Action</h3>
<p style="text-align: left;">Self-Driving Cars; Drones that can communicate and navigate by
learning from each other; financial systems that can invest & execute trades base
on research; machines that can self-detect failures and repair themselves; Email spam
filters, Home Price Estimates, Terrorist Identification and Tracking</p>
</div>
<a class="btn btn-outline-primary btn-lg" style="background-color: #efc94e; color: #ffffff; border-color: #efc94e;"
role="button" href="enroll.html">Join Now</a>
</div>
</div>
</div>
</section>
<section class="clean-block slider dark" style="padding-top: 5vh;">
<div class="container cms-editable" id="events">
<div class="block-heading">
<h2 class="text-info" style="font-weight: bolder;">Events</h2>
<p>If your Child is in High School and interested in Math and Technology, Artificial
Intelligence/Machine Learning is a very important technology to learn.</p>
</div>
<div id="carousel-1" class="carousel slide pointer-event" style="padding-top: 3vh;" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item"><img class="w-100 d-block" src="assets/img/Photos/Home/e1.JPG" alt="Slide Image"></div>
<div class="carousel-item"><img class="w-100 d-block" src="assets/img/Photos/Home/e4.JPG" alt="Slide Image"></div>
<div class="carousel-item"><img class="w-100 d-block" src="assets/img/Photos/Home/e5.JPG" alt="Slide Image"></div>
<div class="carousel-item active"><img class="w-100 d-block" src="assets/img/Photos/Home/e6.JPG"
alt="Slide Image"></div>
</div>
<div><a class="carousel-control-prev" role="button" href="#carousel-1" data-slide="prev"><span
class="sr-only">Previous</span></a><a class="carousel-control-next" role="button"
href="#carousel-1" data-slide="next"><span class="sr-only">Next</span></a></div>
<ol class="carousel-indicators">
<li class data-target="#carousel-1" data-slide-to="0"> </li>
<li class data-target="#carousel-1" data-slide-to="1"> </li>
<li class data-target="#carousel-1" data-slide-to="2"> </li>
<li class="active" data-target="#carousel-1" data-slide-to="3"> </li>
</ol>
</div>
</div>
</section>
<section class="clean-block about-us" style="padding-bottom: 5vh; padding-top: 5vh;">
<div class="container cms-editable" id="why">
<div class="block-heading">
<h2 class="text-info">Why AI</h2>
<p>Experts from various industries regard AI as a crucial tool for the future.</p>
</div>
<div class="row justify-content-center">
<div class="col-sm-6 col-lg-4" style="margin-right: 2.5%;">
<div class="card clean-card text-center"><img class="card-img-top w-100 d-block" src="assets/img/Photos/Home/Mark_Cuban_by_Gage_Skidmore.jpg">
<div class="card-body info">
<h4 class="card-title"><strong>World's first trillionaire will be an AI
Entrepreneur</strong></h4>
<p class="card-text">Mark Cuban, Entrepreneur</p>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4" style="margin-left: 2.5%;">
<div class="card clean-card text-center"><img class="card-img-top w-100 d-block" src="assets/img/Photos/Home/andrewng_1-7.jpg">
<div class="card-body info">
<h4 class="card-title"><strong>AI is the new Electricity</strong></h4>
<p class="card-text">Andrew Ng, Stanford Professor</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="testimonials-clean">
<div class="container cms-editable" id="testimonials">
<div class="intro">
<h2 class="text-center">Testimonials</h2>
<p class="text-center">Why Students and Families choose AI Academy</p>
</div>
<div class="row wow animate__animated animate__fadeInUp" style="margin-top: 5vh;">
<div class="col-xl-12 col-12">
<div class="row" style="background-color: white; border-radius: 10px; padding: 10px;">
<div class="col-12">
<p><em>"The best part about the academy, at least for me, were the instructors;
they indulged me. They stayed with me after class to explain the basic
mathematics behind back-propagation and a whole host of topics way beyond my
mathematical background in an intuitive and exciting fashion." - <strong>Anand
Bhatia, AI Academy Student</strong></em></p>
</div>
</div>
<br>
<div class="name">
<div class="col-xl-12 col-12">
<div class="row" style="background-color: white; border-radius: 10px; padding: 10px;">
<div class="col-12">
<p><em>"Hi! I was a student at AI Academy for two semesters. I did the
Beginner and Intermediate classes. If you remember me and how much I
goofed off in class, you probably think that I did not take machine
learning seriously, after AI Academy's classes, I was really
inspired to pursue machine learning and data science. </em></p>
<p><em>After AI Academy, I completed two nano-degrees from Udacity in machine
learning and computer vision, and I ended up working on a ton of new
projects. I actually got 1st place in a hackathon called Helix Hacks a
couple of weeks ago with a machine learning project. I competed in a
load of Kaggle and DrivenData competitions as well. I also started an
educational non-profit with my friends where I teach an introduction to
ML course. I am positive that I want to pursue data science in college
and as a career, I know that without AI Academy, I would definitely not
have been interested in the field, and I never got a chance to say
thank you, so thank you so much!." - <strong>Tanush Goel, AI
Academy Student</strong></em></p>
</div>
</div>
<br>
<div class="name">
<p class="text-center"> </p>
<div class="name">
<div class="col-xl-12 col-12">
<div class="row" style="background-color: white; border-radius: 10px; padding: 10px;">
<div class="col-12">
<p><em>" I took the AI Beginners class with no AI or data
science background and it taught me advanced concepts
catered to a high schooler's level. I got above and
beyond support from my instructors who even provided me
with advice for projects I was working on after the classes
were over. These classes got me started on the AI track and
I highly recommend it to all high schoolers. I would never
have thought to pursue AI if it had not been for AI Academy
and now I plan on majoring in it.</em><em>" - <strong>Anushka
Vijay, AI Academy Student</strong></em></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-12 col-12"> </div>
</div>
</div>
</div>
</div>
</div>
<div class="clean-block add-on social-icons blue" style="height: 42px;padding-bottom: 5vh;">
<div class="icons"><a target="_blank" href="https://www.facebook.com/AILearnAI/"><i class="fab fa-facebook-f"></i></a>
<a href="mailto:info@learn-ai.net"><i class="icon ion-email"></i></a></div>
<div></div>
</div>
<div class="clean-block add-on social-icons blue cms-editable" id="footer" style="height: 40px;padding-top: 0px;padding-bottom: 0;">
<p style="padding-top: 15px;">Copyright © All Rights Reserved. | Cupertino CA 95014, UNITED STATES | +1
669-24-LRN-AI | Made by Elevate the Future's <a href="https://www.elevatethefuture.org/projectfalcon"
target="_blank" rel="noopener">Project Falcon</a></p>
<div> </div>
</div>
<div class="clean-block add-on social-icons blue"></div>
</main>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
<script src="assets/js/smoothproducts.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>