diff options
Diffstat (limited to 'bak/oldluxpages/elliottvideos.html')
-rw-r--r-- | bak/oldluxpages/elliottvideos.html | 140 |
1 files changed, 0 insertions, 140 deletions
diff --git a/bak/oldluxpages/elliottvideos.html b/bak/oldluxpages/elliottvideos.html deleted file mode 100644 index 6ddf782..0000000 --- a/bak/oldluxpages/elliottvideos.html +++ /dev/null @@ -1,140 +0,0 @@ -<!DOCTYPE html> -<html class="dark" dir="ltr" lang="en-US"> - -<head> - <title>Luxagraf | Elliott Videos</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=""> - <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> -.vidwrap{ - position: relative; - padding-bottom: 56.25%; /* 16:9 */ - padding-top: 25px; - height: 0; -} -.vidwrap video, -.vidwrap embed, { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - - -@media only screen and (max-width : 960px) { - .vidwrap video {width: 100%;} -} -@media only screen and (min-width : 1024px) {} - .vidwrap video {max-width: 960px;} -} - -</style> -<meta name="robots" content="noindex, nofollow"> - -</head> -<body > - <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>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>Elliott Videos</li> - </ul> - <main> - <div class="videos"> - <video controls> - <source src="https://images.luxagraf.net/videos/elliott-slide-comp.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'></source> -</video> - -<video controls> - <source src="https://images.luxagraf.net/videos/elliott-1.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'></source> -</video> - -<video controls> - <source src="https://images.luxagraf.net/videos/elliott-2.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> -</video> - -<video controls> - <source src="https://images.luxagraf.net/videos/elliott-3.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> -</video> - </div> - </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> - <p><a href="https://evolution-host.com/ssd-vps-hosting.php">SSD VPS Hosting by Evolution Host</a>.</p> - </footer> - </div> - -<!-- 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> |