Skip to content

xiormeesh/https-katya-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

katya.ai

Quick Start

This is a static website - no build process required!

  1. Clone the repository

    git clone https://github.com/your-username/https-katya-ai.git
    cd https-katya-ai
  2. Open in browser

    • Simply open index.html in your web browser
    • Or use a local server: python -m http.server 8000 (Python 3) or npx serve
  3. Make changes

    • Edit files directly
    • Refresh browser to see changes immediately

Project Structure

/
├── index.html          # Main page with content and structure
├── css/
│   ├── main.css       # Styles and animations
│   └── images/        # Background and visual assets
└── js/
    └── main.js        # Interactive functionality

Customization

Changing Social Links

Edit the navigation section in index.html to update social media profiles.

Modifying Colors & Styles

Update CSS custom properties in css/main.css:

:root {
    --animation-duration: 60s;  /* Background scroll speed */
}

Background Image

Replace css/images/bg.jpg with your own image (recommended: 1920x972px for optimal quality).

Design Credits

Based on the "Aerial" theme by HTML5 UP, completely refactored for modern web standards with enhanced accessibility and performance.


Live site: katya.ai

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors