Skip to content

Commit e5510a2

Browse files
authored
Merge pull request #1011 from InnerSourceCommons/calendar-hotfix
update calendar setting
2 parents 8a62006 + 5f68e42 commit e5510a2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

assets/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function toggleAbstract(elementId) {
6262
var calendarContainer = document.getElementById('calendar-container-old');
6363
if(calendarContainer){
6464
const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone
65-
const html = `<iframe src="https://calendar.google.com/calendar/embed?src=c_62694f414055ac569e5cb12dafbb0890ca22f3640b177a4b10b53171fbc9bdd4%40group.calendar.google.com&ctz=${timezone}" style=" border:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>`
65+
const html = `<iframe src="https://calendar.google.com/calendar/embed?src=c_62694f414055ac569e5cb12dafbb0890ca22f3640b177a4b10b53171fbc9bdd4%40group.calendar.google.com&ctz=${timezone}&hl=en" style=" border:0 " width="100%" height="600" frameborder="0" scrolling="no"></iframe>`
6666
calendarContainer.innerHTML = html;
6767
}
6868
});

content/en/calendar/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ draft: false
66
---
77
<section class="section">
88
<div class="container">
9-
<div class="row align-items-center">
9+
<div class="align-items-center">
10+
<div class="col-md-12">
1011
<p>Welcome to the InnerSource Commons Calendar! Our events and working groups are open to everyone because we know that magic happens when people come together to share their experience and knowledge. </p>
11-
<div class="col-md-6 order-1 order-md-2 mb-4 mb-md-0" id="calendar-container-old">
12+
</div>
13+
<div class="col-md-12 order-1 order-md-2 mb-4 mb-md-0" id="calendar-container-old">
1214
</div>
1315
</div>
1416
</div>

0 commit comments

Comments
 (0)