ai.timetorefokus.com Open in urlscan Pro
34.234.52.18  Public Scan

URL: https://ai.timetorefokus.com/
Submission: On December 08 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

Name: wf-form-chatGET /

<form id="wf-form-chat" name="wf-form-chat" data-name="chat" action="/" method="get" class="c-chat_form" data-wf-page-id="6453c0796c5cb824febfb2bd" data-wf-element-id="8aaebbc9-4bb3-d73d-7d20-d00174fd6f8a" aria-label="chat">
  <div class="c-chat_submit-wrapper">
    <div id="chat-submit-button" magnetizecta="" class="c-chat_submit">
      <div magnetizecta="" class="c-chat_submit-icon w-embed"><svg height="100%" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path
            d="M1 6.49554H0.25V7.24554H1V6.49554ZM13 6.49554L13.5316 7.02456C13.823 6.73179 13.8228 6.25858 13.5312 5.96606L13 6.49554ZM8.43197 0.850523C8.13955 0.557162 7.66467 0.556403 7.37131 0.848828C7.07795 1.14125 7.07719 1.61613 7.36962 1.90949L8.43197 0.850523ZM7.36916 11.0909C7.07699 11.3845 7.07816 11.8594 7.37177 12.1516C7.66539 12.4437 8.14026 12.4426 8.43243 12.1489L7.36916 11.0909ZM0.25 1.69444L0.25 6.49554H1.75L1.75 1.69444H0.25ZM1 7.24554L13 7.24554V5.74554L1 5.74554L1 7.24554ZM13.5312 5.96606L8.43197 0.850523L7.36962 1.90949L12.4688 7.02502L13.5312 5.96606ZM12.4684 5.96652L7.36916 11.0909L8.43243 12.1489L13.5316 7.02456L12.4684 5.96652Z"
            fill="currentColor"></path>
        </svg></div>
    </div>
  </div>
  <div class="c-chat_input-wrapper"><textarea class="c-chat_input w-input" link-cursor="" maxlength="5000" name="message-text" data-enable-grammarly="false" data-name="message-text" data-gramm="false" placeholder="" data-gramm_editor="false"
      id="message-text"></textarea>
    <div id="chat-placeholder" no-pointer="" class="c-chat_input-placeholders" style="opacity: 1;">How do AI and no-code empower design iteration?</div>
  </div>
  <div id="chat-loader" no-pointer="" class="c-loader-wrapper">
    <div no-pointer="" class="orbit"></div>
  </div>
  <div class="w-embed">
    <style>
      .orbit {
        --uib-size: 2.5rem;
        --uib-speed: 3s;
        --uib-color: #AD8FFF;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: var(--uib-size);
        width: var(--uib-size);
      }

      .orbit::before,
      .orbit::after {
        content: '';
        position: absolute;
        height: 1rem;
        width: 1rem;
        border-radius: 50%;
        background-color: var(--uib-color);
        will-change: transform;
        flex-shrink: 0;
      }

      .orbit::before {
        animation: orbit var(--uib-speed) linear infinite;
      }

      .orbit::after {
        animation: orbit var(--uib-speed) linear calc(var(--uib-speed) / -2) infinite;
      }

      @keyframes orbit {
        0% {
          transform: translate(calc(var(--uib-size) * 0.5)) scale(0.73684);
          opacity: 0.65;
        }

        5% {
          transform: translate(calc(var(--uib-size) * 0.4)) scale(0.684208);
          opacity: 0.58;
        }

        10% {
          transform: translate(calc(var(--uib-size) * 0.3)) scale(0.631576);
          opacity: 0.51;
        }

        15% {
          transform: translate(calc(var(--uib-size) * 0.2)) scale(0.578944);
          opacity: 0.44;
        }

        20% {
          transform: translate(calc(var(--uib-size) * 0.1)) scale(0.526312);
          opacity: 0.37;
        }

        25% {
          transform: translate(0%) scale(0.47368);
          opacity: 0.3;
        }

        30% {
          transform: translate(calc(var(--uib-size) * -0.1)) scale(0.526312);
          opacity: 0.37;
        }

        35% {
          transform: translate(calc(var(--uib-size) * -0.2)) scale(0.578944);
          opacity: 0.44;
        }

        40% {
          transform: translate(calc(var(--uib-size) * -0.3)) scale(0.631576);
          opacity: 0.51;
        }

        45% {
          transform: translate(calc(var(--uib-size) * -0.4)) scale(0.684208);
          opacity: 0.58;
        }

        50% {
          transform: translate(calc(var(--uib-size) * -0.5)) scale(0.73684);
          opacity: 0.65;
        }

        55% {
          transform: translate(calc(var(--uib-size) * -0.4)) scale(0.789472);
          opacity: 0.72;
        }

        60% {
          transform: translate(calc(var(--uib-size) * -0.3)) scale(0.842104);
          opacity: 0.79;
        }

        65% {
          transform: translate(calc(var(--uib-size) * -0.2)) scale(0.894736);
          opacity: 0.86;
        }

        70% {
          transform: translate(calc(var(--uib-size) * -0.1)) scale(0.947368);
          opacity: 0.93;
        }

        75% {
          transform: translate(0%) scale(1);
          opacity: 1;
        }

        80% {
          transform: translate(calc(var(--uib-size) * 0.1)) scale(0.947368);
          opacity: 0.93;
        }

        85% {
          transform: translate(calc(var(--uib-size) * 0.2)) scale(0.894736);
          opacity: 0.86;
        }

        90% {
          transform: translate(calc(var(--uib-size) * 0.3)) scale(0.842104);
          opacity: 0.79;
        }

        95% {
          transform: translate(calc(var(--uib-size) * 0.4)) scale(0.789472);
          opacity: 0.72;
        }

        100% {
          transform: translate(calc(var(--uib-size) * 0.5)) scale(0.73684);
          opacity: 0.65;
        }
      }
    </style>
  </div>
</form>

Text Content

Click to enable sound


100%


TIME TO REFOKUS

Redefining the creative world with design, technology, and deep innovation.

TIME TO REFOKUS
BACK

We used Artificial Intelligence to provide a cool experience to navigate
Refokus’ thoughts and ideas (also known as blog)
‍
Explore all Articles


onboarding-your-team-to-harness-the-power-of-ai
beyond-the-ai-buzzword
a-new-age-of-discovery-beyond-seo
fighting-the-flood-of-generic-content
perceived-obsolescence-fast-forwarded
redefining-value-in-an-ai-no-code-world
design-iteration-empowered-by-ai
no-code-beyond-the-fanboys
no-code-no-compromises
perfect-meeting-memory

Hello Human, I'm an AI to help you navigate through Refokus library.
ㅤ
What do you want to explore?


How do AI and no-code empower design iteration?


Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
October 26, 2022
Time to read: 5 min


HEADING

Stories

Give me more

Explore the full library of Refokus articles, resources, and insights.

Contact

Got hyped? Reach out!

We are a Web and Branding agency collaborating with ambitious brands to create
meaningful experiences. Let’s work together!


Push to start
HYPE VIDEO
Play
Play
Play
Play
Play
Play
Play
Play
Play
Play
Play
Play
Play
Play
Play
Play
Play




sound



Back