-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBirdTool.html
52 lines (47 loc) · 3.07 KB
/
BirdTool.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
<!DOCTYPE >
<html >
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<title>BirdLogger | Bird database</title>
</head>
<body>
<div id="container">
<div id="mainpic">
<h1>BirdLogger<span class="off">Mountain</span></h1>
<h2>The best bird database</h2>
</div>
<div id="menu">
<ul>
<li class="menuitem"><a href="Home.html">Home</a></li>
<li class="menuitem"><a href="About.html">About</a></li>
<li class="menuitem"><a href="BirdTool.html">BirdTool</a></li>
<li class="menuitem"><a href="LogBook.html">LogBook</a></li>
<li class="menuitem"><a href="Contact.html">Contact</a></li>
<li class="menuitem"><a href="#">Login</a></li>
<li class="menuitem"><a href="#">Logout</a></li>
</ul>
</div>
<div id="content">
<h2>You may use this template in any manner you like. All I ask is that you leave the link back to my site at the bottom of the page. </h2>
<p> </p>
<p> </p>
<h3>Template Notes</h3>
<p>The main image can be changed by either replacing the current image with another one of the same size (900x402), or using a new one of what ever dimensions you'd like. If you choose the latter, you must open up style.css and change the dimensions of #mainpic, as well as the file name if that is different. If you would like to move the heading around in the above image, find "#mainpic h1" in style.css and modify it's "left" and "top" properties, this is also true for the h2 tag.</p>
<p> </p>
<h3>More information</h3>
<p>I decided to leave the content portion open for the templates users to do as they wish with a blank canvas. I don't like to restrict my users too much, and for this reason I leave the defining of any content related styles to you.</p>
<p> </p>
<h3>Template Notes</h3>
<p>The main image can be changed by either replacing the current image with another one of the same size (900x402), or using a new one of what ever dimensions you'd like. If you choose the latter, you must open up style.css and change the dimensions of #mainpic, as well as the file name if that is different. If you would like to move the heading around in the above image, find "#mainpic h1" in style.css and modify it's "left" and "top" properties, this is also true for the h2 tag.</p>
<p> </p>
<h3>More information</h3>
<p>I decided to leave the content portion open for the templates users to do as they wish with a blank canvas. I don't like to restrict my users too much, and for this reason I leave the defining of any content related styles to you.</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<div id="footer"><h3>Bird database</div>
</div>
</div>
</body>
</html>