This portfolio represents the intersection of cybersecurity expertise and modern web development. Built with vanilla web technologies, it features advanced animations, interactive elements, and a cyberpunk-inspired design that reflects the digital security domain.
π¬ View Feature Showcase
π Hero Animations β¨ Scroll Triggers π±οΈ Interactive Effects
βββ Dynamic typing βββ Intersection Observer βββ Mouse trail
βββ Gradient text effects βββ Staggered reveals βββ 3D tilt effects
βββ Glitch animations βββ Timeline animations βββ Parallax scrolling
π¨ Visual Effects π± Responsive Design β‘ Performance
βββ Matrix rain βββ Mobile-first approach βββ Hardware acceleration
βββ Glassmorphism UI βββ Flexible grid system βββ Optimized animations
βββ Floating particles βββ Touch-friendly βββ Lazy loading
Cyberpunk-inspired dark theme
Glassmorphism design elements
Advanced CSS animations
Matrix rain background
Dynamic gradient effects
β‘ Performance Optimized
Hardware-accelerated animations
Intersection Observer API
Optimized scroll handling
Efficient event delegation
Minimal resource usage
Fully responsive design
Smooth scrolling navigation
Interactive hover effects
Loading screen animation
Progress tracking
Frontend
Animation
Tools
Effects
Semantic markup
Keyframe animations
Vector icons
Matrix rain effect
ES6+ features
Scroll-triggered reveals
Version control
Hardware acceleration
# Clone the repository
git clone https://github.com/SyedaUlfath/portfolio.git
# Navigate to project directory
cd portfolio
# Open in your preferred browser
open index.html
# or
python -m http.server 8000 # For local server
π GitHub Pages Deployment
Fork this repository
Go to Settings β Pages
Select Deploy from branch β main
Your portfolio will be live at https://yourusername.github.io/portfolio
Color
Hex
Usage
Primary Blue
#00D4FF
Accents, links, highlights
Secondary Blue
#0066FF
Gradients, buttons
Accent Red
#FF6B6B
CTAs, warnings
Dark Base
#0C0C0C
Background
Glass
rgba(255,255,255,0.05)
Cards, overlays
Metric
Score
Status
Performance
95/100
π’ Excellent
Accessibility
92/100
π’ Great
Best Practices
100/100
π’ Perfect
SEO
90/100
π’ Optimized
Load Time
<2s
π Fast
π Hero Section
Animated typing effect with multiple role titles
Gradient text animations
Call-to-action buttons with hover effects
Resume download functionality
π¨βπ» About Section
3D tilt effect on profile icon
Comprehensive background information
Skills and expertise overview
Educational background
β‘ Skills Section
Categorized skill sets
Animated skill tags with pulse effects
Technology icons and proficiency levels
Interactive hover animations
π Certifications
Professional certifications display
Achievement badges
Certification providers (Google, Cisco, HackerRank)
Organized by category
π Projects Section
Featured project showcases
Technology stack displays
Project descriptions and highlights
Interactive card animations
β±οΈ Experience Timeline
Animated timeline with alternating layout
Internship and hackathon experiences
Achievement descriptions
Company and duration information
π Contact Section
Contact information with icons
Social media links
Email integration
Resume download option
// Example: Scroll-triggered animations
const observerOptions = {
threshold : 0.1 ,
rootMargin : '0px 0px -50px 0px'
} ;
const observer = new IntersectionObserver ( ( entries ) => {
entries . forEach ( entry => {
if ( entry . isIntersecting ) {
entry . target . classList . add ( 'animate' ) ;
}
} ) ;
} , observerOptions ) ;
Device
Breakpoint
Layout
Features
π₯οΈ Desktop
1200px+
Multi-column
Full animations
π» Laptop
992px+
Responsive grid
Optimized effects
π± Tablet
768px+
Single column
Touch-friendly
π± Mobile
<768px
Stacked layout
Essential animations
Contributions are welcome! Here's how you can help:
π΄ Fork the repository
πΏ Create a feature branch (git checkout -b feature/AmazingFeature)
π« Commit your changes (git commit -m 'Add some AmazingFeature')
π Push to the branch (git push origin feature/AmazingFeature)
π¬ Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
π‘οΈ "Securing the digital world, one code at a time."