|
24 | 24 | overlayToggle.addEventListener('change', function() { |
25 | 25 | if (this.checked) { |
26 | 26 | overlay.style.display = 'block'; // Show overlay when checked |
27 | | - audio.volume = 0.2; // Set volume to 20% |
| 27 | + audio.volume = 0.05; // Set volume to 5% |
28 | 28 | audio.play(); // Play the audio |
29 | 29 | } else { |
30 | 30 | overlay.style.display = 'none'; // Hide overlay when unchecked |
31 | | - audio.volume = 0.2; // Set volume to 20% |
| 31 | + audio.volume = 0.05; // Set volume to 5% |
32 | 32 | audio.pause(); // Pause the audio |
33 | 33 | } |
34 | 34 | }); |
|
71 | 71 | <div> |
72 | 72 | <p>> 0: Algorithm Limited.</p> |
73 | 73 | <p>> 1: Algorithm developers and systematic traders.</p> |
74 | | - <p>> 2: Social: <a href="https://x.com/algorithm" title="X" target="_blank">X</a> | <a href="https://tradingview.com/u/algorithm" title="TradingView" target="_blank">TradingView</a> | <a href="https://reddit.com/u/algorithm" title="Reddit" target="_blank">Reddit</a>.</p> |
| 74 | + <p>> 2: Social: <a href="https://x.com/algorithmai" title="X" target="_blank">X</a> | <a href="https://tradingview.com/u/algorithm" title="TradingView" target="_blank">TradingView</a> | <a href="https://reddit.com/u/algorithm" title="Reddit" target="_blank">Reddit</a>.</p> |
75 | 75 | <p>> 3: Video: <a href="https://youtube.com/@algorithm" title="YouTube" target="_blank">YouTube</a> | <a href="https://twitch.tv/algorithm" title="Twitch" target="_blank">Twitch</a>.</p> |
76 | 76 | <p>> 4: Articles and Newsletter: <a href="https://medium.com/algorithm" title="Medium" target="_blank">Medium</a> | <a href="https://algorithm.substack.com" title="Substack" target="_blank">Substack</a>.</p> |
77 | | - <p>> 5: Code: <a href="https://github.com/algorithm" title="GitHub" target="_blank">GitHub</a> | <a href="https://dev.to/algorithm" title="Dev" target="_blank">Dev</a>.</p> |
| 77 | + <p>> 5: Code: <a href="https://github.com/algorithm" title="GitHub" target="_blank">GitHub</a> | <a href="https://dev.to/algo" title="Dev" target="_blank">Dev</a>.</p> |
78 | 78 | <p>> 6: Company: <a href="https://linkedin.com/company/algorithm" title="LinkedIn" target="_blank">LinkedIn</a> | <a href="https://find-and-update.company-information.service.gov.uk/company/13600318" title="Register" target="_blank">Register</a> | <a href="https://trademarks.ipo.gov.uk/ipo-tmcase/page/Results/1/UK00003777967" title="Trademark" target="_blank">Trademark</a>.</p> |
79 | | - <p>> 7: Contact: <a href="https://t.me/algorithm" title="Telegram" target="_blank">Telegram</a> | <a href="mailto:hello@algorithm.dev" title="Email" target="_blank">Email</a>.</p> |
| 79 | + <p>> 7: Contact: <a href="https://t.me/davidcorden" title="Telegram" target="_blank">Telegram</a> | <a href="mailto:hello@algorithm.dev" title="Email" target="_blank">Email</a>.</p> |
80 | 80 | <p>> 8: Copyright: 2024.</p> |
81 | 81 | <p class="cursor-blink">> <b>|</b></p> |
82 | 82 | </div> |
|
0 commit comments