Update button parent wrapper

This commit is contained in:
Luke 2022-01-18 03:30:40 +01:00
parent 871c15bcd3
commit 6531be2b18
2 changed files with 9 additions and 37 deletions

View file

@ -77,12 +77,10 @@ title: Safing - Love Freedom
{% endif %}
{% endfor %}
</div>
<div class="pt-20 flex w-full">
<div class="mx-auto grid md:block">
<a href="{{ site.blog_url }}" class="btn-secondary"> Blogs </a>
<a href="{{ site.podcast_url }}" class="btn-secondary"> Podcast </a>
<a href="{{ site.video_url }}" class="btn-secondary"> Videos </a>
</div>
<div class="col-container-center pt-20 w-full md:w-max text-center md:text-left">
<a class="btn-secondary" href="{{ site.blog_url }}">Blogs</a>
<a class="btn-secondary" href="{{ site.podcast_url }}">Podcast</a>
<a class="btn-secondary" href="{{ site.video_url }}">Videos</a>
</div>
</div>
</section>

View file

@ -163,37 +163,11 @@ redirect_from:
<i class="icon-twitter text-xs"></i>
<span>Portmaster is Alpha Software, treat as such; expect bugs here and there. Early Adopters welcome.</span>
</div>
<div class="download-container-buttons">
<a class="btn-secondary" href="{{ site.download_windows_url }}">
<svg class="h-4 w-4 mr-3" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 88 88">
<path fill="#fff" d="m0 12.402 35.687-4.8602.0156 34.423-35.67.20313zm35.67 33.529.0277 34.453-35.67-4.9041-.002-29.78zm4.3261-39.025 47.318-6.906v41.527l-47.318.37565zm47.329 39.349-.0111 41.34-47.318-6.6784-.0663-34.739z" />
</svg>
Windows 10 + 11
</a>
<a class="btn-secondary" href="{{ site.download_linux_deb_url }}">
<svg class="h-5 w-5 mr-3" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100">
<circle fill="#fff" cy="50" cx="50" r="45" />
<circle fill="none" stroke="#000" stroke-width="8.55" cx="50" cy="50" r="21.825" />
<g id="friend">
<circle fill="#fff" cx="19.4" cy="50" r="8.4376" />
<path stroke="#fff" stroke-width="3.2378" d="M67,50H77" />
<circle fill="#000" cx="19.4" cy="50" r="6.00745" />
</g>
<use xlink:href="#friend" transform="rotate(120,50,50)" />
<use xlink:href="#friend" transform="rotate(240,50,50)" />
</svg>
Ubuntu
</a>
<a class="btn-secondary" href="{{ site.download_linux_rpm_url }}">
<svg class="h-5 w-5 mr-3" viewBox="0 0 204.7 200.9" xmlns="http://www.w3.org/2000/svg">
<path d="m102.7 1.987c-55.41 0-100.3 44.21-100.4 98.79h-0.01773v76.47h0.01773c0.02659 12.38 10.22 22.4 22.8 22.4h77.58c55.42-0.0349 100.3-44.24 100.3-98.79 8e-5 -54.58-44.91-98.79-100.4-98.79zm20.39 40.68c16.85 0 32.76 12.7 32.76 30.23 0 1.625 0.01 3.252-0.26 5.095-0.4668 4.662-4.794 8.012-9.505 7.355-4.711-0.6649-7.909-5.07-7.037-9.679 0.0799-0.526 0.1083-1.352 0.1083-2.772 0-9.938-8.257-13.77-16.06-13.77-7.805 0-14.84 6.462-14.85 13.77 0.1349 8.455 0 16.84 0 25.29l14.49-0.1067c11.31-0.2306 11.44 16.54 0.1305 16.46l-14.61 0.1067c-0.0354 6.801 0.0532 5.571 0.0178 8.996 0 0 0.1225 8.318-0.1296 14.62-1.749 18.52-17.76 33.32-37 33.32-20.4 0-37.2-16.41-37.2-36.54 0.6124-20.7 17.38-36.99 38.5-36.8l11.78-0.08737v16.43l-11.78 0.1066h-0.06216c-11.6 0.3382-21.55 8.1-21.74 20.34 0 11.15 9.148 20.08 20.5 20.08 11.34 0 20.42-8.124 20.42-20.06l-0.01772-62.23c0.0058-1.155 0.04435-2.073 0.1731-3.347 1.914-15.22 15.74-26.82 31.39-26.82z" style="fill:#fff;stroke-width:.982"/>
</svg>
Fedora
</a>
<a disabled class="btn" href="#">
<i class="icon-twitter text-xs mr-2"></i>
Macos (Not supported)
</a>
<div class="col-container-center w-full md:w-max text-center md:text-left">
<a class="btn-secondary" href="{{ site.download_windows_url }}"><i class="icon-twitter text-xs mr-2"></i>Windows 10+ 11</a>
<a class="btn-secondary" href="{{ site.download_linux_deb_url }}"><i class="icon-twitter text-xs mr-2"></i>Ubuntu</a>
<a class="btn-secondary" href="{{ site.download_linux_rpm_url }}"><i class="icon-twitter text-xs mr-2"></i>Fedora</a>
<a disabled class="btn" href="#"><i class="icon-twitter text-xs mr-2"></i>Macos (Not supported)</a>
</div>
<p class="download-container-extra">
View guide and status for <a class="link-primary" href="{{ site.docs_install_windows_url }}">other Linux 2.4+ distributions</a>