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

Updated website.

This commit is contained in:
Koen 2023-06-28 15:16:36 +02:00
parent 7ee2c5ab71
commit 7d82e279bb
4 changed files with 8 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

4
website/images/logo.svg Normal file
View file

@ -0,0 +1,4 @@
<svg width="97" height="97" viewBox="0 0 97 97" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="97" height="97" rx="20" fill="#D9D9D9"/>
<path d="M17.0303 67V30.6364H42.5985V38.5909H26.9024V44.8409H41.036V52.7955H26.9024V67H17.0303ZM80.1784 44.2727H70.1642C70.0931 43.4441 69.9037 42.6925 69.596 42.0178C69.3 41.343 68.8857 40.763 68.3531 40.2777C67.8322 39.7805 67.199 39.4018 66.4532 39.1413C65.7075 38.8691 64.8611 38.733 63.9142 38.733C62.257 38.733 60.8543 39.1354 59.7061 39.9403C58.5697 40.7453 57.7056 41.8994 57.1137 43.4027C56.5337 44.906 56.2437 46.7112 56.2437 48.8182C56.2437 51.0436 56.5396 52.9079 57.1315 54.4112C57.7352 55.9027 58.6052 57.0272 59.7416 57.7848C60.8779 58.5305 62.2451 58.9034 63.8431 58.9034C64.7546 58.9034 65.5713 58.791 66.2934 58.5661C67.0155 58.3293 67.6428 57.992 68.1755 57.554C68.7082 57.116 69.1402 56.5893 69.4717 55.9737C69.815 55.3464 70.0458 54.642 70.1642 53.8608L80.1784 53.9318C80.06 55.4706 79.6279 57.0391 78.8822 58.6371C78.1365 60.2232 77.077 61.6911 75.7039 63.0405C74.3427 64.3781 72.6559 65.4553 70.6436 66.272C68.6312 67.0888 66.2934 67.4972 63.6301 67.4972C60.292 67.4972 57.2972 66.781 54.6457 65.3487C52.006 63.9164 49.9168 61.8094 48.3779 59.0277C46.8509 56.246 46.0874 52.8428 46.0874 48.8182C46.0874 44.7699 46.8687 41.3608 48.4312 38.5909C49.9937 35.8092 52.1007 33.7081 54.7522 32.2876C57.4037 30.8553 60.363 30.1392 63.6301 30.1392C65.9265 30.1392 68.0394 30.4529 69.9688 31.0803C71.8983 31.7076 73.591 32.625 75.047 33.8324C76.5029 35.0279 77.6748 36.5017 78.5626 38.2536C79.4504 40.0054 79.989 42.0118 80.1784 44.2727Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -79,7 +79,7 @@
<div class="header-row">
<div class="header-logo">
<a href="index.html">
<img src="images/logo.png" class="img-fluid" width="123" height="32" alt="" />
<img src="images/logo.svg" class="img-fluid" width="48" height="48" alt="" />
</a>
</div>
</div>
@ -417,7 +417,7 @@
<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">Gitlab</span></span>
</a>
<a 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://play.google.com/store/apps/details?id=com.futo.fcast.receiver.playstore&pli=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">
<img height="34" src="images/icon-google-play.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">Google Play</span></span>
</a>