-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (33 loc) · 1.93 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
<!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>Go Make Things Course Review</h1>
<p>Below are links to the mini projects that I worked on during the course. Each link will take you to the final solution along with a link to the repo to review the code. This will be used as a review along with something to reference for myself in the future</p>
<ul>Projects
<li><a href="GMT/1-toggle-password/finish.html">Toggle Password</a></li>
<li><a href="GMT/2-toggle-multiple-fileds/finish.html">Toggle Multiple Fields</a></li>
<li><a href="GMT/3-toggle-multiple-form-fields/finish.html">Toggle Multiple From Fields</a></li>
<li><a href="GMT/4-character-total/finish.html">Character Total</a></li>
<li><a href="GMT/5-word-character-count/finish.html">Word and Character Count</a></li>
<li><a href="GMT/6-voice-over/finish.html">Voice Over</a></li>
<li><a href="GMT/7-rando-ron/finish.html">Random Ron</a></li>
<li><a href="GMT/8-no-same-ron/finish.html">No Repleting Ron</a></li>
<li><a href="GMT/9-await/finish.html">API Await</a></li>
<li><a href="GMT/10-dragon-trainer/finish.html">Dragon Trainer Monthly</a></li>
<li><a href="GMT/11-dragon-trainer-authors/finish.html">Dragon Trainer Monthly Authors</a></li>
<li><a href="GMT/12-clean-code/finish.html">Clean Code</a></li>
<li><a href="GMT/13-monster-shuffle/finish.html">Monster Shuffle</a></li>
<li><a href="GMT/14-monster-game/finish.html">Monster Game</a></li>
<li><a href="GMT/15-keep score/finish.html">Keeping Score</a></li>
<li><a href="GMT/16-form-autosave/finish.html">form Autosave</a></li>
<li><a href="GMT/17-single-entry/finish.html">Single Entry</a></li>
<li><a href="GMT/18-form-status/finish.html">Form Status</a></li>
</ul>
</body>
</html>