mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Add next podcast
This commit is contained in:
parent
f06fda1862
commit
16e0481465
1 changed files with 9 additions and 1 deletions
|
@ -37,7 +37,15 @@ container_class: "podcast pt-40 lg:pt-64"
|
|||
</span>
|
||||
<span class="text-center px-3 py-1 rounded-full text-sm font-medium leading-5 bg-gray-300 text-gray-600">
|
||||
Community
|
||||
</span>
|
||||
<div class="flex pt-24 justify-center grid grid-cols-2 col-gap-16 max-w-3xl mx-auto">
|
||||
<div class="text-left">
|
||||
<div class="pb-4 text-md opacity-55">Next podcast</div>
|
||||
<a href="" class="text-3xl tracking-tight font-extrabold leading-none break-normal">Hiring a Designer from the Privacy Community</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="text-right">
|
||||
<div class="pb-4 text-md opacity-55">Previous podcast</div>
|
||||
<a href="" class="text-3xl tracking-tight font-extrabold leading-none break-normal">#002 - Progress Update October</a>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Reference in a new issue