A modern, mobile-first static website showcasing SAVIGN as the parent entity for a suite of AI and service-based products.
- Mobile-First Responsive Design: Optimized for all devices from smartphones to desktops
- Modern Dark Theme: Deep dark background (#050505) with glassmorphism effects
- Fluid Typography: Smooth text scaling using CSS clamp() functions
- Scroll Animations: Smooth reveal animations as content enters viewport
- Performance Optimized: Static site with minimal JavaScript, GPU-accelerated animations
- Accessibility: WCAG 2.1 AA compliant with keyboard navigation and screen reader support
- HTML5: Semantic markup
- CSS3: Custom properties, Grid, Flexbox, backdrop-filter
- Vanilla JavaScript: Lightweight interactions
- GitHub Pages: Static hosting
savign-website/
├── index.html # Main HTML file
├── css/
│ ├── reset.css # CSS reset/normalize
│ ├── variables.css # CSS custom properties
│ ├── base.css # Base styles and typography
│ ├── layout.css # Grid systems and layout utilities
│ ├── components.css # Component styles
│ └── animations.css # Animation definitions
├── js/
│ ├── main.js # Main application logic
│ ├── menu.js # Mobile menu interactions
│ └── scroll-reveal.js # Scroll-based animations
├── assets/
│ ├── images/ # Optimized images
│ └── logo.svg # SAVIGN logo
└── README.md # Documentation
- Clone the repository
- Open
index.htmlin a web browser - Or use a local server:
# Using Python python -m http.server 8000 # Using Node.js npx serve
This repository includes a GitHub Actions workflow for automatic deployment.
Pre-Deployment Verification:
./verify-deployment.shThis script checks that all files are in place and paths are relative.
Quick Start:
- Run the verification script (optional but recommended)
- Push the repository to GitHub
- Go to repository Settings > Pages
- Under Source, select "GitHub Actions"
- Push to
mainbranch to trigger automatic deployment
The site will be available at: https://godsscion.github.io/savign/
For detailed deployment instructions and troubleshooting, see DEPLOYMENT.md
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- iOS Safari
- Chrome for Android
- Mobile: 320px - 767px
- Tablet: 768px - 1023px
- Desktop: 1024px+
- Wide: 1440px+
- First Contentful Paint (FCP): < 1.5s
- Largest Contentful Paint (LCP): < 2.5s
- Time to Interactive (TTI): < 3.5s
- Cumulative Layout Shift (CLS): < 0.1
- Semantic HTML5 elements
- ARIA labels and roles
- Keyboard navigation support
- Focus indicators
- Screen reader compatible
- Respects
prefers-reduced-motion
Copyright © 2025 SAVIGN Pvt. Ltd. All rights reserved.