2026-07-05 06:41:32 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< link rel = "canonical" href = "https://www.quixzoom.com/join.html" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, viewport-fit=cover" >
< title > Become a Zoomer — Join quiXzoom & Start Earning Today< / title >
< meta name = "description" content = "Join quiXzoom as a Zoomer and earn money by taking photos for missions near you. Flexible work, instant payouts, no experience needed." >
< meta property = "og:title" content = "Become a Zoomer — Join quiXzoom & Start Earning Today" >
< meta property = "og:description" content = "Take photo missions near you. Get paid every Monday. No platform fees. Join 10,000+ Zoomers today." >
< meta property = "og:image" content = "https://www.quixzoom.com/images/hero-zoomer-city.jpg" >
< meta property = "og:url" content = "https://www.quixzoom.com/join.html" >
< meta property = "og:type" content = "website" >
< script type = "application/ld+json" >
{
"@context" : "https://schema.org" ,
"@type" : "JobPosting" ,
"title" : "Zoomer - Field Photographer" ,
"description" : "Join quiXzoom as a Zoomer and earn money by taking photos for missions near you. Flexible work, instant payouts, no experience needed." ,
"hiringOrganization" : {
"@type" : "Organization" ,
"name" : "quiXzoom" ,
"sameAs" : "https://www.quixzoom.com"
} ,
"jobLocation" : {
"@type" : "Place" ,
"address" : {
"@type" : "PostalAddress" ,
"addressCountry" : "SE"
}
} ,
"employmentType" : "CONTRACTOR"
}
< / script >
< style >
: root {
--ios-blue : #007AFF ;
--ios-green : #34C759 ;
--ios-red : #FF3B30 ;
--ios-gray : #8E8E93 ;
--ios-bg : #000000 ;
--ios-card : #1C1C1E ;
--ios-text : #FFFFFF ;
--ios-text2 : rgba ( 235 , 235 , 245 , 0.6 ) ;
--font : - apple-system , BlinkMacSystemFont , "SF Pro Text" , "Helvetica Neue" , sans-serif ;
}
* { box-sizing : border-box ; margin : 0 ; padding : 0 ; }
body {
background : var ( - - ios - bg ) ;
color : var ( - - ios - text ) ;
font-family : var ( - - font ) ;
-webkit- font-smoothing : antialiased ;
padding : 20 px ;
max-width : 600 px ;
margin : 0 auto ;
}
h1 {
font-size : 32 px ;
font-weight : 700 ;
margin-bottom : 12 px ;
text-align : center ;
}
. subtitle {
color : var ( - - ios - text2 ) ;
text-align : center ;
margin-bottom : 30 px ;
}
. card {
background : var ( - - ios - card ) ;
2026-07-07 07:11:50 +00:00
border-radius : var ( - - radius - lg ) ;
2026-07-05 06:41:32 +00:00
padding : 20 px ;
margin-bottom : 16 px ;
}
. field {
margin-bottom : 16 px ;
}
. field-label {
display : block ;
font-size : 14 px ;
color : var ( - - ios - text2 ) ;
margin-bottom : 8 px ;
}
. field-input {
width : 100 % ;
padding : 14 px ;
2026-07-07 07:11:50 +00:00
border-radius : var ( - - radius - md ) ;
2026-07-05 06:41:32 +00:00
border : 1 px solid var ( - - ios - gray ) ;
background : var ( - - ios - bg ) ;
color : var ( - - ios - text ) ;
font-size : 16 px ;
}
. btn {
width : 100 % ;
padding : 16 px ;
2026-07-07 07:11:50 +00:00
border-radius : var ( - - radius - md ) ;
2026-07-05 06:41:32 +00:00
border : none ;
background : var ( - - ios - blue ) ;
color : white ;
font-size : 17 px ;
font-weight : 600 ;
cursor : pointer ;
}
2026-07-12 12:41:35 +00:00
. btn : disabled {
opacity : 0.6 ;
}
2026-07-05 06:41:32 +00:00
. features {
margin : 30 px 0 ;
}
. feature {
display : flex ;
align-items : center ;
margin-bottom : 16 px ;
}
. feature-icon {
width : 40 px ;
height : 40 px ;
2026-07-07 07:11:50 +00:00
border-radius : var ( - - radius - md ) ;
2026-07-05 06:41:32 +00:00
background : var ( - - ios - green ) ;
display : flex ;
align-items : center ;
justify-content : center ;
margin-right : 12 px ;
font-size : 20 px ;
}
. feature-text h3 {
font-size : 16 px ;
margin-bottom : 4 px ;
}
. feature-text p {
font-size : 14 px ;
color : var ( - - ios - text2 ) ;
}
2026-07-12 12:41:35 +00:00
. success-msg {
background : rgba ( 52 , 199 , 89 , 0.15 ) ;
border : 1 px solid rgba ( 52 , 199 , 89 , 0.3 ) ;
border-radius : 12 px ;
padding : 16 px ;
text-align : center ;
margin-top : 16 px ;
display : none ;
}
. success-msg . show {
display : block ;
}
2026-07-14 15:27:33 +00:00
/* QUIXZOOM STANDARD — Dark Theme */
: root {
--qz-bg : #0a0a0a ;
--qz-surface : #111111 ;
--qz-surface-2 : #1a1a1a ;
--qz-border : rgba ( 255 , 255 , 255 , 0.08 ) ;
--qz-text : #e8e8e8 ;
--qz-text-dim : #a0a0a0 ;
--qz-text-muted : #6b6b6b ;
--qz-blue : #007AFF ;
--qz-blue-dark : #0056CC ;
--qz-radius : 10 px ;
}
* { margin : 0 ; padding : 0 ; box-sizing : border-box ; }
body {
font-family : - apple-system , BlinkMacSystemFont , 'Inter' , sans-serif ;
background : var ( - - qz - bg ) ;
color : var ( - - qz - text ) ;
line-height : 1.6 ;
-webkit- font-smoothing : antialiased ;
}
/* Navigation */
. qz-nav {
position : fixed ; top : 0 ; left : 0 ; right : 0 ; z-index : 100 ;
display : flex ; align-items : center ; justify-content : space-between ;
padding : 0 24 px ; height : 56 px ;
background : rgba ( 255 , 255 , 255 , 0.92 ) ;
backdrop-filter : blur ( 16 px ) ;
border-bottom : 1 px solid var ( - - qz - border ) ;
}
. qz-nav-logo { font-size : 18 px ; font-weight : 700 ; color : #fff ; text-decoration : none ; }
. qz-nav-links { display : flex ; gap : 24 px ; list-style : none ; }
. qz-nav-links a { font-size : 14 px ; color : var ( - - qz - text - dim ) ; text-decoration : none ; transition : color 0.2 s ; }
. qz-nav-links a : hover { color : #fff ; }
/* Buttons */
. qz-btn {
display : inline-flex ; align-items : center ; gap : 6 px ;
padding : 12 px 24 px ; border-radius : var ( - - qz - radius ) ;
font-size : 15 px ; font-weight : 600 ; text-decoration : none ;
transition : all 0.2 s ; cursor : pointer ; border : none ;
}
. qz-btn-primary {
background : var ( - - qz - blue ) ; color : #fff ;
}
. qz-btn-primary : hover {
background : var ( - - qz - blue - dark ) ; transform : translateY ( -1 px ) ;
}
. qz-btn-ghost {
background : transparent ; color : var ( - - qz - text ) ;
border : 1 px solid var ( - - qz - border ) ;
}
. qz-btn-ghost : hover {
border-color : var ( - - qz - blue ) ; color : var ( - - qz - blue ) ;
}
/* Cards */
. qz-card {
background : var ( - - qz - surface ) ;
border : 1 px solid var ( - - qz - border ) ;
border-radius : var ( - - qz - radius ) ;
padding : 24 px ;
transition : transform 0.2 s , border-color 0.2 s ;
}
. qz-card : hover {
transform : translateY ( -2 px ) ;
border-color : rgba ( 0 , 122 , 255 , 0.3 ) ;
}
/* Footer */
. qz-footer {
border-top : 1 px solid var ( - - qz - border ) ;
padding : 40 px 24 px ;
text-align : center ;
color : var ( - - qz - text - dim ) ;
font-size : 14 px ;
}
/* Banner */
. qz-banner {
background : #001E50 ;
color : rgba ( 255 , 255 , 255 , 0.55 ) ;
text-align : center ;
padding : 10 px ;
font-size : 12 px ;
}
. qz-banner a { color : rgba ( 255 , 255 , 255 , 0.8 ) ; text-decoration : none ; }
@ media ( max-width : 768px ) {
. qz-nav-links { display : none ; }
}
2026-07-05 06:41:32 +00:00
< / style >
2026-07-14 09:58:53 +00:00
< script type = "module" src = "https://auth.quixzoom.com/site-auth-snippet.js" > < / script >
2026-07-14 15:27:33 +00:00
< link rel = "alternate" hreflang = "en" href = "https://www.quixzoom.com/" / >
< link rel = "alternate" hreflang = "sv" href = "https://www.quixzoom.com/sv/" / >
< link rel = "alternate" hreflang = "de" href = "https://www.quixzoom.com/de/" / >
< link rel = "alternate" hreflang = "fr" href = "https://www.quixzoom.com/fr/" / >
< link rel = "alternate" hreflang = "es" href = "https://www.quixzoom.com/es/" / >
< link rel = "alternate" hreflang = "it" href = "https://www.quixzoom.com/it/" / >
< link rel = "alternate" hreflang = "nl" href = "https://www.quixzoom.com/nl/" / >
< link rel = "alternate" hreflang = "x-default" href = "https://www.quixzoom.com/" / >
2026-07-05 06:41:32 +00:00
< / head >
< body >
< h1 > Become a Zoomer< / h1 >
< p class = "subtitle" > Join 10,000+ people earning money by taking photos< / p >
< div class = "features" >
< div class = "feature" >
2026-07-12 12:41:35 +00:00
< div class = "feature-icon" > 📸< / div >
2026-07-05 06:41:32 +00:00
< div class = "feature-text" >
< h3 > Take Photos< / h3 >
< p > Complete missions near you with your phone< / p >
< / div >
< / div >
< div class = "feature" >
2026-07-12 12:41:35 +00:00
< div class = "feature-icon" > 💰< / div >
2026-07-05 06:41:32 +00:00
< div class = "feature-text" >
< h3 > Get Paid< / h3 >
2026-07-14 09:58:53 +00:00
< p > Earn $5-50 per mission, paid every Monday< / p >
2026-07-05 06:41:32 +00:00
< / div >
< / div >
< div class = "feature" >
2026-07-12 12:41:35 +00:00
< div class = "feature-icon" > ⏰< / div >
2026-07-05 06:41:32 +00:00
< div class = "feature-text" >
< h3 > Flexible Hours< / h3 >
< p > Work when you want, where you want< / p >
< / div >
< / div >
< / div >
< div class = "card" >
< div class = "field" >
< label class = "field-label" > First Name< / label >
< input class = "field-input" id = "firstName" type = "text" placeholder = "John" autocomplete = "given-name" >
< / div >
< div class = "field" >
< label class = "field-label" > Last Name< / label >
< input class = "field-input" id = "lastName" type = "text" placeholder = "Smith" autocomplete = "family-name" >
< / div >
< div class = "field" >
< label class = "field-label" > Phone Number< / label >
< input class = "field-input" id = "phone" type = "tel" placeholder = "+46 70 123 45 67" autocomplete = "tel" inputmode = "tel" >
< / div >
2026-07-12 12:41:35 +00:00
< button class = "btn" id = "submitBtn" onclick = "submitForm()" > Join Now< / button >
< / div >
< div class = "success-msg" id = "successMsg" >
< strong > ✓ You're on the list!< / strong > < br >
We'll contact you before launch with next steps.
2026-07-05 06:41:32 +00:00
< / div >
< script >
2026-07-12 12:41:35 +00:00
// Load saved phone number
document . addEventListener ( 'DOMContentLoaded' , function ( ) {
const savedPhone = localStorage . getItem ( 'qx_phone' ) ;
if ( savedPhone ) {
document . getElementById ( 'phone' ) . value = savedPhone ;
}
} ) ;
async function submitForm ( ) {
2026-07-05 06:41:32 +00:00
const first = document . getElementById ( 'firstName' ) . value . trim ( ) ;
const last = document . getElementById ( 'lastName' ) . value . trim ( ) ;
const phone = document . getElementById ( 'phone' ) . value . trim ( ) ;
2026-07-12 12:41:35 +00:00
const btn = document . getElementById ( 'submitBtn' ) ;
2026-07-05 06:41:32 +00:00
if ( ! first || ! last || ! phone ) {
alert ( 'Please fill in all fields' ) ;
return ;
}
2026-07-12 12:41:35 +00:00
// Save phone number for next time
localStorage . setItem ( 'qx_phone' , phone ) ;
localStorage . setItem ( 'qx_firstName' , first ) ;
localStorage . setItem ( 'qx_lastName' , last ) ;
btn . disabled = true ;
btn . textContent = 'Sending...' ;
try {
// Send to backend API
const response = await fetch ( 'https://api.quixzoom.com/api/qz/waitlist' , {
method : 'POST' ,
headers : {
'Content-Type' : 'application/json' ,
} ,
body : JSON . stringify ( {
first _name : first ,
last _name : last ,
phone : phone ,
source : 'join-page' ,
timestamp : new Date ( ) . toISOString ( )
} )
} ) ;
if ( response . ok ) {
document . getElementById ( 'successMsg' ) . classList . add ( 'show' ) ;
btn . textContent = 'Joined!' ;
} else {
throw new Error ( 'Server error' ) ;
}
} catch ( e ) {
// Fallback: send email via mailto
const subject = ` New Zoomer Registration: ${ first } ${ last } ` ;
const body = ` New Zoomer registration from join page: \n \n Name: ${ first } ${ last } \n Phone: ${ phone } \n Source: join.html \n Time: ${ new Date ( ) . toLocaleString ( ) } ` ;
window . location . href = ` mailto:hello@quixzoom.com?subject= ${ encodeURIComponent ( subject ) } &body= ${ encodeURIComponent ( body ) } ` ;
document . getElementById ( 'successMsg' ) . classList . add ( 'show' ) ;
btn . textContent = 'Joined!' ;
}
2026-07-05 06:41:32 +00:00
}
< / script >
2026-07-14 09:58:53 +00:00
<!-- quiXzoom Mina Sidor - Universal Header Component -->
<!-- Injicera detta i <head> på alla quiXzoom - sajter -->
< style >
. qz-auth-bar {
position : fixed ;
top : 0 ;
left : 0 ;
right : 0 ;
height : 48 px ;
background : #0A0A0A ;
border-bottom : 1 px solid rgba ( 255 , 255 , 255 , 0.1 ) ;
display : flex ;
align-items : center ;
justify-content : space-between ;
padding : 0 20 px ;
z-index : 9999 ;
font-family : - apple-system , BlinkMacSystemFont , 'SF Pro Display' , 'Segoe UI' , Roboto , sans-serif ;
}
. qz-auth-bar . qz-logo {
font-size : 18 px ;
font-weight : 700 ;
color : #fff ;
text-decoration : none ;
letter-spacing : -0.5 px ;
}
. qz-auth-bar . qz-logo span {
color : #007AFF ;
}
. qz-auth-bar . qz-nav {
display : flex ;
gap : 8 px ;
align-items : center ;
}
. qz-auth-bar . qz-btn {
padding : 8 px 16 px ;
border-radius : 8 px ;
font-size : 14 px ;
font-weight : 500 ;
cursor : pointer ;
transition : all 0.2 s ;
border : none ;
text-decoration : none ;
}
. qz-auth-bar . qz-btn-primary {
background : #007AFF ;
color : white ;
}
. qz-auth-bar . qz-btn-primary : hover {
background : #0056CC ;
}
. qz-auth-bar . qz-btn-ghost {
background : transparent ;
color : rgba ( 255 , 255 , 255 , 0.8 ) ;
}
. qz-auth-bar . qz-btn-ghost : hover {
background : rgba ( 255 , 255 , 255 , 0.1 ) ;
color : white ;
}
. qz-auth-bar . qz-user {
display : flex ;
align-items : center ;
gap : 8 px ;
color : white ;
font-size : 14 px ;
}
. qz-auth-bar . qz-avatar {
width : 32 px ;
height : 32 px ;
border-radius : 50 % ;
background : #007AFF ;
display : flex ;
align-items : center ;
justify-content : center ;
font-weight : 600 ;
font-size : 14 px ;
}
. qz-auth-bar . qz-dropdown {
position : relative ;
}
. qz-auth-bar . qz-dropdown-menu {
position : absolute ;
top : 40 px ;
right : 0 ;
background : #1C1C1E ;
border : 1 px solid rgba ( 255 , 255 , 255 , 0.1 ) ;
border-radius : 12 px ;
padding : 8 px ;
min-width : 200 px ;
display : none ;
box-shadow : 0 8 px 32 px rgba ( 0 , 0 , 0 , 0.4 ) ;
}
. qz-auth-bar . qz-dropdown-menu . active {
display : block ;
}
. qz-auth-bar . qz-dropdown-item {
padding : 10 px 12 px ;
border-radius : 8 px ;
color : white ;
text-decoration : none ;
display : flex ;
align-items : center ;
gap : 10 px ;
font-size : 14 px ;
transition : background 0.2 s ;
}
. qz-auth-bar . qz-dropdown-item : hover {
background : rgba ( 255 , 255 , 255 , 0.1 ) ;
}
. qz-auth-bar . qz-dropdown-divider {
height : 1 px ;
background : rgba ( 255 , 255 , 255 , 0.1 ) ;
margin : 8 px 0 ;
}
. qz-auth-bar . qz-balance {
background : rgba ( 0 , 122 , 255 , 0.15 ) ;
color : #007AFF ;
padding : 4 px 10 px ;
border-radius : 6 px ;
font-size : 13 px ;
font-weight : 600 ;
}
@ media ( max-width : 640px ) {
. qz-auth-bar . qz-nav . qz-btn-ghost : not ( . qz-user ) {
display : none ;
}
}
2026-07-14 15:27:33 +00:00
/* QUIXZOOM STANDARD — Dark Theme */
: root {
--qz-bg : #0a0a0a ;
--qz-surface : #111111 ;
--qz-surface-2 : #1a1a1a ;
--qz-border : rgba ( 255 , 255 , 255 , 0.08 ) ;
--qz-text : #e8e8e8 ;
--qz-text-dim : #a0a0a0 ;
--qz-text-muted : #6b6b6b ;
--qz-blue : #007AFF ;
--qz-blue-dark : #0056CC ;
--qz-radius : 10 px ;
}
* { margin : 0 ; padding : 0 ; box-sizing : border-box ; }
body {
font-family : - apple-system , BlinkMacSystemFont , 'Inter' , sans-serif ;
background : var ( - - qz - bg ) ;
color : var ( - - qz - text ) ;
line-height : 1.6 ;
-webkit- font-smoothing : antialiased ;
}
/* Navigation */
. qz-nav {
position : fixed ; top : 0 ; left : 0 ; right : 0 ; z-index : 100 ;
display : flex ; align-items : center ; justify-content : space-between ;
padding : 0 24 px ; height : 56 px ;
background : rgba ( 255 , 255 , 255 , 0.92 ) ;
backdrop-filter : blur ( 16 px ) ;
border-bottom : 1 px solid var ( - - qz - border ) ;
}
. qz-nav-logo { font-size : 18 px ; font-weight : 700 ; color : #fff ; text-decoration : none ; }
. qz-nav-links { display : flex ; gap : 24 px ; list-style : none ; }
. qz-nav-links a { font-size : 14 px ; color : var ( - - qz - text - dim ) ; text-decoration : none ; transition : color 0.2 s ; }
. qz-nav-links a : hover { color : #fff ; }
/* Buttons */
. qz-btn {
display : inline-flex ; align-items : center ; gap : 6 px ;
padding : 12 px 24 px ; border-radius : var ( - - qz - radius ) ;
font-size : 15 px ; font-weight : 600 ; text-decoration : none ;
transition : all 0.2 s ; cursor : pointer ; border : none ;
}
. qz-btn-primary {
background : var ( - - qz - blue ) ; color : #fff ;
}
. qz-btn-primary : hover {
background : var ( - - qz - blue - dark ) ; transform : translateY ( -1 px ) ;
}
. qz-btn-ghost {
background : transparent ; color : var ( - - qz - text ) ;
border : 1 px solid var ( - - qz - border ) ;
}
. qz-btn-ghost : hover {
border-color : var ( - - qz - blue ) ; color : var ( - - qz - blue ) ;
}
/* Cards */
. qz-card {
background : var ( - - qz - surface ) ;
border : 1 px solid var ( - - qz - border ) ;
border-radius : var ( - - qz - radius ) ;
padding : 24 px ;
transition : transform 0.2 s , border-color 0.2 s ;
}
. qz-card : hover {
transform : translateY ( -2 px ) ;
border-color : rgba ( 0 , 122 , 255 , 0.3 ) ;
}
/* Footer */
. qz-footer {
border-top : 1 px solid var ( - - qz - border ) ;
padding : 40 px 24 px ;
text-align : center ;
color : var ( - - qz - text - dim ) ;
font-size : 14 px ;
}
/* Banner */
. qz-banner {
background : #001E50 ;
color : rgba ( 255 , 255 , 255 , 0.55 ) ;
text-align : center ;
padding : 10 px ;
font-size : 12 px ;
}
. qz-banner a { color : rgba ( 255 , 255 , 255 , 0.8 ) ; text-decoration : none ; }
@ media ( max-width : 768px ) {
. qz-nav-links { display : none ; }
}
2026-07-14 09:58:53 +00:00
< / style >
< div id = "qz-auth-bar" class = "qz-auth-bar" >
< a href = "https://quixzoom.com" class = "qz-logo" > qui< span > X< / span > zoom< / a >
< div class = "qz-nav" >
< div id = "qz-auth-guest" >
< a href = "https://app.quixzoom.com/login" class = "qz-btn qz-btn-ghost" > Logga in< / a >
< a href = "https://app.quixzoom.com/register" class = "qz-btn qz-btn-primary" > Bli Zoomer< / a >
< / div >
< div id = "qz-auth-user" style = "display:none;" >
< span class = "qz-balance" id = "qz-balance" > $0.00< / span >
< div class = "qz-dropdown" >
< button class = "qz-btn qz-btn-ghost qz-user" onclick = "qzToggleDropdown()" >
< div class = "qz-avatar" id = "qz-avatar" > E< / div >
< span id = "qz-user-name" > Erik< / span >
< svg width = "12" height = "12" viewBox = "0 0 12 12" fill = "none" > < path d = "M2.5 4.5L6 8L9.5 4.5" stroke = "currentColor" stroke-width = "1.5" stroke-linecap = "round" stroke-linejoin = "round" / > < / svg >
< / button >
< div class = "qz-dropdown-menu" id = "qz-dropdown-menu" >
< a href = "https://app.quixzoom.com/dashboard" class = "qz-dropdown-item" >
< svg width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" > < rect x = "3" y = "3" width = "7" height = "7" rx = "1" / > < rect x = "14" y = "3" width = "7" height = "7" rx = "1" / > < rect x = "14" y = "14" width = "7" height = "7" rx = "1" / > < rect x = "3" y = "14" width = "7" height = "7" rx = "1" / > < / svg >
Dashboard
< / a >
< a href = "https://app.quixzoom.com/wallet" class = "qz-dropdown-item" >
< svg width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" > < path d = "M21 12V7H5a2 2 0 0 1 0-4h14v4" / > < path d = "M3 5v14a2 2 0 0 0 2 2h16v-5" / > < path d = "M18 12a2 2 0 0 0 0 4h4v-4h-4z" / > < / svg >
Plånbok
< / a >
< a href = "https://app.quixzoom.com/missions" class = "qz-dropdown-item" >
< svg width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" > < path d = "M12 2L2 7l10 5 10-5-10-5z" / > < path d = "M2 17l10 5 10-5" / > < path d = "M2 12l10 5 10-5" / > < / svg >
Mina uppdrag
< / a >
< div class = "qz-dropdown-divider" > < / div >
< a href = "https://app.quixzoom.com/settings" class = "qz-dropdown-item" >
< svg width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" > < circle cx = "12" cy = "12" r = "3" / > < path d = "M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.67 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.67 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.67a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z" / > < / svg >
Inställningar
< / a >
< a href = "#" onclick = "qzLogout(); return false;" class = "qz-dropdown-item" >
< svg width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" > < path d = "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" / > < polyline points = "16 17 21 12 16 7" / > < line x1 = "21" y1 = "12" x2 = "9" y2 = "12" / > < / svg >
Logga ut
< / a >
< / div >
< / div >
< / div >
< / div >
< / div >
< script >
( function ( ) {
const SSO _BASE = 'https://auth.quixzoom.com' ;
const APP _BASE = 'https://app.quixzoom.com' ;
// Check auth status
async function qzCheckAuth ( ) {
try {
const res = await fetch ( SSO _BASE + '/auth/check' , {
credentials : 'include' ,
} ) ;
if ( res . ok ) {
const data = await res . json ( ) ;
if ( data . authenticated ) {
document . getElementById ( 'qz-auth-guest' ) . style . display = 'none' ;
document . getElementById ( 'qz-auth-user' ) . style . display = 'flex' ;
document . getElementById ( 'qz-user-name' ) . textContent = data . user . name || data . user . email ;
document . getElementById ( 'qz-avatar' ) . textContent = ( data . user . name || data . user . email ) [ 0 ] . toUpperCase ( ) ;
if ( data . user . balance !== undefined ) {
document . getElementById ( 'qz-balance' ) . textContent = '$' + data . user . balance . toFixed ( 2 ) ;
}
}
}
} catch ( e ) {
// Silent fail - show guest state
}
}
// Toggle dropdown
window . qzToggleDropdown = function ( ) {
document . getElementById ( 'qz-dropdown-menu' ) . classList . toggle ( 'active' ) ;
} ;
// Close dropdown on outside click
document . addEventListener ( 'click' , function ( e ) {
if ( ! e . target . closest ( '.qz-dropdown' ) ) {
document . getElementById ( 'qz-dropdown-menu' ) . classList . remove ( 'active' ) ;
}
} ) ;
// Logout
window . qzLogout = async function ( ) {
try {
await fetch ( SSO _BASE + '/auth/logout' , {
method : 'POST' ,
credentials : 'include' ,
} ) ;
} catch ( e ) { }
document . cookie = 'qz_access_token=; expires=Thu, 01 Jan 1970 00:00:00 UTC; domain=.quixzoom.com; path=/;' ;
document . cookie = 'qz_refresh_token=; expires=Thu, 01 Jan 1970 00:00:00 UTC; domain=.quixzoom.com; path=/;' ;
window . location . reload ( ) ;
} ;
// Init
qzCheckAuth ( ) ;
} ) ( ) ;
< / script >
2026-07-05 06:41:32 +00:00
< / body >
2026-07-12 12:41:35 +00:00
< / html >