Contact: Difference between revisions
Jump to navigation
Jump to search
Created page with "<div style="clear: both;"> <div style="border-top: 1px solid #CCC; padding-top: 0.5em;"><div id="ggw_row3" style="display: flex; flex-flow: row wrap; justify-content: space-between; padding: 0; margin: 0 -5px 0 -5px;"> <div style="flex: 1; margin: 5px; min-width: 210px; border: 1px solid #CCC; padding: 0 10px 10px 10px; box-shadow: 0 2px 2px rgba(0,0,0,0.1); background: #f5faff;"> <h3>Opportunities</h3> <div style="border-top: 1px solid #C..." |
mNo edit summary |
||
Line 5: | Line 5: | ||
<div style="border-top: 1px solid #CCC; padding-top: 0.5em;"> | <div style="border-top: 1px solid #CCC; padding-top: 0.5em;"> | ||
'''''Main article:''' [[Opportunities]]''<br>Interested in joining our team? Learn about our team. | '''''Main article:''' [[Opportunities]]''<br>Interested in joining our team? Learn about our team. | ||
<span id="email"></span> | |||
<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> | |||
<br /> | <br /> | ||
</div> | </div> |
Revision as of 20:01, 16 December 2024
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>