Skip to content

Commit

Permalink
insert small ad on demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
inorganik committed Feb 11, 2021
1 parent c229fbb commit cb6455b
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<title>CountUp.js</title>

<link rel="stylesheet" type="text/css" href="https://inorganik.github.io/assets/css/style.css?v=20191111">
<link rel="stylesheet" type="text/css" href="https://inorganik.github.io/assets/css/style.css?v=20210211">

<!-- <script src="demo/demo.js" type="module"></script> -->
<script src="dist/countUp.umd.js"></script>
Expand All @@ -25,6 +25,7 @@
ga('create', 'UA-7742845-9', 'inorganik.github.io');
ga('send', 'pageview');
</script>
<script data-ad-client="ca-pub-7836103869968530" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>

<body>
Expand All @@ -36,11 +37,27 @@
<div id="logo"><a class="block" href="https://inorganik.net"></a></div>
</header>
<section>
<h1>CountUp.js &nbsp;<small id="version" class="lt-gray"></small></h1>
<p>CountUp.js is a dependency-free, lightweight JavaScript class that can be used to quickly create animations that display numerical data in a more interesting way.</p>
<p>Install via npm/yarn using the package name &nbsp;<code class="indigo large">countup.js</code>.</p>
<p>🆕&ensp; <a href="https://podmap.org">Check out Podmap</a> &mdash; Mapping the world&rsquo;s podcasts.</p>
<h3 class="marginTop marginBottom"><a class="lime weight700" href="https://github.com/inorganik/CountUp.js">Download on Github</a></h3>
<div class="col full">
<h1>CountUp.js &nbsp;<small id="version" class="lt-gray"></small></h1>
</div>
<div class="col twoThirds">
<p>CountUp.js is a dependency-free, lightweight JavaScript class that can be used to quickly create animations that display numerical data in a more interesting way.</p>
<p>Install via npm/yarn using the package name &nbsp;<code class="indigo large">countup.js</code>.</p>
<p>🆒&nbsp; <a href="https://pod.fan">Check out Podfan</a> &mdash; Easy membership for podcasts.</p>
<h3 class="marginTop marginBottom"><a class="lime weight700" href="https://github.com/inorganik/CountUp.js">Download on Github</a></h3>
</div>
<div class="col third">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block"
data-ad-format="fluid"
data-ad-layout-key="-gw-3+1f-3d+2z"
data-ad-client="ca-pub-7836103869968530"
data-ad-slot="8491677428"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</section>
<section>
<p style="position:absolute; top:5px; left:0;">Current stars:</p>
Expand Down

0 comments on commit cb6455b

Please sign in to comment.