-
Notifications
You must be signed in to change notification settings - Fork 0
/
cal.html
63 lines (50 loc) · 2.16 KB
/
cal.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<html>
<head>
<title>DC Pickleball League</title>
<style>
li + li {margin-top: 10px}
</style>
</head>
<body>
<div style="max-width: 60em; margin: auto; font-family: sans-serif">
<hr>
<h2>Text Calendar</h2>
<p>
<h3>Sunday, Feb. 18</h3>
<ul>
<li>10:00am-12:00: Skill Development Round-Robin @EPTC. <a href="https://eptennis.clubautomation.com/calendar/event-info?id=25466">Register here.</a>
</ul>
<p>
<h3>Monday, Feb. 19</h3>
<ul>
<li>10:00am-12:00: Skill Development Round-Robin @EPTC. <a href="https://eptennis.clubautomation.com/calendar/event-info?id=25466">Register here.</a>
<li>8:00-11:00pm: Monday Ladder League, Week 1 @EPTC. <a href="https://eptennis.clubautomation.com/calendar/event-info?id=25466">Register here.</a>
</ul>
<p>
<h3>Wednesday, Feb. 21</h3>
<ul>
<li>7:00-9:00pm: King/Queen of the Court @EPTC. <a href="https://eptennis.clubautomation.com/calendar/event-info?id=25466">Register here.</a>
</ul>
<p>
<h3>Saturday, Feb. 24</h3>
<ul>
<li>4:00-7:00pm: Saturday Ladder League, Week 1 @RCTC. <a href="https://eptennis.clubautomation.com/calendar/event-info?id=25466">Register here.</a>
<li>7:00-10:00pm: Saturday Night Pickleball @RCTC. <a href="https://eptennis.clubautomation.com/calendar/event-info?id=25466">Register here.</a>
</ul>
<p>
<hr>
<hr>
<hr>
<p>
<h2>Google Calendar</h2>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=America%2FNew_York&bgcolor=%23ffffff&mode=MONTH&showTabs=0&showPrint=0&showTitle=0&showTz=0&src=YWNiODU5ZjA4MWY2YjhkNmZhNzM0MzU1ZWVkNzI4Yjg0NDhlZTE5MDMzZDM5ZGQ5MmI1MzM1NDc5ZjhhNGU4Y0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23E4C441" style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"></iframe>
<p>
<hr>
<hr>
<hr>
<p>
<h2>Google Calendar (weekly)</h2>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=America%2FNew_York&bgcolor=%23ffffff&mode=WEEK&showTabs=0&showPrint=0&showTitle=0&showTz=0&src=YWNiODU5ZjA4MWY2YjhkNmZhNzM0MzU1ZWVkNzI4Yjg0NDhlZTE5MDMzZDM5ZGQ5MmI1MzM1NDc5ZjhhNGU4Y0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23E4C441" style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</body>
</html>