-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·69 lines (41 loc) · 1.92 KB
/
about.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!-- new metas under here -->
<title>NZ hunting</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/Styles.css" rel="stylesheet">
<style>
h1 {color:white}
h3 {color:white}
</style>
</head>
<body background="img/shed.jpg" style="width: 100%; height: 100%">
<!--menu-->
<div class="menu visible-md visible-lg">
<ul id="menu-list">
<li class="maps-menu"><a href="index1.html">Animals</a></li>
<li class="stories-menu"><a href="stories.html">Stories</a></li>
<li class="about-menu"><a href="about.html">About</a></li>
</ul>
</div>
<!-- /.menu -->
<div class="container">
<div class="col-md-3"></div>
<div class="col-md-6 aboutcontainer">
<h1>About us</h1>
<h3>
NZ Hunting Maps is a site for hunter and photographers or even animal enthusiasts to find the location of wild animals all over New Zealand along with information on how the animals lives where you can expect to find them along with a description of what they look like at different parts of the year, if the photo isnt enough. But that’s not all! We also accept stories to that you can send in to [email protected] with a photo and the location of where it took place. Our aim is to the the go to site when deciding on your next hunt and/or photography outing, and to be the place to share your hunting stories for other enthusiastic hunters to read about and be enspirerd by. You may even learn a thing or two. Happy hunting.
</h3>
</div>
<div class="col-md-3"></div>
</div>
<!--code above here-->
<script src="http://ajax..com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>