diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f527293..d4c31dd 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -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 @@
@@ -104,6 +106,29 @@ Source Code + + + Telegram + + + Mastodon +
+
+
+

Some of the features:

+ +
    +
  • Stable and solid Debian base with some packages backported from Debian Testing;
  • +
  • Fully pre-configured desktop based on a tiling window manager (or Wayland compositor);
  • +
  • Fresh and stable graphics drivers (Mesa) backported from Debian Testing;
  • +
  • Many device drivers and non-free firmwares are included in the base system;
  • +
  • Included some performance optimizations as well as some system tweaks (see);
  • +
  • Included additional repositories for installing programs not found in Debian, such as OnlyOffice, VirtualBox, Librewolf, Visual Studio Code and Brave;
  • +
  • Ability to install additional software in the Calamares installer.
  • +
+
@@ -313,7 +338,7 @@ -
+

System requirements:

    diff --git a/src/routes/icons/Mastodon.svelte b/src/routes/icons/Mastodon.svelte new file mode 100644 index 0000000..3e08239 --- /dev/null +++ b/src/routes/icons/Mastodon.svelte @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/src/routes/icons/Telegram.svelte b/src/routes/icons/Telegram.svelte new file mode 100644 index 0000000..58f2a69 --- /dev/null +++ b/src/routes/icons/Telegram.svelte @@ -0,0 +1,5 @@ + + + \ No newline at end of file