mirror of
https://github.com/safing/web
synced 2025-04-16 17:09:09 +00:00
Fix links and typos
This commit is contained in:
parent
cd1db0753b
commit
2528ea37a9
2 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
<video style="padding-bottom: 1rem;" src="{{ page.video_source }}" controls></video>
|
||||
<p>Find us over at <a href="#">Youtube</a> or <a href="#">Invidious</a></p>
|
||||
<p class="text-center">Watch on <a href="https://youtu.be/{{ page.youtube_hash }}">YouTube</a> or <a href="https://invidio.us/{{ page.youtube_hash }}">Invidious</a></p>
|
||||
|
|
|
@ -13,8 +13,8 @@ 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>
|
||||
<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">
|
||||
<a href="" class="opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
|
||||
Youtube
|
||||
<a href="{{ site.youtube_channel_url }}" class="opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
|
||||
YouTube
|
||||
</a>
|
||||
<a href="{{ site.invidious_channel_url }}" class="pl-4 pr-4 opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
|
||||
Invidious
|
||||
|
|
Loading…
Add table
Reference in a new issue