forked from zero-to-mastery/ZtM-Workouts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (71 loc) · 2.1 KB
/
index.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
<!DOCTYPE html>
<!-- Temporary website -->
<html>
<head>
<title>Zero to Mastery-Workouts</title>
<link href="https://fonts.googleapis.com/css?family=PT+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div>
<h1 id="ztm-workouts">ZtM-Workouts</h1><hr>
<p>A project with a variety of exercises that will help you learn development.</p>
<h3 id="idea">
Idea
<a href="https://zero-to-mastery.github.io/ZtM-Workouts/#idea"
style="font: 1em/1; padding-left: 0.375em;">
</a>
</h3>
<div id="para">
<p>
Complementary exercises for practicing web development along with the ZtM course.<br>
Not a list of resources, but a library of exercises!<br>
Add excercises for each category: HTML, CSS, JavaScript, React, Testing, etc...<br>
They could then have a button that will show the solution.<br>
If you have any good ideas feel free to add them!
</p>
</div>
<h3 id="pages">
Pages
<a href="https://zero-to-mastery.github.io/ZtM-Workouts/#pages"
style="font: 1em/1; padding-left: 0.375em;">
</a>
</h3>
<p>
Go to the
<a href="https://zero-to-mastery.github.io/ZtM-Workouts/pages/">
Programming Exercises.
</a>
</p>
<h3 id="create-next-app">
Create next app
<a href="https://zero-to-mastery.github.io/ZtM-Workouts/#create-next-app"
style="font: 1em/1; padding-left: 0.375em;">
</a>
</h3>
<p>Documentation:
<a href="https://github.com/segmentio/create-next-app">
https://github.com/segmentio/create-next-app
</a>
</p>
<p>(idea by Thijs @ Zero To Mastery)</p>
<div id="improve">
This site is open source.
<a href="https://github.com/zero-to-mastery/ZtM-Workouts/edit/master/README.md">
Improve this page.
</a>
</div>
</div>
<!-- <header>
<h1>ZtM-Workouts</h1>
<nav>
<ul>
<li><a href='#'>home</a></li>
<li><a href='#'>HTML</a></li>
<li><a href='#'>CSS</a></li>
<li><a href='#'>JavaScript</a></li>
</ul>
</nav>
</header> -->
</body>
</html>