From eb29c90272ee30b3131e8a9a1f70257afa5353df Mon Sep 17 00:00:00 2001 From: Olivier Giulieri Date: Sun, 17 Mar 2024 20:50:12 -0700 Subject: [PATCH] Text edits. --- README.md | 11 ++++++- index.html | 95 ++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 74 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 70bea61..0359aba 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,16 @@ Simple web page to play the frequencies of various sets of healing tuning forks: ![Play healing frequencies](hf-player.png) ![Visualize the frequency scale](hf-scale.png) -Frequencies: + +Advocates of tuning fork therapy report a wide range of benefits, including: + +- **Stress Reduction:** The calming vibrations of tuning forks can help to reduce stress and anxiety, promoting a sense of inner peace and tranquility. +- **Pain Relief:** By stimulating the body's natural healing mechanisms, tuning fork therapy may alleviate chronic pain and discomfort. +- **Improved Mental Clarity:** Many people find that tuning fork sessions enhance mental clarity, focus, and concentration. +- **Emotional Healing:** Tuning forks can help to release emotional blockages and promote emotional well-being. + + +Frequencies offered in this project: - **Solfeggio**: 174 Hz, 285 Hz, 396 Hz, 417 Hz, 528 Hz, 639 Hz, 741 Hz, 852 Hz, 963 Hz, 1152 Hz, and 2172 Hz. - **Healing**: 128 Hz, 256 Hz, 512 Hz, and 1024 Hz. diff --git a/index.html b/index.html index 8347282..9c830a5 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,23 @@ - + Healing Frequencies - + @@ -85,7 +93,7 @@ }; const toggleStop = (isOn = false, f) => { isPlaying = isOn; - $('header').className = isOn ? "" : "w-nav"; + $("header").className = isOn ? "" : "w-nav"; $("title").innerHTML = isOn ? f + " Hz" : "Healing Frequencies"; const p = $("progress"); p.style.transition = ""; @@ -161,7 +169,7 @@ position: sticky; top: 0; height: 70px; - transition: height .3s .2s; + transition: height 0.3s 0.2s; overflow: hidden; background: #0288d1 url("spirals.png"); border-bottom: 1px solid #c6d9f0; @@ -169,9 +177,9 @@ z-index: 100; .nav { position: absolute; - bottom:-20px; - left:10px; - transition: bottom .4s .5s; + bottom: -20px; + left: 10px; + transition: bottom 0.4s 0.5s; white-space: nowrap; > a { margin-right: 10px; @@ -184,14 +192,14 @@ &.w-nav { &:hover { height: 80px; - .nav{ + .nav { bottom: 2px; } } #scale { display: inline-block; } - #stop{ + #stop { transform: translateY(-80px); } } @@ -241,22 +249,20 @@ select { padding: 4px 5px; } + .benefits { + margin: 50vh 10px 20px 20px; + li { + margin-bottom: 10px; + } + } .footer { - margin: 80vh 0 20px 20px; + margin: 20px 0 20px 20px; color: #c6d9f0; - transition: color .5s ; + transition: color 0.5s; > p { - transition: color .5s ; + color: white; > a { - transition: color .5s ; - } - } - &:hover { - > p { - color: white; - > a { - color: #ffb74d; - } + color: #ffb74d; } } } @@ -732,10 +738,36 @@

Custom

+
+ Advocates of tuning fork therapy report a wide range of benefits, + including: + +
+