A bold, striking website design for a software development business, featuring large typography, clean layouts, and modern interactions.
- Bold Typography: Large, impactful text that commands attention
- Clean Layout: Minimalist design with strategic use of whitespace
- Smooth Animations: Subtle scroll effects and hover interactions
- Responsive Design: Fully responsive across all devices
- Modern Tech Stack: Pure HTML, CSS, and JavaScript - no framework dependencies
This website embodies a design philosophy centered on:
- Bold, confident typography
- Strategic color blocking
- Generous whitespace
- Smooth, purposeful animations
- Clean, semantic HTML structure
- A modern web browser
- (Optional) Node.js for running a local development server
- Clone or download this repository
- Open
index.htmlin your browser, or - Run a local development server:
# Using npx (no installation required)
npx live-server --port=3000
# Or install live-server globally
npm install -g live-server
live-server --port=3000bzssoftware_v2/
├── index.html # Main HTML structure
├── styles.css # All styling and animations
├── script.js # Interactive features and animations
├── package.json # Project dependencies
└── README.md # This file
Edit the CSS variables in styles.css:
:root {
--color-bg-light: #f5f5f0;
--color-bg-dark: #2d4a4a;
--color-text-dark: #1a1a1a;
--color-text-light: #ffffff;
--color-accent: #8bc34a;
}The site uses the Inter font family from Google Fonts. You can change this in the <head> of index.html and update the CSS variable.
All content is in index.html. Simply update the text, images, and links as needed.
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Minimal dependencies
- Optimized CSS animations
- Lazy-loaded images (via Intersection Observer)
- Smooth scroll behavior
MIT License - feel free to use this design for your own projects!
Design inspired by bold, modern web design trends. Built with care by BZS Software.