-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.53 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
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style-index.css">
<body>
<ul class='nav_ul'>
<li class='nav_li'><a class="active" href="index.html">Home</a></li>
<li class='nav_li'><a href="./mind-camera-game/mind-camera-game.html">Mind camera game</a></li>
<li class='nav_li'><a href="./monkey-brain/monkey-brain.html">Monkey brain</a></li>
<li class='nav_li'><a href="./schulte-table/schulte-table.html">Schulte table</a></li>
<li class='nav_li'><a href="./eye-trainer/eye-trainer.html">Eye Trainer</a></li>
</ul>
<div id="home-text">
<p> This will hopefully be a collection of exercises and games proposed by the Udemy course <a class="nlink" href="https://www.udemy.com/become-a-superlearner-2-speed-reading-memory-accelerated-learning/">Become a SuperLearner V2</a> and the <a class="nlink" href="http://www.keytostudy.com/category/goldentouch-keytostudy-main/"> Keytostudy</a> blog. The purpose of the exercises is to help you develop better reading habits and memorization. Because some of the original games were only available in Flash, I decided to recreate them using HTML canvas.</p>
<p>Current list of exercises:</p>
<ul>
<li>Mind camera game - click on the last circle that appeared</li>
<li>Monkey brain - click the numbers in an ascending order</li>
<li>Schulte table - focus on the red circle and find the correct number with your peripheral vision</li>
</ul>
</div>
</body>
</html>