From 930da861373070db493173e0a9ab6469a4fe2e9f Mon Sep 17 00:00:00 2001 From: Radiquum Date: Fri, 10 Oct 2025 21:36:08 +0500 Subject: [PATCH] Update README.md --- FUR AFFINITY RADIQUUM.svg | 1 - README.md | 58 ++++++++++++++++++++++----------------- 2 files changed, 33 insertions(+), 26 deletions(-) delete mode 100644 FUR AFFINITY RADIQUUM.svg diff --git a/FUR AFFINITY RADIQUUM.svg b/FUR AFFINITY RADIQUUM.svg deleted file mode 100644 index 1d2bb45..0000000 --- a/FUR AFFINITY RADIQUUM.svg +++ /dev/null @@ -1 +0,0 @@ -FUR AFFINITY: RADIQUUMFUR AFFINITYRADIQUUM \ No newline at end of file diff --git a/README.md b/README.md index bb3179b..531a7b7 100644 --- a/README.md +++ b/README.md @@ -8,30 +8,38 @@ Furry, Photographer, Coder, Self-Hosting Enthusiast. [Photo Gallery](https://wah.su/photos) | [wah.su project](https://wah.su) | [Other Links](https://wah.su/radiquum) -[![Last.FM Last Played Song](https://img.shields.io/endpoint?color=pink&url=https://lastfm-last-played.biancarosa.com.br/Radiquum/latest-song?format=shields.io&style=for-the-badge&logo=lastdotfm&label=Last%20Played%20Song)](https://github.com/biancarosa/lastfm-last-played) +```ts -## Tools +const profile = { + name: "Kentai Radiquum", + username: "@Radiquum", + hobbies: [ + "Programming", + "Photography" + ], + tools: { + languages: [ + "CSS", + "HTML", + "JavaScript/TypeScript", + "Python" + ], + browsers: [ + "Firefox", + "Google Chrome", + ], + "misc": [ + "Visual Studio Code", + "Figma", + "TailwindCSS" + ] + }, + frameworks: [ + "Next.JS", + "Hono.JS", + "FastAPI", + "Flask" + ] +} -### Languages - -![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) -![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white) -![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) -![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) -![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) -![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) - -### Browsers - -![Firefox](https://img.shields.io/badge/Firefox-FF7139?style=for-the-badge&logo=Firefox-Browser&logoColor=white) -![Google Chrome](https://img.shields.io/badge/Google%20Chrome-4285F4?style=for-the-badge&logo=GoogleChrome&logoColor=white) - -### Code editors - -![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white) - -### Frameworks - -![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge&logo=fastapi) -![Flask](https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge&logo=flask&logoColor=white) -![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white) +```