Skip to content
Testing Embed authored by Bryan Klein (TECi)'s avatar Bryan Klein (TECi)
......@@ -11,3 +11,14 @@ This project provides the source code for the marketing website for The Good Doc
[Docsy](https://www.docsy.dev) - The primary Hugo theme for the site.
[Netlify](https://www.netlify.com/) - CI/CD and Hosting for the website.
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.7/jstz.js"></script>
<iframe id="calendar_container" src="https://calendar.google.com/calendar/embed?src=gooddocsproject%40gmail.com&ctz=Australia%2FSydney" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
<script type="text/javascript">
var timezone = jstz.determine();
var pref = 'https://www.google.com/calendar/embed?src=gooddocsproject%40gmail.com&ctz=';
var iframe_src = pref + encodeURIComponent(timezone.name().replace(' ' ,''));
document.getElementById('calendar_container').src = iframe_src;
</script>