From 416c54f0dd41f487ea94cc3630a5f28cff5d62fa Mon Sep 17 00:00:00 2001 From: Eugene Serb <46799701+eugene-serb@users.noreply.github.com> Date: Thu, 16 Jun 2022 19:18:32 +0300 Subject: [PATCH] Replced files, changed links --- README.md | 6 ++-- .../android-chrome-192x192.png | Bin .../android-chrome-512x512.png | Bin .../apple-touch-icon.png | Bin favicon-16x16.png => img/favicon-16x16.png | Bin favicon-32x32.png => img/favicon-32x32.png | Bin favicon.ico => img/favicon.ico | Bin index.html | 26 +++++++++--------- site.webmanifest | 4 +-- 9 files changed, 18 insertions(+), 18 deletions(-) rename android-chrome-192x192.png => img/android-chrome-192x192.png (100%) rename android-chrome-512x512.png => img/android-chrome-512x512.png (100%) rename apple-touch-icon.png => img/apple-touch-icon.png (100%) rename favicon-16x16.png => img/favicon-16x16.png (100%) rename favicon-32x32.png => img/favicon-32x32.png (100%) rename favicon.ico => img/favicon.ico (100%) diff --git a/README.md b/README.md index 324531e..702f523 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Vibration Master -Vibration Master in ***Javascript***, ***HTML*** and ***CSS*** **[[rep](https://github.com/eugene-serb/vibration-master/), [site](https://eugene-serb.github.io/vibration-master/)]**. +# Wavelovers +Wavelovers in ***Javascript***, ***HTML*** and ***CSS*** **[[rep](https://github.com/eugene-serb/wavelovers/), [site](https://eugene-serb.github.io/wavelovers/)]**. -This is a browser vibration master that can make a vibration massager from your gamepad. +This is a Wavelovers that can make a vibration massager from your gamepad. If you are interested in this or my other projects, or would like to suggest and share ideas with me, or just talk to me, contact me: *[@eugene_serb](https://t.me/eugene_serb)* diff --git a/android-chrome-192x192.png b/img/android-chrome-192x192.png similarity index 100% rename from android-chrome-192x192.png rename to img/android-chrome-192x192.png diff --git a/android-chrome-512x512.png b/img/android-chrome-512x512.png similarity index 100% rename from android-chrome-512x512.png rename to img/android-chrome-512x512.png diff --git a/apple-touch-icon.png b/img/apple-touch-icon.png similarity index 100% rename from apple-touch-icon.png rename to img/apple-touch-icon.png diff --git a/favicon-16x16.png b/img/favicon-16x16.png similarity index 100% rename from favicon-16x16.png rename to img/favicon-16x16.png diff --git a/favicon-32x32.png b/img/favicon-32x32.png similarity index 100% rename from favicon-32x32.png rename to img/favicon-32x32.png diff --git a/favicon.ico b/img/favicon.ico similarity index 100% rename from favicon.ico rename to img/favicon.ico diff --git a/index.html b/index.html index 216eea4..4461a10 100644 --- a/index.html +++ b/index.html @@ -9,13 +9,13 @@ - - - - - - - + + + + + + + @@ -29,15 +29,15 @@ - - - + + + - + @@ -104,13 +104,13 @@ - + diff --git a/site.webmanifest b/site.webmanifest index 18717e6..899dac7 100644 --- a/site.webmanifest +++ b/site.webmanifest @@ -3,12 +3,12 @@ "short_name": "", "icons": [ { - "src": "android-chrome-192x192.png", + "src": "https://eugene-serb.github.io/wavelovers/img/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "android-chrome-512x512.png", + "src": "https://eugene-serb.github.io/wavelovers/img/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }