Skip to content

vasic-digital/vasic-digital.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vasic Digital Website

This is the official website for Vasic Digital, an advanced software engineering company specializing in custom software solutions since 2024.

Project Structure

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

Features

  • 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

How to Run

  1. Make sure you have the project files in a directory
  2. Open index.html in your web browser
  3. For local development, you can use a simple HTTP server:
    • Python: python -m http.server or python3 -m http.server
    • Node.js: npx serve
    • PHP: php -S localhost:8000

Logo Conversion

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.

Customization

To customize the website for your needs:

  1. Update the portfolio section with actual project links
  2. Modify contact information in the contact section
  3. Update the services section to reflect actual services
  4. Add more content to the about section
  5. Customize the color scheme in the CSS variables

Technologies Used

  • HTML5
  • CSS3 (with variables for theming)
  • JavaScript (for interactivity)
  • Font Awesome (for icons)
  • Google Fonts (Inter font family)

Browser Support

The website is designed to work on all modern browsers (Chrome, Firefox, Safari, Edge).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors