const asbinThapa = {
location: "Nepal π³π΅",
role: "Full Stack Developer",
code: ["JavaScript", "HTML", "CSS", "Python", "PHP"],
technologies: {
frontEnd: {
js: ["React", "Vue", "jQuery"],
css: ["Bootstrap", "Tailwind", "SASS", "Material-UI"]
},
backEnd: {
js: ["Node.js", "Express"],
php: ["Laravel", "WordPress"]
},
databases: ["MySQL", "MongoDB", "PostgreSQL"],
tools: ["Git", "Docker", "Figma", "Adobe XD"]
},
currentFocus: "Building stunning web experiences",
availableForHire: true
};|
A modern, responsive portfolio showcasing my journey as a developer and designer. This platform demonstrates my technical skills, creative projects, and professional experience.
|
|
hero.io/
β
βββ π css/ # Stylesheets & Design System
β βββ main.css # Primary styles
β βββ responsive.css # Media queries
β βββ animations.css # Custom animations
β
βββ π js/ # JavaScript Modules
β βββ main.js # Core functionality
β βββ animations.js # Animation controllers
β βββ utils.js # Utility functions
β
βββ π images/ # Visual Assets
β βββ π image/ # Single images
β βββ π img/ # Additional images
β βββ img_1.jpg - img_6.jpg # Portfolio showcase
β
βββ π videos/ # Video Content
β βββ showcase-videos/ # Project demonstrations
β
βββ π Pages
β βββ π index.html # Landing Page
β βββ π€ about.html # About Me
β βββ π education.html # Education & Certifications
β βββ π¨ art.html # Creative Portfolio
β βββ πΈ photos.html # Photography Gallery
β βββ π grocery.html # Featured Project
β βββ π free.html # Free Resources
β
βββ π SEO & Configuration
β βββ sitemap.xml # Main sitemap
β βββ images-sitemap.xml # Image sitemap
β βββ CNAME # Domain configuration
β βββ robots.txt # Crawler directives
β
βββ π¨ STYLE.css # Global Styles
βββ π README.md # Documentation
|
|
|
The landing page features an engaging hero section with animated elements, showcasing my skills and recent projects with smooth scroll effects.
Personal story, skills, and professional journey with interactive elements and downloadable resume.
Academic background, certifications, and continuous learning journey displayed in a timeline format.
Portfolio of design projects, illustrations, and creative experiments showcasing artistic capabilities.
Curated collection of photography work with lightbox functionality and category filtering.
Detailed case study of a full-stack e-commerce application with features, tech stack, and live demo.
Curated list of free tools, templates, and resources for fellow developers and designers.
/* Color Palette */
--primary: #00D9FF;
--secondary: #FF6B6B;
--accent: #4CAF50;
--dark: #0D1117;
--light: #FFFFFF;
/* Typography */
--font-primary: 'Inter', sans-serif;
--font-secondary: 'Fira Code', monospace;
/* Spacing System */
--space-xs: 0.5rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 3rem;| Metric | Score | Status |
|---|---|---|
| Performance | 95+ | π’ Excellent |
| Accessibility | 100 | π’ Perfect |
| Best Practices | 95+ | π’ Excellent |
| SEO | 100 | π’ Perfect |
| Load Time | <2s | β‘ Fast |
# No build process required
# Simply clone and open in browser# Clone the repository
git clone https://github.com/asbinthapa/hero.io.git
# Navigate to project directory
cd hero.io
# Open in your default browser
open index.html# Using Live Server (VS Code Extension)
# Right-click on index.html -> Open with Live Server
# Or use Python's built-in server
python -m http.server 8000
# Or use Node.js http-server
npx http-server- Initial Portfolio Launch
- Responsive Design Implementation
- SEO Optimization
- Blog Section Integration
- Dark/Light Theme Toggle
- Multi-language Support
- Interactive Project Demos
- Testimonials Section
- Contact Form Backend
- Analytics Dashboard
- π Web Development - Custom websites and web applications
- π¨ UI/UX Design - User interface and experience design
- π± Responsive Design - Mobile-first web solutions
- π E-commerce Solutions - Online store development
- π§ Website Maintenance - Ongoing support and updates
- π SEO Optimization - Search engine visibility improvement
MIT License
Copyright (c) 2025 Asbin Thapa
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
- Font Awesome for icons
- Google Fonts for typography
- Unsplash for placeholder images
- GitHub Pages for hosting
- All open-source contributors
