Skip to content

Commit

Permalink
feat: Added presentation timer section on coding page
Browse files Browse the repository at this point in the history
  • Loading branch information
ripixel committed Feb 17, 2021
1 parent b8e5b73 commit 0dca7db
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pages/coding.html
Expand Up @@ -65,6 +65,32 @@ <h3>Janky Werewolf</h3>
>GitHub Repo (BE)</a
>
</section>
<section class="area">
<h3>Presentation Timer</h3>
<p>
A simple presentation countdown timer with music streaming for use on
streams/presentations - because every stream could use some suspense
and music!
</p>
<p>
When doing presentations, it's nice to have a countdown to the start
at the beginning, and it's even nicer to have some music playing in
the background. However, combining these two things usually means a
lot of messing around with audio inputs/outputs, or you just resort to
playing the music out your speakers and detecting it with your
microphone, or capturing your entire machine's audio.
</p>
<p>
Having the presentation countdown and the music playing in the same
tab means most streaming tools can pick up the audio in a nice way.
</p>
<a class="button" href="https://pt.ripixel.co.uk"
>Start that countdown</a
>
<a class="button" href="https://github.com/ripixel/presentation-timer"
>GitHub Repo</a
>
</section>
</main>

{footer.html}
Expand Down

0 comments on commit 0dca7db

Please sign in to comment.