Skip to content

Commit

Permalink
added donation link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcican authored Mar 13, 2024
1 parent c700c5b commit 668c8cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="container container--small">
<div class="container__top">
<div class="result-container visuallyhidden">
<a href="https://twitter.com/share?text=I’ve wasted time watching TV shows. Calculate your time:&url=http://tiii.me" class="sharing-link" title="Share result on Twitter">
<a href="https://twitter.com/share?text=I’ve wasted time watching TV shows. Calculate your time:&url=tiii.me" class="sharing-link" title="Share result on Twitter">
<span class="sharing-link__text">Share</span>
<span class="sharing-link__icon"><span class="icon-twitter"></span></span>
<span class="sharing-link__text">Result</span>
Expand Down Expand Up @@ -81,7 +81,8 @@
<div class="about__content__inner">
<h2>Calculate your total tiii.me spent watching TV shows</h2>
<h3>Concept, design, and code by <a href="http://alexcican.com" tabindex="-1">Alex Cican</a>.</h3>
<p>Fork this project on <a href="https://github.com/alexcican/tiii.me" rel="nofollow" tabindex="-1">GitHub</a>.</p><br/>
<p>Fork this project on <a href="https://github.com/alexcican/tiii.me" rel="nofollow" tabindex="-1">GitHub</a>.</p>
<p>If you like this, <a href="https://donate.stripe.com/28oaEU3ccgUG9MccMN" rel="nofollow">consider donating</a>. Thank you!</p><br/>
<!-- <small>TV shows API by <a href="http://trakt.tv/" rel="nofollow" tabindex="-1" title="Trakt platform">Trakt</a>. Autocomplete plugin by <a href="https://github.com/ivaynberg/select2" rel="nofollow" tabindex="-1" title="Select2 plugin">Igor Vaynberg</a>. <a href="#" class="reset-local-storage" title="All saved data will be deleted">Reset all data</a>.</small> -->
<small>TV shows API by <a href="https://www.themoviedb.org/" rel="nofollow" tabindex="-1" title="The Movie Database">The Movie Database</a>. Autocomplete plugin by <a href="https://github.com/ivaynberg/select2" rel="nofollow" tabindex="-1" title="Select2 plugin">Igor Vaynberg</a>. <a href="#" class="reset-local-storage" title="All saved data will be deleted">Reset all data</a>.</small>
<small>How it works: # of seasons &times; # of episodes per season &times; runtime of episode = total for 1 TV show. Repeat for more TV shows = total time.</small>
Expand Down

0 comments on commit 668c8cc

Please sign in to comment.