-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
52 lines (48 loc) · 1.7 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
<!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>Document</title>
</head>
<body>
<h1>Katas</h1>
<section>
<h2>HTML & CSS Katas</h2>
<ul>
<li><a href="/fake-progress-bar/">Fake Progress Bar</a></li>
<li><a href="/geometric-art/">Geometric Art</a></li>
<li><a href="/hover-cursor/">Hover Cursor</a></li>
<li><a href="/polaroid/">Polaroid</a></li>
<li><a href="/custom-radio-buttons/">Custom Radio Buttons</a></li>
<li><a href="/neon/">Neon Sign</a></li>
</ul>
</section>
<section>
<h2>HTML & CSS & JavaScript Katas</h2>
<ul>
<li><a href="/light-switch/">Light Switch</a></li>
<li><a href="/password-toggle/">Password Toggle</a></li>
<li><a href="/fast-cheap-good/">Fast Cheap Good</a></li>
<li><a href="/counter/">Counter</a></li>
<li><a href="/color-mixer/">Color Mixer</a></li>
<li><a href="/image-filter/">Image Filter</a></li>
<li><a href="/clock/">Clock</a></li>
<li><a href="/lottery/">Lottery</a></li>
<li><a href="/hangman/">Hangman</a></li>
<li><a href="/boo/">Boo</a></li>
<li><a href="/count-down/">Count Down</a></li>
<li><a href="/timer/">Timer</a></li>
<li><a href="/whack-a-mole/">Whack-a-Mole</a></li>
</ul>
</section>
<section>
<h2>HTML & CSS, JavaScript and Fetch Katas</h2>
<ul>
<li><a href="/color-mixer-with-api/">Color Mixer with API</a></li>
</ul>
</section>
<section></section>
</body>
</html>