This is the official website for Vasic Digital, an advanced software engineering company specializing in custom software solutions since 2024.
Vasic-Digital/
├── index.html # Main HTML file
├── css/ # Stylesheets
│ ├── style.css # Main stylesheet with light/dark themes
│ └── logo.css # Logo-specific styles (placeholder)
├── js/ # JavaScript files
│ └── script.js # Main script with animations and theme switching
├── Assets/ # Assets directory
│ └── Logo.jpeg # Original logo file
├── LOGO_CONVERSION.md # Instructions for creating transparent logo
└── README.md # This file
- Responsive Design: Works on all device sizes
- Light & Dark Themes: Toggle between themes with the moon/sun icon
- Modern UI: Clean design with red accents matching the logo
- Animations: Smooth animations and transitions
- Portfolio Section: Showcases Vasic Digital's projects
- Contact Form: For reaching out to the company
- Make sure you have the project files in a directory
- Open
index.htmlin your web browser - For local development, you can use a simple HTTP server:
- Python:
python -m http.serverorpython3 -m http.server - Node.js:
npx serve - PHP:
php -S localhost:8000
- Python:
The site currently uses the original logo with a white background. For better integration with the design, please convert the logo to have a transparent background following the instructions in LOGO_CONVERSION.md.
To customize the website for your needs:
- Update the portfolio section with actual project links
- Modify contact information in the contact section
- Update the services section to reflect actual services
- Add more content to the about section
- Customize the color scheme in the CSS variables
- HTML5
- CSS3 (with variables for theming)
- JavaScript (for interactivity)
- Font Awesome (for icons)
- Google Fonts (Inter font family)
The website is designed to work on all modern browsers (Chrome, Firefox, Safari, Edge).