diff options
Diffstat (limited to 'bak/oldluxpages/sightings/white-ibis.html')
-rw-r--r-- | bak/oldluxpages/sightings/white-ibis.html | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/bak/oldluxpages/sightings/white-ibis.html b/bak/oldluxpages/sightings/white-ibis.html new file mode 100644 index 0000000..98b839a --- /dev/null +++ b/bak/oldluxpages/sightings/white-ibis.html @@ -0,0 +1,127 @@ +<!DOCTYPE html> +<html dir="ltr" lang="en-US"> + +<head> + <title>Luxagraf - Topografical Writings</title> + <meta charset="utf-8"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="description" + content="Luxagraf: recording journeys around the world and just next door."> + <meta name="author" content="Scott Gilbertson"> + <!--[if IE]> + <script src="/js/html5css3ie.min.js"></script> + <![endif]--> + <link rel="alternate" + type="application/rss+xml" + title="Luxagraf RSS feed" + href="https://luxagraf.net/rss/"> + <link rel="stylesheet" + href="/media/screenv8.css" + media="screen"> + <!--[if IE]> + <link rel="stylesheet" + href="/media/css/ie.css" + media="screen"> + <![endif]--> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> + +<style> +#detail-map-canvas { height: 100%;} +</style> + +</head> +<body class="birds"> + <div class="wrapper" id="wrapper"> + <div class="header-wrapper"> + <header role="banner"> + <h1><a id="logo" href="/" title="home">Luxagraf</a></h1> + <h2>Walk Slowly</h2> + </header> + <nav role="navigation" class="bl"> + <ul> + <li id="laverdad"><a href="/jrnl/" title="What we've been up to lately">Journal</a></li> + <!--<li id="nota"><a href="/field-notes/" title="Quick notes and images from the road">Notes</a></li> + <li id="fotos"><a href="/photos/" title="Photos from travels around the world">Photos</a></li>i--> + <li id="maps"><a href="/map" title="Maps">Map</a></li> + <li id="about"><a href="/about" title="About Luxagraf">About</a></li> + <li id="etc" class="last"><a href="/projects/" title="the less visible portions of the iceberg">More</a></li> + </ul> + </nav> + </div> + +<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> + <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> → </li> + <li><a href="/sightings/" title="See all" itemprop="url"><span itemprop="title">Plants and Animals</span></a></li> + </ul> + +<main> +<article> +<h1>White Ibis</h1> +<h2 class="sci">Eudocimus albus</h2> +<h3 class="sci">Family Threskiornithidae (Ibises and Spoonbills )</h3> + None + +<p id="endnode">Seen at New Orleans, Louisiana in Feb 2018 Near Abbeville, Louisiana in Feb 2018 Rutherford Beach, Louisiana in Feb 2018 </p> + +</article> +</main> + + + <footer role="contentinfo"> + Support luxagraf: <script src="https://liberapay.com/luxagraf/widgets/button.js"></script> + <noscript><a href="https://liberapay.com/luxagraf/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript> + <nav class="bl"> + <ul> + <li><a href="/blogroll" title="Sites that inspire us">Blogroll</a></li> + <li><a href="/jrnl/feed.xml" title="RSS feed">Subscribe</a></li> + <li><a href="/contact/" title="contact luxagraf">Contact</a></li> + <li><a href="https://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">Twitter</a></li> + <li><a href="https://www.flickr.com/photos/luxagraf" rel="me" title="luxagraf on Flickr">Flickr</a></li> + <li><a href="https://www.facebook.com/luxagraf" rel="me" title="luxagraf on Facebook">Facebook</a></li> + <li><a href="https://www.instagram.com/luxagraf/" rel="me" title="luxagraf on Instacrap">Instacrap</a></li> + </ul> + </nav> + <p id="license"> + © 2003-2018 + <span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">Scott Gilbertson</a><data class="p-nickname" value="luxagraf"></data><data class="p-locality" value="Athens"></data><data class="p-region" value="Georgia"></data><data class="p-country-name" value="United States"></data></span>, except photos, which are licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="read the Attribution-Share Alike 3.0 deed">details</a>). + </p> + </footer> + </div> + +<script src="/media/js/leaflet-master/leaflet-mod.js"></script> +<script src="/media/js/detail.js"></script> +<script type="text/javascript"> +sightings = []; + +sightings.push(['29.887600987579358', '-90.16324037765428']); + +sightings.push(['29.863040814791688', '-92.14955562777182']); + +sightings.push(['29.75885345432957', '-93.12424892596967']); + +window.onload = function() { + createBirdMap(29.887600987579358,-90.16324037765428, 5, { type:'point', lat:'', lon:''}, sightings); return false; +} +</script> + +<!-- Piwik --> +<script type="text/javascript"> +var _paq = _paq || []; +_paq.push(["disableCookies"]); +_paq.push(['trackPageView']); +_paq.push(['enableLinkTracking']); +(function() { + var u="//stats.luxagraf.net/"; + _paq.push(['setTrackerUrl', u+'piwik.php']); + _paq.push(['setSiteId', 1]); + var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; + g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); +})(); +</script> +<noscript><p><img src="//stats.luxagraf.net/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript> +<!-- End Piwik Code --> + + +</body> +</html> |