-
Notifications
You must be signed in to change notification settings - Fork 13
/
index2.html
53 lines (42 loc) · 1.3 KB
/
index2.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
---
layout: home
---
<div class="home">
<h1>Welcome to the Arctos Handbook! </h1>
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="..." alt="...">
<div class="caption">
<h3>Documentation</h3>
<p>Describes specific data tables and/or types and defines data fields. Embedded in the Arctos interface. </p>
<p><a href="#" class="btn btn-primary" role="button">Let's Go!</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="..." alt="...">
<div class="caption">
<h3>How-to Guides</h3>
<p>Provides step-by-step instructions on how to do specific tasks in Arctos. Written by the community of Arctos users.</p>
<p><a href="#" class="btn btn-primary" role="button">Let's Go!</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="..." alt="...">
<div class="caption">
<h3>Educational Resources</h3>
<p>Links to ways Arctos can be used in the classroom or in other informal science education.</p>
<p><a href="#" class="btn btn-primary" role="button">Let's Go!</a>
</div>
</div>
</div>
</div>
</div>