{
  "lang_modal.aria": "document.querySelector('#lang-modal')",
  "lang_modal.close": "modal.close()",
  "lang_modal.title": "--lang--",
  "audio.show": "$audio.style.display=''",
  "audio.hide": "$audio.style.display='none'",
  "audio.toggle": "audio.muted=!audio.muted",
  "audio.volume": "audio.volume=parseFloat(el.value)",
  "lightbox.aria": "new Lightbox().open()",
  "lightbox.close": "lightbox.destroy()",
  "lightbox.previous": "idx=(idx-1+n)%n",
  "lightbox.next": "idx=(idx+1)%n",
  "nav.role": "const _r='Dev/Trainer'",
  "nav.aria": "$('#main-nav')[0]",
  "photo.alt": "'Portrait:'+name",
  "photo.developer": "typeof dev",
  "photo.trainer": "class{teach(){}}",
  "skip_to_content": "()=>_s()",
  "404.eyebrow": "404&&\"ruins\"",
  "404.title": "throw new Error('banished')",
  "404.lead": "if(!routes[p])throw 404;_survivors.filter(s=>s.vigilant).forEach(_dream)//undefined_is_not_a_function",
  "404.cta.home.top": "()=>go()",
  "404.cta.home.bottom": "/#/h",
  "404.cta.projects.top": "()=>see()",
  "404.cta.projects.bottom": "/#/p",
  "nav.logo_alt": "'logo:'+n",
  "loading.frame_alt": "'loading'",
  "nav.home": "h()",
  "nav.projects": "p()",
  "nav.work": "w()",
  "cv.download.top": "dl=()=>",
  "cv.download.bottom": "cv.pdf",
  "cv.download.label": "a.download=1;a.click()",
  "cv.download.aria": "fetch('/cv.pdf').then(b=>b.blob()).then(_dl)//Charles",
  "cv.download.icon_alt": "'scroll'"
}
