Skip to content

Commit

Permalink
Merge branch 'master' into fix-4716
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry authored Sep 5, 2018
2 parents cb2fea1 + 33b41c7 commit 548a0e0
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions docs/_templates/hacks.html
Original file line number Diff line number Diff line change
@@ -1,33 +1,4 @@
<!-- Alabaster (krTheme++) Hacks -->
<aside id="python27">
<a href="https://www.kennethreitz.org/requests3"><strong>Requests 3.0</strong> development is underway, and your financial help is appreciated!</a>
</aside>

<!-- Python 2 Death Clock™ -->
<style type="text/css">
body { margin-top: 4em; }
#python27 {
position: fixed;
top: 0;
left: 0; right: 0;
height: auto;
text-align: center;
color: white;
background-color: black;
font-size: larger;
line-height: 3;
}

</style>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
<script>
var death = new Date('2020-04-12');
var diff = moment.duration(death - moment());
document.querySelector('#python27 time').innerText = (diff.years() * 12) + diff.months();
</script> -->


<!-- CSS Adjustments (I'm very picky.) -->
<style type="text/css">
Expand Down Expand Up @@ -82,4 +53,4 @@
var easter_egg = new Konami('http://fortunes.herokuapp.com/random/raw');
</script>

<!-- That was not a hack. That was art. -->
<!-- That was not a hack. That was art. -->

0 comments on commit 548a0e0

Please sign in to comment.