Skip to content

Commit e9bead3

Browse files
committed
new index with best practice section added
1 parent 0c2326e commit e9bead3

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

index.html

+17-5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ <h1>Welcome to the Arctos Handbook! </h1>
1616
</div>
1717
</div>
1818
</a>
19+
<a href="{{site.baseurl}}/best_practices">
20+
<div class="img-circle bg-warning text-center center-block">
21+
<div>
22+
<p class="text-center">
23+
Best Practices <span class="glyphicons glyphicons-lightbulb"></span>
24+
</p>
25+
</div>
26+
</div>
27+
</a>
1928
<a href="{{site.baseurl}}/how_to" class="force-black">
2029
<div class="img-circle bg-success text-center center-block">
2130
<div>
@@ -50,19 +59,22 @@ <h1>Welcome to the Arctos Handbook! </h1>
5059
</div>
5160
<section class="row" id="introductory-blurb">
5261
<div class="col-xs-12 col-lg-6 col-lg-offset-3">
53-
<p>We have three kinds of content on this site:</p>
62+
<p>Navigation Guidance:</p>
5463

5564
<blockquote>
5665
<li>
57-
<b>Documentation</b>, which describes specific data tables
58-
and/or types and defines data fields
66+
Click on <b>Documentation</b> for specific data tables
67+
and their data fields; also linked in the database
68+
</li>
69+
<li>
70+
Click on <b>Best Practices</b> for detailed recommendations for specific tasks in Arctos, written by Arctos Users
5971
</li>
6072
<li>
61-
<b>How-to Guides</b>, which provides step-by-step instructions
73+
Click on <b>How-to Guides</b> for step-by-step instructions
6274
on how to do specific tasks in Arctos, written by Arctos Users
6375
</li>
6476
<li>
65-
<b>Resources</b>, for tutorials from Arctos Users as well as guides on how to use this site
77+
Click on <b>Resources</b> for tutorials from Arctos Users as well as guides on how to use this site
6678
</li>
6779
</blockquote>
6880

index_new.html index_3dot.html

+5-17
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ <h1>Welcome to the Arctos Handbook! </h1>
1616
</div>
1717
</div>
1818
</a>
19-
<a href="{{site.baseurl}}/best_practices">
20-
<div class="img-circle bg-warning text-center center-block">
21-
<div>
22-
<p class="text-center">
23-
Best Practices <span class="glyphicons glyphicons-lightbulb"></span>
24-
</p>
25-
</div>
26-
</div>
27-
</a>
2819
<a href="{{site.baseurl}}/how_to" class="force-black">
2920
<div class="img-circle bg-success text-center center-block">
3021
<div>
@@ -59,22 +50,19 @@ <h1>Welcome to the Arctos Handbook! </h1>
5950
</div>
6051
<section class="row" id="introductory-blurb">
6152
<div class="col-xs-12 col-lg-6 col-lg-offset-3">
62-
<p>Navigation Guidance:</p>
53+
<p>We have three kinds of content on this site:</p>
6354

6455
<blockquote>
6556
<li>
66-
Click on <b>Documentation</b> for specific data tables
67-
and their data fields; also linked in the database
68-
</li>
69-
<li>
70-
Click on <b>Best Practices</b> for detailed recommendations for specific tasks in Arctos, written by Arctos Users
57+
<b>Documentation</b>, which describes specific data tables
58+
and/or types and defines data fields
7159
</li>
7260
<li>
73-
Click on <b>How-to Guides</b> for step-by-step instructions
61+
<b>How-to Guides</b>, which provides step-by-step instructions
7462
on how to do specific tasks in Arctos, written by Arctos Users
7563
</li>
7664
<li>
77-
Click on <b>Resources</b> for tutorials from Arctos Users as well as guides on how to use this site
65+
<b>Resources</b>, for tutorials from Arctos Users as well as guides on how to use this site
7866
</li>
7967
</blockquote>
8068

0 commit comments

Comments
 (0)