Skip to content

Commit f96de58

Browse files
committed
tom kenyon agreement to use his music
1 parent 35c3822 commit f96de58

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
## Inspired by WHM Bubble Breathing which unfortunately changed to subscription only.
33
- @WimHof: "I am a huge fan of yours and I love what you're doing man! I passed the 30 days challenge and believe everyone should chip in to help your cause but I had to make an accessible alternative to your breathing bubble... no hard feelings!"
44
- @all: "[Visit Wim\'s Website to learn more and support his mission!](https://www.wimhofmethod.com/breathing-techniques)"
5+
- Music Credits, @ the result overview page, go to [Tom Kenyon - Flower of Life/Tree of Life Sound Meditation](https://www.tomkenyon.com); "Thank you Tom for supplying this mystical music 🙏"
56
- Note: The ignorant work for their own profit, Arjuna; the wise work for the welfare of the world, without thought for themselves.
67

78
[<img align="center" src="https://weedshaker.github.io/InteractiveBreathing/img/icon_192x192.png">](https://weedshaker.github.io/InteractiveBreathing/index.html "Click and start breathing Bro!") \

components/pages/ResultOverview.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default class ResultOverview extends Shadow() {
199199
}
200200
:host > .results > a, :host > div > a {
201201
color: var(--color);
202-
text-decoration: none;
202+
text-decoration: underline;
203203
}
204204
:host a > span {
205205
display: inline-block;
@@ -211,9 +211,6 @@ export default class ResultOverview extends Shadow() {
211211
:host a:hover > span:last-of-type {
212212
transform: translate(-0.4em, -0.1em) rotate(-20deg);
213213
}
214-
:host .app {
215-
text-decoration: underline;
216-
}
217214
`
218215
}
219216

@@ -244,7 +241,7 @@ export default class ResultOverview extends Shadow() {
244241
</div>
245242
<button class=undo>Undo</button>
246243
<div class=results>${this.renderTable(times)}</div>
247-
<div><hr><a class=app href="https://play.google.com/store/apps/details?id=io.github.weedshaker.twa&rdid=io.github.weedshaker.twa" target="_blank"><span>👉</span>&nbsp;support this project by buying the app&nbsp;<span>👈</span></a> | <a href="https://tomkenyon.com/music-sound-healing" target="_blank">Music Sound Healing Source</a> | <a href="https://github.com/Weedshaker/InteractiveBreathing" target="_blank">v. beta 1.0.18</a></div>
244+
<div><hr><a class=app href="https://play.google.com/store/apps/details?id=io.github.weedshaker.twa&rdid=io.github.weedshaker.twa" target="_blank"><span>👉</span>&nbsp;support this project by buying the app&nbsp;<span>👈</span></a> | <a href="https://www.tomkenyon.com" target="_blank">Tom Kenyon - Flower of Life/Tree of Life Sound Meditation</a> | <a href="https://github.com/Weedshaker/InteractiveBreathing" target="_blank">v. beta 1.0.19</a></div>
248245
<!--<audio class=sound src="./sound/finishing.mp3"></audio>-->
249246
<audio class=sound src="./sound/TreeofLifeBasicTrack.mp3"></audio>
250247
`

0 commit comments

Comments
 (0)