Skip to content

Latest commit

 

History

History
59 lines (53 loc) · 2.51 KB

File metadata and controls

59 lines (53 loc) · 2.51 KB

Changelog

All notable changes to the Quantium Rock website will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2025-11-05

Added

  • Initial Nuxt 4 project setup with TypeScript
  • Core dependencies: @nuxt/ui, @nuxtjs/i18n, @alexcolls/nuxt-ux
  • Icon collections: heroicons, line-md, circle-flags, svg-spinners, pepicons-pop, material-symbols
  • Configuration files: nuxt.config.ts with modules and SEO setup
  • Environment configuration template (.env.sample)
  • Project branding assets and color palette
  • Branding configuration with logo-black.png (light mode) and logo-white.jpg (dark mode)
  • Quantium Rock color palette: #3E3E3E, #585858, #706F70, #9B9B9B, #B1B0B1, #C5C5C5
  • Tailwind CSS configuration with custom theme colors
  • App configuration for theme switching and branding
  • Multi-language support with i18n (English, Spanish, French)
  • Translation files for UI elements and navigation
  • Browser language detection with cookie persistence
  • Default layout with responsive header and footer
  • Navigation menu with language switcher and theme toggle
  • Mobile-responsive menu
  • Home page with hero section, animated background, and stats
  • Services overview section with 6 core services
  • Technology showcase section
  • Complete services page with all 6 core services
  • Technology stack page with Bitcoin, Solana, Cloud, and Mobile sections
  • Portfolio page showcasing Beenzer, Z-trading, Solucky, and Nuxt UX
  • Team page with company description
  • Contact page with form (placeholder for email integration)
  • Blog page (placeholder for future content)
  • 404 error page
  • Comprehensive technical README with installation, development, and deployment guides
  • Project structure documentation
  • Environment variables documentation
  • Customization guides for branding, theme, and i18n
  • AI chat widget placeholder with ElevenLabs integration comment

SEO & Performance

  • Sitemap.xml generation with @nuxtjs/sitemap
  • Open Graph meta tags for social media sharing
  • Twitter Card integration
  • Robots.txt configuration
  • Canonical URLs
  • Structured meta tags (charset, viewport, author)
  • Enhanced keywords and descriptions

Release Notes

  • Complete website with all pages functional
  • Multi-language support (EN, ES, FR)
  • Dark/light theme with persistence
  • Responsive mobile-first design
  • SEO optimized for search engines
  • Company documentation complete
  • Ready for production deployment