🌐 Website • 💻 GitHub • 🐦 Twitter
Personal portfolio website showcasing blockchain full-stack development expertise
whonion.dev is a modern portfolio website built with SvelteKit and Tailwind CSS. It showcases my work as a blockchain full-stack developer, specializing in TypeScript, Golang, Solidity, and modern web technologies.
- Multilingual Support - English, Russian, Thai, Japanese, and Chinese
- Modern Design - Responsive, glass-morphism effects, smooth animations
- Performance - Built with SvelteKit for optimal performance
- SEO Optimized - Server-side rendering and meta tags
- Dark Theme - Beautiful dark theme with gradient accents
- SvelteKit - Full-stack framework
- Svelte - Component framework
- Tailwind CSS - Utility-first CSS framework
- TypeScript - Type safety
- Vite - Build tool
- Node.js 18+ (LTS recommended)
- npm, pnpm, or yarn
git clone https://github.com/whonion/whonion.dev.git
cd whonion.dev
npm installnpm run devThe development server will start at http://localhost:5173
npm run buildnpm run previewsrc/
├── lib/
│ ├── locales/ # Translation files (en, ru, th, ja, zh)
│ ├── Hero.svelte # Hero section
│ ├── About.svelte # About section
│ ├── Skills.svelte # Skills section
│ ├── Projects.svelte # Projects showcase
│ ├── Contact.svelte # Contact information
│ ├── Navigation.svelte
│ ├── Footer.svelte
│ └── i18n.ts # Internationalization
├── routes/
│ ├── +layout.svelte # Root layout
│ └── +page.svelte # Home page
└── app.css # Global styles
We welcome contributions! Please read our Contributing Guidelines before submitting a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Website: whonion.app
- GitHub: @whonion
- Twitter: @whonionX
- Email: contact@whonion.app
© 2025 whonion. Built with SvelteKit & Tailwind CSS