-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdditionalResources.html
More file actions
55 lines (50 loc) · 2.05 KB
/
AdditionalResources.html
File metadata and controls
55 lines (50 loc) · 2.05 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="paul.css">
<!-- <script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="report_sighting.js"></script> -->
<title>CBRC</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="default2.asp"><div id="logo"></div></a></li>
<li><a href="index.html">HOME</a></li>
<li><a href="cbrcdb2.html">DATABASE</a></li>
<li><a href="guidelines.html" id="active">REPORT SIGHTING</a></li>
<li><a href="#">RARE BIRDS</a></li>
<li><a href="#">ANNUAL REPORTS</a></li>
<li><a href="#">ABOUT US</a></li>
</ul>
</nav>
</header>
<h1 id="guidlines"> Additional Resources.
</h1>
<!-- This is a list of the additional resources which are available-->
<div>
<ul>
<li><a href="http://www.birdfellow.com/journal/archive/2011/1">A Lost Art?: Writing Descriptions of Rare Birds </a> - David Irons</li>
<li><a href="http://phainopeplafables.com/2013/08/10/elements-of-a-bird-description/">Elements of a Bird Description</a>- Lauren Harter</li>
<li><a href="http://www.losbird.org/lbrc/dittmann_lasley.html">How to Document Rare Birds</a>- Donna L. Dittmann and Greg W. Lasley</li>
<li><a href="http://www.pacifier.com/~mpatters/details/details.html">How to Write Convincing Details</a> - Mike Patterson</li>
<li><a href="http://www.utahbirds.org/RecCom/HowToWrite.htm">Writing a Rare Bird Report</a> - Steve Summers</li>
<li><a href="http://help.ebird.org/customer/en/portal/articles/973980-reporting-rarities--elements-of-a-bird-description?b_id=1928">Reporting Rarities </a>- Elements of a Bird Description</li>
</ul>
</div>
<!-- links to guidelines -->
<section id="guidelines-and-resources">
<a href="guidelines.html">Reporting Guidlines</a>
</section> <br><br>
<footer>
<ul>
<li><a href="#">donate</a></li>
<li><a href="#">webmaster</a></li>
<li><a href="#">contact us</a></li>
</ul>
</footer>
</body>
</html>