Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
This project is archived. Its data is
read-only
.
Changes
Page history
Testing Embed
authored
May 12, 2023
by
Bryan Klein (TECi)
Show whitespace changes
Inline
Side-by-side
home.md
View page @
43e1c2db
...
...
@@ -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>