build
This commit is contained in:
@ -1445,6 +1445,8 @@ if (window.innerWidth > 650) {
|
||||
const closeButton = document.querySelector(".close-dialog");
|
||||
const hero = document.querySelector(".hero");
|
||||
|
||||
hero.tabIndex = 0;
|
||||
|
||||
hero.addEventListener("click", (e) => dialog.showModal());
|
||||
hero.addEventListener("keydown", (e) => {
|
||||
if (e.key === "Enter" || e.key === " ") {
|
||||
@ -1541,7 +1543,7 @@ if (window.innerWidth > 650) {
|
||||
<button class="close-dialog" autofocus="" aria-label="close the image modal">×</button>
|
||||
<img class="modal-img" src="/img/wood-ducks.jpg" alt="“Picture unrelated to post. A male and female wood duck in summer ‘eclipse’ plumage have a little tiff while standing on a log. to the right, the male has his neck extended and beak open; on the left, the female has a wing extended upwards.“" loading="lazy" decoding="async" width="1000" height="666">
|
||||
</dialog>
|
||||
<img tabindex="0" class="hero" src="/img/wood-ducks.jpg" alt="“Picture unrelated to post. A male and female wood duck in summer ‘eclipse’ plumage have a little tiff while standing on a log. to the right, the male has his neck extended and beak open; on the left, the female has a wing extended upwards.“" loading="lazy" decoding="async" width="1000" height="666">
|
||||
<img class="hero" src="/img/wood-ducks.jpg" alt="“Picture unrelated to post. A male and female wood duck in summer ‘eclipse’ plumage have a little tiff while standing on a log. to the right, the male has his neck extended and beak open; on the left, the female has a wing extended upwards.“" loading="lazy" decoding="async" width="1000" height="666">
|
||||
|
||||
|
||||
<p>Updated 13 Aug 2024</p>
|
||||
@ -1612,6 +1614,6 @@ if (window.innerWidth > 650) {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/rescue-trans-rescue/` was built on 2026-05-14T03:50:32.032Z -->
|
||||
<!-- This page `/rescue-trans-rescue/` was built on 2026-05-14T15:45:41.480Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user