-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.htm
More file actions
29 lines (28 loc) · 1.08 KB
/
help.htm
File metadata and controls
29 lines (28 loc) · 1.08 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
<html>
<head>
<title>R and Jmol Help via Live Chat</title>
<style>
* /*#MyLiveChatScriptBox > div:nth-child(1)*/ {
margin-left: auto;
margin-right: auto;
text-align: center;
}
p {
margin-left: 10px;
margin-right: 10px;
font-size: 18px
}
</style>
</head>
<body>
<h1>R and Jmol Help via Live Chat</h1>
<h2>Regular Hours: Mondays, Tuesdays, and Thursdays, 7-9 pm</h2>
<div id="MyLiveChatContainer"></div>
<p>
Daniel Barich can provide online help with many computer programs, including R and Jmol.
If you see the message 'Online' in the above box, you can anonymously ask him a question right now by typing it into the text box and clicking 'Chat Now.'
If instead you see 'Leave a Message,' then leave a message by either clicking 'Chat Now' or emailing him at <a href="mailto:barichd@kenyon.edu">barichd@kenyon.edu</a>.
In either case Daniel will get back to you as soon as possible.
</p>
<script type="text/javascript" async="async" defer="defer" data-cfasync="false" src="https://mylivechat.com/chatbox.aspx?hccid=51748383"></script> </body>
</html>