Skip to content

Commit

Permalink
push built code for serving on github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenn-cogapp committed May 31, 2024
1 parent c3df554 commit 393435d
Show file tree
Hide file tree
Showing 16 changed files with 80 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/assets/index-B-pjBHbS.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions dist/assets/index-CxoMfpZQ.js

Large diffs are not rendered by default.

Binary file added dist/blackcap.mp3
Binary file not shown.
Binary file added dist/blue-tit.mp3
Binary file not shown.
Binary file added dist/bullfinch.mp3
Binary file not shown.
Binary file added dist/chaffinch.mp3
Binary file not shown.
Binary file added dist/coal-tit.mp3
Binary file not shown.
Binary file added dist/favicon.ico
Binary file not shown.
Binary file added dist/goldfinch.mp3
Binary file not shown.
Binary file added dist/great-tit.mp3
Binary file not shown.
48 changes: 48 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!doctype html>
<html lang="en" class="w-dvw h-dvh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="favicon.ico" />
<meta name="og:image:width" content="1920">
<meta name="og:image:height" content="961">
<title>Audio Zoom</title>
<script type="module" crossorigin src="/assets/index-CxoMfpZQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B-pjBHbS.css">
</head>
<body class="w-dvw h-dvh">

<div id="viewer" class="bg-black w-dvw h-dvh">
<button id="start" class="bg-center bg-cover bg-no-repeat bg-gray-900 opacity-90 h-full w-full">
<svg style="width:30%; height:30%; margin:auto;" fill="#FFFFFF" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 459 459" xml:space="preserve">
<title>Start</title>
<g>
<g>
<path d="M229.5,0C102.751,0,0,102.751,0,229.5S102.751,459,229.5,459S459,356.249,459,229.5S356.249,0,229.5,0z M310.292,239.651
l-111.764,76.084c-3.761,2.56-8.63,2.831-12.652,0.704c-4.022-2.128-6.538-6.305-6.538-10.855V153.416
c0-4.55,2.516-8.727,6.538-10.855c4.022-2.127,8.891-1.857,12.652,0.704l111.764,76.084c3.359,2.287,5.37,6.087,5.37,10.151
C315.662,233.564,313.652,237.364,310.292,239.651z"/>
</g>
</g>
</svg>
</button>
</div>
<!-- Is initially driven by these audio elements -->
<div id="audio-wrapper" class="hidden">
<audio id="1" src="goldfinch.mp3" data-xywh="17,167,325,346" controls autoplay loop></audio>
<audio id="2" src="robin.mp3" data-xywh="350,173,477,372" controls autoplay loop></audio>
<audio id="3" src="great-tit.mp3" data-xywh="840,131,354,343" controls autoplay loop></audio>
<audio id="4" src="blue-tit.mp3" data-xywh="20,530,354,306" controls autoplay loop></audio>
<audio id="5" src="coal-tit.mp3" data-xywh="400,534,330,266" controls autoplay loop></audio>
<audio id="6" src="blackcap.mp3" data-xywh="792,489,406,423" controls autoplay loop></audio>
<audio id="7" src="bullfinch.mp3" data-xywh="45,833,515,501" controls autoplay loop></audio>
<audio id="8" src="long-tailed-tit.mp3" data-xywh="609,839,204,417" controls autoplay loop></audio>
<audio id="9" src="chaffinch.mp3" data-xywh="38,1292,685,337" controls autoplay loop></audio>
<audio id="10" src="treecreeper.mp3" data-xywh="722,1166,211,469" controls autoplay loop></audio>
<audio id="11" src="nuthatch.mp3" data-xywh="933,1024,251,469" controls autoplay loop></audio>
</div>
<p>Image from <a class="text-blue-600 underline" href="https://www.field-studies-council.org/shop/publications/park-and-garden-birds/">Park and garden birds guide</a> illustrated by <a class="text-blue-600 underline" href="https://www.illustratedwildlife.com/">Chris Shields</a>, published by the <a class="text-blue-600 underline" href="https://www.field-studies-council.org">Field Studies Council</a>.</p>
<p>Birdsong audio from <a class="text-blue-600 underline" href="https://rspb.org.uk/birds-and-wildlife/a-z">R.S.P.B website bird identification guide</a>.</p>
</body>
</html>
Binary file added dist/long-tailed-tit.mp3
Binary file not shown.
Binary file added dist/nuthatch.mp3
Binary file not shown.
13 changes: 13 additions & 0 deletions dist/play-button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/robin.mp3
Binary file not shown.
Binary file added dist/treecreeper.mp3
Binary file not shown.

0 comments on commit 393435d

Please sign in to comment.