-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpricing.html
486 lines (474 loc) · 22.7 KB
/
pricing.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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/styles/loading.css" media="all">
<link rel="stylesheet" href="assets/styles/main.css" media="all">
<link rel="stylesheet" href="assets/styles/nav.css" media="all">
<link rel="stylesheet" href="assets/styles/header.css" media="all">
<link rel="stylesheet" href="assets/styles/pricing.css" media="all">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="canonical" href="https://maik.dev/projects/learntoprogram/pricing/">
<title>Pricing | Learn to Program</title>
<!--
<meta name="description" content="" />
<meta property="og:title" content="" />
<meta property="og:type" content="article" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="og:site_name" content="" />
<meta property="og:description" content="" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="" />
<meta name="twitter:description" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:site" content="" />
<meta name="twitter:creator" content="@maik_dev" />
-->
</head>
<body>
<div id="top"></div>
<div id="loading">
<div class="container">
<span class="load_icon"></span>
</div>
</div>
<nav>
<input class="nav_toggle_input hidden" id="nav_toggle_mobile" type="checkbox">
<label class="nav_toggle desktop_hidden" for="nav_toggle_mobile"></label>
<a class="logo" href="./">Learn to Program</a>
<ul class="items">
<li class="item active"><a href="./">Home</a></li>
<li class="item hasdropdown">
<a href="./catalog.html">Learn</a>
<div class="submenu mobile_hidden">
<div class="column capitalize">
<span><a href="./catalog.html#courses">Courses</a></span>
<ul>
<li><a href="./catalog.html#catalog">Full catalog</a></li>
<li><a href="./catalog.html#code-foundations">Code faundations</a></li>
<li><a href="./catalog.html#computer-science">Computer science</a></li>
<li><a href="./catalog.html#data-science">Data science</a></li>
<li><a href="./catalog.html#web-development">Web development</a></li>
<li><a href="./catalog.html#catalog">Other</a></li>
</ul>
</div>
<div class="column">
<span><a href="./catalog.html#skills">Skills</a></span>
<ul>
<li><a href="./catalog.html#analyse-data-python">Analyze data</a></li>
<li><a href="./catalog.html#backend-app-javascript">Back-End app</a></li>
<li><a href="./catalog.html#frontend-app-react">Front-End app</a></li>
<li><a href="./catalog.html#get-started-ai">Artificial intelligence</a></li>
<li><a href="./catalog.html#build-websites">Build websites</a></li>
<li><a href="./catalog.html#visualize-data-python">Visualize data</a></li>
</ul>
</div>
<div class="column">
<span><a href="./catalog.html#languages">Languages</a></span>
<ul>
<li><a href="./catalog.html#languages-python3">Python 3</a></li>
<li><a href="./catalog.html#languages-python2">Python 2</a></li>
<li><a href="./catalog.html#languages-java">Java</a></li>
<li><a href="./catalog.html#languages-javascript">JavaScript</a></li>
</ul>
</div>
</div>
</li>
<li class="item"><a href="./pricing.html">Pricing</a></li>
<li class="item"><a href="./about.html">About</a></li>
<li class="nav_background"></li>
</ul>
</nav>
<header class="parallax">
<div class="container">
<h1>Pricing</h1>
</div>
</header>
<div class="content">
<div class="column">
<div class="title">
<h1>Plans for every learner</h1>
<p>Whether you're starting from scratch or trying to level up your skills, we've got you covered.</p>
</div>
<div class="pricing">
<div class="column teams">
<h2>Teams</h2>
<div class="prices">
<div class="column">
<div class="centered top">
<h3>Team</h3>
<div class="price">
<span class="currency">$</span>
<span class="amount">9</span>
<span class="dot">.</span>
<span class="super">99</span>
</div>
<span class="time">Per user / month</span>
<p>Advanced learning and management tools for teams</p>
</div>
<ul class="checklist">
<li class="unlimited">Unlimited free courses</li>
<li class="unlimited">Unlimited pro courses</li>
<li>Advanced Progress tracking</li>
<li>Team progress dashboard</li>
<li>User management and billing</li>
<li>Advanced Courses</li>
<li>Step by Step Courses</li>
</ul>
<div class="info">
<p>Starts at <b>$25 / month</b> and includes your first 5 users</p>
<p>Free to <a href="#">academic faculty</a> for teaching or non-profit research</p>
</div>
<a href="#" class="choose">Choose Team</a>
</div>
<div class="column">
<div class="centered top">
<h3>Enterprise</h3>
<div class="price">
<span class="contact">Contact Sales<br>for pricing</span>
</div>
<span class="time"></span>
<p>For large scale organizations</p>
</div>
<ul class="checklist">
<li class="unlimited">Unlimited free courses</li>
<li class="unlimited">Unlimited pro courses</li>
<li>Advanced Progress tracking</li>
<li>Team progress dashboard</li>
<li>User management and billing</li>
<li>Simplified account administration</li>
<li>Priority support</li>
<li>Advanced Courses</li>
<li>Step by Step Courses</li>
</ul>
<div class="info">
<p>Questions? <a href="#">Learn more about Enterprise</a>.</p>
<p>Free for educational institutions participating in the <a href="#">Education program</a></p>
</div>
<a href="#" class="choose">Choose Pro</a>
</div>
</div>
</div>
<div class="column individuals">
<h2>Individuals</h2>
<div class="prices">
<div class="column">
<div class="centered top">
<h3>Free</h3>
<div class="price">
<span class="currency">$</span>
<span class="amount">0</span>
<span class="dot">.</span>
<span class="super">00</span>
</div>
<span class="time">Per month</span>
<p>The basics of programming for all learners</p>
</div>
<ul class="checklist">
<li class="unlimited">Unlimited free courses</li>
<li>Progress tracking</li>
<li>Basics</li>
<li>Step by Step Courses</li>
</ul>
<div class="info"></div>
<a href="#" class="choose">Choose Free</a>
</div>
<div class="column">
<div class="centered top">
<h3>Pro</h3>
<div class="price">
<span class="currency">$</span>
<span class="amount">7</span>
<span class="dot">.</span>
<span class="super">99</span>
</div>
<span class="time">Per month</span>
<p>Pro courses for advanced learners</p>
</div>
<ul class="checklist">
<li class="unlimited">Unlimited free courses</li>
<li class="unlimited">Unlimited pro courses</li>
<li>Advanced Progress tracking</li>
<li>Basics</li>
<li>Advanced Courses</li>
<li>Step by Step Courses</li>
</ul>
<div class="info">
<p>Included free alongside other real-world development tools in the <a href="#">Student Developer Pack</a></p>
</div>
<a href="#" class="choose">Choose Pro</a>
</div>
</div>
</div>
</div>
</div>
<div class="everyone">
<div class="container">
<h1>Programming is for smart people, and so are we</h1>
<p>College is expensive. So are bootcamps. Not everyone can afford to quit their job to learn full-time. We’re here to make coding more flexible and accessible so everyone has a chance to learn.</p>
</div>
</div>
<div class="compare">
<div class="title">
<h1>Compare features</h1>
<p>With our always-growing set of tools for individuals and teams, you’ve got options.</p>
</div>
<div class="table">
<table>
<tr>
<th></th>
<th colspan="2">Individuals</th>
<th colspan="2">Teams</th>
</tr>
<tr>
<td class="subtitle"></td>
<td class="subtitle">
<div class="costs">
<span class="cost">Free</span>
<span class="price">$0.00</span>
<span class="time">Per month</span>
</div>
</td>
<td class="subtitle">
<div class="costs">
<span class="cost">Pro</span>
<span class="price">$7.99</span>
<span class="time">Per month</span>
</div>
</td>
<td class="subtitle">
<div class="costs">
<span class="cost">Team</span>
<span class="price">$9.99</span>
<span class="time">Per user / month</span>
</div>
</td>
<td class="subtitle">
<div class="costs">
<span class="cost">Enterprise</span>
<span class="price">Contact sales</span>
<span class="time"><a href="#">Learn more</a></span>
</div>
</td>
</tr>
<tr class="heading">
<td colspan="3">
<h2>Courses</h2>
</td>
<td colspan="2"></td>
</tr>
<tr>
<td>Beginner courses</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
</tr>
<tr>
<td>Step-by-step courses</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
</tr>
<tr>
<td>Advanced courses</td>
<td>2</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
</tr>
<tr class="heading">
<td colspan="3">
<h2>Progress tracking</h2>
</td>
<td colspan="2"></td>
</tr>
<tr>
<td>Basic</td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<td>Advanced</td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<td>Team dashboard</td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<td>Some other dashboard</td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr class="heading">
<td colspan="3">
<h2>Team</h2>
</td>
<td colspan="2"></td>
</tr>
<tr>
<td><a href="#">Discussions</a></td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<td>Department competitions</td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<td>Hackathons</td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr class="heading">
<td colspan="3">
<h2>Security</h2>
</td>
<td colspan="2"></td>
</tr>
<tr>
<td>Two-factor authentication</td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<td><a href="#">Required two-factor authentication for organizations</a></td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<td>Organization and team management</td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<td>SAML single sign-on (SSO)</td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr class="heading">
<td colspan="3">
<h2>Support and deployment</h2>
</td>
<td colspan="2"></td>
</tr>
<tr>
<td>Cloud</td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<td>Email support</td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<td>Phone support</td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td>Available with <a href="#">premium support</a></td>
</tr>
<tr>
<td>Invoice billing</td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
</tr>
</table>
</div>
</div>
<div class="support mobile_hidden">
<div class="container">
<div class="content">
<h1>Support</h1>
<p>Online text support is not available yet. Please come back later or send us an email at <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>You can also try to contact us using the <a href="./contact.html#form">contact form</a>.</p>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="column">
<h1>Info</h1>
<ul>
<li><a href="#">Languages</a></li>
<li><a href="#">Account</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Work with us</a></li>
<li><a href="#">Hiring</a></li>
</ul>
</div>
<div class="column">
<h1>Need help?</h1>
<ul>
<li><a href="#">Customer service</a></li>
<li><a href="#">Group sales</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Lorem</a></li>
<li><a href="#">ipsum</a></li>
</ul>
</div>
<div class="column newsletter">
<h1>Stay connected</h1>
<p>Join over 10,000 people who recieve our bi-weekly newsletter.</p>
<div class="signup">
<input type="email" name="email" placeholder="Email Adress">
<button>Sign-Up</button>
</div>
</div>
<div class="bottom">
<div class="uparrow">
<a href="#top">⌃</a>
</div>
<div class="copyright">
<span class="copyright">© Maik de Kruif (maikka39). All rights reserved.</span>
<span class="splitmark">|</span>
<span class="not_affiliated">Learn to Program is not affiliated with any company.</span>
<span class="splitmark">|</span>
<span class="trademarks">Brand and product names mentioned are trademarks of their respective companies.</span>
</div>
<div class="links">
<ul>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Sitemap</a></li>
</ul>
</div>
</div>
</footer>
</body></html>