1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Updated github download link and minor style changes

This commit is contained in:
Michael Hollister 2024-11-21 15:18:43 -06:00
parent 4af2a537ef
commit 39ff38246a
2 changed files with 3 additions and 2 deletions

View file

@ -316,6 +316,7 @@ html, body, .body {
background: linear-gradient(180deg, #5B5B5B 5.9%, #292929 100%);
background-clip: text;
-webkit-text-fill-color: transparent;
user-select: none;
}
#title-logo {

View file

@ -80,7 +80,7 @@
<div class="header-row">
<div class="header-logo">
<a href="https://fcast.org">
<img src="images/logo.svg" class="img-fluid" width="48" height="48" alt="" />
<img src="images/logo.svg" class="img-fluid" width="48" height="48" alt="" style="user-select: none;" />
</a>
</div>
</div>
@ -420,7 +420,7 @@
<p class="font-weight-semibold text-color-light text-6 line-height-6 negative-ls-05 mt-4 mb-0">Download to harness the power of open-source media streaming</p>
<p class="font-weight-medium text-color-light opacity-6 text-4-5 line-height-6 negative-ls-05 mb-5">Available on multiple platforms, our suite of resources is ready to help you integrate FCast into your own applications.</p>
<a href="https://github.com/futo-org/fcast/releases/tag/1" class="d-inline-flex align-items-center btn btn-light btn-py-2 px-4 text-start me-2 mb-3 mb-sm-0">
<a href="https://github.com/futo-org/fcast/releases" class="d-inline-flex align-items-center btn btn-light btn-py-2 px-4 text-start me-2 mb-3 mb-sm-0">
<img height="34" src="images/github-mark.svg" alt="" data-icon data-plugin-options="{'onlySVG': true, 'extraClass': 'svg-stroke-color-dark me-2'}" />
<span class="font-weight-semibold text-4"><em class="text-1 text-uppercase font-weight-medium opacity-6 d-block fst-normal p-relative top-2">DOWNLOAD ON</em><span class="text-color-dark text-4 negative-ls-05 p-relative bottom-2">GitHub</span></span>
</a>