-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
push built code for serving on github pages
- Loading branch information
1 parent
c3df554
commit 393435d
Showing
16 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.