Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed Google calendar on landing page #110

Draft
wants to merge 2 commits into
base: src
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ web/.doit.db.dir
*.egg
.venv
venv
ENV
ENV

.doit.*
25 changes: 23 additions & 2 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,29 @@ hidetitle: True
</a>
</div>
</div>

<br>
<!--
<iframe src="https://calendar.google.com/calendar/embed?
height=300&amp;
wkst=1&amp;
bgcolor=%23ffffff&amp;
ctz=America%2FLos_Angeles&amp;
src=Y19zcXFxMzkwczI0ampmanAzcTg2cHY0MXBpOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&amp;
color=%2354bfbf&amp;
showTitle=1&amp;
showNav=1&amp;
mode=WEEK&amp;
showTabs=0&amp;
showCalendars=0&amp;
showPrint=0&amp;
showDate=1"
-->
<iframe src="https://calendar.google.com/calendar/embed?height=300&amp;wkst=1&amp;bgcolor=%23ffffff&amp;ctz=America%2FLos_Angeles&amp;src=Y19zcXFxMzkwczI0ampmanAzcTg2cHY0MXBpOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&amp;color=%2354bfbf&amp;showTitle=1&amp;showNav=1&amp;mode=MONTH&amp;showTabs=1&amp;showCalendars=0&amp;showPrint=0&amp;showDate=1"
style="border:solid 1px #777; margin: 24px 2%"
width="96%"
height="400"
frameborder="0"
scrolling="no">
</iframe>

<!-- YouTube Video-->
<div class="aspect-ratio-80pc">
Expand Down