diff options
author | luxagraf <sng@luxagraf.net> | 2023-07-28 13:43:36 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-07-28 13:43:36 -0500 |
commit | a30c790edea652494e7481f6798047a3bc1fd4ea (patch) | |
tree | b0936860abd6767716f56c68e305d8f5e0e38bd4 /bak/oldluxpages/birds/hooded-warbler.html | |
parent | 9a620cf42bf1fe6977e378bd834b41ff4a593dde (diff) |
added a backup of old pages that are no longer live
Diffstat (limited to 'bak/oldluxpages/birds/hooded-warbler.html')
-rw-r--r-- | bak/oldluxpages/birds/hooded-warbler.html | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/bak/oldluxpages/birds/hooded-warbler.html b/bak/oldluxpages/birds/hooded-warbler.html new file mode 100644 index 0000000..05ec5c7 --- /dev/null +++ b/bak/oldluxpages/birds/hooded-warbler.html @@ -0,0 +1,120 @@ +<!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="manifest" href="manifest.json"> + <meta property="fb:pages" content="900822029969349" /> + +<style> +#detail-map-canvas { height: 100%;} +</style> + +</head> +<body class="birds"> + <div class="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> + <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">Etc</a></li> + </ul> + </nav> + </div> + +<main> +<article> +<h1>Hooded Warbler</h1> +<h2 class="sci">Setophaga citrina</h2> +<h3 class="sci">Family Parulidae (Wood-Warblers )</h3> + + +<div class="audio-figure"> +<audio autoplay="autoplay" controls="controls"> + <source src="/media/" /> +</audio> +<small>Audio recorded by on in . <a href="">© </a></small> +</div> + +<p id="endnode">Seen at Athens, Georgia in Jun 2015 by <a href="/birds/luxagraf/">luxagraf</a>, <a href="/birds/lilah/">lilah</a>, and <a href="/birds/olivia/">olivia</a></p> + +</article> +</main> + + + <footer role="contentinfo"> + <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-2016 + <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.min.js"></script> +<script type="text/javascript"> +window.onload = function() { + createBirdMap(33.98372677778418,-83.3858990127521, 12, { type:'point', lat:'33.98372677778418', lon:'-83.3858990127521'}); 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> |