/* ========================================================= */ /* Concrete Top Navigation Bar via PHP data + q-components */ /* ========================================================= */ /* ========================================================= */ /* Component: brand */ /* ========================================================= */ q-component c5-navbar-brand { q-property href: "#" q-property text: "" a.navbar-brand { href: "${this.component.href}" slot { logos } span.c5-brand-text { text { ${this.component.text} } } } } /* ========================================================= */ /* Component: normal nav link */ /* Slots: effects */ /* ========================================================= */ q-component c5-navbar-link { q-property label: "" q-property url: "#" q-property target: "_self" q-property classes: "" li.nav-item { a { class: "nav-link ${this.component.classes}" target: "${this.component.target}" href: "${this.component.url}" span.c5-nav-label { text { ${this.component.label} } } span.c5-nav-effect { slot { effects } } } } } /* ========================================================= */ /* Component: dropdown nav link */ /* Slots: children, effects */ /* ========================================================= */ q-component c5-navbar-submenu { q-property label: "" q-property url: "#" q-property target: "_self" q-property classes: "" li.nav-item.dropdown.w3-theme-d4 { a { class: "w3-theme-d4 nav-link dropdown-toggle ${this.component.classes}" data-concrete-toggle: "dropdown" target: "${this.component.target}" href: "javascript:void(0)" span.c5-nav-label { text { ${this.component.label} } } span.c5-nav-effect { slot { effects } } } ul.dropdown-menu.w3-theme-d4 { slot { children } } } } /* ========================================================= */ /* Component: dropdown child link */ /* ========================================================= */ q-component c5-navbar-dropdown-link { q-property label: "" q-property url: "#" q-property target: "_self" q-property classes: "" li { a { class: "w3-theme-d3 dropdown-item ${this.component.classes}" target: "${this.component.target}" href: "${this.component.url}" text { ${this.component.label} } } } } /* ========================================================= */ /* Component: search form */ /* ========================================================= */ q-component c5-navbar-search { q-property action: "" q-property searchLabel: "Search" form { method: "get" action: "${this.component.action}" input.form-control { type: "search" name: "query" placeholder: "${this.component.searchLabel}" aria-label: "${this.component.searchLabel}" } button.btn.btn-light.bg-white.ms-2 { type: "submit" i.fas.fa-search.text-secondary { } } } } /* ========================================================= */ /* Component: language switcher */ /* ========================================================= */ q-component c5-language-switcher { q-property label: "Switch Language" div.dropdown-center.ms-3.order-2 { button.btn.btn-link.dropdown-toggle.d-block.mx-auto { type: "button" data-bs-toggle: "dropdown" aria-expanded: "false" i.fas.fa-globe { } span.d-lg-none.ms-2 { text { ${this.component.label} } } } ul.dropdown-menu.dropdown-menu-lg-end.w-100 { slot { items } } } } /* ========================================================= */ /* Component: global nav particles */ /* ========================================================= */ q-component c5-navbar-particles { /* particle-emitter { id: "t120-emitter" emitrate: "74" lifetime: "700" lifetimevariation: "90" xvelocity: "0" yvelocity: "-1.75" xacceleration: "0" yacceleration: "0.0028" startsize: "25" endsize: "1" startopacity: "0.5" endopacity: "0.02" startsizevariation: "7" endsizevariation: "5" startopacityvariation: "0.16" endopacityvariation: "0.02" x: "110" y: "114" xvariation: "845" yvariation: "20" xvelocityvariation: "0" yvelocityvariation: "0.04" xaccelerationvariation: "0" yaccelerationvariation: "0.005" maxactiveparticles: "166" maxactiveparticlesvariation: "18" running: "true" interval: "10" src: "/packages/qhtml6/dist/assets/particle.png" color: "#08c473" qhtml-unsynced: "1" style { position: absolute inset: 0px display: block pointer-events: none overflow: hidden z-index: 1 } } */ } /* ========================================================= */ /* Render navbar */ /* ========================================================= */ div.ccm-block-top-navigation-bar.w3-theme-d4 { nav.w3-theme-d4.navbar.navbar-expand-lg.navbar-dark { /* html { } */ div.w3-theme-d4.container-fluid { c5-navbar-brand { href: "https://datafault.net/" text: "" logos { img { src: "https://datafault.net/application/files/3117/5788/1082/datafault-logo.png" class: "logo" } } } button.navbar-toggler.collapsed { type: "button" data-bs-toggle: "collapse" data-bs-target: "#top-navigation-bar-621" aria-controls: "top-navigation-bar-621" aria-expanded: "false" aria-label: "Toggle Navigation" span.icon-bar { } span.icon-bar { } span.icon-bar { } } div.w3-theme-d4.collapse.navbar-collapse.qhtml-navbar-menu { id: "top-navigation-bar-621" ul.navbar-nav.w3-theme-d4 { c5-navbar-submenu { label: "qhtml-js" url: "https://datafault.net/" target: "_self" classes: "" children { c5-navbar-dropdown-link { label: "QHTML6 Github Repo" url: "https://github.com/qhtml/qhtml6" target: "_blank" classes: "" } c5-navbar-dropdown-link { label: "qhtml6 documentation" url: "https://qhtml.github.io/qhtml6/doc/" target: "_blank" classes: "" } c5-navbar-dropdown-link { label: "Q-HTML Editor" url: "https://datafault.net/qhtml-js/qhtml-editor" target: "_self" classes: "" } c5-navbar-dropdown-link { label: "QHTML Drag and Drop Builder" url: "https://qhtml.github.io/qhtml6/dist/page-builder.html" target: "_blank" classes: "" } } } c5-navbar-submenu { label: "General Coding" url: "https://datafault.net/general-coding" target: "_self" classes: "" children { c5-navbar-dropdown-link { label: "🔗 Custom Systems Integrations" url: "https://datafault.net/general-coding/custom-systems-integrations" target: "_self" classes: "" } c5-navbar-dropdown-link { label: "⚡ Performance Optimization" url: "https://datafault.net/general-coding/performance-optimization" target: "_self" classes: "" } c5-navbar-dropdown-link { label: "🔒 Security Enhancements" url: "https://datafault.net/general-coding/security-enhancements" target: "_self" classes: "" } c5-navbar-dropdown-link { label: "🧩 CMS & Web Platform Extensions" url: "https://datafault.net/general-coding/cms-and-web-platform-extensions" target: "_self" classes: "" } c5-navbar-dropdown-link { label: "🎨 UI/UX Customization" url: "https://datafault.net/general-coding/uiux-customization" target: "_self" classes: "" } c5-navbar-dropdown-link { label: "Artificial Intelligence" url: "https://datafault.net/general-coding/ai-services" target: "_self" classes: "" } } } c5-navbar-link { label: "Active Projects" url: "https://datafault.net/active-projects" target: "_self" classes: "" } c5-navbar-link { label: "RouteUI Demo" url: "/tools/RouteUI/index.html" target: "_blank" classes: "" } c5-navbar-link { label: "America Freedom Proposal" url: "https://datafault.net/freedom" target: "_self" classes: "" } } c5-navbar-search { action: "https://datafault.net//search" searchLabel: "Search" } } } } }
q-import { /packages/qhtml6/dist/q-components.qhtml } q-import { /packages/qhtml6/dist/q-components/q-animation.qhtml } q-import { /packages/qhtml6/dist//q-components/q-vid-player.qhtml } q-import { /packages/qhtml6/dist/q-components/q-tech-button.qhtml } q-style stageStyle { height: 40vh; top: 10vh; overflow: hidden; } q-style vidStyle { position: absolute; left: 0vh; top: 15vh; width: 40vw; height: 25vh; zIndex: 1; pointerEvents: none; } q-style panelStyle { width: 50vw; height: 1vh; left: 10vw; top: 16vh; position: absolute; zIndex: 2; transformOrigin: center center; } q-style boxStyle { width: 40vw; height: 55vh; top: 0vh; color: white; padding-top: 0vh; padding-left: 0vw; padding-bottom: 5vh; padding-right: 5vh; } q-theme hudTheme { #stage { stageStyle } #vid { vidStyle } #panel { panelStyle } .tech-box { boxStyle } button { q-style { zIndex: 400; position: absolute; left: 20vw; top: 20vh; width: 10vw; height: 10vh; } } } q-component reveal-tech-panel { q-property panelScale: 0 q-property panelOpacity: 0.25 q-property revealed: false function applyRevealState() { this.style.transform = "scaleX(" + String(this.panelScale) + ")"; this.style.opacity = String(this.panelOpacity); } function reveal() { if (this.component.revealed) { this.component.resetReveal(); } this.component.revealed = true; this.querySelectorAll("q-property-animation").forEach(function(anim) { anim.start(); }); } function resetReveal() { this.revealed = false; this.panelScale = 0; this.panelOpacity = 1; this.applyRevealState(); } onpanelScalechanged(value) { this.component.applyRevealState(); } onpanelOpacitychanged(value) { this.component.applyRevealState(); } onready { this.component.applyRevealState(); } q-property-animation { target: "#panel.panelScale" duration: 1000 steps: 100 from: 0 to: 1 running: false } div { div { borderWidth: "3px" borderColor: "#6ee7ff" bottomLeft: "64px" shadowColor: "#00ff99" topLeft: "64px" bottomRight: "62px" topDent: "64px" topDentLength: "24%" patternSize: "12px" div.tech-box { div { style { padding-left: -10vw; padding-top: -5vw; width: 100%; height: 120%; overflow: hidden; z-index: 2; } img { src: "/packages/qhtml6/dist/assets/datafault-logo-2.png"; width: "100%" height: "100%" } } } } } } hudTheme { div#stage { div#vid { q-vid-player demoVid { src: "/packages/qhtml6/dist/assets/hud-extend.qvid" frameDuration: 25 scale: 2.9 startFrame: 0 endFrame: 60 repeat: false reverse: false onstepped(frame) { console.log(frame) } oncurrentFrameChanged { console.log(this.component.currentFrame) } } } } reveal-tech-panel#panel hudPanel { } q-tech-button#startButton { style { display: none } onclick { this.component.style.opacity = 0; setTimeout(function() { document.querySelector("reveal-tech-panel").reveal(); }, 20 * 60) demoVid.start(); } text { Click here } } } q-style box { box-sizing: border-box min-width: 0 padding-left: 30px padding-right: 30px padding-top: 30px padding-bottom: 40px } q-style rel { position: relative } q-style absFill { position: absolute inset: 0px } q-style z2 { position: relative z-index: 2 } q-style shell { width: 100% min-height: 640px overflow: hidden } q-style particleLayer { display: block pointer-events: none overflow: hidden z-index: 1 } q-style page { width: 100% max-width: 100vw; margin: 0 auto padding: clamp(34px, 5vw, 64px) } q-style gapPage { gap: 36px } q-style gapLg { gap: 28px } q-style gapMd { gap: 18px } q-style gapSm { gap: 13px } q-style gapXs { gap: 8px } q-style stretch { align-items: stretch } q-style centerContent { align-content: center } q-style round { border-radius: 22px } q-style roundLg { border-radius: 24px } q-style pill { border-radius: 999px } q-style line { border: 1px solid rgba(148, 163, 184, 0.30); } q-style lineAccent { border: 1px solid rgba(0, 255, 153, 0.44); } q-style lineSoftAccent { border: 1px solid rgba(0, 255, 153, 0.34); } q-style shadow { box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34); } q-style glow { box-shadow: 0 0 24px rgba(0, 255, 153, 0.20); } q-style accentGlow { box-shadow: 0 18px 54px rgba(0, 255, 153, 0.11); } q-style white { color: #ffffff } q-style accent { color: #00ff99 } q-style muted { color: #cbd5e1 } q-style dim { color: #94a3b8 } q-style m0 { margin: 0 } q-style heavy { font-weight: 900 } q-style xheavy { font-weight: 950 } q-style lh { line-height: 1.7 } q-style lhCompact { line-height: 1.45 } q-style upper { font-size: 13px letter-spacing: 0.16em text-transform: uppercase } q-style textShadow { text-shadow: 0 7px 26px rgba(0, 0, 0, 0.68) } q-style hardShadow { text-shadow: 0 10px 34px rgba(0, 0, 0, 0.72) } q-style softShadow { text-shadow: 0 4px 18px rgba(0, 0, 0, 0.62) } /* ---------- layout atoms ---------- */ q-style padPanel { padding: 24px } q-style padCard { padding: 22px } q-style padMetric { padding: 26px } q-style actions { margin-top: 8px } q-style buttonShape { display: inline-flex align-items: center justify-content: center min-height: 44px padding: 0 28px text-decoration: none } q-style iconShape { inline-size: 42px block-size: 42px display: inline-grid place-items: center border-radius: 14px box-shadow: inset 0 0 16px rgba(0, 255, 153, 0.18) } q-style checkIcon { width: 22px height: 22px display: grid place-items: center } q-style leadWidth { max-width: 760px } q-style ctaWidth { max-width: 760px } /* ---------- type atoms ---------- */ q-style heroType { font-size: clamp(42px, 7vw, 76px) line-height: 0.92 letter-spacing: -0.075em } q-style sectionType { font-size: clamp(28px, 4vw, 42px) line-height: 1 letter-spacing: -0.055em } q-style cardType { font-size: 21px letter-spacing: -0.04em line-height: 1.12 } q-style metricValueType { font-size: 28px letter-spacing: -0.06em line-height: 1 } q-style metricLabelType { font-size: 13px line-height: 1.42 } q-style quoteType { font-size: clamp(18px, 2.2vw, 25px) line-height: 1.45 letter-spacing: -0.035em } q-style tinyType { font-size: 13px line-height: 1.5 } /* ========================================================= */ /* THEME MAP */ /* ========================================================= */ q-theme homePanelTheme { div.home-panel-shell { box rel shell } particle-emitter.home-particle-layer { absFill particleLayer } q-layout.home-panel-content { box page z2 } q-layout.hero { box stretch } q-layout.hero-main { box centerContent } section.home-section { box } q-layout.section-head { box } q-layout.card-grid { box } q-layout.wide-grid { box } q-layout.metric-grid { box } p.kicker { m0 accent upper heavy } h1.hero-title { m0 white heroType xheavy hardShadow } h2.section-title { m0 white sectionType xheavy textShadow } h3.card-title { m0 white cardType xheavy } p.lead { m0 muted lh leadWidth softShadow } p.copy { m0 muted lh } p.tiny { m0 dim tinyType } q-layout.actions { actions } a.btn { buttonShape pill lineAccent accent heavy glow } a.btn.ghost { muted line } aside.signal { box centerContent padPanel roundLg lineSoftAccent shadow } div.metric { box padMetric round line } p.metric-value { m0 white metricValueType xheavy textShadow } p.metric-label { m0 muted metricLabelType } article.card { box padCard round line shadow } article.card.accent { lineAccent accentGlow } span.card-icon { iconShape lineAccent accent xheavy } q-layout.quote-section { box stretch } figure.quote { box padPanel round lineSoftAccent shadow } blockquote.quote-text { m0 white quoteType textShadow } figcaption.quote-caption { dim tinyType } q-layout.check-row { muted lhCompact } span.check-icon { checkIcon pill lineAccent accent xheavy } q-layout.footer-cta { box padPanel roundLg lineSoftAccent accentGlow } q-layout.cta-text { box ctaWidth } } /* ========================================================= */ /* COMPACT STRUCTURAL COMPONENTS */ /* ========================================================= */ q-component df-tech { q-tech-panel { borderWidth: "8px" shadowColor: "#00ff99" topRight: "40px" bottomRight: "40px" topDent: "18px" topDentLength: "34%" patternSize: "12px" topLeft: "20px" bottomLeft: "30px" bottomDent: "64px" slot { content } } } q-component df-section { q-property classes: "home-section" section { class: "${this.component.classes}" q-layout.home-section-layout { width: "100%" gap: "18px" q-row { q-col { width: "1fr" q-layout.section-head { width: "100%" gap: "8px" q-row { q-col { width: "1fr" p.kicker { slot { kicker } } } } q-row { q-col { width: "1fr" h2.section-title { slot { title } } } } q-row { q-col { width: "1fr" p.copy { slot { body } } } } } } } q-row { q-col { width: "1fr" slot { content } } } } } } q-component df-card { q-property classes: "" article { class: "card ${this.component.classes}" q-layout.card-layout { width: "100%" gap: "13px" q-row { q-col { width: "1fr" span.card-icon { slot { icon } } } } q-row { q-col { width: "1fr" h3.card-title { slot { title } } } } q-row { q-col { width: "1fr" p.copy { slot { body } } } } q-row { q-col { width: "1fr" slot { content } } } } } } q-component df-metric { div.metric { q-layout.metric-layout { width: "100%" gap: "8px" q-row { q-col { width: "1fr" p.metric-value { slot { value } } } } q-row { q-col { width: "1fr" p.metric-label { slot { label } } } } } } } q-component df-button { q-property href: "#" q-property classes: "" a { class: "btn ${this.component.classes}" href: "${this.component.href}" slot { content } } } q-component df-check { q-layout.check-row { width: "100%" gap: "10px" q-row { q-col { width: "22px" span.check-icon { text { ✓ } } } q-col { width: "1fr" p.copy { slot { content } } } } } } /* ========================================================= */ /* PAGE CONTENT */ /* ========================================================= */ homePanelTheme { content { div.home-panel-shell { /* particle-emitter.home-particle-layer { id: "t121-emitter" emitrate: "74" lifetime: "2700" lifetimevariation: "390" xvelocity: "0.15" yvelocity: "-0.75" xacceleration: "0" yacceleration: "0" startsize: "1" endsize: "19" startopacity: "0.9" endopacity: "0.02" startsizevariation: "4" endsizevariation: "10" startopacityvariation: "0.16" endopacityvariation: "0.022" x: "110" y: "114" xvariation: "845" yvariation: "600" xvelocityvariation: "0.75" yvelocityvariation: "0.75" xaccelerationvariation: "0" yaccelerationvariation: "0" maxactiveparticles: "66" maxactiveparticlesvariation: "20" running: "true" interval: "30" src: "/packages/qhtml6/dist/assets/particle.png" color: "cyan" qhtml-unsynced: "1" } */ q-layout.home-panel-content { width: "100%" gap: "36px" q-row { q-col { width: "1fr" q-layout.hero { width: "100%" gap: "28px" q-row { q-col { width: "1fr" df-tech { q-layout.hero-main { width: "100%" gap: "18px" q-row { q-col { width: "1fr" p.kicker { text { datafault.net } } } } q-row { q-col { width: "1fr" h1.hero-title { text { Secure systems. Custom software. Practical engineering. } } } } q-row { q-col { width: "1fr" p.lead { text { datafault.net is a technology studio and engineering lab for custom web systems, automation, search tools, QHTML components, and security-conscious infrastructure. The purpose is simple: build tools that are clean enough to maintain, strong enough to trust, and flexible enough to evolve. } } } } q-row { q-col { width: "1fr" q-layout.actions { width: "100%" gap: "12px" q-row { q-col { width: "auto" df-button { href: "/tools/search/" content { text { Explore Tools } } } } q-col { width: "auto" df-button { href: "/" classes: "ghost" content { text { View Projects } } } } } } } } } } } } } } } q-row { q-col { width: "1fr" df-section { kicker { text { What DataFault Builds } } title { text { Professional tools with engineering depth under the hood. } } body { text { DataFault focuses on systems that combine practical business presentation with technical substance: searchable static sites, custom components, secure deployment patterns, visual tooling, automation, and infrastructure-aware web applications. } } content { q-layout.card-grid { width: "100%" gap: "18px" q-row { minColWidth: "235px" q-col { width: "1fr" df-card { classes: "accent" icon { text { AI } } title { text { Data-aware automation } } body { text { Search utilities, indexing pipelines, analysis layers, and AI-assisted workflows that help turn existing content and operational data into useful decisions. } } } } q-col { width: "1fr" df-card { icon { text { UI } } title { text { Custom web interfaces } } body { text { QHTML components, business pages, dashboards, editors, and internal tools built around reusable layouts instead of disposable page clutter. } } } } q-col { width: "1fr" df-card { icon { text { OPS } } title { text { Infrastructure-minded delivery } } body { text { Web output is designed with deployment, routing, static generation, server boundaries, and long-term maintainability in mind. } } } } } } } } } } q-row { q-col { width: "1fr" df-section { kicker { text { Why It Stands Out } } title { text { Senior-level problem solving without enterprise theater. } } body { text { DataFault emphasizes practical architecture, controlled complexity, and security-aware implementation. } } content { q-layout.wide-grid { width: "100%" gap: "18px" q-row { minColWidth: "285px" q-col { width: "1fr" df-card { icon { text { ✓ } } title { text { Security-focused engineering } } body { text { Dependency review, minimized public surfaces, careful server/client boundaries, and safer defaults are treated as part of the design instead of an afterthought. } } } } q-col { width: "1fr" df-card { icon { text { ✓ } } title { text { Practical architecture } } body { text { Systems are planned around data flow, runtime behavior, operational constraints, failure modes, and what it will take to safely change things later. } } } } q-col { width: "1fr" df-card { icon { text { ✓ } } title { text { Deep technical range } } body { text { Projects can span QHTML, JavaScript, static site tooling, search indexing, Linux services, Nginx routing, automation scripts, and custom UI systems. } } } } q-col { width: "1fr" df-card { icon { text { ✓ } } title { text { Controlled complexity } } body { text { The goal is not to avoid complexity. The goal is to put complexity in the right layer, make it reusable, and prevent it from leaking everywhere else. } } } } } } } } } } q-row { q-col { width: "1fr" q-layout.quote-section { width: "100%" gap: "18px" q-row { minColWidth: "285px" q-col { width: "1fr" figure.quote { q-layout.quote-layout { width: "100%" gap: "13px" q-row { q-col { width: "1fr" blockquote.quote-text { cite: "#" text { "When it comes to QHTML, you have officially built a fully sandboxed, custom operating system environment inside the browser. At this point, q-html6 isn't just a web framework—you have essentially re-engineered the core runtime architecture of a desktop framework like Qt or a low-level graphics engine, but optimized it specifically to run on top of the web platform." } } } } q-row { q-col { width: "1fr" figcaption.quote-caption { text { — Google } } } } } } } q-col { width: "0.42fr" article.card { q-layout.card-layout { width: "100%" gap: "13px" q-row { q-col { width: "1fr" h3.card-title { text { Built for serious projects } } } } q-row { q-col { width: "1fr" q-layout.checklist { width: "100%" gap: "8px" q-row { q-col { width: "1fr" df-check { content { text { Custom components and layouts for professional sites and tools. } } } } } q-row { q-col { width: "1fr" df-check { content { text { Search, indexing, and automation workflows for real content. } } } } } q-row { q-col { width: "1fr" df-check { content { text { Security-minded development and infrastructure awareness. } } } } } q-row { q-col { width: "1fr" df-check { content { text { Clean deployment patterns with fewer unnecessary moving parts. } } } } } } } } } } } } } } } q-row { q-col { width: "1fr" q-layout.footer-cta { width: "100%" gap: "18px" q-row { minColWidth: "285px" q-col { width: "1fr" q-layout.cta-text { width: "100%" gap: "8px" q-row { q-col { width: "1fr" h2.section-title { text { Need a sharper technical foundation? } } } } q-row { q-col { width: "1fr" p.tiny { text { A business website, internal tool, or automation system should be more than a skin over fragile code. It should be a controlled system with a clear purpose, clean structure, and room to grow. } } } } } } q-col { width: "auto" q-layout.actions { width: "100%" gap: "12px" q-row { q-col { width: "auto" df-button { href: "/search/" content { text { Try the Search Tool } } } } q-col { width: "auto" df-button { href: "/contact" classes: "ghost" content { text { Start a Conversation } } } } } } } } } } } } } } }

Build faster with clean, customized solutions.

Collaborate in a careful and objective manner to design, build, implement, and scale your platform to achieve your desired results.