-
Notifications
You must be signed in to change notification settings - Fork 2
/
tutorials.html
76 lines (65 loc) · 2.22 KB
/
tutorials.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
---
layout: home
title: Tutorials
permalink: tutorials
---
<div class="section">
<div class="wrapper">
<h2 class="text-center">For Beginners</h2>
<div class="box-wrapper">
<a class="box" href="https://www.youtube.com/watch?v=2qDywOS7VAc">
<h3>Javascript tutorial</h3>
<iframe width="100%" height="280" style="border-radius: 5px" src="https://www.youtube.com/embed/2qDywOS7VAc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</a>
<a class="box" href="https://www.youtube.com/watch?v=BwuLxPH8IDs">
<h3>Typescript tutorial</h3>
<iframe width="100%" height="280" style="border-radius: 5px" src="https://www.youtube.com/embed/BwuLxPH8IDs" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</a>
</div>
</div>
</div>
<div class="section">
<div class="wrapper">
<h2 class="text-center">Build powerful web apps with Typetron</h2>
<h5 class="text-center">Pick a tutorial to start</h5>
<div class="box-wrapper">
<a class="box" href="/tutorials/blog">
<h3>Personal Blog</h3>
<img alt="personal blog" src="/images/sharing.png">
<p>Start now</p>
</a>
<a class="box" href="/tutorials/twitter-clone">
<h3>Twitter clone</h3>
<img alt="personal blog" src="/images/performance.png">
<p>Start now</p>
</a>
<a class="box in-progress" href="">
<h3>Admin dashboard</h3>
<img alt="personal blog" src="/images/scalability.png">
<p><i>In progress</i></p>
</a>
</div>
</div>
</div>
<div class="section">
<div class="wrapper">
<h2 class="text-center">Advanced</h2>
<div class="box-wrapper">
<a class="box in-progress" href="#">
<h3>Building a Typetron clone</h3>
<h4>(A simple framework from scratch)</h4>
<p><i>In progress</i></p>
</a>
<a class="box in-progress" href="#">
<h3>Typetron internals explained</h3>
<h4>(How it works under the hood)</h4>
<p><i>In progress</i></p>
</a>
<a class="box in-progress" href="#">
<h3>Building core modules</h3>
<h4>(Creating main modules from scratch)</h4>
<p><i>In progress</i></p>
</a>
</div>
</div>
</div>