Skip to content

Commit 0dca7db

Browse files
committed
feat: Added presentation timer section on coding page
1 parent b8e5b73 commit 0dca7db

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

pages/coding.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,32 @@ <h3>Janky Werewolf</h3>
6565
>GitHub Repo (BE)</a
6666
>
6767
</section>
68+
<section class="area">
69+
<h3>Presentation Timer</h3>
70+
<p>
71+
A simple presentation countdown timer with music streaming for use on
72+
streams/presentations - because every stream could use some suspense
73+
and music!
74+
</p>
75+
<p>
76+
When doing presentations, it's nice to have a countdown to the start
77+
at the beginning, and it's even nicer to have some music playing in
78+
the background. However, combining these two things usually means a
79+
lot of messing around with audio inputs/outputs, or you just resort to
80+
playing the music out your speakers and detecting it with your
81+
microphone, or capturing your entire machine's audio.
82+
</p>
83+
<p>
84+
Having the presentation countdown and the music playing in the same
85+
tab means most streaming tools can pick up the audio in a nice way.
86+
</p>
87+
<a class="button" href="https://pt.ripixel.co.uk"
88+
>Start that countdown</a
89+
>
90+
<a class="button" href="https://github.com/ripixel/presentation-timer"
91+
>GitHub Repo</a
92+
>
93+
</section>
6894
</main>
6995

7096
{footer.html}

0 commit comments

Comments
 (0)