added mastodon and telegram

This commit is contained in:
IndexZeroZzz 2024-03-05 23:49:58 +03:00
parent 49fc0156d5
commit 263834f6c9
3 changed files with 37 additions and 3 deletions

View file

@ -6,6 +6,8 @@
import 'photoswipe';
import 'photoswipe/style.css';
import { onMount } from 'svelte';
import Telegram from './icons/Telegram.svelte';
import Mastodon from './icons/Mastodon.svelte';
let downloadIsPressed = false;
let checksumSwayIsPressed = false;
@ -60,8 +62,8 @@
</div>
<div
class="absolute left-0 mx-5 my-3 w-56 rounded-md bg-[#6993e9] {downloadIsPressed
? 'transition ease-in duration-75 opacity-100 scale-100 visible'
: 'opacity-0 transition ease-out duration-100 scale-95'}"
? 'transition-all ease-in duration-75 opacity-100 scale-100 visible'
: 'opacity-0 transition-all ease-out duration-100 scale-95 invisible'}"
>
<div class="py-1">
<!-- Sway/River Download Links Under Logo -->
@ -104,6 +106,29 @@
<Terminal className="mr-1.5"></Terminal>
Source Code</a
>
<a class="border-2 p-2.5 mx-5 my-3 rounded-md bg-[#8aadf4]" href="https://t.me/tile_os">
<Telegram className="mr-1.5"></Telegram>
Telegram</a
>
<a class="border-2 p-2.5 mx-5 my-3 rounded-md bg-[#c6a0f6]" href="https://mastodon.social/@tile_os">
<Mastodon className="mr-1.5"></Mastodon>
Mastodon</a
>
</div>
<div class="flex flex-wrap flex-col p-8">
<div class="m-5">
<h2 class="font-bold text-2xl mb-3">Some of the features:</h2>
<ul class="mb-8 list-disc text-left">
<li>Stable and solid Debian base with some packages backported from Debian Testing;</li>
<li>Fully pre-configured desktop based on a tiling window manager (or Wayland compositor);</li>
<li>Fresh and stable graphics drivers (Mesa) backported from Debian Testing;</li>
<li>Many device drivers and non-free firmwares are included in the base system;</li>
<li>Included some performance optimizations as well as some system tweaks (see);</li>
<li>Included additional repositories for installing programs not found in Debian, such as OnlyOffice, VirtualBox, Librewolf, Visual Studio Code and Brave;</li>
<li>Ability to install additional software in the Calamares installer.</li>
</ul>
</div>
</div>
</div>
@ -313,7 +338,7 @@
</div>
</div>
</div>
<div class="flex flex-col md:flex-row m-7">
<div class="flex flex-col lg:flex-row m-7">
<div class="m-5 flex-1">
<h2 class="text-2xl font-bold mb-3">System requirements:</h2>
<ul class="list-disc">

View file

@ -0,0 +1,4 @@
<script lang="ts">
export let className: string = '';
</script>
<svg class="w-6 h-6 inline {className}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="#ffffff" d="M433 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.6-28.4-290.5 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54a102.5 102.5 0 0 1 -.9-13.9c85.6 20.9 158.7 9.1 178.8 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H90.2c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"/></svg>

View file

@ -0,0 +1,5 @@
<script lang="ts">
export let className: string = '';
</script>
<svg class="w-6 h-6 inline {className}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="#ffffff" d="M248 8C111 8 0 119 0 256S111 504 248 504 496 393 496 256 385 8 248 8zM363 176.7c-3.7 39.2-19.9 134.4-28.1 178.3-3.5 18.6-10.3 24.8-16.9 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.2-23.2-55.3-37.2-24.5-16.1-8.6-25 5.3-39.5 3.7-3.8 67.1-61.5 68.3-66.7 .2-.7 .3-3.1-1.2-4.4s-3.6-.8-5.1-.5q-3.3 .7-104.6 69.1-14.8 10.2-26.9 9.9c-8.9-.2-25.9-5-38.6-9.1-15.5-5-27.9-7.7-26.8-16.3q.8-6.7 18.5-13.7 108.4-47.2 144.6-62.3c68.9-28.6 83.2-33.6 92.5-33.8 2.1 0 6.6 .5 9.6 2.9a10.5 10.5 0 0 1 3.5 6.7A43.8 43.8 0 0 1 363 176.7z"/></svg>