Add links

This commit is contained in:
Luke 2020-05-20 17:05:19 +02:00
parent 132f7b4a20
commit e562f6a105
2 changed files with 6 additions and 6 deletions

View file

@ -141,7 +141,7 @@ title: Safing
<div class="block transform hover:scale-95 duration-150 ease-in-out"> <div class="block transform hover:scale-95 duration-150 ease-in-out">
<a href="/podcast/2020/05/11/the-risks-of-paying-with-cash/"> <a href="/podcast/2020/05/11/the-risks-of-paying-with-cash/">
<div class="relative" style="max-width: 365px;"> <div class="relative" style="max-width: 365px;">
<img src="/assets/img/thumbnails/podcast/pod-21.png" alt=""> <img src="/assets/img/thumbnails/podcast/placeholder.png" alt="">
<span class="absolute text-white right-0 bottom-0 pr-3 pb-3" style="font-size: 3.1rem; font-weight: 800;" >#21</span> <span class="absolute text-white right-0 bottom-0 pr-3 pb-3" style="font-size: 3.1rem; font-weight: 800;" >#21</span>
</div> </div>
<span style="font-size: 12rem; font-weight: 800; margin-top: -13.8rem; margin-left: -0.8rem;" class=" z-0 absolute bg-top"> <span style="font-size: 12rem; font-weight: 800; margin-top: -13.8rem; margin-left: -0.8rem;" class=" z-0 absolute bg-top">
@ -213,7 +213,7 @@ title: Safing
<a class="mx-auto" href="{{ site.blog_url }}">Blogs</a> <a class="mx-auto" href="{{ site.blog_url }}">Blogs</a>
</button> </button>
<button type="button" style="background-color: #000;" class="mt-8 mb-8 md:mt-0 md:mb-0 md:ml-4 md:mr-4 scale-110 md:scale-100 transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase"> <button type="button" style="background-color: #000;" class="mt-8 mb-8 md:mt-0 md:mb-0 md:ml-4 md:mr-4 scale-110 md:scale-100 transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
<a class="mx-auto" href="{{ site.podcast_url }}">Podcats</a> <a class="mx-auto" href="{{ site.podcast_url }}">Podcast</a>
</button> </button>
<button type="button" style="background-color: #000;" class="scale-110 md:scale-100 transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase"> <button type="button" style="background-color: #000;" class="scale-110 md:scale-100 transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
<a class="mx-auto" href="{{ site.video_url }}">Videos</a> <a class="mx-auto" href="{{ site.video_url }}">Videos</a>

View file

@ -13,11 +13,11 @@ layout: page
<span style="font-size: 12rem; font-weight: 800; margin-top: -9rem; opacity: 0.05;" class="z-0 ml-0 w-full left-0 text-center absolute bg-top">Follow Us</span> <span style="font-size: 12rem; font-weight: 800; margin-top: -9rem; opacity: 0.05;" class="z-0 ml-0 w-full left-0 text-center absolute bg-top">Follow Us</span>
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-10 text-center">Video Updates</h2> <h2 class="text-5xl tracking-tight font-extrabold leading-none py-10 text-center">Video Updates</h2>
<div class="flex mx-auto justify-center pt-5"> <div class="flex mx-auto justify-center pt-5">
<a href="{{ site.podcast_itunes_url }}" class="opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank"> <a href="" class="opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
<img style="height: 1.3rem; width: auto;" src="{{ site.img_url }}icons/podcast.svg"> Youtube
</a> </a>
<a href="{{ site.podcast_feed_url }}" class="pl-4 pr-4 opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank"> <a href="{{ site.invidious_channel_url }}" class="pl-4 pr-4 opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
<img style="height: 1.3rem; width: auto;" src="{{ site.img_url }}icons/rss.svg"> Invidious
</a> </a>
</div> </div>
</div> </div>