mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
- added css rule for ol.
- replace css rule for hash-link to DonateView. - updated AboutView. - updated version. - updated package. - build.
This commit is contained in:
parent
fdd2354732
commit
0aaac01593
16
package-lock.json
generated
16
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "wavelovers",
|
"name": "wavelovers",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "wavelovers",
|
"name": "wavelovers",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"license": "GNU GPL v3",
|
"license": "GNU GPL v3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"core-js": "^3.8.3",
|
"core-js": "^3.8.3",
|
||||||
@ -4039,9 +4039,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/caniuse-lite": {
|
"node_modules/caniuse-lite": {
|
||||||
"version": "1.0.30001383",
|
"version": "1.0.30001384",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001383.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001384.tgz",
|
||||||
"integrity": "sha512-swMpEoTp5vDoGBZsYZX7L7nXHe6dsHxi9o6/LKf/f0LukVtnrxly5GVb/fWdCDTqi/yw6Km6tiJ0pmBacm0gbg==",
|
"integrity": "sha512-BBWt57kqWbc0GYZXb47wTXpmAgqr5LSibPzNjk/AWMdmJMQhLqOl3c/Kd4OAU/tu4NLfYkMx8Tlq3RVBkOBolQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -14973,9 +14973,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"caniuse-lite": {
|
"caniuse-lite": {
|
||||||
"version": "1.0.30001383",
|
"version": "1.0.30001384",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001383.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001384.tgz",
|
||||||
"integrity": "sha512-swMpEoTp5vDoGBZsYZX7L7nXHe6dsHxi9o6/LKf/f0LukVtnrxly5GVb/fWdCDTqi/yw6Km6tiJ0pmBacm0gbg==",
|
"integrity": "sha512-BBWt57kqWbc0GYZXb47wTXpmAgqr5LSibPzNjk/AWMdmJMQhLqOl3c/Kd4OAU/tu4NLfYkMx8Tlq3RVBkOBolQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"case-sensitive-paths-webpack-plugin": {
|
"case-sensitive-paths-webpack-plugin": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "wavelovers",
|
"name": "wavelovers",
|
||||||
"description": "Wavelovers. Use your device vibration correctly. Make a massager out of a gamepad.",
|
"description": "Wavelovers. Use your device vibration correctly. Make a massager out of a gamepad.",
|
||||||
"keywords": [ "wavelovers", "gamepad-vibrator", "gamepad-test-tool", "gamepad-vibration-test-tool" ],
|
"keywords": [ "wavelovers", "gamepad-vibrator", "gamepad-test-tool", "gamepad-vibration-test-tool" ],
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"license": "GNU GPL v3",
|
"license": "GNU GPL v3",
|
||||||
"homepage": "https://wavelovers.ru/",
|
"homepage": "https://wavelovers.ru/",
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* ------------------------------ */
|
/* ------------------------------ */
|
||||||
/* Wavelovers styles */
|
/* Wavelovers styles */
|
||||||
/* version: dated 2022.08.28 */
|
/* version: dated 2022.08.29 */
|
||||||
/* author: Eugene Serb */
|
/* author: Eugene Serb */
|
||||||
/* ------------------------------ */
|
/* ------------------------------ */
|
||||||
|
|
||||||
@ -146,8 +146,11 @@ span, p, article, blockquote {
|
|||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ol, ul {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
list-style-type: circle;
|
list-style-type: circle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -486,11 +489,3 @@ table, th, td {
|
|||||||
padding: 32px;
|
padding: 32px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----- */
|
|
||||||
/* PAGES */
|
|
||||||
/* ----- */
|
|
||||||
|
|
||||||
.link_hash {
|
|
||||||
word-break: break-all;
|
|
||||||
}
|
|
||||||
|
@ -2,43 +2,43 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://wavelovers.ru/</loc>
|
<loc>https://wavelovers.ru/</loc>
|
||||||
<lastmod>2022-08-28</lastmod>
|
<lastmod>2022-08-29</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://wavelovers.ru/custom</loc>
|
<loc>https://wavelovers.ru/custom</loc>
|
||||||
<lastmod>2022-08-28</lastmod>
|
<lastmod>2022-08-29</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://wavelovers.ru/manual</loc>
|
<loc>https://wavelovers.ru/manual</loc>
|
||||||
<lastmod>2022-08-28</lastmod>
|
<lastmod>2022-08-29</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://wavelovers.ru/diagnostic</loc>
|
<loc>https://wavelovers.ru/diagnostic</loc>
|
||||||
<lastmod>2022-08-28</lastmod>
|
<lastmod>2022-08-29</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://wavelovers.ru/faq</loc>
|
<loc>https://wavelovers.ru/faq</loc>
|
||||||
<lastmod>2022-08-28</lastmod>
|
<lastmod>2022-08-29</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://wavelovers.ru/about</loc>
|
<loc>https://wavelovers.ru/about</loc>
|
||||||
<lastmod>2022-08-28</lastmod>
|
<lastmod>2022-08-29</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://wavelovers.ru/donate</loc>
|
<loc>https://wavelovers.ru/donate</loc>
|
||||||
<lastmod>2022-08-28</lastmod>
|
<lastmod>2022-08-29</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>https://wavelovers.ru/sitemap-internal.xml</loc>
|
<loc>https://wavelovers.ru/sitemap-internal.xml</loc>
|
||||||
<lastmod>2022-08-28</lastmod>
|
<lastmod>2022-08-29</lastmod>
|
||||||
</sitemap>
|
</sitemap>
|
||||||
</sitemapindex>
|
</sitemapindex>
|
||||||
|
|
||||||
|
@ -2,7 +2,38 @@
|
|||||||
<h1 class="visually-hidden">Wavelovers – About</h1>
|
<h1 class="visually-hidden">Wavelovers – About</h1>
|
||||||
<div>
|
<div>
|
||||||
<div class="content-item">
|
<div class="content-item">
|
||||||
<h2 class="content-item__header">About</h2>
|
<h2 class="content-item__header">Wavelovers</h2>
|
||||||
|
<p>
|
||||||
|
Wavelovers is an assistant in relaxation, elimination of muscle pain and
|
||||||
|
other relaxing, wellness procedures, or simply a tester of the performance
|
||||||
|
of the gamepad, its buttons and vibration.
|
||||||
|
</p><br />
|
||||||
|
<p>
|
||||||
|
Wavelovers is free to use worldwide, in every corner of the planet,
|
||||||
|
all you need is a gamepad with vibration.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="content-item">
|
||||||
|
<h2 class="content-item__header">About the effects of use</h2>
|
||||||
|
<span>A dozen reasons to make friends with the Wavelovers vibration stimulator:</span>
|
||||||
|
<ol class="list">
|
||||||
|
<li>Reduces the risk of stroke.</li>
|
||||||
|
<li>Headaches and migraines are reduced.</li>
|
||||||
|
<li>Pain syndromes accompanying osteochondrosis and muscle pain are reduced.</li>
|
||||||
|
<li>Noise in the ears and numbness of the fingers pass.</li>
|
||||||
|
<li>Memory and vision improve, emotional state normalizes.</li>
|
||||||
|
<li>The work of muscles and blood vessels is normalized, blood circulation improves.</li>
|
||||||
|
<li>Meteorological dependence decreases.</li>
|
||||||
|
<li>Improves overall well-being and sleep, increases efficiency.</li>
|
||||||
|
<li>The ability to jump to the height of one's own height.</li>
|
||||||
|
<li>After training, the ability to fly and breathe underwater for up to an hour.</li>
|
||||||
|
<li>Gradual transformation into a superman. Walking through walls, cat vision, regeneration.</li>
|
||||||
|
<li>The ability to see the future and travel through time and to other galaxies.</li>
|
||||||
|
</ol>
|
||||||
|
<span>P.S. The list is based on reviews, has not been verified by experts, and may not reflect reality. Don't take it for granted.</span>
|
||||||
|
</div>
|
||||||
|
<div class="content-item">
|
||||||
|
<h2 class="content-item__header">Author</h2>
|
||||||
<p>Hi! I am the author and developer of Wavelovers app and I want to thank you for using this app. If you have any ideas or wishes, you can write to me.</p>
|
<p>Hi! I am the author and developer of Wavelovers app and I want to thank you for using this app. If you have any ideas or wishes, you can write to me.</p>
|
||||||
<br />
|
<br />
|
||||||
<span>Write me: </span>
|
<span>Write me: </span>
|
||||||
@ -27,3 +58,8 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.list > li {
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@ -28,3 +28,8 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.link_hash {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user