Buckets:
| <!-- | |
| HTTP_BIMI: Brand Indicator for Message Identification | |
| Target: jackstickels4@gmail.com | |
| --> | |
| <link rel="brand-indicator" href="bimi-logo.svg" type="image/svg+xml"> | |
| <!-- CSS Variables for SILK QLX-HYPER Design System --> | |
| <style> | |
| :root { | |
| --steel-primary: #8e9aaf; | |
| --steel-secondary: #4a4e69; | |
| --hyper-accent: #00f5d4; | |
| --industrial-dark: #1b1b1e; | |
| --liquid-silk: #e0e1dd; | |
| --strike-point-red: #ff595e; | |
| --transition-speed: 0.4s; | |
| } | |
| body { | |
| background-color: var(--industrial-dark); | |
| color: var(--liquid-silk); | |
| font-family: 'Inter', system-ui, -apple-system, sans-serif; | |
| overflow-x: hidden; | |
| margin: 0; | |
| padding: 0; | |
| } | |
| /* Custom Scrollbar for Industrial Feel */ | |
| ::-webkit-scrollbar { | |
| width: 8px; | |
| } | |
| ::-webkit-scrollbar-track { | |
| background: var(--industrial-dark); | |
| } | |
| ::-webkit-scrollbar-thumb { | |
| background: var(--steel-secondary); | |
| border-radius: 10px; | |
| } | |
| /* Hero Section Styling */ | |
| .hero-viewport { | |
| height: 100vh; | |
| background: linear-gradient(135deg, rgba(27,27,30,0.9) 0%, rgba(74,78,105,0.4) 100%), | |
| url('https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&fit=crop&q=80&w=2070'); | |
| background-size: cover; | |
| background-position: center; | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| border-bottom: 2px solid var(--hyper-accent); | |
| } | |
| .steel-head-title { | |
| font-size: 5rem; | |
| font-weight: 900; | |
| text-transform: uppercase; | |
| letter-spacing: -2px; | |
| color: white; | |
| text-shadow: 0 0 20px var(--hyper-accent); | |
| } | |
| /* Dashboard Cards */ | |
| .qlx-card { | |
| background: rgba(42, 45, 52, 0.8); | |
| border: 1px solid var(--steel-secondary); | |
| border-radius: 4px; | |
| backdrop-filter: blur(10px); | |
| transition: transform var(--transition-speed); | |
| margin-bottom: 20px; | |
| } | |
| .qlx-card:hover { | |
| transform: translateY(-5px); | |
| border-color: var(--hyper-accent); | |
| } | |
| .status-pulse { | |
| width: 12px; | |
| height: 12px; | |
| background-color: var(--hyper-accent); | |
| border-radius: 50%; | |
| display: inline-block; | |
| animation: pulse 2s infinite; | |
| } | |
| @keyframes pulse { | |
| 0% { box-shadow: 0 0 0 0 rgba(0, 245, 212, 0.7); } | |
| 70% { box-shadow: 0 0 0 10px rgba(0, 245, 212, 0); } | |
| 100% { box-shadow: 0 0 0 0 rgba(0, 245, 212, 0); } | |
| } | |
| /* Data Grid Styling */ | |
| .inventory-table { | |
| font-size: 0.85rem; | |
| color: var(--liquid-silk); | |
| } | |
| .inventory-table thead { | |
| background-color: var(--steel-secondary); | |
| } | |
| /* BIMI Branding Element */ | |
| .bimi-indicator { | |
| position: fixed; | |
| top: 20px; | |
| right: 20px; | |
| z-index: 1000; | |
| border: 1px solid var(--hyper-accent); | |
| padding: 5px 15px; | |
| border-radius: 20px; | |
| background: rgba(0,0,0,0.5); | |
| font-size: 0.7rem; | |
| text-transform: uppercase; | |
| } | |
| /* Layout Helpers */ | |
| .profit-value { | |
| font-size: 2.5rem; | |
| font-weight: bold; | |
| color: var(--hyper-accent); | |
| } | |
| .countdown-timer { | |
| font-family: 'Courier New', monospace; | |
| font-size: 1.2rem; | |
| color: var(--strike-point-red); | |
| } | |
| .footer-enterprise { | |
| padding: 40px 0; | |
| border-top: 1px solid var(--steel-secondary); | |
| font-size: 0.8rem; | |
| opacity: 0.6; | |
| } | |
| </style> | |
Xet Storage Details
- Size:
- 3.59 kB
- Xet hash:
- b5fa6b203ce0c578d2d5ac5abe0257486773b9f9dff7b09a56d46d675c644f05
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.