Skip to content

Commit

Permalink
feat(ui/docs/overview): add google calendar iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenoxd authored and HasithDeAlwis committed Dec 15, 2024
1 parent d3d2e3f commit 73d01f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/docs/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Planning, conventions, and references for our custom meta-framework that powers

It's also written in a beginner-friendly language in order to provide a smooth onboarding experience for external contributors, and act as a general open-source reference for other projects.


## Our Priorities

<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 relative py-10 mx-auto">
Expand Down Expand Up @@ -281,6 +282,17 @@ We follow the [Extreme Programming](https://en.wikipedia.org/wiki/Extreme_progra
/>
</Cards>

## Calendar

<iframe
className="mt-4 w-full h-[600px] rounded-lg bg-black"
src="https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=America%2FToronto&showPrint=0&mode=WEEK&src=ZmNkYmEzZjM1NGQ0ZTAxNTUyZTI0OTVkNzQzMTA1YmQ5ZWZjZTRlMTA3NmNkYTNjMWVjMTQ1NGQwZjVmYWE3M0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%237CB342"
styles="border-width:0"
frameborder="0"
scrolling="no"
allowFullScreen>
</iframe>

## Categories

<Cards>
Expand Down

0 comments on commit 73d01f0

Please sign in to comment.