Skip to content

UnEngineerableFish52/My-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

129 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ METHEELEGEND - Professional Portfolio

A modern, multi-page portfolio website featuring stunning visual effects, smooth animations, and professional design.

License: MIT Performance

✨ Features

🎨 Modern Design

  • Multi-page structure - 5 separate pages for organized content
  • Animated gradients - Dynamic color effects that respond to user interaction
  • Glassmorphic cards - Beautiful frosted glass effect with subtle borders
  • Neon color scheme - Cyberpunk-inspired color palette with glowing effects
  • Smooth transitions - Page entries and scroll reveal animations

🎬 Visual Effects

  • Epic 13-second intro - Legendary sequence on homepage (5 animated phases)
  • Scroll-following avatar - Hexagonal vessel with physics-based movement
  • Background video - Sci-fi themed looping video (customizable)
  • Mouse tracking - Interactive radial gradient follows cursor
  • Scroll reveal - Elements smoothly animate into view
  • Hover glows - Cards and buttons glow with neon colors on hover
  • Animated progress bars - Skill levels animate when scrolled into view
  • Particle effects - Matrix rain, burst animations, and more

πŸ”Š Interactive Sound & Music

  • Epic intro music - 13-second legendary sequence with synthesized soundtrack
  • Background music system - Loops after intro with MP3 or Web Audio fallback
  • Click sounds - Clean Web Audio API synthesized click feedback

πŸ“± Responsive Design

  • Mobile-first approach - Optimized for all screen sizes
  • Touch-friendly - Large interactive areas for mobile device

πŸ“„ Pages

🏠 Home (index.html)

  • Epic intro sequence - 13-second legendary animation (skippable)
  • Scroll-following avatar - Interactive hexagonal vessel with physics
  • Hero section with call-to-action buttons
  • Featured projects preview (3 cards)
  • Statistics section
  • Background music system
  • 3-4 full scrolls of content

πŸ‘€ About (about.html)

  • Full biography section
  • Interactive timeline of journey
  • Interests & hobbies with icon cards
  • 4-5 full scrolls of content

πŸ’Ό Projects (projects.html)

  • 9+ detailed project cards
  • Filter buttons (All, Web, Mobile, Design)
  • Technology badges
  • Demo and GitHub links
  • 5-6 full scrolls of content

πŸ› οΈ Skills (skills.html)

  • Frontend development skills with progress bars
  • Backend development skills
  • Tools & technologies grid
  • Certifications section
  • Soft skills
  • 4 full scrolls of content

πŸ“§ Contact (contact.html)

  • Working contact form with validation
  • Contact information cards
  • Social media links
  • Availability status
  • 2-3 full scrolls of content

πŸš€ Getting Started

Installation

  1. Clone the repository:
git clone https://github.com/UnEngineerableFish52/My-website.git
cd My-website

Customization

Colors

Edit CSS variables in css/styles.css:

:root {
    --neon-blue: #00f3ff;
    --neon-pink: #ff006e;
    --cyber-purple: #8b00ff;
    --neon-green: #39ff14;
    /* Add your custom colors */
}

Content

  • Update text content in each HTML file
  • Replace project cards with your own projects
  • Update skills and percentages
  • Add your social media links

πŸ“ Project Structure

My-website/
β”œβ”€β”€ css/
β”‚   └── styles.css          # Main stylesheet ( - includes legendary styles)
β”œβ”€β”€ js/
β”‚   β”œβ”€β”€ legendary.js        # Legendary intro & music systems 
β”‚   └── main.js             # Main JavaScript file
β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ avatar.gif          # Optional: Scroll-following avatar
β”‚   └── README.md           # Avatar instructions
β”œβ”€β”€ sounds/
β”‚   β”œβ”€β”€ *.mp3               # Optional: NCS music files
β”‚   └── README.md           # Music download

                             #home lines
                             # About page
β”œβ”€β”€ projects.html           # Projects page
β”œβ”€β”€ skills.html             # Skills page
β”œβ”€β”€ contact.html            # Contact page
β”œβ”€β”€ favicon.svg             # Site icon
└── README.md              # This file

🎯 Performance

  • Lighthouse Score: 90+
  • Optimized animations: GPU-accelerated transforms

πŸ› οΈ Technologies Used

  • HTML5 - Semantic markup
  • CSS3 - Modern styling with animations, GPU-accelerated transforms
  • JavaScript (ES6+) - Interactive features, intro system, music player
  • Web Audio API - Click sounds & synthesized music fallback
  • Intersection Observer - Scroll reveal animations
  • Canvas API - Particle effects and matrix rain
  • Sideways border - Recurrsive plus attractive bordering with yellow highlights and visuals brightening and fading

πŸ“ License

This project is licensed under the MIT License.

πŸ™ Credits

  • Design & Development: METHEELEGEND (PRO SAMKING)
  • Fonts: Google Fonts (Orbitron, Poppins)
  • Icons: Unicode Emoji
  • Music :
    • Past-Lives-(Instrumental).mp3

🎡 Legendary Features

The METHEELEGEND portfolio includes special legendary features on the homepage:

Epic Intro Sequence (13 seconds)

  • Phase 1: System awakening with floating text
  • Phase 2: PRO SAMKING text formation
  • Phase 3: M logo reveal with 3 rotating hexagonal rings (blue, pink, purple)
  • Phase 4: Portal activation effect
  • Phase 5: "ENTER THE LEGEND" reveal, fade to main page

πŸ”Š Music System

  • Intro Music: Epic 13-second synthesized soundtrack
  • Background Loop: Continuous MP3 or synthesized fallback after intro
  • Smart Fallback: MP3 files OR Web Audio API synthesized music

🎭 Scroll-Following Avatar

  • Movements: Physics-based spring following scroll position
  • Interactive: Follows scroll with gravity-drop entrance after intro
  • Bounces: Landing and deceleration bounce animations
  • Hexagonal Vessel: Spinning hex ring with M logo center

βš™οΈ Technical Notes

  • Intro replay: Plays once per browser session (sessionStorage β€” replays on new tab)
  • Audio: Requires user interaction to start (browser autoplay policy)
  • Avatar: Uses images/avatar.gif if present, falls back to "M" logo
  • GPU Accelerated: All animations use CSS transforms
  • Accessible: ARIA labels, keyboard navigation (Escape/Space skips intro), reduced motion support

πŸ“ž Contact

About

Pro profile and portfolio

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors