mirror of
https://github.com/safing/web
synced 2025-04-25 13:19:08 +00:00
Update hide download on mobile
This commit is contained in:
parent
c42b2c2f31
commit
c430108e76
1 changed files with 15 additions and 10 deletions
25
index.html
25
index.html
|
@ -111,16 +111,21 @@ redirect_from:
|
|||
</span>
|
||||
<p class="card-package-top-desc" style="max-width: 480px;">The free version is very powerful tool, but by buying a package you support the development of Portmaster.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex mx-auto w-max mt-8 space-x-8 items-center" style="align-items: center;">
|
||||
<p class="block text-safing-gray-400">Seen and featured on</p>
|
||||
<div class=" space-x-8 hidden lg:flex" style="align-items: center;">
|
||||
<a href="{{ site.seen_itsfoss_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/itsfoss.png"></a>
|
||||
<a href="{{ site.seen_ghacks_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/ghacks.png"></a>
|
||||
<a href="{{ site.seen_techlore_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/techlore.png"></a>
|
||||
<a href="{{ site.seen_privacytools_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/privacytools.png"></a>
|
||||
</div>
|
||||
<div class="card-package-bottom transform scale-105" style="position: absolute; width: 100%; left: 0; bottom: 0px; display: flex; justify-content: end; height: 100%;">
|
||||
<div class="hidden lg:block" style="display: flex; align-items: center; margin-right: 4rem;">
|
||||
{% include download_button.html unique_id="2" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex mx-auto w-max mt-8 space-x-8 items-center" style="align-items: center;">
|
||||
<p class="block text-safing-gray-400">Seen and featured on</p>
|
||||
<div class=" space-x-8 hidden lg:flex" style="align-items: center;">
|
||||
<a href="{{ site.seen_itsfoss_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/itsfoss.png"></a>
|
||||
<a href="{{ site.seen_ghacks_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/ghacks.png"></a>
|
||||
<a href="{{ site.seen_techlore_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/techlore.png"></a>
|
||||
<a href="{{ site.seen_privacytools_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/privacytools.png"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue