terrayou.com Open in urlscan Pro
195.201.55.14  Public Scan

Submitted URL: http://terrayou.com/
Effective URL: https://terrayou.com/
Submission: On November 18 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST /login

<form class="space-y-6 text-left" method="post" action="/login">
  <h1 class="font-bold text-lg sm:text-3xl text-center" data-verification="Please check email for verification code" data-password="Welcome back!<br>Enter password to login">Enter email to sign in or create new account</h1>
  <div>
    <label for="email" class="block text-sm font-medium text-gray-700">Enter email address</label>
    <div class="mt-1">
      <input type="email" name="email" id="email" autocomplete="email"
        class="focus:outline-0 focus:outline-transparent focus:ring-0 placeholder:text-basic-gray-200 placeholder:font-interstate placeholder:font-light block w-full rounded-xl sm:text-medium shadow-profile-input border-0 h-12 disabled:opacity-60"
        placeholder="you@example.com" required="">
    </div>
  </div>
  <div class="hidden" id="verification-section">
    <label for="password" class="block text-sm font-medium text-gray-700" data-verification="Enter verification code">Password</label>
    <div class="mt-1 relative">
      <input type="password" name="password" id="password" autocomplete="current-password"
        class="focus:outline-0 focus:outline-transparent focus:ring-0 placeholder:text-basic-gray-200 placeholder:font-interstate placeholder:font-light block w-full rounded-xl sm:text-medium shadow-profile-input border-0 h-12 disabled:opacity-60">
      <button type="button" class="absolute inset-y-0 right-2" data-id="show-password" data-target="#password">
        <svg class="svg-inline--fa fa-eye pointer-events-none" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="eye" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" data-fa-i2svg="">
          <path fill="currentColor"
            d="M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z">
          </path>
        </svg><!-- <i class="fa-solid fa-eye pointer-events-none"></i> -->
      </button>
    </div>
  </div>
  <p class="text-sm text-scarlet" id="error-element"></p>
  <div class="flex items-center justify-between font-bold text-sm hidden" id="user-actions">
    <div class="relative flex items-start">
      <div class="flex h-5 items-center">
        <input id="rememberme" aria-describedby="rememberme-description" name="_remember_me" type="checkbox" class="h-5 w-5 rounded-sm border-dim-grass/10  text-dim-grass focus:ring-dim-grass shadow-profile-checkbox">
      </div>
      <div class="ml-3">
        <label for="rememberme" class="font-bold text-dim-navy">Remember me</label>
      </div>
    </div>
    <button type="button" data-href="/forgot-password" data-action="modal" data-target="#forgot-password-modal" data-tpa="login_modal" class="hidden" id="forgot-password">Forgot your password?</button>
  </div>
  <div class="flex">
    <button type="button" class="hidden w-full block text-sm bg-button rounded-xl text-center px-3 h-10 block text-white font-bold flex items-center justify-center shadow-white-inside uppercase mr-4">Resend Code</button>
    <button type="submit" class="w-full block text-sm bg-dim-grass rounded-xl text-center px-3 h-10 block text-white font-bold flex items-center justify-center shadow-white-inside uppercase">Continue</button>
  </div>
  <div class="hidden" id="extra-actions">
    <div class="relative">
      <div class="absolute inset-0 flex items-center">
        <div class="w-full border-t border-gray-300"></div>
      </div>
      <div class="relative flex justify-center text-sm">
        <span class="bg-chardon px-2 text-dim-navy">OR</span>
      </div>
    </div>
    <div class="flex justify-between mt-2">
      <button type="button" id="change-email">Change Email</button>
      <button type="submit" id="resend-code" disabled="">Resend Code<span class="ml-1"></span></button>
    </div>
  </div>
  <p class="text-xs font-light" data-verification="We sent you a verification code to the email you provided. If you haven't received it after a few minutes, then please check that your email is correct and click the 'resend code' button above."
    data-password="" id="info-text"> By clicking continue you are agreeing to TerraYou's <a href="/terms" class="text-blue-600" target="_blank">Terms of Service</a> and confirm that you have read and understood TerraYou's
    <a href="#" class="text-blue-600" data-id="update-consent">Privacy Policy</a>. </p>
  <p id="need-help" class="text-sm font-bold text-dim-navy text-center mt-6 hidden">Need help? <a href="mailto:support@terra-you.com" target="_blank" class="underline">Contact us</a></p>
  <input type="hidden" name="_tp" value="/profile">
</form>

POST /forgot-password

<form class="space-y-6 text-left" method="post" action="/forgot-password">
  <h1 class="font-bold text-lg sm:text-3xl text-center">Enter your email</h1>
  <div>
    <label for="email-fp" class="block text-sm font-medium text-gray-700">Email address</label>
    <div class="mt-1">
      <input type="email" name="email" id="email-fp" autocomplete="email"
        class="focus:outline-0 focus:outline-transparent focus:ring-0 placeholder:text-basic-gray-200 placeholder:font-interstate placeholder:font-light block w-full rounded-xl sm:text-medium shadow-profile-input border-0 h-12 disabled:opacity-60"
        placeholder="you@example.com" required="">
    </div>
  </div>
  <p class="text-xs text-center font-light">Email will be sent to reset password</p>
  <div class="flex">
    <button type="submit" class="w-full block text-sm bg-dim-grass rounded-xl text-center px-3 h-10 block text-white font-bold flex items-center justify-center shadow-white-inside uppercase">Send</button>
  </div>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting. Please note that some processing of your personal data may not
require your consent, but you have a right to object to such processing. Your
preferences will apply to this website only. You can change your preferences at
any time by returning to this site or visit our privacy policy.
MORE OPTIONSAGREE
Discovery Balance Growth Gift Card Login EN | DE | ES


YOUR
JOURNEY
TO SELF-DISCOVERY

Take the next step with TerraYou

Discover personality tests, tips, and tools to help you realize your true
potential and master your personal growth.

Discovery Balance Growth Gift Card Login DEUTSCH SPANISH
Home Imprint Terms Data Protection Jobs About Us Privacy


THE TERRAYOU PHILOSOPHY

We believe that through self-awareness and knowledge everyone has the potential
to flourish in life, and it is our mission to help you navigate and understand
the different aspects of your true personality in order to thrive. The TerraYou
tests, toolkits, and resources are here to help you achieve self-discovery,
balance, and growth in all areas of your life.


BEGIN YOUR JOURNEY OF
DISCOVERY

Discover and understand your unique personality traits and learn how they
influence each aspect of your life.

Let’s Begin


FIND YOUR
BALANCE

Master the world around you by learning how to recognize your stress factors,
underlying motivations, and the power sources that charge you.

Let’s Begin



MASTER YOUR PERSONAL
GROWTH

Develop your emotional and intellectual strengths and strategies in order to
achieve your goals and grow into the person you want to be.

Let’s Begin


WHAT PEOPLE ARE SAYING ABOUT US

slide 6 to 10 of 5

Thumbs up

Fabio M.

TerraYou helped me start small and figure myself out piece by piece. It’s been a
journey!

Michelle S.

Your site gave me the direction I didn’t even know I was looking for :)

Ally H.

Love the tests. The results are always super on point!

Beccy C.

I started with the Archetype and now I’m hooked! Each time I find out something
new about me and I LOVE it!

Mel F.

Thumbs up

Fabio M.

TerraYou helped me start small and figure myself out piece by piece. It’s been a
journey!

Michelle S.

Your site gave me the direction I didn’t even know I was looking for :)

Ally H.

Love the tests. The results are always super on point!

Beccy C.

I started with the Archetype and now I’m hooked! Each time I find out something
new about me and I LOVE it!

Mel F.

Thumbs up

Fabio M.

TerraYou helped me start small and figure myself out piece by piece. It’s been a
journey!

Michelle S.

Your site gave me the direction I didn’t even know I was looking for :)

Ally H.

Love the tests. The results are always super on point!

Beccy C.

I started with the Archetype and now I’m hooked! Each time I find out something
new about me and I LOVE it!

Mel F.

Thumbs up

Fabio M.

TerraYou helped me start small and figure myself out piece by piece. It’s been a
journey!

Michelle S.
 * 
 * 

 * Home
 * Imprint
 * Terms
 * Data Protection
 * Privacy
 * Affiliate Program

© 2023 TerraYou GmbH

Disclaimer: our content is created for the purpose of fun and entertainment
only.

Please don't use TerraYou to make important life decisions and remember that it
is intended purely for fun.

Close


ENTER EMAIL TO SIGN IN OR CREATE NEW ACCOUNT

Enter email address

Password




Remember me
Forgot your password?
Resend Code Continue
OR
Change Email Resend Code

By clicking continue you are agreeing to TerraYou's Terms of Service and confirm
that you have read and understood TerraYou's Privacy Policy.

Need help? Contact us

Close

We have sent you an email with instructions on resetting your password.


ENTER YOUR EMAIL

Email address


Email will be sent to reset password

Send