The calendarWrapper attribute should be unique
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
This commit is contained in:
+9
-1
@@ -1280,7 +1280,7 @@ $feature-box-div-margin-bottom: 40px
|
|||||||
background-color: $white
|
background-color: $white
|
||||||
box-shadow: 0 5px 5px rgba(0,0,0,.24),0 0 5px rgba(0,0,0,.12)
|
box-shadow: 0 5px 5px rgba(0,0,0,.24),0 0 5px rgba(0,0,0,.12)
|
||||||
|
|
||||||
#calendarWrapper
|
#calendarMeetings
|
||||||
position: relative
|
position: relative
|
||||||
width: 80vw
|
width: 80vw
|
||||||
height: 60vw
|
height: 60vw
|
||||||
@@ -1288,6 +1288,14 @@ $feature-box-div-margin-bottom: 40px
|
|||||||
max-height: 900px
|
max-height: 900px
|
||||||
margin: 20px auto
|
margin: 20px auto
|
||||||
|
|
||||||
|
#calendarEvents
|
||||||
|
position: relative
|
||||||
|
width: 80vw
|
||||||
|
height: 30vw
|
||||||
|
max-width: 1200px
|
||||||
|
max-height: 450px
|
||||||
|
margin: 20px auto
|
||||||
|
|
||||||
iframe
|
iframe
|
||||||
position: absolute
|
position: absolute
|
||||||
border: 0
|
border: 0
|
||||||
|
|||||||
@@ -30,14 +30,14 @@ cid: community
|
|||||||
|
|
||||||
<p>As a member of the Kubernetes community, you are welcome to join any of the SIG meetings
|
<p>As a member of the Kubernetes community, you are welcome to join any of the SIG meetings
|
||||||
you are interested in. No registration required.</p>
|
you are interested in. No registration required.</p>
|
||||||
<div id="calendarWrapper">
|
<div id="calendarMeetings">
|
||||||
<iframe src="https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America/Los_Angeles"
|
<iframe src="https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America/Los_Angeles"
|
||||||
frameborder="0" scrolling="no"></iframe>
|
frameborder="0" scrolling="no"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h3>Events</h3>
|
<h3>Events</h3>
|
||||||
<div id="calendarWrapper">
|
<div id="calendarEvents">
|
||||||
<iframe src="https://calendar.google.com/calendar/embed?src=nt2tcnbtbied3l6gi2h29slvc0%40group.calendar.google.com&ctz=America/Los_Angeles"
|
<iframe src="https://calendar.google.com/calendar/embed?src=nt2tcnbtbied3l6gi2h29slvc0%40group.calendar.google.com&ctz=America/Los_Angeles"
|
||||||
frameborder="0" scrolling="no"></iframe>
|
frameborder="0" scrolling="no"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user