mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Update landing page to feature latest pod & blog
This commit is contained in:
parent
fb95cc2a4c
commit
84498ba209
1 changed files with 18 additions and 29 deletions
47
index.html
47
index.html
|
@ -140,43 +140,32 @@ title: Safing - Love Freedom
|
|||
<!-- podcast -->
|
||||
<li class="mt-12 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/">
|
||||
<a href="/podcast/2020/06/29/deadlines-tailwind-designing-safing/">
|
||||
<div class="relative" style="max-width: 365px;">
|
||||
<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>
|
||||
<img src="/assets/img/thumbnails/podcast/placeholder.png">
|
||||
<span class="absolute text-white right-0 bottom-0 pr-3 pb-3" style="font-size: 3.1rem; font-weight: 800;">#22</span>
|
||||
</div>
|
||||
<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">
|
||||
<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> -->
|
||||
<svg class="h-8 w-auto lg:h-7" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="none">
|
||||
<path d="M0 0h24v24H0z"/>
|
||||
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M12 15v0c-1.657 0-3-1.343-3-3V6c0-1.657 1.343-3 3-3v0c1.657 0 3 1.343 3 3v6c0 1.657-1.343 3-3 3z"/>
|
||||
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M18 10v2c0 3.314-2.686 6-6 6v0c-3.314 0-6-2.686-6-6v-2M12 18v3M7.82 21h8.36"/>
|
||||
<path d="M0 0h24v24H0z"></path>
|
||||
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M12 15v0c-1.657 0-3-1.343-3-3V6c0-1.657 1.343-3 3-3v0c1.657 0 3 1.343 3 3v6c0 1.657-1.343 3-3 3z"></path>
|
||||
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M18 10v2c0 3.314-2.686 6-6 6v0c-3.314 0-6-2.686-6-6v-2M12 18v3M7.82 21h8.36"></path>
|
||||
</g>
|
||||
</svg>
|
||||
</button>
|
||||
</button>
|
||||
</span>
|
||||
<div class="pt-6">
|
||||
<span class="opacity-25">PODCAST - 11. May 2020</span>
|
||||
<p>The Risks of Paying with Cash - #21</p>
|
||||
<span class="opacity-25">PODCAST - 29. Jun 2020</span>
|
||||
|
||||
<p>Deadlines, Tailwind & Designing Safing - #22</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<!-- video -->
|
||||
<!-- <li class="mt-10 md:mt-0">
|
||||
<div class="block transform hover:scale-95 duration-150 ease-in-out">
|
||||
<video src="{{ site.assets_server_url }}video/progress_updates/4.mp4" controls></video>
|
||||
<div class="pt-6">
|
||||
<span class="opacity-25">VIDEO - 8. May 2020</span>
|
||||
<p>The Account Server is up and running - #4</p>
|
||||
</div>
|
||||
</div>
|
||||
</li> -->
|
||||
|
||||
<!-- video -->
|
||||
<li class="mt-12 md:mt-0">
|
||||
<div class="block transform hover:scale-95 duration-150 ease-in-out">
|
||||
<a href="/video/2020/05/22/a-fresh-new-look/">
|
||||
|
@ -197,15 +186,15 @@ title: Safing - Love Freedom
|
|||
|
||||
<!-- blog -->
|
||||
<li class="mt-12 md:mt-0">
|
||||
<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/thumbnails/blog/spn-tor.png" alt="">
|
||||
<div class="block transform hover:scale-95 duration-150 ease-in-out">
|
||||
<a href="/blog/2020/06/26/progress-update/">
|
||||
<img src="/assets/img/thumbnails/blog/placeholder.png">
|
||||
<div class="pt-6">
|
||||
<span class="opacity-25">BLOG - 22. Jan 2020</span>
|
||||
<p>How the SPN compares to Tor</p>
|
||||
<span class="opacity-25">BLOG - 26. Jun 2020</span>
|
||||
<p>Progress Update - #01</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="pt-20 flex w-full">
|
||||
|
|
Loading…
Add table
Reference in a new issue