forked from egelmex/TinkerWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
calendar.html
26 lines (24 loc) · 928 Bytes
/
calendar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
title: Calendar
categories: []
tags: []
status: publish
type: page
published: true
weight: 2
sitemap:
changefreq: weekly
---
<div style="position: relative; height: 525px;">
<div style="width:75%; text-align:center; margin:auto auto;padding-top:200px">
Loading...
<div class="progress progress-striped active">
<div class="progress-bar" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%">
<span class="sr-only">45% Complete</span>
</div>
</div>
</div>
<iframe style="border-width: 0; position:absolute; top:0; left:0" src="http://www.google.com/calendar/embed?showTitle=0&height=600&wkst=2&hl=en_GB&bgcolor=%23FFFFFF&src=tinkersoc.org_jgvajjns79sp34mvqntl81rub0%40group.calendar.google.com&color=%232952A3&ctz=Europe%2FLondon" frameborder="0" scrolling="no" width="100%" height="500" ></iframe>
</div>