{"id":1959,"date":"2026-01-06T13:53:12","date_gmt":"2026-01-06T13:53:12","guid":{"rendered":"https:\/\/tirinha.com\/?page_id=1959"},"modified":"2026-01-06T13:53:13","modified_gmt":"2026-01-06T13:53:13","slug":"answer-3-quick-questions-and-see-women-near-you-who-may-be-interested","status":"publish","type":"page","link":"https:\/\/tirinha.com\/en\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\/","title":{"rendered":"Answer 3 quick questions and see women near you who may be interested"},"content":{"rendered":"<style>\n  \/* ====== QUIZ FULLSCREEN PAGE (self-contained) ====== *\/\n  \/* Hide theme elements (works across most themes) *\/\n  header, nav, footer,\n  #masthead, #colophon,\n  .site-header, .site-footer,\n  .main-navigation, .menu,\n  .site-branding, .custom-logo-link,\n  .header-search, .search-icon,\n  .breadcrumb, .breadcrumbs,\n  #toggle-button {\n    display: none !important;\n    visibility: hidden !important;\n    opacity: 0 !important;\n    pointer-events: none !important;\n  }\n\n  \/* Prevent background scroll *\/\n  html, body {\n    height: 100% !important;\n  }\n  body {\n    overflow: hidden !important;\n    margin: 0 !important;\n    background: #ffffff !important;\n  }\n\n  \/* Fullscreen overlay container *\/\n  .quiz-page {\n    position: fixed !important;\n    inset: 0 !important;\n    z-index: 2147483647 !important;\n    background: #ffffff !important;\n    overflow: auto !important;\n    -webkit-overflow-scrolling: touch;\n    padding: 24px 16px !important;\n    box-sizing: border-box;\n  }\n\n  \/* Layout *\/\n  .quiz-wrap {\n    max-width: 820px;\n    margin: 0 auto;\n    text-align: center;\n    font-family: Arial, sans-serif;\n  }\n\n  .page-title {\n    font-family: Georgia, serif;\n    font-size: clamp(28px, 4vw, 56px);\n    font-weight: 700;\n    margin: 10px 0 6px 0;\n    line-height: 1.1;\n  }\n\n  .page-subtitle {\n    font-size: clamp(14px, 2vw, 18px);\n    color: #666;\n    margin: 0 0 14px 0; \/* small gap before quiz *\/\n  }\n\n  .quiz-box {\n    background: #fff;\n    padding: 22px;\n    border-radius: 14px;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.08);\n    max-width: 560px;\n    margin: 0 auto;\n  }\n\n  .quiz-title {\n    font-size: 18px;\n    font-weight: 800;\n    margin: 0 0 16px 0;\n  }\n\n  .quiz-btn {\n    display: block;\n    width: 100%;\n    background-color: #007bdb;\n    color: #fff;\n    border: none;\n    padding: 16px;\n    border-radius: 10px;\n    font-size: 16px;\n    font-weight: 700;\n    margin: 10px 0;\n    cursor: pointer;\n    transition: transform 0.05s ease, background 0.2s ease;\n  }\n  .quiz-btn:active { transform: scale(0.99); }\n  .quiz-btn:hover { background-color: #005fa3; }\n\n  .quiz-step { display: none; }\n  .quiz-step.active { display: block; }\n\n  .spinner {\n    border: 4px solid #f3f3f3;\n    border-top: 4px solid #007bdb;\n    border-radius: 50%;\n    width: 42px;\n    height: 42px;\n    margin: 16px auto 0;\n    animation: spin 1s linear infinite;\n  }\n  @keyframes spin { 0% { transform: rotate(0deg);} 100% { transform: rotate(360deg);} }\n\n  \/* Mobile tweaks *\/\n  @media (max-width: 480px) {\n    .quiz-page { padding: 18px 14px !important; }\n    .quiz-box { padding: 18px; border-radius: 12px; }\n    .quiz-btn { padding: 16px; font-size: 16px; }\n  }\n<\/style>\n\n<div class=\"quiz-page\">\n  <div class=\"quiz-wrap\">\n    <!-- PAGE TITLE (edit freely) -->\n    <div class=\"page-title\">Answer 3 quick questions and see women near you who may be interested.<\/div>\n    <div class=\"page-subtitle\"><\/div>\n\n    <!-- STEP 1 -->\n    <div class=\"quiz-step active\" id=\"step1\">\n      <div class=\"quiz-box\">\n        <div class=\"quiz-title\">What type of connection are you looking for?<\/div>\n        <button class=\"quiz-btn\" onclick=\"goStep2('Serious relationship')\">Serious relationship<\/button>\n        <button class=\"quiz-btn\" onclick=\"goStep2('Casual chat')\">Casual chat<\/button>\n        <button class=\"quiz-btn\" onclick=\"goStep2('New friends')\">New friends<\/button>\n        <button class=\"quiz-btn\" onclick=\"goStep2('Not sure yet')\">Not sure yet<\/button>\n      <\/div>\n    <\/div>\n\n    <!-- STEP 2 -->\n    <div class=\"quiz-step\" id=\"step2\">\n      <div class=\"quiz-box\">\n        <div class=\"quiz-title\">Who are you most interested in?<\/div>\n        <button class=\"quiz-btn\" onclick=\"goStep3('Women near my location')\">Women near my location<\/button>\n        <button class=\"quiz-btn\" onclick=\"goStep3('Women from other cities')\">Women from other cities<\/button>\n      <\/div>\n    <\/div>\n\n    <!-- STEP 3 -->\n    <div class=\"quiz-step\" id=\"step3\">\n      <div class=\"quiz-box\">\n        <div class=\"quiz-title\">How soon would you like to start chatting?<\/div>\n        <button class=\"quiz-btn\" onclick=\"finishQuiz('Right now')\">Right now<\/button>\n        <button class=\"quiz-btn\" onclick=\"finishQuiz('Today')\">Today<\/button>\n        <button class=\"quiz-btn\" onclick=\"finishQuiz('This week')\">This week<\/button>\n      <\/div>\n    <\/div>\n\n    <!-- LOADING -->\n    <div class=\"quiz-step\" id=\"loading\">\n      <div class=\"quiz-box\">\n        <div class=\"quiz-title\" id=\"typing-text\"><\/div>\n        <div class=\"spinner\"><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ \u2705 Change only this URL for each page\n  const REDIRECT_URL = \"https:\/\/tirinha.com\/en\/1906\/aplicativos-de-relacionamentos\/\";\n\n  let desiredSalary = \"\";\n  let employedStatus = \"\";\n  let workPreference = \"\";\n\n  function show(stepId) {\n    document.querySelectorAll(\".quiz-step\").forEach(el => el.classList.remove(\"active\"));\n    document.getElementById(stepId).classList.add(\"active\");\n  }\n\n  function goStep2(salary) {\n    desiredSalary = salary;\n    show(\"step2\");\n  }\n\n  function goStep3(status) {\n    employedStatus = status;\n    show(\"step3\");\n  }\n\n  function finishQuiz(pref) {\n    workPreference = pref;\n    show(\"loading\");\n\n    const text = \"Looking for women near you...\";\n    const target = document.getElementById(\"typing-text\");\n    target.innerHTML = \"\";\n    let i = 0;\n\n    function type() {\n      if (i < text.length) {\n        target.innerHTML += text.charAt(i++);\n        setTimeout(type, 40);\n      } else {\n        setTimeout(() => window.location.href = REDIRECT_URL, 1200);\n      }\n    }\n    type();\n  }\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Answer 3 quick questions and see women near you who may be interested. What type of connection are you looking for\u2026 <\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1959","page","type-page","status-publish","hentry","latest_post"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Answer 3 quick questions and see women near you who may be interested - Tirinha.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tirinha.com\/en\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Answer 3 quick questions and see women near you who may be interested - Tirinha.com\" \/>\n<meta property=\"og:description\" content=\"Answer 3 quick questions and see women near you who may be interested. What type of connection are you looking &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tirinha.com\/en\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\/\" \/>\n<meta property=\"og:site_name\" content=\"Tirinha.com\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-06T13:53:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\\\/\",\"url\":\"https:\\\/\\\/tirinha.com\\\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\\\/\",\"name\":\"Answer 3 quick questions and see women near you who may be interested - Tirinha.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/#website\"},\"datePublished\":\"2026-01-06T13:53:12+00:00\",\"dateModified\":\"2026-01-06T13:53:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tirinha.com\\\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tirinha.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Answer 3 quick questions and see women near you who may be interested\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/#website\",\"url\":\"https:\\\/\\\/tirinha.com\\\/\",\"name\":\"Tirinha.com\",\"description\":\"Arte e livros resenhas\",\"publisher\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tirinha.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/#organization\",\"name\":\"Tirinha.com\",\"url\":\"https:\\\/\\\/tirinha.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/tirinha.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/cropped-Logo-Tirinha.webp\",\"contentUrl\":\"https:\\\/\\\/tirinha.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/cropped-Logo-Tirinha.webp\",\"width\":512,\"height\":512,\"caption\":\"Tirinha.com\"},\"image\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Answer 3 quick questions and see women near you who may be interested - Tirinha.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tirinha.com\/en\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\/","og_locale":"en_US","og_type":"article","og_title":"Answer 3 quick questions and see women near you who may be interested - Tirinha.com","og_description":"Answer 3 quick questions and see women near you who may be interested. What type of connection are you looking &hellip;","og_url":"https:\/\/tirinha.com\/en\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\/","og_site_name":"Tirinha.com","article_modified_time":"2026-01-06T13:53:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tirinha.com\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\/","url":"https:\/\/tirinha.com\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\/","name":"Answer 3 quick questions and see women near you who may be interested - Tirinha.com","isPartOf":{"@id":"https:\/\/tirinha.com\/#website"},"datePublished":"2026-01-06T13:53:12+00:00","dateModified":"2026-01-06T13:53:13+00:00","breadcrumb":{"@id":"https:\/\/tirinha.com\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tirinha.com\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tirinha.com\/answer-3-quick-questions-and-see-women-near-you-who-may-be-interested\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tirinha.com\/"},{"@type":"ListItem","position":2,"name":"Answer 3 quick questions and see women near you who may be interested"}]},{"@type":"WebSite","@id":"https:\/\/tirinha.com\/#website","url":"https:\/\/tirinha.com\/","name":"Comics.com","description":"Art and book reviews","publisher":{"@id":"https:\/\/tirinha.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tirinha.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tirinha.com\/#organization","name":"Comics.com","url":"https:\/\/tirinha.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tirinha.com\/#\/schema\/logo\/image\/","url":"https:\/\/tirinha.com\/wp-content\/uploads\/2023\/08\/cropped-Logo-Tirinha.webp","contentUrl":"https:\/\/tirinha.com\/wp-content\/uploads\/2023\/08\/cropped-Logo-Tirinha.webp","width":512,"height":512,"caption":"Tirinha.com"},"image":{"@id":"https:\/\/tirinha.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/tirinha.com\/en\/wp-json\/wp\/v2\/pages\/1959","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tirinha.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tirinha.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tirinha.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tirinha.com\/en\/wp-json\/wp\/v2\/comments?post=1959"}],"version-history":[{"count":0,"href":"https:\/\/tirinha.com\/en\/wp-json\/wp\/v2\/pages\/1959\/revisions"}],"wp:attachment":[{"href":"https:\/\/tirinha.com\/en\/wp-json\/wp\/v2\/media?parent=1959"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}