Contact

From HIVE Lab
Revision as of 20:01, 16 December 2024 by Mazumder (talk | contribs)
Jump to navigation Jump to search

Opportunities

    Main article: Opportunities
Interested in joining our team? Learn about our team.

<script>

   // Decoding the Base64 email
   const email = atob('YnRvYSgibWF6dW1kZXJAZ3d1LmVkdSIp'); // replace with Base64 encoded email
   document.getElementById('email').innerHTML = '<a href="mailto:' + email + '">' + email + '</a>';

</script>