freelancernomads.com Open in urlscan Pro
2606:4700:3033::6818:7b48  Public Scan

Submitted URL: http://99designsreviews.space/
Effective URL: https://freelancernomads.com/99designs-reviews
Submission: On November 27 via manual from US

Form analysis 2 forms found in the DOM

POST /Account/Login

<form action="/Account/Login" enctype="multipart/form-data" id="fromCaptcha" method="post"><input name="__RequestVerificationToken" type="hidden" value="">
  <div class="form-horizontal modal fade my-modal" id="modalLoginForm" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-dialog-centered my-modal" role="document">
      <div class="modal-content ">
        <div class="modal-header text-center" style="background-color:#001440; color: white">
          <p class="modal-title w-100 font-weight-bold text-center">Log in</p>
          <button type="button" class="close" data-dismiss="modal" aria-label="Close">
            <span aria-hidden="true">×</span>
          </button>
        </div>
        <div class="modal-body">
          <div class="mb-5">
            <svg class="svg-inline--fa fa-user fa-w-14 prefix grey-text modal-icon" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="user" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg="">
              <path fill="currentColor"
                d="M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z">
              </path>
            </svg><!-- <i class="fas fa-user prefix grey-text modal-icon"></i> -->
            <input class="form-control validate modal-input  text-box single-line" id="Username" name="Username" type="text" value="">
            <label class="modal-label" data-error="wrong" data-success="right" for="defaultForm-username">Your username</label>
          </div>
          <div class="mb-4">
            <svg class="svg-inline--fa fa-lock fa-w-14 prefix grey-text modal-icon" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="lock" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg="">
              <path fill="currentColor"
                d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path>
            </svg><!-- <i class="fas fa-lock prefix grey-text modal-icon"></i> -->
            <input class="form-control validate modal-input" id="Password" name="Password" type="password">
            <label class="modal-label" data-error="wrong" data-success="right" for="defaultForm-pass">Your password</label>
          </div>
          <div class="mb-4">
            <input id="GoogleCaptchaTokenPop" name="GoogleCaptchaTokenPop" type="hidden"
              value="03AGdBq26G5mKNze2YynEBTgRDfznJTZsd7W3QZRt7OkdBsW1_tTKeGg66aAG1WWJWWciDyE76Er6xWLrdTBu7netDkRt8RtvnVIHOonvikAoBow4qfwLLhUWknvvr0Rv7KypkpCR8VcygDGBPyGKtiuOC9f_e_rChB96RH5Cfd0TnQnJnYv9CLiL2DXWX2qpWlU2AeLMA1_gf_3jrb60oN9XXJJfdoJDfFro1BL8lrY9s9Q_KYpT7gqE-qYjBpn8g6Wuxhpn_4qlnxkM0NVWpKqV9-riu5TfObr3G_GeKVMNOt4MaFLtRWkeYPZRefQ4_JKbglEbwDi0GpDVPZhcjtP5m43n4s_IhCxcrJxAih2YYfmPMO4rQ--tqQUz-VA1j-FpGQgrEy2QNFkAtP-vcoiNINErsCcxlkDLnhbmFDXJj1XwHdVyXWQrC90jCSs3_DdqBv6oHc3Vz2XFrKtWNwBpEi1LgrAiCMXV8hAxKvttnmE6quSFyuFo">
          </div>
        </div>
        <div class="modal-footer d-flex justify-content-center">
          <button class="btn signup" type="submit" value="Submit" id="btnLogin">Login</button>
        </div>
        <div class="modal-footer d-flex justify-content-center new-acc-link">
          <a data-toggle="modal" data-target="#modalSignupForm" data-dismiss="modal">Create your account</a>
        </div>
      </div>
    </div>
  </div>
</form>

POST /Account/Signup

<form action="/Account/Signup" enctype="multipart/form-data" id="signupForm" method="post"><input name="__RequestVerificationToken" type="hidden" value="">
  <div class="form-horizontal modal fade my-modal" id="modalSignupForm" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-dialog-centered my-modal" role="document">
      <div class="modal-content ">
        <div class="modal-header text-center" style="background-color:#001440; color: white">
          <p class="modal-title w-100 font-weight-bold text-center">Create your account</p>
          <button type="button" class="close" data-dismiss="modal" aria-label="Close">
            <span aria-hidden="true">×</span>
          </button>
        </div>
        <div class="modal-body">
          <div class="mb-2">
            <input class="form-control validate modal-input  text-box single-line" id="Firstname" name="Firstname" type="text" value="">
            <label class="modal-label" data-error="wrong" data-success="right" for="defaultForm-username">First name</label>
          </div>
          <div class="mb-2">
            <input class="form-control validate modal-input  text-box single-line" id="Lastname" name="Lastname" type="text" value="">
            <label class="modal-label" data-error="wrong" data-success="right" for="defaultForm-username">Last name</label>
          </div>
          <div class="mb-2">
            <svg class="svg-inline--fa fa-envelope fa-w-16 prefix grey-text modal-icon" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="envelope" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">
              <path fill="currentColor"
                d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z">
              </path>
            </svg><!-- <i class="fas fa-envelope prefix grey-text modal-icon"></i> -->
            <input class="form-control validate modal-input  text-box single-line" id="Email" name="Email" type="text" value="">
            <label class="modal-label" data-error="wrong" data-success="right" for="defaultForm-mail">Your email</label>
          </div>
          <div class="mb-2">
            <svg class="svg-inline--fa fa-user fa-w-14 prefix grey-text modal-icon" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="user" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg="">
              <path fill="currentColor"
                d="M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z">
              </path>
            </svg><!-- <i class="fas fa-user prefix grey-text modal-icon"></i> -->
            <input class="form-control validate modal-input  text-box single-line" id="Username" name="Username" type="text" value="">
            <label class="modal-label" data-error="wrong" data-success="right" for="defaultForm-username">Your username</label>
          </div>
          <div class="mb-2">
            <svg class="svg-inline--fa fa-lock fa-w-14 prefix grey-text modal-icon" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="lock" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg="">
              <path fill="currentColor"
                d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path>
            </svg><!-- <i class="fas fa-lock prefix grey-text modal-icon"></i> -->
            <input class="form-control validate modal-input" id="Password" name="Password" type="password">
            <label class="modal-label" data-error="wrong" data-success="right" for="defaultForm-pass">Your password</label>
          </div>
        </div>
        <div class="modal-footer d-flex justify-content-center">
          <button class="btn signup" type="submit">Sign Up</button>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Home
 * Companies
 * Q&A
 * Blog
 * Calculator
 * Quiz

 * Log In
 * Sign Up

Log in

×
Your username
Your password

Login
Create your account

Create your account

×
First name
Last name
Your email
Your username
Your password
Sign Up

Error: this username is already taken

×

THIS USERNAME ALREADY EXISTS. TRY WITH ANOTHER ONE.

Sign Up


99DESIGNS

| NUMBER OF REVIEWS: 0

SIGN UP FOR 99DESIGNS

Get Started

99DESIGNS REVIEWS AND DETAILS

ABOUT 99DESIGNS

99designs is the global creative platform that makes it easy for designers and
clients to work together to create designs they love. From clients who need
custom design, to designers who want quality projects, people around the world
rely on the tried-and-true 99designs creative process to get great design
online. Since 2008, 99designs has grown from a small, online forum into a global
community of designers that is now the go-to solution for businesses, agencies
and individuals. Partners are now also tapping into 99designs’ API technology,
community, and marketplace management expertise to solve their own customers’
creative bottlenecks. Companies like Squarespace have leveraged existing
99designs infrastructure to launch a creative ecosystem around their core
product, matching customers with relevant experts exactly when they need them.
With headquarters in Melbourne, Australia and offices in Oakland and Berlin, the
99designs team believes that great design can help people create and grow - no
matter where they are in the world.

99DESIGNS DETAILS

Website

WWW.99DESIGNS.COM

LinkedIn

LINKEDIN.COM/99DESIGNS

Discussions

0

Twitter

TWITTER.COM/99DESIGNS

Year Founded

2008



99DESIGNS COMPARISONS



99DESIGNS VS. HIREABLE



99DESIGNS VS. REMOTIVE



99DESIGNS VS. SERVICESCAPE

99DESIGNS REVIEWS

1 star
2 stars
3 stars
4 stars
5 stars

FILTER THE COMMENTS ACCORDING TO ITS REVIEWS

NO REVIEW FOUND





99DESIGNS USER RATINGS




THERE ARE NO COMMENTS YET. LEAVE THE FIRST COMMENT.

You must login to leave a comment

Freelancer Nomads is the ultimate freelancing community. We're on a mission to
help over 50 million freelancers work better and smarter.

RESOURCES

Blog

Community

Freelance Calculator

Quiz

REVIEWS

Upwork Reviews

Fiverr Reviews

Freelancer Reviews

All Platform Reviews

COMPANY

About us

Contact us

--------------------------------------------------------------------------------

Disclaimers: Information obtained via Freelancer Nomads is for educational
purposes only. Please consult a licensed financial professional before making
any financial decisions. This site may be compensated through third party
advertisers.

© Copyright 2020 Freelancer Nomads. All Rights Reserved.