-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.html
30 lines (30 loc) · 1006 Bytes
/
index.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
<html>
<head>
<title>Software Carpentry Slideshows</title>
<meta charset="utf-8" />
</head>
<body>
<h1>Software Carpentry Slideshows</h1>
<p>
To navigate slideshows, use arrow keys
(← → or ↓ ↑).
</p>
<p>
Ideas
</p>
<ul>
<li><a href="introducing-software-carpentry/index.html">Introducing Software Carpentry</a></li>
<li><a href="introduciendo-SWC-es/index.html">Introduciendo Software Carpentry (en español)</a></li>
<li><a href="lessons-learned/index.html">Software Carpentry: Lessons Learned</a></li>
<li><a href="best-practices/index.html">Best Practices for Scientific Computing</a></li>
</ul>
<p>
Tutorials
</p>
<ul>
<li><a href="creating-website/index.html">Creating a Workshop Website</a></li>
<li><a href="creating-lesson/index.html">Creating a Lesson</a></li>
</ul>
<p><img src="img/software-carpentry-banner.png" alt="Software Carpentry logo" /></p>
</body>
<html>