2026-06-29 16:24:48 +00:00
<!DOCTYPE html>
2026-07-14 15:27:33 +00:00
< html lang = "en" >
2026-06-29 16:24:48 +00:00
< head >
2026-07-14 15:27:33 +00:00
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Construction Progress — quiXzoom | United-Kingdom< / title >
< meta name = "description" content = "Site monitoring in United-Kingdom. Professional field observation services via quiXzoom's global contributor network." >
< link rel = "canonical" href = "https://www.quixzoom.com/uk/construction-progress/" >
< link rel = "alternate" hreflang = "en" href = "https://www.quixzoom.com/construction-progress/" / >
< link rel = "alternate" hreflang = "uk" href = "https://www.quixzoom.com/uk/construction-progress/" / >
< style >
: root { --bg : #0a0a0a ; --surface : #111 ; --text : #e8e8e8 ; --dim : #a0a0a0 ; --blue : #007AFF ; }
* { margin : 0 ; padding : 0 ; box-sizing : border-box ; }
body { font-family : - apple-system , BlinkMacSystemFont , 'Inter' , sans-serif ; background : var ( - - bg ) ; color : var ( - - text ) ; line-height : 1.6 ; }
. nav { position : fixed ; top : 0 ; left : 0 ; right : 0 ; display : flex ; justify-content : space-between ; align-items : center ; padding : 0 24 px ; height : 56 px ; background : rgba ( 10 , 10 , 10 , 0.92 ) ; backdrop-filter : blur ( 16 px ) ; border-bottom : 1 px solid rgba ( 255 , 255 , 255 , 0.08 ) ; }
. nav-logo { font-size : 18 px ; font-weight : 700 ; color : #fff ; text-decoration : none ; }
. hero { padding : 120 px 24 px 80 px ; text-align : center ; max-width : 800 px ; margin : 0 auto ; }
h1 { font-size : clamp ( 32 px , 5 vw , 48 px ) ; font-weight : 800 ; letter-spacing : -1 px ; margin-bottom : 20 px ; }
. subtitle { color : var ( - - dim ) ; font-size : 18 px ; max-width : 600 px ; margin : 0 auto 40 px ; }
. cta { display : inline-flex ; padding : 14 px 28 px ; background : var ( - - blue ) ; color : #fff ; font-weight : 600 ; border-radius : 10 px ; text-decoration : none ; }
. features { display : grid ; grid-template-columns : repeat ( auto - fit , minmax ( 280 px , 1 fr ) ) ; gap : 24 px ; max-width : 1000 px ; margin : 0 auto ; padding : 60 px 24 px ; }
. card { background : var ( - - surface ) ; border : 1 px solid rgba ( 255 , 255 , 255 , 0.08 ) ; border-radius : 12 px ; padding : 32 px ; }
. card h3 { font-size : 20 px ; margin-bottom : 12 px ; }
. card p { color : var ( - - dim ) ; }
footer { border-top : 1 px solid rgba ( 255 , 255 , 255 , 0.08 ) ; padding : 40 px 24 px ; text-align : center ; color : var ( - - dim ) ; font-size : 14 px ; }
< / style >
2026-06-29 16:24:48 +00:00
< / head >
< body >
2026-07-14 15:27:33 +00:00
< nav class = "nav" >
< a class = "nav-logo" href = "/" > quiXzoom< / a >
< / nav >
< section class = "hero" >
< h1 > Construction Progress in United-Kingdom< / h1 >
< p class = "subtitle" > Site monitoring via our contributor network.< / p >
< a href = "/request-mission" class = "cta" > Request Service →< / a >
< / section >
< section class = "features" >
< div class = "card" >
< h3 > Field Observation< / h3 >
< p > On-site documentation and photographic evidence captured by verified contributors.< / p >
2026-07-05 06:41:32 +00:00
< / div >
2026-07-14 15:27:33 +00:00
< div class = "card" >
< h3 > Quality Assurance< / h3 >
< p > Multi-layer verification and AI-assisted analysis for reliable results.< / p >
2026-07-05 06:41:32 +00:00
< / div >
2026-07-14 15:27:33 +00:00
< div class = "card" >
< h3 > Compliance Ready< / h3 >
< p > Standardized reporting aligned with United-Kingdom regulatory requirements.< / p >
2026-07-14 09:58:53 +00:00
< / div >
2026-07-14 15:27:33 +00:00
< / section >
2026-07-14 09:58:53 +00:00
2026-07-14 15:27:33 +00:00
< footer >
< p > © 2024 quiXzoom. All rights reserved.< / p >
< / footer >
2026-06-29 16:24:48 +00:00
< / body >
2026-07-14 15:27:33 +00:00
< / html >