diff --git a/about.php b/about.php new file mode 100644 index 0000000..536dc0c --- /dev/null +++ b/about.php @@ -0,0 +1,156 @@ + + + +morse chat + + + + + + + + + + + + + + + + + + + + +
+

morsechat

+

Morsechat is an open source morse chat for learning morse code, inspired by +  @bkanber  's web app  morsecode.me 

+

This chat is not in real time, the messages you type are sent only after a short period of inactivity, when + the progress bar at the top of the page reaches the end.

+ +

what's new

+

V 1.0 [19/ 3/ 2018]

+

This is the first version of the chat. Too lazy to write the changelog now +

+ +

bugs

+

You can report bugs or give your suggestions on  github  +

+ +

todo list:

+ + +
+ + + + + \ No newline at end of file diff --git a/css/bg.png b/css/bg.png new file mode 100644 index 0000000..8b1d392 Binary files /dev/null and b/css/bg.png differ diff --git a/css/style.css b/css/style.css index b918362..91214da 100644 --- a/css/style.css +++ b/css/style.css @@ -7,6 +7,9 @@ html,body{ overflow:hidden; height: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); + /* https://s3-us-west-2.amazonaws.com/s.cdpn.io/154/footer_lodyas.png */ + background: #333333 url("bg.png"); + } #nav{ diff --git a/index.php b/index.php index b75c099..3719816 100644 --- a/index.php +++ b/index.php @@ -117,7 +117,7 @@

homepage

practice

about

-

bug

+

bugs