forked from swcarpentry/DEPRECATED-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (112 loc) · 4.32 KB
/
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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
root: .
nocomments:
---
<!DOCTYPE html>
<html>
<head>
{% include header.html %}
<title>Software Carpentry{% if page.title %}: {{page.title}}{% endif %}</title>
</head>
<body>
<header class="header home">
{% include navbar.html %}
<div class="container">
<div class="row-fluid">
<div class="span10 offset1">
<h1>
<span id="header-text">TEACHING LAB SKILLS FOR</span><br />
SCIENTIFIC COMPUTING
</h1>
</div>
</div>
</div>
</header>
<section id="home-options" class="content">
<div class="container">
<div class="row-fluid pagination-centered">
<div class="span4">
<h4>Who We Are</h4>
<p>
<a href="{{page.root}}/pages/team.html">Our volunteers</a>
teach basic software skills
to researchers in science, engineering, and medicine.
<a href="{{page.root}}/pages/index.html">Founded in 1998</a>,
we are now part of the
<a href="{{site.msl_url}}">Mozilla Science Lab</a>.
</p>
</div>
<div class="span4">
<h4>What We Do</h4>
<p>
We run <a href="{{page.root}}/bootcamps/index.html">bootcamps</a> all over the world,
and provide <a href="{{page.root}}/v4/index.html">open access material</a>
for self-paced instruction.
We also run a <a href="{{site.training_url}}">training program</a>
for people who'd like to help us teach.
</p>
</div>
<div class="span4">
<h4>How To Help</h4>
<p>
Like all volunteer organizations,
we depend on you to help us help others.
You can <a href="{{page.root}}/bootcamps/request.html">host a bootcamp</a>,
help <a href="{{page.root}}/pages/create.html#content">create new teaching materials</a>,
or improve <a href="{{page.root}}/pages/create.html#related">the tools we use</a>.
</p>
</div>
</div>
</div>
<div class="container">
<div class="row-fluid pagination-centered">
<div class="span4"></div>
<div class="span4">
<h4><a href="{{page.root}}/pages/index.html"><em>Learn more...</em></a></h4>
</div>
<div class="span4"></div>
</div>
</div>
</section>
<section class="content">
<div class="container">
<div class="row-fluid ">
<div class="span8">
{% include recent_blog_posts.html %}
<h5><a href="{{page.root}}/blog/index.html">Blog Archives ⇒</a></h5>
<br /> <br />
<p><a href="{{site.msl_url}}"><img src="{{page.root}}/img/mozilla-science-lab.png" alt="Mozilla Science Lab logo" width="350px" /></a></p>
<p>Software Carpentry is a project of the <a href="http://mozillascience.org">Mozilla Science Lab</a></p>
</div>
<div class="span4">
<h4><a href="bootcamps/index.html#future">Upcoming Bootcamps</a></h4>
<table class="table table-hover">
{% for bootcamp in site.bootcamps_upcoming %}
<tr>
<td>
<img src="{{page.root}}/img/flags/{{site.flag_size}}/{{bootcamp.country}}.png" alt="{{bootcamp.country}}" />
<a href="{{bootcamp.url}}">{{bootcamp.venue}}</a>
<br />
{{bootcamp.humandate|replace: ' ', ' '}}
</td>
</tr>
{% endfor %}
<tr><td>
<a class="pull-right" href="bootcamps/index.html#future">...see all</a><br />
<div align="center"><p>
<em><a href="{{page.root}}/bootcamps/request.html">Request a bootcamp!</a></em>
</p></div>
</td></tr>
</table>
<a class="twitter-timeline" href="https://twitter.com/swcarpentry" data-widget-id="410241789077909504">Tweets by @swcarpentry</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<h4><a href="{{page.root}}/bootcamps/request.html">Request a Bootcamp</a></h4>
<p><a href="{{page.root}}/bootcamps/request.html">Let us know</a> if you would like a software carpentry bootcamp in your area</p>
</div>
</div>
</div>
</section>
{% include footer.html %}
{% include javascript.html %}
</body>
</html>