SRTech

SRFusion Technologies Premium Website

A modern, premium multi-page corporate website for SRFusion Technologies featuring a professional design with the company’s signature blue and orange color scheme.

Features

Pages

Home Page (home.html)

About Page (about.html)

Services Page (services.html)

Contact Page (contact.html)

Color Scheme

File Structure

srfusion-website/
├── home.html       # Home page
├── about.html      # About page
├── services.html   # Services page
├── contact.html    # Contact page
├── styles.css      # All styling and responsive design
├── script.js       # JavaScript for interactivity
└── README.md       # This file

How to Use

  1. Extract the zip file to your desired location
  2. Open home.html in any modern web browser to start
  3. Navigate between pages using the navigation menu
  4. No build process required - this is a static website that runs directly in the browser

Customization

Changing Colors

Edit the CSS variables in styles.css:

:root {
    --primary-blue: #0066CC;
    --primary-orange: #FF6B00;
    --dark-blue: #1a237e;
    --light-blue: #e3f2fd;
    /* ... other variables */
}

Updating Content

Adding Images

To add your company logo or team photos:

  1. Place images in the project folder
  2. Reference them in HTML using <img> tags
  3. Update CSS background images where needed

Browser Support

Deployment

This website can be deployed to any static hosting service:

Simply upload all files to your hosting service, and the website will work immediately.

Contact Form

The contact form currently shows a success message when submitted. To make it functional:

  1. Connect it to a backend service (Formspree, Netlify Forms, Formsubmit)
  2. Or integrate with your own server-side processing
  3. Update the form submission handler in script.js

License

This website is custom-built for SRFusion Technologies.


SRFusion Technologies - Innovate • Build • Transform