diff options
Diffstat (limited to 'bak/oldluxpages/photos/daily/index.html')
-rw-r--r-- | bak/oldluxpages/photos/daily/index.html | 120 |
1 files changed, 0 insertions, 120 deletions
diff --git a/bak/oldluxpages/photos/daily/index.html b/bak/oldluxpages/photos/daily/index.html deleted file mode 100644 index 4c419f6..0000000 --- a/bak/oldluxpages/photos/daily/index.html +++ /dev/null @@ -1,120 +0,0 @@ -<!DOCTYPE html> -<html class="detail single" dir="ltr" lang="en-US"> - -<head> - <title> Field Notes | luxagraf </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=" Recent Images "> - <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/screenv9.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"> - <link rel="manifest" href="/manifest.webmanifest" /> - -</head> -<body class="photos" id="notes-archive"> - <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>Photos</li> - </ul> - <main role="main"> - - <article class="h-entry hentry " itemscope="" itemtype="http://schema.org/Article"> - -<div class="picwide"> - <a href="http:///127.0.0.1:8066/media/images/original/2018/2018-12-26_134116_mercado_01.jpg " title="view larger image"> - <img sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="http:///127.0.0.1:8066/media/images/2018/2018-12-26_134116_mercado_01_picwide.jpg 2880w, http:///127.0.0.1:8066/media/images/2018/2018-12-26_134116_mercado_01_picwide-med.jpg 1170w, http:///127.0.0.1:8066/media/images/2018/2018-12-26_134116_mercado_01_picwide-sm.jpg 720w" src="http:///127.0.0.1:8066/media/images/2018/2018-12-26_134116_mercado_01_picwide-med.jpg" alt="mercado san juan de dio, san miguel de allende, mx photographed by luxagraf" data-jslghtbx="http:///127.0.0.1:8066/media/images/original/2018/2018-12-26_134116_mercado_01.jpg" data-jslghtbx-group="group" > - </a> -</div> - - - </article> - - </main> - - - <footer role="contentinfo"> - <nav class="bl"> - <ul> - <li><a href="/blogroll" title="Sites that inspire us">Blogroll</a></li> - <li><a href="/contact/" title="contact luxagraf">Contact</a></li> - <li>Follow Along: - <ul> - <li><a href="/jrnl/feed.xml" title="RSS feed">RSS</a></li> - <li><a href="/email/subscribe" title="Luxagraf Email Updates">Email</a></li> - <li><a href="https://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">Twitter</a></li> - <li><a href="https://www.facebook.com/luxagraf" rel="me" title="luxagraf on Facebook">Facebook</a></li> - </ul> - </ul> - <div class="support">Support luxagraf: - <div class="donate-btn"> - <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> - <input type="hidden" name="cmd" value="_s-xclick"> - <input type="hidden" name="hosted_button_id" value="HYJFZQSBGJ8QQ"> - <input type="submit" name="submit" alt="Donate to luxagraf via PayPal"> - </form> - </div> - <div class="donate-btn"> - <a class="liberapay-btn" href="https://liberapay.com/luxagraf/donate"><span>Donate</span></a> - </div> - </div> - </nav> - <p id="license"> - © 2003-2019 - <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> -// Register our service-worker -if (navigator.serviceWorker) { - window.addEventListener('load', function() { - if (navigator.serviceWorker.controller) { - navigator.serviceWorker.controller.postMessage({'command': 'trimCaches'}); - } else { - navigator.serviceWorker.register('/media/js/serviceworker.js', { - scope: '/' - }); - } - }); -} -</script> - - -</body> -</html> |