Skip to content

Commit ecd4736

Browse files
authored
Update _index.md
1 parent e1b5bad commit ecd4736

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

content/getting_involved/_index.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,26 @@ weight: 15
88
The Enzyme community aims to be open and welcoming, and as an LLVM Incubator Project we follow the [LLVM Community Code of Conduct](https://llvm.org/docs/CodeOfConduct.html). If you'd like to participate, you can do so in a number of ways:
99

1010
* Join our [mailing list](https://groups.google.com/d/forum/enzyme-dev)
11-
* Join our weekly [open-design call](https://mit.zoom.us/j/96000853439)
11+
* Join our weekly [open-design call](https://mit.zoom.us/j/96000853439). See the [Enzyme Calendar](https://calendar.google.com/calendar/u/0?cid=cjQ5cjFya2V1anVycnE0ODR2MmFqbmZpZm9AZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ) for details
1212
* Participate in development on [Github](https://github.com/EnzymeAD/Enzyme)
13+
14+
15+
<style>
16+
.googleCalendar{
17+
position: relative;
18+
height: 0;
19+
width: 100%;
20+
padding-bottom: 100% ;
21+
}
22+
23+
.googleCalendar iframe{
24+
position: absolute;
25+
top: 0;
26+
left: 0;
27+
width: 100%;
28+
height: 100%;
29+
}
30+
</style>
31+
<div class="googleCalendar">
32+
<iframe src="https://calendar.google.com/calendar/embed?src=r49r1rkeujurrq484v2ajnfifo%40group.calendar.google.com&ctz=America%2FChicago" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
33+
</div>

0 commit comments

Comments
 (0)