Skip to content

Commit

Permalink
Normal vrk station updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseSteele committed Mar 21, 2019
1 parent aa685a7 commit deb1c0a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 8 deletions.
22 changes: 19 additions & 3 deletions README.md
@@ -1,4 +1,20 @@
# 88
88-Word Hanon (Typing app)
# Word Hanon 88
*An app method to learn typing*

Just put the files in a directory and open an HTML file in your browser.
Learn to type by repeating the same word until it fills the box. Repetition is the best way to improve any skill.

Drag, paste, and cut have all been disabled, making the typing areas mostly "cheat-proof".

Teachers, tutors, parents, and other educators can use this to ensure that students focus on learning content and core skill.

This can be convenient on slimmed-down platforms, such as Chrome.

**Instructions:**

Put the files in a directory and open an HTML file in your browser.

Note the three links at the top:

- 88 - for the word list
- CUSTOM LIST - for another list with the same sized typing box
- TYPE - for resizable boxes, one with the same no-paste features
Binary file added favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -4,6 +4,7 @@
<title>
88-Word Hanon
</title>
<link rel="icon" href="favicon.ico">
<!-- CSS -->
<style>
/* Global styles */
Expand Down Expand Up @@ -95,7 +96,7 @@

</head>
<body>
<h1>88-Word Hanon <a class="h1link" href="listWordHanon.html">[CUSTOM LIST]</a> <a class="h1link" href="typeScreen.html">[TYPE]</a></h1>
<h1>Word Hanon: 88 <a class="h1link" href="listWordHanon.html">[CUSTOM LIST]</a> <a class="h1link" href="typeScreen.html">[TYPE]</a></h1>
<div class="listBox">
<table border="0" cellspacing="0"><colgroup width="116"></colgroup> <colgroup span="2" width="115"></colgroup> <colgroup width="125"></colgroup> <colgroup width="120"></colgroup>
<tbody>
Expand Down
5 changes: 3 additions & 2 deletions listWordHanon.html
Expand Up @@ -2,8 +2,9 @@
<html>
<head>
<title>
Word Hanon
88-Word Hanon
</title>
<link rel="icon" href="favicon.ico">
<!-- CSS -->
<style>
/* Global styles */
Expand Down Expand Up @@ -86,7 +87,7 @@

</head>
<body>
<h1>Word Hanon <a class="h1link" href="index.html">[88]</a> <a class="h1link" href="typeScreen.html">[TYPE]</a></h1>
<h1>Word Hanon: Custom List <a class="h1link" href="index.html">[88]</a> <a class="h1link" href="typeScreen.html">[TYPE]</a></h1>
<textarea class="listBox" rows="8" cols="82" placeholder="Put practice words here.."></textarea>
<br />
<br />
Expand Down
5 changes: 3 additions & 2 deletions typeScreen.html
Expand Up @@ -2,8 +2,9 @@
<html>
<head>
<title>
Word Hanon
88-Word Hanon
</title>
<link rel="icon" href="favicon.ico">
<!-- CSS -->
<style>
/* Global styles */
Expand Down Expand Up @@ -77,7 +78,7 @@

</head>
<body>
<h1>Type Screen <a class="h1link" href="index.html">[88]</a> <a class="h1link" href="listWordHanon.html">[CUSTOM LIST]</a></h1>
<h1>Word Hanon: Type Screen <a class="h1link" href="index.html">[88]</a> <a class="h1link" href="listWordHanon.html">[CUSTOM LIST]</a></h1>
<textarea class="readScreen" rows="8" cols="82" placeholder="Put original text here.."></textarea>
<br />
<br />
Expand Down

0 comments on commit deb1c0a

Please sign in to comment.