Skip to content

hylandtechoutreach/hackathon

Repository files navigation

2025 Hyland Hackathon

January 11-12 | Hyland HQ

Your journey begins here. To prepare for your experience, here are some important items to complete:

<script> document.querySelectorAll("input").forEach(inputElement => { const elementId = `${inputElement.id}`; inputElement.checked = localStorage.getItem(elementId) === 'checked'; if (inputElement.classList.contains("pre-checked")) { inputElement.checked = true; } inputElement.onchange = e => { if (e.target.checked) { localStorage.setItem(elementId, 'checked'); } else { localStorage.setItem(elementId, 'not-checked'); } }; }); </script>

About

some content for the Hyland Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages