59 lines
1.9 KiB
Markdown
59 lines
1.9 KiB
Markdown
|
|
===============================================================================
|
||
|
|
APOPHIS NETWORKING | BRAND STYLE GUIDE v1.0
|
||
|
|
===============================================================================
|
||
|
|
"Order from Chaos"
|
||
|
|
|
||
|
|
1. IDENTITY & MISSION
|
||
|
|
---------------------
|
||
|
|
Name: Apophis Networking
|
||
|
|
Primary Focus: Small Business Cybersecurity & Network Engineering
|
||
|
|
Design Philosophy: Tech-Noir. High-contrast, aggressive protection.
|
||
|
|
Minimalist but high-energy.
|
||
|
|
|
||
|
|
2. CORE COLOR PALETTE
|
||
|
|
---------------------
|
||
|
|
[PRIMARY] Crimson Threat : #D72638 (RGB: 215, 38, 56)
|
||
|
|
[BG] Obsidian Slate : #1B1B1E (RGB: 27, 27, 30)
|
||
|
|
[TEXT] Glitch Silver : #E0E0E2 (RGB: 224, 224, 226)
|
||
|
|
[ACCENT] Cyber Blue : #0056B3 (RGB: 0, 86, 179)
|
||
|
|
|
||
|
|
3. TYPOGRAPHY
|
||
|
|
-------------
|
||
|
|
Headings: JetBrains Mono (or any Monospaced font)
|
||
|
|
- Use for: Titles, Data points, IP addresses, Logs.
|
||
|
|
Body: Inter or Montserrat (Sans-Serif)
|
||
|
|
- Use for: Reports, Email body, Long-form text.
|
||
|
|
|
||
|
|
4. VISUAL RULES (DESIGN TOKENS)
|
||
|
|
-------------------------------
|
||
|
|
Border Radius : 0px (Always sharp, never rounded)
|
||
|
|
Borders : 1px Solid #E0E0E2 (Low opacity for subtle UI)
|
||
|
|
Backgrounds : Deep Black/Obsidian for high-contrast impact.
|
||
|
|
Gradient : 90deg Linear: #D72638 -> #0056B3
|
||
|
|
|
||
|
|
5. LOGO CONCEPT
|
||
|
|
---------------
|
||
|
|
Symbol: A crimson serpent (Apophis) coiled into a shield shape.
|
||
|
|
Center: A hexagonal network node.
|
||
|
|
Style: Metallic/Glowing against dark backgrounds.
|
||
|
|
|
||
|
|
6. TONE OF VOICE
|
||
|
|
----------------
|
||
|
|
Direct, technical, and precise.
|
||
|
|
Avoid marketing fluff. Focus on perimeter defense and network resilience.
|
||
|
|
|
||
|
|
7. CSS / TAILWIND CONFIG
|
||
|
|
------------------------
|
||
|
|
colors: {
|
||
|
|
ap_red: '#D72638',
|
||
|
|
ap_black: '#1B1B1E',
|
||
|
|
ap_silver: '#E0E0E2',
|
||
|
|
ap_blue: '#0056B3',
|
||
|
|
},
|
||
|
|
fontFamily: {
|
||
|
|
mono: ['JetBrains Mono', 'monospace'],
|
||
|
|
sans: ['Inter', 'sans-serif'],
|
||
|
|
}
|
||
|
|
|
||
|
|
===============================================================================
|
||
|
|
[EOF]
|