-
Notifications
You must be signed in to change notification settings - Fork 14
/
course_page.html
359 lines (348 loc) · 14.1 KB
/
course_page.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./images/img.png" />
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;800&display=swap" rel="stylesheet" />
<!-- Added bootstrap cdn -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
<link rel="stylesheet" href="./main.css" />
<title>Machine Learning Course</title>
</head>
<body>
<header class="container-fluid">
<p style="text-align: center">30% + 10% additional off site-wide till Oct 15th
<a class="btn btn--white" href="#">Enroll now</a>
</p>
</header>
<nav>
<div class="col-12 col-md-6">
<a href="#">
<img class="brand" src="./images/tathastu_logo.png" />
</a>
</div>
<div class="nav-container col-12 col-md-6">
<span class="nav-element">
<a href="#" class="nav-link">Courses</a>
</span>
<span class="nav-element">
<a href="#" class="nav-link">Upcoming Events</a>
</span>
<span class="nav-element">
<a href="#" class="nav-link">Blogs</a>
</span>
<span class="nav-element">
<a href="#" class="nav-link">Sign Up</a> |
<a href="#" class="nav-link">Sign In</a>
</span>
</div>
</nav>
<div class="content-section">
<div class="secondary-nav">
<a href="#">Home</a>
<a href="#">Courses</a>
<a href="#" class="active">Machine Learning</a>
</div>
<main>
<h1 class="heading">Machine Learning</h1>
<div class="mg-top row">
<div class="col-10 offset-1 offset-sm-0 col-md-6 mt-5">
<div class="offer-card row">
<img class="offer-img" src="./images/strip.svg" />
<span class="offer-card-discount"> 30% off till Oct 15th</span>
<div class="col-12 col-md-6">
<a class="btn btn--outline btn--phone" href="#">
<img class="phone-icon" src="./images/call.svg" /> 98765
43210
</a>
<div class="text-muted">Next upcoming batch</div>
<div class="text-orange text-size-m">15th Oct</div>
<div class="mg-top text-muted" style="text-decoration: line-through">
Rs 9999
</div>
<div class="text-orange text-size-l">Rs 6999</div>
</div>
<div class="col-12 col-md-6">
<button class="btn btn--main btn-l btn--padding-l">
Talk to our team
</button>
<button class="btn btn--outline btn-l btn--padding-l">
Enroll Now
</button>
</div>
</div>
</div>
<div class="col-12 col-md-6 mt-4">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/IuBke7FV80U?autoplay=1&mute=1&playsinline=1"
autoplay="off" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture muted"
allowfullscreen="" class="sc-AxhCb eSwYtm">
</iframe>
</div>
</div>
</div>
</main>
</div>
<div class="bg-white">
<div class="content-section">
<div class="row">
<div style="z-index: 3" class="card card--outline card--shadow col-12 col-md-6">
<div class="heading">
<h2>Course Content</h2>
<a href="#" class="text-orange" style="font-weight: 800; font-size: 1.2rem">View Full syllabus</a>
</div>
<p class="mg-top" style="line-height: 1.6rem; margin-bottom: 0.8rem; color: #cfd2d7">
Artificial Intelligence is a field of study which enable computers
to think. Machine Learning and Deep Learning helps us in achieving
this. In order to understand the complete end to end life cycle of
an AI project, one should be able to explore the data, make
inferences from the data, perform feature engineering and build
models, evaluate those models and deploy the complete project as a
software
</p>
<div class="sub-card">
<h4>Skills focus:</h4>
<p style="color: #cfd2d7">
Mathematical Essentials, Exploratory Data Analysis, Machine
Learning and Deep Learning etc
</p>
<h4>Language focus:</h4>
<div style="text-align: center; display: inline-block">
<img style="margin: 1rem 0" src="./images/python.svg" />
<br />
Python
</div>
</div>
</div>
<div style="z-index: 2" class="card card--outline card--shadow card--behind col-12 col-md-3">
<h2 class="heading">Projects</h2>
<div class="project-container">
<img src="./images/objectDetection.gif" />
<h5>Object Detection</h5>
</div>
<div class="project-container">
<img src="./images/textDetection.gif" />
<h5>Text Detection</h5>
</div>
<div class="project-container">
<img src="./images/textRecognition.gif" />
<h5>Text Recognition</h5>
</div>
<div class="project-container">
<img src="./images/coloringImages.gif" />
<h5>Coloring Images</h5>
</div>
</div>
<div style="z-index: 1" class="card card--outline card--shadow card--behind col-12 col-md-3">
<h2 class="heading">Perks</h2>
<div class="perks">
<div class="perks-container">
<img height="45px" src="./images/perkIcon.png" />
<div>
<div>More than</div>
<div class="text-orange text-size-l">65</div>
<div>hours of coaching</div>
</div>
</div>
<div class="perks-container">
<img height="45px" src="./images/perkIcon2.png" />
<div>
<div>Get</div>
<div class="text-orange text-size-l">24/7</div>
<div>doubt resolution</div>
</div>
</div>
<div class="perks-container">
<img height="55px" src="./images/perkIcon3.png" />
<div>
<div>Lifetime</div>
<div class="text-orange text-size-l">Certificate</div>
<div>for skills</div>
</div>
</div>
</div>
</div>
</div>
<div class="mentor">
<h3 style="
font-weight: 700;
color: #000;
font-size: 2rem;
grid-column: span 2;
">
Meet Your Mentors
</h3>
<div class="row">
<div class="col-12 col-md-6">
<div class="first-mentor">
<div class="profile-pic">
<img class="img-cover" src="./images/profileHover.svg" />
<div class="pic-frame">
<img class="pic"
src="https://images.unsplash.com/photo-1602133750534-c90e7ca4fb6c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=125&q=60" />
</div>
</div>
<div>
<h2 style="font-weight: normal">Lorem Ipsum</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Voluptate incidunt dicta voluptates reiciendis asperiores
ullam, impedit ab animi exercitationem reprehenderit
perspiciatis ducimus atque minima veniam. Perferendis,
nulla. Rerum, sequi accusamus. Odit cumque laborum
asperiores ex placeat fugit iure aliquid aperiam quibusdam
aspernatur? Veritatis, aliquid itaque. Qui voluptatem esse
aut? Rem non quos ea quae magnam soluta facere vero
provident dolore!
</p>
<div class="">
<h4>Technologies:</h4>
<p>
Python, Data Analytics, Data Science, R Programming,
Machine Learning, Deep Learning, Image Processing,
Computer Vision, Java, GCP, Git
</p>
<h4>Expertise:</h4>
<p>AI research and Software Development</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div>
<h4 style="color: #000">Other mentorship you receive:</h4>
<div class="card card--outline card--mentor">
<div class="overflow--pic">
<div class="profile-pic">
<img class="img-cover" src="./images/profileHover.svg" />
<div class="pic-frame">
<img class="pic"
src="https://images.unsplash.com/photo-1602133750534-c90e7ca4fb6c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=125&q=60" />
</div>
</div>
</div>
<h3>Lorem Ipsum Dolor</h3>
<img src="./images/amazon.png" />
<p style="font-size: 0.8rem; color: #cfd2d7">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Doloremque ex molestiae vero perspiciatis? Itaque, est modi
voluptates excepturi molestiae dignissimos.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6 mt-5 mb-1">
<div class="offer-card row">
<img class="offer-img" src="./images/strip.svg" />
<span class="offer-card-discount"> 30% off till Oct 15th</span>
<div class="col-12 col-md-6">
<a class="btn btn--outline btn--phone" href="#">
<img class="phone-icon" src="./images/call.svg" />
98765 43210
</a>
<div class="text-muted">Next upcoming batch</div>
<div class="text-orange text-size-m">15th Oct</div>
<div class="mg-top text-muted" style="text-decoration: line-through">
Rs 9999
</div>
<div class="text-orange text-size-l">Rs 6999</div>
</div>
<div class="col-12 col-md-6">
<button class="btn btn--main btn-l btn--padding-l">
Talk to our team
</button>
<button class="btn btn--outline btn-l btn--padding-l">
Enroll Now
</button>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div>
<h4 style="color: #000">Students Feedback:</h4>
<div class="card card--outline card--feedback">
<h3>Lorem Ipsum</h3>
<p style="color: #cfd2d7">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab
odit officiis saepe. Aliquid, beatae necessitatibus.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="syllabus content-section row">
<div class="col-12">
<h2 style="text-align: center">Syllabus</h2>
</div>
<div class="col-12">
<div class="container">
<button class="accordion">Profile</button>
<div class="accordion-content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
ea commodo consequat.</p>
</div>
<button class="accordion">Messages</button>
<div class="accordion-content">
<ul>
<li>Inbox</li>
<li>Sent</li>
<li>Drafts</li>
</ul>
</div>
<button class="accordion">Settings</button>
<div class="accordion-content">
<ul>
<li>Profile</li>
<li>Privacy & Safety</li>
<li>Notifications</li>
</ul>
</div>
</div>
</div>
</div>
<footer class="content-section row">
<div class="col-12" style="text-align: center">
<h2>About Us</h2>
</div>
<div class="col-12 col-md-4" style="text-align: center">
<h3>Work With Us</h3>
<a href="#" class="white-link">Become an Instructor</a>
<a href="#" class="white-link">Become a Solution Expert</a>
<a href="#" class="white-link">Hire from Twowaits</a>
<a href="#" class="white-link">Refer & Earn</a>
</div>
<div class="col-12 col-md-4" style="text-align: center">
<h3>Email Us</h3>
<a href="#" class="white-link">[email protected]</a>
<h3 class="mg-top">Contact Us</h3>
<a href="#" class="white-link">98765 43210</a>
</div>
<div class="col-12 col-md-4" style="text-align: center">
<h3>Connect With Us</h3>
<img class="brand" src="./images/tathastu_logo.png" />
<div class="text-muted" style="font-size: 0.8rem">
© Copyright Something 2020<br />
Privacy Policy | Terms & Conditions
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="./main.js"></script>
</body>
</html>