Skip to content

Commit 010c1f4

Browse files
committed
test page
1 parent 771fddc commit 010c1f4

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

index2.html

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
layout: home
3+
---
4+
5+
<div class="home">
6+
7+
<h1>Welcome to the Arctos Handbook! </h1>
8+
9+
10+
11+
12+
<div class="row">
13+
<div class="col-sm-6 col-md-4">
14+
<div class="thumbnail">
15+
<img src="..." alt="...">
16+
<div class="caption">
17+
<h3>Documentation</h3>
18+
<p>Describes specific data tables and/or types and defines data fields. Embedded in the Arctos interface. </p>
19+
<p><a href="#" class="btn btn-primary" role="button">Let's Go!</a>
20+
</div>
21+
</div>
22+
</div>
23+
</div>
24+
25+
26+
<div class="row">
27+
<div class="col-sm-6 col-md-4">
28+
<div class="thumbnail">
29+
<img src="..." alt="...">
30+
<div class="caption">
31+
<h3>How-to Guides</h3>
32+
<p>Provides step-by-step instructions on how to do specific tasks in Arctos. Written by the community of Arctos users.</p>
33+
<p><a href="#" class="btn btn-primary" role="button">Let's Go!</a>
34+
</div>
35+
</div>
36+
</div>
37+
</div>
38+
39+
40+
<div class="row">
41+
<div class="col-sm-6 col-md-4">
42+
<div class="thumbnail">
43+
<img src="..." alt="...">
44+
<div class="caption">
45+
<h3>Educational Resources</h3>
46+
<p>Links to ways Arctos can be used in the classroom or in other informal science education.</p>
47+
<p><a href="#" class="btn btn-primary" role="button">Let's Go!</a>
48+
</div>
49+
</div>
50+
</div>
51+
</div>
52+
53+
</div>

0 commit comments

Comments
 (0)