This is a static website - no build process required!
-
Clone the repository
git clone https://github.com/your-username/https-katya-ai.git cd https-katya-ai -
Open in browser
- Simply open
index.htmlin your web browser - Or use a local server:
python -m http.server 8000(Python 3) ornpx serve
- Simply open
-
Make changes
- Edit files directly
- Refresh browser to see changes immediately
/
├── index.html # Main page with content and structure
├── css/
│ ├── main.css # Styles and animations
│ └── images/ # Background and visual assets
└── js/
└── main.js # Interactive functionality
Edit the navigation section in index.html to update social media profiles.
Update CSS custom properties in css/main.css:
:root {
--animation-duration: 60s; /* Background scroll speed */
}Replace css/images/bg.jpg with your own image (recommended: 1920x972px for optimal quality).
Based on the "Aerial" theme by HTML5 UP, completely refactored for modern web standards with enhanced accessibility and performance.
Live site: katya.ai