-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappointments.php
More file actions
executable file
·32 lines (28 loc) · 1.31 KB
/
appointments.php
File metadata and controls
executable file
·32 lines (28 loc) · 1.31 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>
robert pless - washington university - appointments page.
</title>
<link rel="STYLESHEET" href="./mystyle.css" type="text/css">
</head>
<body>
<!-- ********* get the navigation bar on the left side... ****** -->
<?php include("navbar.html") ?>
<div class="content">
<h4>Scheduling</h4>
All appointments are currently virtual. I use the Google
Calendar appointment scheduling tool, which shows you available
appointments. If you use the Google Suite tools, I believe
this shows you my availability in the context of what Google knows
about <i>your</i> calendar. It shows times in US, East Coast (Washington DC) time.<br><br>
<a href="https://calendar.google.com/calendar/u/0/selfsched?sstoken=UURBNG9ndjR2Tl94fGRlZmF1bHR8OTMxYmNhYjcyNDRkMGI2NjQ1MjYyMmM3Y2ZiMDNmNGE&&ctz=America/New_York">Scheduling Link</a><br><br>
<h4>Platform</h4>
<br>
Appointments will be via Zoom at the following room:<br><br>
<a href="https://zoom.us/j/4087506448">https://zoom.us/j/4087506448</a><br><br>
I understand that things sometimes come up, so if you miss a meeting
you are welcome to sign up again.
<br>
</body>
</html>