Skip to content

A soft & dreamy portfolio website dedicated to celebrating love and beautiful moments. Built with modern web technologies and crafted with care.

License

Notifications You must be signed in to change notification settings

xirothedev/athw-portfolio

Repository files navigation

My Muse | A Love Story 💕

A soft & dreamy portfolio website dedicated to celebrating love and beautiful moments. Built with modern web technologies and crafted with care.

✨ Features

  • Beautiful UI/UX: Soft, dreamy color palette with smooth animations
  • Responsive Design: Fully responsive across all devices
  • Performance Optimized: Built with Next.js 16 and React 19
  • SEO Friendly: Complete SEO metadata and optimization
  • Security Headers: Comprehensive security configuration
  • MDX Support: Write content with Markdown and React components
  • Smooth Animations: Powered by Motion (formerly Framer Motion)
  • Type Safe: Full TypeScript support

🎨 Sections

  • Hero Section: Beautiful introduction with animated elements
  • Gallery: Photo showcase with romantic quotes
  • About: Personal card with traits and information
  • Relationship Roadmap: Timeline of special moments
  • Traits Showcase: Interactive display of loved qualities
  • Wishlist & Promises: Shared dreams and goals
  • License Page: Copyright and license information

🚀 Tech Stack

📦 Installation

  1. Clone the repository:
git clone https://github.com/xirothedev/athw-portfolio.git
cd athw-portfolio
  1. Install dependencies:
pnpm install
# or
npm install
# or
yarn install
  1. Set up environment variables:
cp .env.example .env.local

Edit .env.local and add your base URL:

NEXT_PUBLIC_BASE_URL=http://localhost:3000
  1. Generate favicons (optional):
pnpm run generate-favicons
  1. Run the development server:
pnpm dev
# or
npm run dev

Open http://localhost:3000 to see the result.

🛠️ Available Scripts

  • pnpm dev - Start development server
  • pnpm build - Build for production
  • pnpm start - Start production server
  • pnpm lint - Run ESLint
  • pnpm generate-favicons - Generate favicon files from public/image.png

📁 Project Structure

athw-portfolio/
├── public/                 # Static assets
│   ├── gallary/           # Gallery images
│   └── image.png          # Source image for favicons
├── src/
│   ├── app/               # Next.js App Router
│   │   ├── license/       # License page (MDX)
│   │   ├── layout.tsx     # Root layout
│   │   ├── page.tsx       # Home page
│   │   ├── globals.css    # Global styles
│   │   ├── robots.ts      # Robots.txt
│   │   └── sitemap.ts     # Sitemap
│   └── components/        # React components
│       ├── footer.tsx
│       ├── hero-section.tsx
│       ├── navigation.tsx
│       └── ...
├── scripts/               # Utility scripts
│   └── generate-favicons.js
├── mdx-components.tsx     # MDX component configuration
├── next.config.ts         # Next.js configuration
└── package.json

🎨 Customization

Colors

Edit color palette in src/app/globals.css:

  • Primary colors
  • Accent colors
  • Background and foreground
  • Chart colors

Content

  • Hero Section: Edit src/components/hero-section.tsx
  • Gallery: Update photos in src/components/through-my-eyes.tsx
  • Roadmap: Modify milestones in src/components/relationship-roadmap.tsx
  • Traits: Customize traits in src/components/traits-showcase.tsx
  • Wishlist: Update wishes in src/components/wishlist-promises.tsx

Fonts

Fonts are configured in src/app/layout.tsx:

  • Sans: Nunito (default)
  • Display: Dancing Script (for headings)

🔒 Security

The project includes comprehensive security headers:

  • Content Security Policy (CSP)
  • Strict Transport Security (HSTS)
  • X-Frame-Options
  • X-Content-Type-Options
  • And more...

See next.config.ts for full configuration.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

👤 Author

xirothedev

🙏 Acknowledgments

  • Built with love and dedication
  • Inspired by beautiful moments and memories
  • Made possible by modern web technologies

Made with ❤️ by xirothedev

About

A soft & dreamy portfolio website dedicated to celebrating love and beautiful moments. Built with modern web technologies and crafted with care.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •