-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfor-instructors.html
More file actions
59 lines (57 loc) · 1.35 KB
/
for-instructors.html
File metadata and controls
59 lines (57 loc) · 1.35 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
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Author Carpentry</title>
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<header>
<a href="http://authorcarpentry.github.io"><img src="img/AClogo.jpg" alt="Author Carpentry logo"></a>
</header>
<nav>
<ul>
<li>
<a href="/">Author Carpentry</a>
</li>
<li>
<a href="/workshops.html">Workshops</a>
</li>
<li>
<a href="/get-involved.html">Get Involved</a>
</li>
<li>
<a href="/lessons.html">Lessons</a>
</li>
<li>
<a href="https://github.com/AuthorCarpentry/planning/issues">Suggest a Lesson</a>
</li>
<li>
<a href="/for-instructors.html">For Instructors</a>
</li>
<li>
<a href="https://groups.google.com/forum/#!forum/authorcarpentry/join">Mailing List</a>
</li>
<li>
<a href="https://twitter.com/authorcarpentry">Twitter</a>
</li>
</ul>
</nav>
<section>
<h1 id="for-instructors">
For instructors
</h1>
<p>
Send us an email at authorcarpentry@library.caltech.edu
</p>
</section>
<footer>
<span>© Author Carpentry</span>
<span><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img
alt="Creative Commons License" style="vertical-align: middle;"
src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a></span>
<span>This work is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution
4.0 International License</a></span>
</footer>
</body>
</html>