The Oathe Project Hackathon 2021
Virtual event hosted by The Oathe Project.
Earth Hacks partnered with The Oathe Project to create this event.
16 Projects Submitted
// Toggle Details for Hackathons document.addEventListener("DOMContentLoaded", function() { const detailButtons = document.querySelectorAll('.toggle-details'); detailButtons.forEach(button => { button.addEventListener('click', function() { const details = this.nextElementSibling; details.style.display = details.style.display === 'block' ? 'none' : 'block'; }); }); });
The Oathe Project Hackathon 2021
Virtual event hosted by The Oathe Project.
Earth Hacks partnered with The Oathe Project to create this event.
16 Projects Submitted