tuta credit
This commit is contained in:
parent
693ecd25b0
commit
9da5ac1b00
2 changed files with 10 additions and 0 deletions
BIN
src/assets/branding/tuta.png
Normal file
BIN
src/assets/branding/tuta.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -1,3 +1,7 @@
|
||||||
|
<script lang="ts">
|
||||||
|
import tuta from "$assets/branding/tuta.png";
|
||||||
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>FAQ</title>
|
<title>FAQ</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
@ -40,4 +44,10 @@
|
||||||
<p class= "text-m text-[15px]">A: You can download the latest build of Suyu from our <a href="https://git.suyu.dev/suyu/suyu/releases">Git</a>. Please make sure you are using the right URL!</p>
|
<p class= "text-m text-[15px]">A: You can download the latest build of Suyu from our <a href="https://git.suyu.dev/suyu/suyu/releases">Git</a>. Please make sure you are using the right URL!</p>
|
||||||
<p class="text-[15px] leading-[1.41] md:text-[19px] md:leading-[1.1]">Q: What is the current progress for Suyu?</p>
|
<p class="text-[15px] leading-[1.41] md:text-[19px] md:leading-[1.1]">Q: What is the current progress for Suyu?</p>
|
||||||
<p class= "text-m text-[15px]">A: As of 3/20/2024, we have released our first Windows binary 🎉! You can find it <a href="https://git.suyu.dev/suyu/suyu/releases">here</a>. We are always trying to make more and more progress, so please feel free to <a href="https://discord.gg/suyu">join the Discord!</a></p>
|
<p class= "text-m text-[15px]">A: As of 3/20/2024, we have released our first Windows binary 🎉! You can find it <a href="https://git.suyu.dev/suyu/suyu/releases">here</a>. We are always trying to make more and more progress, so please feel free to <a href="https://discord.gg/suyu">join the Discord!</a></p>
|
||||||
|
<br />
|
||||||
|
<div class="leading-[1.41] items-center text-[15px] md:leading-[1.1] flex gap-2 text-gray-600">Email hosting lovingly provided by
|
||||||
|
<a href="https://tuta.com" target="_blank">
|
||||||
|
<img src={tuta} alt="Tuta" width={102} height={24} class="h-[24px] rounded-md" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue