Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartsch committed Jan 18, 2021
1 parent ed09586 commit 896693d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
<!-- start hero section -->
<section class="bg-blue-500 md:text-center pb-10 pt-10 px-4 relative text-center text-white">
<div>
<h1 class="text-5xl font-bold leading-tight">Lazyframe</h1>
<h1 class="text-5xl font-bold leading-tight">LazyframeAdvanced</h1>
<p class="mt-4">Dependency-free library for lazyloading iframes</p>
<p class="mt-4"><a href="https://vb.github.io/lazyframe/">https://vb.github.io/lazyframe/</a></p>
<p class="mt-4"><a href="https://jmartsch.github.io/lazyframeAdvanced">https://jmartsch.github.io/lazyframeAdvanced</a></p>
</div>
</section>
<!-- end hero section -->
Expand Down Expand Up @@ -161,9 +161,8 @@ <h4 class="text-lg font-bold tracking-wide">Google maps iframe with custom thumb
<section class="px-4 py-12 text-center bg-white lg:px-16 md:px-8 xl:px-24 xxl:px-40">
<div class="container">
<h2 class="text-2xl font-bold lg:text-3xl ">Need Help? Found a bug?</h2>
<p class="w-full mx-auto mt-6 text-base text-gray-700 lg:w-1/2">File an issue on GitHub</p>
<a href="https://github.com/vb/lazyframe/issues"
class="block mt-4 text-xl font-semibold text-blue-500">https://github.com/vb/lazyframe/issues</a>
<p class="w-full mx-auto mt-6 text-base text-gray-700 lg:w-1/2">File an <a href="https://github.com/jmartsch/lazyframeAdvanced/issues"
class="font-semibold text-blue-500">issue on GitHub</a></p>
</div>
</section>
<!-- end cta -->
Expand Down

0 comments on commit 896693d

Please sign in to comment.