Files
dankventskalender3.0/calender/static/archive/Dankventskalender_2017.html
2020-03-18 13:26:10 +01:00

264 lines
28 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$useragent=$_SERVER['HTTP_USER_AGENT'];
if(preg_match('/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i',$useragent)||preg_match('/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i',substr($useragent,0,4)))
header('Location: http://dankventskalender.johnnyikarus.de/index_mobile.php');
?>
<!DOCTYPE html>
<html>
<title>Dankventskalender</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://johnnyikarus.de/w3.css">
<link rel="stylesheet" href="https://johnnyikarus.de/style.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-colors-highway.css">
<link rel="icon" href="doggy.jpg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body class="w3-light-grey">
<div class="w3-display-container">
<!-- Navigation bar -->
<div class="w3-bar w3-center w3-highway-red w3-xlarge ">
<a class = "w3-bar-item w3-button"onclick="goBack()"><i class="fa fa-arrow-left"></i></a>
<script>
function goBack() {
window.history.back();
}
</script>
<a href="https://johnnyikarus.de" class="w3-bar-item w3-button">Home</a>
<div class="w3-dropdown-hover">
<button class="w3-button">Dankventskalender</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="http://dankventskalender.johnnyikarus.de" class="w3-bar-item w3-button">Dankventskalender 2019</a>
<a href="../../static/archive/Dankventskalender_2018.html" class="w3-bar-item w3-button">Dankventskalender 2018</a>
<a href="../../static/archive/Dankventskalender_2017.html" class="w3-bar-item w3-button">Dankventskalender 2017</a>
</div>
</div>
<a href="https://johnnyikarus.de/memes.php" class="w3-bar-item w3-button button_flash_animation">Memes</a>
<!--a href="#" class="w3-bar-item w3-button">Push Me!</a-->
<a href="/dsgvo/" class="w3-bar-item w3-button" style="opacity: 0.1">Privacy</a>
<!--<div class="w3-medium w3-margin-right w3-align-right"><p align="right">Visitors: <?php include('counter.txt'); ?></p></div>-->
</div>
</div>
<div class="container w3-center">
<header><h1>Welcome to the Dankventskalender 2017!</h1></header>
<div class="item"><h1>24. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >JohnnyIkarus</strong> "Happy Holidays!"</div>
<img src="video/fly.jpg" width="500" >
</img>
</div>
<div class="item"><h1>23. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >JohnnyIkarus</strong> "I AM ETERNAL!!!"</div>
<video width="500" preload="none" id="eternal" controls>
<source src="https://w0bm.com/b/1492137486.webm" type="video/mp4">
</video>
<script>
var vid = document.getElementById("eternal");
vid.volume = 1.0;
</script>
</div>
<div class="item"><h1>22. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >sorexus</strong> "Dein meme des Tages brow (message from johnnyikarus [drunk])"</div>
<img src="video/mal.jpg" width="500" >
</img>
</div>
<div class="item"><h1>21. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >JohnnyIkarus</strong> "Langspielplatte... dieses meme widme ich dir!"</div>
<video width="500" preload="none" id="santa" controls>
<source src="video/santa.mp4" type="video/mp4">
</video>
<script>
var vid = document.getElementById("santa");
vid.volume = 1.0;
</script>
</div>
<div class="item"><h1>20. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >re2one:</strong> "When someone hands you pizza but it isnt beef hot sauce extra beef extra garlic"</div>
<blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/Bc3C1LuF9q6/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:8px;"> <div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50.0% 0; text-align:center; width:100%;"> <div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"></div></div><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/Bc3C1LuF9q6/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">Ein Beitrag geteilt von Dab Moms (@dabmoms)</a> am <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-12-18T22:18:46+00:00">Dez 18, 2017 um 2:18 PST</time></p></div></blockquote> <script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
</div>
<div class="item"><h1>19. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >Dilly boytlin92</strong> "Danker things. Stay lit"</div>
<video width="500" preload="none" id="stranger" controls>
<source src="video/stranger.mp4" type="video/mp4">
</video>
<script>
var vid = document.getElementById("stranger");
vid.volume = 0.1;
</script>
</div>
<div class="item"><h1>18. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >edwarf:</strong> "=D"</div>
<blockquote class="imgur-embed-pub" lang="en" data-id="P1CUtjT"><a href="//imgur.com/P1CUtjT"></a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>
</div>
<div class="item"><h1>17. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >re2one:</strong> "honey lan best lan, r u pumped n***as?! "</div>
<blockquote class="instagram-media" data-instgrm-permalink=https://www.instagram.com/p/Bcq2YrDn86D/ data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:8px;"> <div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50.0% 0; text-align:center; width:100%;"> <div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"></div></div><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/Bcq2YrDn86D/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">Ein Beitrag geteilt von 🎅🏽 (@ironic.mp4)</a> am <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-12-14T04:39:07+00:00">13. Dez 2017 um 20:39 Uhr</time></p></div></blockquote> <script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
</div>
<div class="item"><h1>16. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >HI-FISHxD:</strong> "Stay true, fuck life!"</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/bZ3pU-saMLQ?rel=0&amp;showinfo=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</div>
<div class="item"><h1>15. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >re2one:</strong> "thumbnail gives all away :("</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/uWx2d1kXKds?rel=0&amp;showinfo=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</div>
<div class="item"><h1>14. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >re2one:</strong> "No man will take Langspielplattes wunschicoin"</div>
<blockquote class="instagram-media" data-instgrm-version="7" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:8px;"> <div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:55.13888888888889% 0; text-align:center; width:100%;"> <div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"></div></div><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/BcpSgYhFUp_/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">Ein Beitrag geteilt von Sonny Side Up (@sonny5ideup)</a> am <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-12-13T14:05:51+00:00">13. Dez 2017 um 6:05 Uhr</time></p></div></blockquote> <script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
</div>
<div class="item"><h1>13. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >edwarf:</strong> "[NO MESSAGE]"</div>
<blockquote class="imgur-embed-pub" lang="en" data-id="DIi45he"><a href="//imgur.com/DIi45he">To pole vault</a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>
</div>
<div class="item"><h1>12. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >ultrauser:</strong> "Antike FLAK-Einheit"</div>
<blockquote class="imgur-embed-pub" lang="en" data-id="k9kecfV"><a href="//imgur.com/k9kecfV">Enjoy this drone getting taken out with a spear</a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>
</div>
<div class="item"><h1>11. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >Langspielplatte:</strong> "Hör auf mich mit diesem dummen Spruch zu nerven"</div>
<video width="500" controls>
<source src="https://b.w0bm.com/1479195521.webm" type="video/mp4">
</video>
</div>
<div class="item"><h1>10. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >re2one:</strong> "One defends you, the other three attack you "</div>
<blockquote class="instagram-media" data-instgrm-version="7" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:8px;"> <div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50.0% 0; text-align:center; width:100%;"> <div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"></div></div><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/Bcdplr-jwvT/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">Ein Beitrag geteilt von Shitheadsteve (@shitheadsteve)</a> am <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-12-09T01:36:40+00:00">8. Dez 2017 um 17:36 Uhr</time></p></div></blockquote> <script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
</div>
<div class="item"><h1>9. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >re2one:</strong> "Dankcember hit me like"</div>
<blockquote class="instagram-media" data-instgrm-version="7" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:8px;"> <div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:28.125% 0; text-align:center; width:100%;"> <div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"></div></div><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/BcYbNyTFBy1/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">Ein Beitrag geteilt von Gone Patrol (@gonepatrol)</a> am <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-12-07T00:59:03+00:00">6. Dez 2017 um 16:59 Uhr</time></p></div></blockquote> <script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
</div>
<div class="item"><h1>8. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >Langspielplatte:</strong> "Ich kann dich nicht sehen"</div>
<video width="500" id="russ" controls>
<source src="https://vid.pr0gramm.com/2016/08/19/4f13160d63b28b34.mp4" type="video/mp4">
</video>
<script>
var vid = document.getElementById("russ");
vid.volume = 1.0;
</script>
</div>
<div class="item"><h1>7. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >edwarf:</strong> "it is fascinating how nature does that"</div>
<iframe width="500" height="315" src="https://www.youtube.com/embed/YW2AgB3Cgto?rel=0&amp;showinfo=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</div>
<div width="500" class="item"><h1>6. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >Langspielplatte:</strong> "Die Sonne Ist Kalt.MP3"</div>
<video width="500" preload="none" id="bird" controls>
<source src="video/birdy.mp4" type="video/mp4">
</video>
<script>
var vid = document.getElementById("bird");
vid.volume = 0.1;
</script>
</div>
<div class="item"><h1>5. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >re2one:</strong> "o message for my next entry f**k dankcember"</div>
<blockquote class="instagram-media" data-instgrm-version="7" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:8px;"> <div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50.0% 0; text-align:center; width:100%;"> <div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"></div></div><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/BcQb5kXnx59/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">Ein Beitrag geteilt von MEME KING 👑 (@complexmemes)</a> am <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-12-03T22:27:03+00:00">3. Dez 2017 um 14:27 Uhr</time></p></div></blockquote> <script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
</div>
<div class="item"><h1>4. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >matti:</strong> " ist dies hier die community um dank shit zu submitten?"</div>
<blockquote class="twitter-video" data-lang="de"><p lang="und" dir="ltr">😂 <a href="https://t.co/W3UwBdeNdV">pic.twitter.com/W3UwBdeNdV</a></p>&mdash; Dank Memes 💎💎💎 (@FreeMemesKids) <a href="https://twitter.com/FreeMemesKids/status/937036756632985602?ref_src=twsrc%5Etfw">2. Dezember 2017</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="item"><h1>3. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"><strong class="" >re2one:</strong> "so everyone gets what he deserves in the #johnnyskikarus.ru snowbents calendar"</div>
<blockquote class="imgur-embed-pub" lang="en" data-id="58SxunN"><a href="//imgur.com/58SxunN">.</a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>
</div>
<div class="item"><h1>2. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"> <strong class="" >re2one:</strong> "Okokok bruvs door 2 is gunna be sumthn cute fur ya"</div>
<blockquote class="instagram-media" data-instgrm-version="7" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:500px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:8px;"> <div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:51.42487046632125% 0; text-align:center; width:100%;"> <div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"></div></div><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/BcMXL-JDUkf/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">Ein Beitrag geteilt von Cuter (@cuter)</a> am <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-12-02T08:28:47+00:00">2. Dez 2017 um 0:28 Uhr</time></p></div></blockquote> <script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
</div>
<div class="item"><h1>1. Dezember 2017</h1>
<div class="w3-panel w3-leftbar w3-border-green w3-pale-green"> <strong class="" >re2one:</strong> "moin señoritas*innen, willkommen zum #johnnymemekarus.ru dankventskalender türchen nr 1"</div>
<blockquote class="instagram-media" data-instgrm-version="7" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:700px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:8px;"> <div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:40.0% 0; text-align:center; width:100%;"> <div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"></div></div><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/BcItMFYjp7f/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">Ein Beitrag geteilt von Looper (@looperhq)</a> am <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-11-30T22:24:04+00:00">30. Nov 2017 um 14:24 Uhr</time></p></div></blockquote> <script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
</div>
<div><h6>Submit your own posts, e.g. via email, and maybe the next dankventsdoor is yours. Be sure to send a short message with the post so i can add it to the next Dankventskalender entry.</h6></div>
</div>
<footer class="w3-highway-red">Special thanks to <strong>norom</strong> for helping me to implement this calender! <strong><3</strong> </footer>
</body>
</html>