From cca8234951c0760d38c6b772989a9d32073506dd Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 10 Apr 2020 16:23:40 +0000 Subject: [PATCH] Web page work --- static/index.html | 168 +++++++++++++++++++++++++++++++++++----------- static/vail.css | 6 ++ 2 files changed, 134 insertions(+), 40 deletions(-) diff --git a/static/index.html b/static/index.html index fe44410..83a191d 100644 --- a/static/index.html +++ b/static/index.html @@ -6,46 +6,134 @@ -

Vail

-

- You have to click in the page or press a key or something before you can hear anything. - These are browser rules - that prevent ads from blaring audio at you. -

- -

- Keys you can use: -

- -
-
,, w, left mouse button
-
Short tone
- -
., v, right mouse button
-
Long tone
-
+
+ +
-
+
+ + + + + + + + + +
Dot,, w, left mouse button
Dash., v, right mouse button
+
+ +
+
+a : .-
+b : -...
+c : -.-.
+d : -..
+e : .
+f : ..-.
+g : --.
+h : ....
+i : ..
+j : .---
+k : -.-
+l : .-..
+m : --
+n : -.
+o : ---
+p : .--.
+q : --.-
+r : .-.
+s : ...
+t : -
+u : ..-
+v : ...-
+w : .--
+x : -..-
+y : -.--
+z : --..
+0 : -----
+1 : .----
+2 : ..---
+3 : ...--
+4 : ....-
+5 : .....
+6 : -....
+7 : --...
+8 : ---..
+9 : ----.
+. : .-.-.-
+, : --..--
+: : ---...
+? : ..--..
+' : .----.
+- : -....-
+/ : -..-.
+" : .-..-.
+@ : .--.-.
+= : -...-
+! : -.-.--
+      
+
-

- This is a CW repeater, - named after Alfred Vail, - who may or may not have invented what's called "Morse code", - but clearly had some role in it. -

- -

- Just like a radio repeater, - anybody can connect and start transmitting stuff, - and this will broadcast it to everyone connected. - If there's enough interest, - I'll add something like channels. -

- -

- If you need this to work on a cell phone, - let me know and I'll come up with something for you. -

-
+
+

Vail

+ +

+ This is a CW repeater, + named after Alfred Vail, + who may or may not have invented what's called "Morse code", + but clearly had some role in it. +

+ +

+ Just like a radio repeater, + anybody can connect and start transmitting stuff, + and this will broadcast it to everyone connected. + If there's enough interest, + I'll add something like channels. +

+ +

+ If you need this to work on a cell phone, + let me know and I'll come up with something for you. +

+
+ +
+

Why does this exist?

+ +

+ I need a place to practice CW with actual human beings, + and I want it to be as close as possible to what I'd experience on a radio. + Also, I don't want to make people buy a bunch of radio hardware. + Nothing else like this exists on the Internet, as far as I can tell. +

+ +

Who made it?

+ +

+ Neale Pickett kd7oqi +

+ +

Future plans

+ + + + +

How can I help?

+ + +
- \ No newline at end of file + diff --git a/static/vail.css b/static/vail.css index 8fc43dc..c776b58 100644 --- a/static/vail.css +++ b/static/vail.css @@ -1,6 +1,8 @@ body { background-color: #ccc; font-family: sans-serif; + display: flex; + flex-wrap: wrap; } code { @@ -8,3 +10,7 @@ code { color: #fff; padding: 0.1em; } + +img { + max-width: 20em; +}