-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalendar.html
More file actions
47 lines (42 loc) · 1.82 KB
/
calendar.html
File metadata and controls
47 lines (42 loc) · 1.82 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Andrea Tagliasacchi</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" media="screen" href="/style.css">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
<!-- locally stored libraries -->
<script type="text/javascript" src="/javascript/jquery.js"></script>
<!-- my javascript files -->
<script type="text/javascript" src="/build.js"></script>
<!-- executes javascript -->
<script type="text/javascript">
$(document).ready(make_footer)
</script>
</head>
<body>
<div id="menu">
<menu_title>Andrea Tagliasacchi</menu_title>
<ol>
<li><a href="/index.html#team"> Team </a></li>
<li><a href="/index.html#pubs_list"> Publications </a></li>
<li><a href="/index.html#hiring"> Join Us! </a></li>
<li><a href="/calendar.html"> Calendar </a></li>
</ol>
</div>
<!-- generated by https://calendar.google.com/calendar/u/0/embedhelper -->
<div id="container">
<div id="calendar" class="one">
<div align="center">
<strong>WARNING:</strong> mondays and fridays are focus time, DO NOT book recurrent meetings in those slots. The timezone displayed is PST (Vancouver), and refrain from booking anything outside working ours (before 8am, or after 6:30pm).
</div>
</br>
<iframe
src="https://calendar.google.com/calendar/embed?height=1000&wkst=2&bgcolor=%23ffffff&ctz=America%2FVancouver&showPrint=0&showTabs=0&showCalendars=0&showTz=1&showTitle=0&mode=WEEK&showDate=1&src=taiya%40theialab.ca&color=%23039BE5&src=andrea.tagliasacchi%40wayve.ai&color=%23F4511E"
style="border-width:0" width="100%" height="1100" frameborder="0" scrolling="no">
</iframe>
</div>
<div id="footer"></div>
</div>
</body>
</html>