A modern portfolio website built with GitHub Pages, featuring a stunning glassmorphism design. The website uses a beautiful color scheme of sky blue and soft pink, creating a professional and elegant appearance with both light and dark modes.
- Primary Colors:
- Sky Blue:
#0EA5E9
- Soft Pink:
#EC4899
- Sky Blue:
- Effects: Modern glassmorphism with blur effects
- Theme: Light/Dark mode support
- Responsive: Compatible with all devices
-
Portfolio Section
- Project showcase with glassmorphism cards
- Personal information and skills
- About me and contact sections
-
Admin Dashboard
- Project management system
- Secure authentication
- Add/Edit/Delete projects without coding
- Encrypted credentials for security
portfolio/
├── index.html # Main page
├── admin/ # Admin section
├── assets/
│ ├── css/ # Stylesheets
│ ├── js/ # JavaScript files
│ └── images/ # Image assets
└── projects/ # Project data
- HTML5/CSS3
- Vanilla JavaScript
- GitHub Pages (hosting)
- Local Storage (admin data)
- CryptoJS (credential encryption)
- Automatic system preference detection
- Manual toggle option
- Smooth transition effects
- Persistent user preference
- Blur effects:
backdrop-filter: blur(12px)
- Transparent gradients
- Smooth animations
- Modern card design
- Secure login system
- Encrypted credentials
- Project management interface
- Real-time preview
-
View Portfolio
-
Admin Access
- Go to: https://teosushi1014.github.io/admin
- Use encrypted credentials
- Manage projects through the interface
- Admin credentials are encrypted
- Uses secure local storage
- Open-source safe implementation
- Regular security updates
- Live Site: https://teosushi1014.github.io
- Repository: https://github.com/TeoSushi1014/teosushi1014.github.io
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.