From c70e2634f86ee848ad8e4d19427b8cf7a9f72f68 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Sun, 15 Feb 2026 12:28:18 +0300 Subject: Remove nerdfonts --- index.html | 4 ++-- projects/index.html | 66 ++++++++++++++++++----------------------------------- style.css | 1 - 3 files changed, 24 insertions(+), 47 deletions(-) diff --git a/index.html b/index.html index 768dbbd..9286377 100644 --- a/index.html +++ b/index.html @@ -74,9 +74,9 @@ diff --git a/projects/index.html b/projects/index.html index 2006149..094a88f 100644 --- a/projects/index.html +++ b/projects/index.html @@ -20,7 +20,7 @@
-

async-crypto-pay-api

+

async-crypto-pay-api

A lightweight asynchronous wrapper for the @CryptoBot API, specifically designed for @@ -29,34 +29,26 @@ all Crypto Pay API functionality, with the exception of webhooks.
-

Minecraft HTTP whitelist

+

Minecraft HTTP whitelist

An HTTP API server written in pure Python for managing a Minecraft whitelist. This tool provides a simple HTTP API for programmatic control of the whitelist, integrating with any server solution via RCON commands or a SystemD pipeline.
-

FunnyPineappleBot a.k.a KarpovAI

+

FunnyPineappleBot a.k.a KarpovAI

A Telegram bot built around a Markov chain-based text generator. The bot learns and adapts its responses in real-time by processing new messages directly from the chat. @@ -64,17 +56,13 @@ the ability to pin messages and add new members through a voting system.
-

video2story

+

video2story

A command-line utility for cutting and uploading large videos to Telegram Stories. It leverages ffmpeg to automatically split long videos into Story-compatible @@ -83,17 +71,13 @@ "friends only").
-

Auto telegram reaction

+

Auto telegram reaction

A command-line utility for automatically placing reactions on messages from a specified user. Built with C++ and the tdlib, it allows you to define a target user @@ -104,14 +88,12 @@
-

Pollify

+

Pollify

An MVP project for creating interactive poll charts for live presentations. Participants can cast their votes, and the results are displayed in real-time on the @@ -120,14 +102,12 @@ Plot, Pie Plot and so on. (Just MVP)
-

Archivator

+

Archivator

A universal archive library written in Rust, designed with an emphasis on ease of use and safety. The project's goal is to provide a unified interface, similar to @@ -138,13 +118,13 @@
-

ITMO queue service (server)

+

ITMO queue service (server)

A queue management service developed to create a convenient and organized interface for submitting lab assignments. A user (e.g., a teaching assistant) can create a @@ -157,11 +137,9 @@
diff --git a/style.css b/style.css index a13e8e4..06d7b2e 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,4 @@ @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap"); -@import "https://www.nerdfonts.com/assets/css/webfont.css"; @media (prefers-color-scheme: light) { :root { -- cgit v1.3