-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
409 lines (319 loc) · 16 KB
/
courses.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
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
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frontend Masters</title>
<link rel="stylesheet" type="text/css" href="./css/courseStyle.css" />
</head>
<body>
<header class="header">
<div class="inner">
<div class="wraps">
<div class="logos"><a class="s-tr" href="index.html">FrontendMasters</a></div>
<label class="NavMobileHamburger" for="open-nav-main">Menu</label>
<nav class="Nav NavMobile NavMain"><input class="toggle-target" id="open-nav-main" type="checkbox">
<ul id="top">
<li class="items"><a href="courses.html">Courses</a></li>
<li class="items"><a href="#">Learn</a></li>
<li class="items"><a href="final.html">Pricing</a></li>
<li class="items"><a onclick="login()" id="login" href="Loginn.html">Login</a></li>
<li class="items"><a onclick="signup()" class="Button ButtonRed" href="final.html">Join Now</a></li>
</ul>
</nav>
</div>
</div>
<svg class="polygon" viewbox="0 0 100 10" preserveaspectratio="none">
<defs>
<linearGradient id="linear" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#c02d28"></stop>
<stop offset="100%" stop-color="#e66225"></stop>
</linearGradient>
</defs>
<polygon points="0,2 0,0 100,0 100,10" fill="url(#linear)"></polygon>
</svg>
</header>
<!-- header -->
<div id="title">
<h1>Frontend Master Courses</h1>
<input id="search" type="text" placeholder="Type to search..." />
</div>
<div id="taskbar">
<nav class="course-nav">
<a id="aCourse" href="#">All Courses</a>
<a id="pCourse" href="#">Popular Courses</a>
<a id="lCourse" href="#">Learning Paths</a>
</nav>
</div>
<div id="popular-main">
<div>
<img src="https://static.frontendmasters.com/assets/courses/2021-05-04-complete-react-v6/thumb.webp" alt="v6" />
<div>
<h2>Complete Intro to React, v6</h2>
<div class="author-name">
<img src="https://static.frontendmasters.com/assets/teachers/holt/thumb.webp" alt="Brain" />
<div>Brain Holt <span><br> Stripe</span> </div>
</div>
<p>
Much more than an intro, you’ll build with the latest features in React, including hooks, effects, context, and portals. Learn to build real-world apps from the ground up using the latest tools in the React ecosystem, like Parcel, ESLint, Prettier, and
React Router!
</p>
<div>
9 hours,4 minutes
<Strong>CC</Strong>
</div>
<div class="course-btn">
<a href="particularCourse.html">Watch Free Preview</a>
<a href="#">Get Full Access</a>
</div>
</div>
</div>
<div>
<img src="https://static.frontendmasters.com/assets/courses/2018-06-12-web-development-v2/thumb.webp" alt="v6" />
<div>
<h2>Complete Intro to Web Development, v2</h2>
<div class="author-name">
<img src="https://static.frontendmasters.com/assets/teachers/holt/thumb.webp" alt="Brain" />
<div>Brain Holt <span><br> Stripe</span> </div>
</div>
<p>
More than an introduction, in this course you’ll go from building your first website to having the foundation for becoming a professional web developer!
</p>
<div>
11 hours,5 minutes
<Strong>CC</Strong>
</div>
<div class="course-btn">
<a href="particularCourse.html">Watch Free Preview</a>
<a href="#">Get Full Access</a>
</div>
</div>
</div>
<div>
<img src="https://static.frontendmasters.com/assets/courses/2020-01-07-javascript-hard-parts-v2/thumb.webp" alt="v6" />
<div>
<h2>JavaScript: The Hard Parts, v2</h2>
<div class="author-name">
<img src="https://static.frontendmasters.com/assets/teachers/sentance/thumb.webp" alt="Brain" />
<div>Will Sentance<span><br> Codesmith</span> </div>
</div>
<p>
Take your JavaScript to the next level. Gain an understanding of callbacks, higher order functions, closure, asynchronous and object-oriented JavaScript!
</p>
<div>
6 hours,41 minutes
<Strong>CC</Strong>
</div>
<div class="course-btn">
<a href="particularCourse.html">Watch Free Preview</a>
<a href="#">Get Full Access</a>
</div>
</div>
</div>
<div>
<img src="https://static.frontendmasters.com/assets/courses/2019-06-20-getting-started-javascript-v2/thumb.webp" alt="v6" />
<div>
<h2>Getting Started with JavaScript, v2</h2>
<div class="author-name">
<img src="https://static.frontendmasters.com/assets/teachers/simpson/thumb.webp" alt="Brain" />
<div>Kyle Simpson <span><br> You Don't Know JS</span> </div>
</div>
<p>
"Get a tour of the building blocks of programming like variables, loops, functions and operations. Then learn the three main pillars of JavaScript: Types and Coercion, Scope and Closure and JavaScript’s “this” and Prototype system."
</p>
<div>
2 hours,40 minutes
<Strong>CC</Strong>
</div>
<div class="course-btn">
<a href="particularCourse.html">Watch Free Preview</a>
<a href="#">Get Full Access</a>
</div>
</div>
</div>
</div>
<div id="course-content">
<div class="course-box">
<div class="cont">
<div class="info">
<h2><a href="#">Intermediate TypeScript</a></h2>
<div class="img-name">
<img src="https://static.frontendmasters.com/assets/teachers/north/thumb.webp" alt="Mike North" />
<div>Mike North <span><br> LinkedIn</span>
</div>
</div>
<div class="discription">
<p>TypeScript adds a powerful type system on top of your JavaScript to catch bugs before they happen and provide a superior developer experience for collaborative teams.</p>
</div>
<div>
2 hours,48 minutes
<Strong>CC</Strong>
</div>
</div>
<div class="course-btns">
<a href="particularCourse.html">Watch Free Preview</a>
<a href="#">Get Full Access</a>
</div>
</div>
</div>
<div class="course-box">
<div class="cont">
<div class="info">
<h2><a href="#">Introduction to Node.js, v2</a></h2>
<div class="img-name">
<img src="https://static.frontendmasters.com/assets/teachers/moss/thumb.webp" alt="scott moss" />
<div>Scott Moss <span><br> Netflix</span>
</div>
</div>
<div class="discription">
<p> Transfer your JavaScript skills to the server-side and level up to a full-stack engineer! By learning the foundations of Node.js, you’ll be able to do a lot more with JavaScript.
</p>
</div>
<div>
4 hours, 51 minutes
<Strong>CC</Strong>
</div>
</div>
<div class="course-btns">
<a href="particularCourse.html">Watch Free Preview</a>
<a href="#">Get Full Access</a>
</div>
</div>
</div>
<div class="course-box">
<div class="cont">
<div class="info">
<h2><a href="#">Complete Intro to Computer Science</a></h2>
<div class="img-name">
<img src="https://static.frontendmasters.com/assets/teachers/holt/thumb.webp" alt="Brain" />
<div>Brain Holt <span><br> Stripe</span>
</div>
</div>
<div class="discription">
<p>Even without a traditional computer science background, you’ll be able to learn big computer science topics: Algorithms and Big O Analysis, Recursion, Sorting, Data Structures, AVL Trees, Binary Search Trees, Tree Traversals, and
Path Finding.</p>
</div>
<div>
9 hours,4 minutes
<Strong>CC</Strong>
</div>
</div>
<div class="course-btns">
<a href="particularCourse.html">Watch Free Preview</a>
<a href="#">Get Full Access</a>
</div>
</div>
</div>
<div class="course-box">
<div class="cont">
<div class="info">
<h2><a href="#">Redux Fundamentals (feat. React)</a></h2>
<div class="img-name">
<img src="https://static.frontendmasters.com/assets/teachers/kinney/thumb.webp" alt="Steve" />
<div>Steve Kinney <span><br>Twilio</span>
</div>
</div>
<div class="discription">
<p>Learn the Redux API from scratch, then learn to hook Redux into a React application. Also learn how to extend Redux with various tools from its ecosystem, including Reselect, Immer, and Redux Toolkit, to reduce boilerplate and
speed up your development!</p>
</div>
<div>
4 hours,41 minutes
<Strong>CC</Strong>
</div>
</div>
<div class="course-btns">
<a href="particularCourse.html">Watch Free Preview</a>
<a href="#">Get Full Access</a>
</div>
</div>
</div>
<div class="course-box">
<div class="cont">
<div class="info">
<h2><a href="#">Website Accessibility, v2</a></h2>
<div class="img-name">
<img src="https://static.frontendmasters.com/assets/teachers/kuperman/thumb.webp" alt="jon" />
<div>Jon Kuperman <span><br>Cloudflare</span>
</div>
</div>
<div class="discription">
<p>Audit and fix accessibility issues on any website! Learn keyboard accessibility, focus control & ARIA roles to make sites accessible to screen readers and those with disabilities.</p>
</div>
<div>
2 hours,52 minutes
<Strong>CC</Strong>
</div>
</div>
<div class="course-btns">
<a href="particularCourse.html">Watch Free Preview</a>
<a href="#">Get Full Access</a>
</div>
</div>
</div>
<div class="course-box">
<div class="cont">
<div class="info">
<h2><a href="#">TypeScript Fundamentals, v3</a></h2>
<div class="img-name">
<img src="https://static.frontendmasters.com/assets/teachers/north/thumb.webp" alt="Mike North" />
<div>Mike North <span><br> LinkedIn</span>
</div>
</div>
<div class="discription">
<p>TypeScript adds a powerful type system on top of your JavaScript to catch bugs before they happen and provide a superior developer experience for collaborative teams.</p>
</div>
<div>
4 hours, 27 minutes
<Strong>CC</Strong>
</div>
</div>
<div class="course-btns">
<a href="particularCourse.html">Watch Free Preview</a>
<a href="#">Get Full Access</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="box2">
<footer role="contentinfo" class="FooterMain">
<div class="wraps">
<div class="row">
<div class="logos"><a class="s-tr" href="/">FrontendMasters</a></div>
<nav class="Nav NawvMobile NavFooter">
<ul>
<li class="items"><a href="courses.html">Courses</a></li>
<li class="items"><a href="#">Learn</a></li>
<li class="items"><a href="#">Teachers</a></li>
<li class="items"><a href="#">Guides</a></li>
<li class="items"><a href="#">Pricing</a></li>
<li class="items"><a onclick="login()">Login</a></li>
<li class="items"><a onclick="signup()">Join Now</a></li>
<li class="items"><a href="#">FAQ</a></li>
</ul>
</nav>
<div class="app">
<img src="https://developer.apple.com/assets/elements/icons/download-on-the-app-store/download-on-the-app-store.svg" width="150px" height="70px">
<a id="" class="Android"></a> <img class="app" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" height="65">
</a>
</div>
<div class="twitter">
<img src="https://image.flaticon.com/icons/png/128/733/733579.png" width="40px" height="40px" class="imageGap">
<img src="https://image.flaticon.com/icons/png/128/174/174857.png" width="40px" height="40px" class="imageGap">
<img src="https://image.flaticon.com/icons/png/128/733/733547.png" width="40px" height="40px" class="imageGap">
<img src="https://image.flaticon.com/icons/png/128/1409/1409946.png" width="40px" height="40px" class="imageGap">
<p class="email">Email: <a href="">support@frontendmasters.com</a></p>
</div>
<div class="copyright">© 2021 Frontend Masters ·
<a href="https://static.frontendmasters.com/assets/legal/MasterServicesAgreement.pdf">Terms of
Service</a> · <a href="https://static.frontendmasters.com/assets/legal/PrivacyPolicy.pdf">Privacy Policy</a>
</div>
<div class="end1">Frontend Masters is proudly made in Minneapolis, MN</div>
</div>
</div>
</div>
<script src="./javascript/myscript.js"></script>
</body>
</html>