Skip to content

DiamondPie/dp-intro-vue

Repository files navigation

ダイヤモンドパイ — DiamondPie

No sorrow in falling - even stars burn out.

Nuxt 4 Vue 3 Tailwind CSS CC BY-NC-SA 4.0

A personal introduction and portfolio site for DiamondPie (myself!), which blends a terminal/hacker aesthetic with fluid scroll-driven animations and interactive elements.

👉 Live at dpp.qzz.io


🔍 Project Structure

dp-intro-vue/
├── pages/
│   └── index.vue              # Single-page scroll layout
├── components/
│   ├── HeadBar.vue             # Fixed nav — fades in on scroll
│   ├── HeroSection.vue         # Full-viewport landing with terminal & portrait
│   │   ├── PixelCanvas.vue         # ASCII-art portrait / QR code canvas
│   │   └── CommandLine.vue         # Interactive terminal with command registry
│   ├── Transition/             # maimai DX-style page transition
│   │   ├── DXTransition.vue        # Orchestrator — driven by a :loading prop
│   │   └── ...                     # Rest of background panels and svg elements
│   ├── BackgroundCover.vue     # Scroll-driven gradient backdrop
│   ├── AboutSection.vue        # Bio, interests, photo grid
│   │   └── PhotoGrid.vue           # Masonry layout of personal photos
│   ├── WorksSection.vue        # Featured project cards
│   ├── FriendsSection.vue      # Friend cards + invite form
│   │   └── FriendInvite.vue
│   ├── SiteFooter.vue          # Social links, draggable logo
│   └── BackToTopButton.vue
├── error.vue                  # Custom 404/403 terminal-style error page
├── assets/
│   ├── css/main.css            # CSS variables, global animations
│   └── data/pixelData.js       # Portrait & QR code pixel data
├── plugins/
│   └── intro.client.js         # Console banner, scroll effects, nav spy
└── nuxt.config.ts

🤝 Contributions

Any suggestions, feedbacks and issues are welcomed. Just fire an issue and write anything!

⚖️ License

The entire repository, including the page itself, its components, and content, is licensed under CC BY-NC-SA 4.0.

You may not use anything in the repository for commercial purposes.



DiamondPie

© 2026 DiamondPie — Crafted with passion, code and LLms.

About

DiamondPie's introduction page

Resources

License

Stars

Watchers

Forks

Contributors