From aa8b1fd0322c44c8b180ee752cee565f4b15ae21 Mon Sep 17 00:00:00 2001 From: Tom Hall Date: Sat, 28 Mar 2026 13:51:02 -0400 Subject: [PATCH 1/2] Update tools page: add Thaura, swap UpScrolled for Thaura as featured card - Add Thaura (thaura.ai) as the featured card with downloaded logo - Move UpScrolled to the bottom grid (first position) - Remove Pal Chat Co-Authored-By: Claude Sonnet 4.6 --- public/thaura.svg | 1 + src/pages/tools.astro | 34 +++++++++++++++++++--------------- 2 files changed, 20 insertions(+), 15 deletions(-) create mode 100644 public/thaura.svg diff --git a/public/thaura.svg b/public/thaura.svg new file mode 100644 index 0000000..82eb85c --- /dev/null +++ b/public/thaura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pages/tools.astro b/src/pages/tools.astro index d946386..571b2ef 100644 --- a/src/pages/tools.astro +++ b/src/pages/tools.astro @@ -1,7 +1,6 @@ --- // src/pages/tools.astro import Layout from "../layouts/Layout.astro"; -import ToolPopup from "../components/ToolPopup"; import "../styles/base.css"; const topLeft = [ @@ -29,12 +28,20 @@ const topLeft = [ ]; const rightCard = { - name: "Pal Chat", - desc: "A secure chat system for Palestine.", - img: "/logo-stone-thrower-bot-transparent.png", + name: "Thaura", + desc: "A privacy-first AI assistant built by Syrian engineers — ethical AI that never trains on your data and stands with Palestine.", + link: "https://thaura.ai/", + logo: "/thaura.svg", }; const bottomRow = [ + { + name: "UpScrolled", + desc: "Simply, social without limits.", + link: "https://upscrolled.com/en/", + logo: "/upscrolled-icon.svg", + button: "UpScrolled", + }, { name: "T4P Datasets", desc: "Tracking the human toll. Use the data from our APIs to tell-their story.", @@ -84,13 +91,6 @@ const bottomRow = [ logo: "/Boycat.png", button: "BuycatVPN", }, - { - name: "UpScrolled", - desc: "Simply, social without limits.", - link: "https://upscrolled.com/en/", - logo: "/upscrolled-icon.svg", - button: "UpScrolled", - }, { name: "UK University Repression League Table 2025", desc: "See how UK universities rank in repressing activism and ties to arms industries.", @@ -124,12 +124,16 @@ const bottomRow = [
- {rightCard.name} + {rightCard.name}

{rightCard.name}

{rightCard.desc}

- - - + + {rightCard.name} +
From f87463dc723c53e3b30235b3277677393a8f080a Mon Sep 17 00:00:00 2001 From: mohanadft Date: Mon, 30 Mar 2026 10:18:05 +0300 Subject: [PATCH 2/2] put dark logo --- public/thaura.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/thaura.svg b/public/thaura.svg index 82eb85c..78ac52b 100644 --- a/public/thaura.svg +++ b/public/thaura.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file