AI-Powered Intrusion Detection, Prevention & Surveillance System
A modern, responsive landing page for SOCIRIS - showcasing our revolutionary security solution for Pakistan.
-
Services Section - Now features 7 core components (up from 6)
- Added "Digital Forensics & Investigation" as the 7th service
- Centered 7th item for perfect symmetry
- Updated hero stats to reflect "7 Core Security Components"
-
Use Cases Section - 8 items in 4x2 grid (already symmetric)
- Government, Education, Businesses, Residential
- Industrial, Healthcare, Retail, Logistics
- Perfect 4-column layout on desktop
-
Technology Architecture - 8 layers with card-based design
- Now uses attractive card/box layout instead of plain text
- Each layer has expandable capability cards
- Consistent hover effects and visual hierarchy
- Added 8th layer: "Integration & APIs"
- 4-column highlights grid for key capabilities
-
Team Section - Centered layout structure
- Row 1: Muhammad Abdullah (centered)
- Row 2: Yaseen (left), Huzaifa (center), Asad (right)
- Perfect symmetry with Huzaifa prominently centered
The SOCIRIS website now features our official logo in multiple formats:
images/
βββ sociris-logo-dark.jpeg # Square logo (dark theme)
βββ sociris-logo-light.jpeg # Square logo (light theme)
βββ sociris-wide-logo-dark.jpeg # Wide logo (dark theme) - Used in navbar
βββ sociris-wide-logo-light.jpeg # Wide logo (light theme)
- Navbar & Footer: Wide logo (dark theme)
- Favicon: Square logo
- Social Media: Wide logo for Open Graph tags
- All logos optimized for web performance
- Navigate to your project directory:
cd ~/SOCIRIS/Launchpad-
Copy the updated files to your repository
-
Test locally:
python3 -m http.server 8000- Open:
http://localhost:8000
git add .
git commit -m "Update to symmetric layout with enhanced tech section"
git push origin mainYour site will be live at: https://sociris.com
Launchpad/
βββ index.html # Updated with 7 services, 8 use cases, 8 tech layers
βββ style.css # Enhanced with card layouts and symmetric grids
βββ script.js # Interactive features (unchanged)
βββ CNAME # Custom domain configuration
βββ README.md # This file
- Services Grid: 3x3 layout with centered 7th item
- Use Cases Grid: 4x2 perfect grid (8 items)
- Technology Grid: 2x4 architecture layers + 4-column highlights
- Team Grid: Centered leadership with symmetric second row
- Card-based technology architecture (not just text!)
- Consistent hover effects across all sections
- Gradient accents and border animations
- Responsive breakpoints for mobile/tablet
- Updated stats: "7 Core Security Components"
- Eye-catching gradient text effects
- Animated background
- Vision and mission
- 4 feature cards (Economic Accessibility, Industry Coverage, AI Agent, Predictive Analytics)
- Smart Surveillance System
- Access Control & Facial Recognition
- Automated Security Audits
- Asset Tracking & Analysis
- Threat Intelligence & Response
- Centralized Security Dashboard
- Digital Forensics & Investigation β NEW
- Problem/Solution comparison
- 8 use case cards in 4x2 grid:
- Government, Education, Business, Residential
- Industrial, Healthcare, Retail, Logistics
8 Technology Layers in Card Format:
-
π€ Artificial Intelligence Layer
- Advanced Computer Vision
- Ensemble Threat Detection
- Intelligent Decision Engine
-
β‘ Real-Time Data Processing
- Event Streaming Platform
- Big Data Analytics Engine
- High-Performance Cache
-
π Monitoring & Intelligence
- Visualization & Reporting
- Log Analytics Platform
- Search & Data Discovery
-
π Security Operations Center
- Intrusion Detection System
- Incident Response Platform
- Threat Intelligence Hub
- Vulnerability Management
- Digital Forensics Suite
- Observable Analysis Engine
-
π Automation & Orchestration
- Security Orchestration (SOAR)
- Infrastructure Automation
- Change Monitoring System
-
βοΈ Cloud-Native Infrastructure
- Container Orchestration
- Microservices Architecture
- High Availability Design
-
π IoT & Physical Layer
- GPS Tracking Platform
- Smart Sensor Network
- Network Discovery Tools
-
π Integration & APIs β NEW
- RESTful API Gateway
- Webhook Integration
- Multi-Protocol Support
4 Core Technical Capabilities (Bottom Grid):
- π Scalable by Design
- β‘ Real-Time Processing
- π Enterprise Security
- π Cloud-Native
Row 1 (Centered):
- Muhammad Abdullah Tariq - Project Lead
Row 2 (Three members with Huzaifa centered):
- Yaseen Iqbal (Left) - IoT Engineer
- Muhammad Huzaifa Tariq (Center) - AI Engineer β
- Muhammad Asad (Right) - Security Researcher
- 3-column contact details
- Social Links Section β NEW
- LinkedIn Company Page
- GitHub Organization
- Official Website
- Interactive hover effects with brand colors
- Call-to-action box
/* Services - 7 items with centered last item */
.services-grid {
grid-template-columns: repeat(3, 1fr);
}
.service-card:nth-child(7) {
grid-column: 2 / 3; /* Center the 7th item */
}
/* Use Cases - Perfect 4x2 grid */
.use-cases-grid {
grid-template-columns: repeat(4, 1fr);
}
/* Technology Architecture - Card-based layout */
.tech-architecture {
grid-template-columns: repeat(2, 1fr);
}
.architecture-layer {
/* Card styling with hover effects */
}
/* Technology Highlights - 4-column grid */
.tech-highlights {
grid-template-columns: repeat(4, 1fr);
}
/* Team - Centered layout */
.team-member.team-lead {
grid-column: 2 / 3; /* Abdullah centered */
}
.team-member.team-center {
grid-column: 2 / 3; /* Huzaifa centered */
}- Desktop (>968px): Full symmetric grids
- Tablet (768-968px): 2-column layouts
- Mobile (<640px): Single column stacks
All sections maintain symmetry across breakpoints:
- Services: 3x3 grid (7th centered)
- Use Cases: 4x2 grid
- Technology: 2x4 grid
- Team: 3-column with centered positions
- Services: 2-column
- Use Cases: 2x4 grid
- Technology: 1-column stacked
- Team: 2-column with centered special items
- All sections: Single column
- Maintains card styling and hover effects
/* Services: 3-column with special positioning */
display: grid;
grid-template-columns: repeat(3, 1fr);
/* Use Cases: Fixed 4-column */
display: grid;
grid-template-columns: repeat(4, 1fr);
/* Technology: 2-column architecture layers */
display: grid;
grid-template-columns: repeat(2, 1fr);
/* Highlights: 4-column even distribution */
display: grid;
grid-template-columns: repeat(4, 1fr);- Translate Y: -8px to -10px
- Border color transitions to primary
- Shadow glow effects
- Top border animations
- Update hero stats to "7 Core"
- Add 7th service component
- Ensure 8 use cases display properly
- Convert technology section to cards
- Add 8th technology layer
- Fix team layout with centered positions
- Add 4-column highlights grid
- Test responsive breakpoints
- Verify all hover effects work
- Check mobile menu functionality
| Section | Items | Layout | Status |
|---|---|---|---|
| Services | 7 | 3x3 (7th centered) | β Symmetric |
| Use Cases | 8 | 4x2 | β Symmetric |
| Technology Layers | 8 | 2x4 | β Symmetric |
| Tech Highlights | 4 | 1x4 | β Symmetric |
| Team | 4 | Special centered | β Symmetric |
- Even Numbers: Use 2, 4, 6, 8 for perfect grids
- Odd with Center: Use 3, 5, 7 with middle item centered
- Responsive Balance: Maintain visual harmony on all screens
- Consistent Spacing: Uniform gaps between all grid items
- Level 1: Section headers with gradient labels
- Level 2: Card containers with borders
- Level 3: Capability/feature items within cards
- Level 4: Supporting text and icons
Fix: Updated CSS to ensure 4-column grid at desktop breakpoint
Fix: Converted to card-based architecture with hover effects
Fix: Applied grid-column positioning for centered items
- Technical Lead: Muhammad Abdullah Tariq (BB-6792)
- Email: [email protected]
- β Integrated official SOCIRIS logos (square and wide formats)
- β Replaced emoji logo with professional brand images
- β Added favicon using square logo
- β Added Open Graph and Twitter Card meta tags with logo
- β Responsive logo sizing for mobile, tablet, and desktop
- β Logo showcase in README with brand assets documentation
- β Integrated LinkedIn Company Page
- β Integrated GitHub Organization
- β Added "Connect With Us" section with social cards
- β Brand-specific hover effects (LinkedIn blue, GitHub dark, SOCIRIS cyan)
- β Responsive social grid (3-column desktop, 2-column tablet, 1-column mobile)
- β Added 7th service component (Digital Forensics)
- β Redesigned Technology Architecture with cards
- β Added 8th technology layer (Integration & APIs)
- β Fixed team layout for perfect symmetry
- β Ensured all 8 use cases display in 4x2 grid
- β Added 4-column highlights grid
- β Enhanced hover effects across all cards
- β Improved responsive breakpoints
- Initial website launch
- 6 services, basic layout
- Text-based technology section
- ILMA University for academic support
- Dr. Nabila Sehito for supervision
- Design Inspiration: Modern SaaS landing pages
Built with β€οΈ by the SOCIRIS Team
Transforming security through AI-powered innovation
Now with Perfect Symmetry! π―