Skip to content

Commit b6bcce4

Browse files
authored
Add files via upload
1 parent e6583d3 commit b6bcce4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
overlayToggle.addEventListener('change', function() {
2525
if (this.checked) {
2626
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%
2828
audio.play(); // Play the audio
2929
} else {
3030
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%
3232
audio.pause(); // Pause the audio
3333
}
3434
});
@@ -71,12 +71,12 @@
7171
<div>
7272
<p>&gt;&nbsp;0: Algorithm Limited.</p>
7373
<p>&gt;&nbsp;1: Algorithm developers and systematic traders.</p>
74-
<p>&gt;&nbsp;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>&gt;&nbsp;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>
7575
<p>&gt;&nbsp;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>
7676
<p>&gt;&nbsp;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>&gt;&nbsp;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>&gt;&nbsp;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>
7878
<p>&gt;&nbsp;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>&gt;&nbsp;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>&gt;&nbsp;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>
8080
<p>&gt;&nbsp;8: Copyright: 2024.</p>
8181
<p class="cursor-blink">&gt;&nbsp;<b>|</b></p>
8282
</div>

0 commit comments

Comments
 (0)