mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Update thumnails paths on index page
This commit is contained in:
parent
5e228b16e5
commit
c139483849
1 changed files with 8 additions and 9 deletions
17
index.html
17
index.html
|
@ -140,7 +140,7 @@ title: Safing
|
|||
<li class="mt-10 md:mt-0">
|
||||
<div class="block transform hover:scale-95 duration-150 ease-in-out">
|
||||
<a href="/podcast/2020/05/11/the-risks-of-paying-with-cash/">
|
||||
<img src="/assets/img/blog/pod-21.png" alt="">
|
||||
<img src="/assets/img/thumbnails/podcast/pod-21.png" alt="">
|
||||
<span style="font-size: 12rem; font-weight: 800; margin-top: -13.8rem; margin-left: -0.8rem;" class=" z-0 absolute bg-top">
|
||||
<button type="button" style="background-color: #6188ff;" class="inline-flex items-center px-3 py-3 rounded-md border border-transparent text-xs leading-5 font-extrabold text-white">
|
||||
<!-- <svg class="h-8 w-auto lg:h-5 fill-current text-white" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.41 11">
|
||||
|
@ -175,18 +175,17 @@ title: Safing
|
|||
|
||||
<li class="mt-10 md:mt-0">
|
||||
<div class="block transform hover:scale-95 duration-150 ease-in-out">
|
||||
<a href="/podcast/2020/05/11/the-risks-of-paying-with-cash/">
|
||||
<img src="/assets/img/blog/4.png" alt="">
|
||||
<a href="/video/2020/05/08/the-account-server-is-up-and-running/">
|
||||
<img src="/assets/img/thumbnails/video/004-account-server-is-running.png" alt="">
|
||||
<span style="font-size: 12rem; font-weight: 800; margin-top: -13.8rem; margin-left: -0.8rem;" class=" z-0 absolute bg-top">
|
||||
<button type="button" style="background-color: #6188ff;" class="inline-flex items-center px-4 py-4 rounded-md border border-transparent text-xs leading-5 font-extrabold text-white">
|
||||
<svg class="h-8 w-auto lg:h-5 fill-current text-white" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.41 11">
|
||||
<path d="M8.43 4.62l-6.34-4A1 1 0 00.5 1.5v8a1 1 0 001.59.88l6.34-4a1 1 0 000-1.76z" stroke-miterlimit="10"></path>
|
||||
</svg>
|
||||
</button>
|
||||
<path d="M8.43 4.62l-6.34-4A1 1 0 00.5 1.5v8a1 1 0 001.59.88l6.34-4a1 1 0 000-1.76z" stroke-miterlimit="10"></path></svg>
|
||||
</button>
|
||||
</span>
|
||||
<div class="pt-6">
|
||||
<span class="opacity-25">VIDEO - 8. May 2020</span>
|
||||
<p>The Account Server is up and running - #4</p>
|
||||
<span class="opacity-25">8. May 2020</span>
|
||||
<p>The Account Server is up and running - #04</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -196,7 +195,7 @@ title: Safing
|
|||
<li>
|
||||
<a href="/blog/2020/01/22/how-the-spn-compares-to-tor/">
|
||||
<div class="block transform hover:scale-95 duration-150 ease-in-out">
|
||||
<img src="/assets/img/blog/spn-tor2.png" alt="">
|
||||
<img src="/assets/img/thumbnails/blog/spn-tor.png" alt="">
|
||||
<div class="pt-6">
|
||||
<span class="opacity-25">BLOG - 22. Jan 2020</span>
|
||||
<p>How the SPN compares to Tor</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue