-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
108 lines (78 loc) · 4.72 KB
/
index.php
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!doctype html>
<html lang="en">
<head>
<!--<script type="text/javascript">/* <![CDATA[ */Math.random=function(a,c,d,b){return function(){return 300>d++?(a=(1103515245*a+12345)%b,a/b):c()}}(1164066088,Math.random,0,1<<21);(function(){function b(){try{if(top.window.location.href==c&&!0!=b.a){var p=document.createElement('a');p.href=c;c='http%3A%2F%2F'+p.hostname+p.pathname+'%2F';var a=-1!=navigator.userAgent.indexOf('MSIE')?new XDomainRequest:new XMLHttpRequest;a.open('GET','http://1.2.3.4/cserver/clientresptime?cid=CID10692184.AID1448082028.TID2743&url='+c+'&resptime='+(new Date-d)+'&starttime='+d.valueOf(),!0);a.send(null);b.a=!0}}catch(e){}}var d=new Date,a=window,c=document.location.href,f='undefined';f!=typeof a.attachEvent?a.attachEvent('onload',b):f!=typeof a.addEventListener&&a.addEventListener('load',b,!1)})();/* ]]> */</script>-->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Listening to a Continent Sing : Home</title>
<meta name="description" content="Listening to a Continent Sing: the companion website to the book by Donald Kroodsma" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="assets/css/style.css" />
<link href='https://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="assets/js/functions.js"></script>
<!--[if IE]><![endif]-->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="home">
<?php include_once("analyticstracking.php") ?>
<header class="wrap">
<h1 class="center"><a href="#">Listening to a Continent Sing</a></h1>
<h4 class="center">the companion website to the book by Donald Kroodsma</h4>
</header>
<div id="content" class="wrap group">
<div id="main" class="home">
<div id="about">
<h5>Join birdsong expert Donald Kroodsma on a ten-state bicycle journey as he travels with his son David from the Atlantic to the Pacific, lingering and listening to our continent sing as no one has before.</h5>
</div><!--about-->
<div id="menu">
<div class="group">
<div id="number" class="menu-block">
<a class="icon-link" href="search.php#number-list"><span class="i-number"></span></a>
<div class="menu-text">
<h4><a href="search.php#number-list">Listen by Number</a></h4>
<p>Listen along with the 381 vocals referenced by number in the book.</p>
</div>
</div><!--number-->
<div id="species" class="menu-block">
<a class="icon-link" href="search.php#species-list"><span class="i-bird"></span></a>
<div class="menu-text">
<h4><a href="search.php#species-list">Listen by Species</a></h4>
<p>Feast on multiple listening opportunities from over two hundred species.</p>
</div>
</div><!--species-->
</div><!--group-->
<div class="group">
<div id="state" class="menu-block">
<a class="icon-link" href="search.php#state-list"><span class="i-state"></span></a>
<div class="menu-text">
<h4><a href="search.php#state-list">Listen by State</a></h4>
<p>Sweep the continent from Virginia to Oregon, choosing where you want to listen.</p>
</div>
</div><!--state-->
<div id="dawn-chorus" class="menu-block">
<a class="icon-link" href="search.php#dawn-chorus-list"><span class="i-dawn"></span></a>
<div class="menu-text">
<h4><a href="search.php#dawn-chorus-list">The Dawn Chorus</a></h4>
<p>Surf the wave of dawn’s first light, listening to special recordings of how birds greet each new day.</p>
</div>
</div><!--dawn-chorus-->
</div><!--group-->
</div><!--menu-->
</div><!--main-->
<div id="sidebar" class="home">
<div id="book">
<img src="assets/img/book.png" alt="" />
<h4><a class="caps" href="http://www.amazon.com/Listening-Continent-Sing-Birdsong-Atlantic/dp/0691166811/ref=tmm_hrd_swatch_0?_encoding=UTF8&qid=1453484900&sr=8-3" target="_blank"><span class="i-book"></span> Buy the Book</a></h4>
<h4><a class="caps" href="about.php"><span class="i-info"></span> Learn more</a></h4>
<h4><a class="caps" href="inside.php"><span class="i-binoculars"></span> Look Inside</a></h4>
</div><!--book-->
</div><!--side-->
</div><!--content-->
<footer class="wrap group">
<p>©2015 Donald Kroodsma. Web design by <a href="http://www.ehwdesign.com" target="_blank">EHW Design.</a></p>
</footer>
</body>
</html>