Skip to content

Commit

Permalink
tom kenyon agreement to use his music
Browse files Browse the repository at this point in the history
  • Loading branch information
Weedshaker committed Mar 18, 2024
1 parent 35c3822 commit f96de58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## Inspired by WHM Bubble Breathing which unfortunately changed to subscription only.
- @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!"
- @all: "[Visit Wim\'s Website to learn more and support his mission!](https://www.wimhofmethod.com/breathing-techniques)"
- 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 πŸ™"
- Note: The ignorant work for their own profit, Arjuna; the wise work for the welfare of the world, without thought for themselves.

[<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!") \
Expand Down
7 changes: 2 additions & 5 deletions components/pages/ResultOverview.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default class ResultOverview extends Shadow() {
}
:host > .results > a, :host > div > a {
color: var(--color);
text-decoration: none;
text-decoration: underline;
}
:host a > span {
display: inline-block;
Expand All @@ -211,9 +211,6 @@ export default class ResultOverview extends Shadow() {
:host a:hover > span:last-of-type {
transform: translate(-0.4em, -0.1em) rotate(-20deg);
}
:host .app {
text-decoration: underline;
}
`
}

Expand Down Expand Up @@ -244,7 +241,7 @@ export default class ResultOverview extends Shadow() {
</div>
<button class=undo>Undo</button>
<div class=results>${this.renderTable(times)}</div>
<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>
<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>
<!--<audio class=sound src="./sound/finishing.mp3"></audio>-->
<audio class=sound src="./sound/TreeofLifeBasicTrack.mp3"></audio>
`
Expand Down

0 comments on commit f96de58

Please sign in to comment.