www.artstation.com Open in urlscan Pro
104.18.153.26  Public Scan

URL: https://www.artstation.com/gemstonelabs7/profile
Submission: On January 13 via manual from IN — Scanned from DE

Form analysis 6 forms found in the DOM

<form class="search autocomplete" id="autocomplete" role="search" data-expanded="false" data-loading="false" data-position="below" style="position: relative;"><i class="far fa-search main-menu-search-icon"></i><input
    class="autocomplete-input main-menu-search-input" placeholder="Search" type="search" role="combobox" autocomplete="off" autocapitalize="off" autocorrect="off" spellcheck="false" aria-autocomplete="list" aria-haspopup="listbox"
    aria-expanded="false" aria-owns="">
  <div class="autocomplete-dropdown is-loaded" id="autocomplete-result-list-1" style="position: absolute; z-index: 1; visibility: hidden; pointer-events: none; top: 100%;">
    <ul class="autocomplete-result-list" role="listbox"></ul>
    <div class="autocomplete-dropdown-footer"></div>
  </div>
</form>

POST /api/v2/authentication/session/login

<form action="/api/v2/authentication/session/login" accept-charset="UTF-8" method="post" class="ng-pristine ng-valid"><input type="hidden" name="form_type" value="modal" autocomplete="off">
  <div class="bs-form-group"><label class="control-label" for="user_email">Your email</label><input class="bs-form-control" id="user_email" type="email" placeholder="email@example.com" autofocus="true" name="email" tabindex="1"></div>
  <div class="bs-form-group">
    <div class="bs-row bs-row-flex">
      <div class="bs-col-xs-6"><label class="control-label" for="user_password">Password</label></div>
      <div class="bs-col-xs-6 bs-text-right"><a class="font-weight-normal" href="/users/password/new" target="_self">Forgot password?</a></div>
    </div><input class="bs-form-control" id="user_password" type="password" placeholder="password" autocomplete="off" name="password" tabindex="2">
  </div>
  <div class="bs-form-group"><button class="bs-btn bs-btn-block bs-btn-primary" type="submit" tabindex="3"><i class="far fa-sign-in fa-pad-right"></i>Sign in</button></div>
</form>

Name: messageForm

<form name="messageForm" ng-show="previewMode || allowed" ng-submit="submit()" class="ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength ng-hide">
  <div class="form-group ng-hide" ng-show="lastConversationId"><a ng-href="/messages/conversations/" href="/messages/conversations/">Go to conversation</a></div>
  <div class="form-group" ng-hide="lastConversationId"><label class="control-label">What is this message about?</label>
    <div><label class="radio-inline"><input checked="true" name="conversationType" ng-model="conversationType" type="radio" value="business" class="ng-pristine ng-untouched ng-valid ng-not-empty"><span class="custom"></span>Business</label><label
        class="radio-inline"><input name="conversationType" ng-disabled="disableGeneral" ng-model="conversationType" type="radio" value="general" class="ng-pristine ng-untouched ng-valid ng-not-empty"><span class="custom"></span>General</label></div>
  </div>
  <div class="alert alert-warning" id="relevant-enquiries-only-alert" ng-show="!lastConversationId &amp;&amp; conversationType == 'business'"><i class="far fa-exclamation-triangle fa-pad-right"></i><b>Relevant business enquiries only</b><br>Be sure
    your message respects this user's preferences. Abuse will result in loss of messaging privileges or account removal.</div><!---->
  <div class="form-group"><textarea class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" maxlength="4096" ng-disabled="previewMode" ng-model="messageBody" placeholder="Your message..." required=""
      rows="8"></textarea></div>
  <div class="btn-toolbar"><!---->
    <div class="btn-group" ng-if="!messageCreatingInProgress"><button class="btn btn-primary" ng-disabled="disableSubmit || previewMode" type="submit"><i class="far fa-envelope fa-pad-right"></i>Send</button></div><!---->
    <div class="btn-group"><button class="btn btn-default" data-dismiss="modal">Cancel</button></div>
  </div>
</form>

Name: abuseReportForm

<form class="form ng-pristine ng-invalid ng-invalid-required" id="artstation-report-abuse-form" name="abuseReportForm" ng-submit="submit()">
  <div class="form-group"><label>This is:</label>
    <div class="radio"><label><input name="kind" ng-model="abuseReport.kind" required="" type="radio" value="spam" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"><span class="custom"></span>Spam</label></div>
    <div class="radio"><label><input name="kind" ng-model="abuseReport.kind" required="" type="radio" value="inappropriate" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"><span class="custom"></span>Offensive or illegal
        content</label></div>
    <div class="radio"><label><input name="kind" ng-model="abuseReport.kind" required="" type="radio" value="copyright" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"><span class="custom"></span>Copyright
        Infringement</label></div>
  </div><!----><!----><!----><!----><!----><!---->
  <div ng-if="!currentUser.isSignedIn() &amp;&amp; abuseReport.kind != 'copyright'">
    <div class="form-group"><label>Please enter your email address, in case we need to contact you for more information</label><input class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="abuseReport.anonymous_user_email"
        placeholder="Email address" type="text"></div>
  </div><!---->
  <div class="btn-toolbar">
    <div class="btn-group"><button class="btn btn-primary btn-sm" ng-disabled="abuseReportForm.$invalid || !validEmail" disabled="disabled">Report abuse</button></div>
    <div class="btn-group"><button class="btn btn-default btn-sm" ng-click="cancel()" type="button">Cancel</button></div>
  </div>
</form>

Name: portfolioOptionsForm

<form name="portfolioOptionsForm" ng-submit="submit()" class="ng-pristine ng-valid">
  <div class="modal-header"><button aria-label="close" class="close" data-dismiss="modal"><i class="far fa-times"></i></button>
    <h3 class="modal-title">Block user </h3>
  </div>
  <div class="modal-body">
    <p>Blocking a user will prevent that user from commenting on your posts and messaging you. If a user is being abusive, please also submit an abuse report for our moderation team to review.</p>
    <p>Note that you will still see this person's artwork on the public community gallery.</p>
    <p>Do you want to continue?</p>
  </div>
  <div class="modal-footer">
    <div class="btn-toolbar">
      <div class="btn-group"><button class="btn btn-primary" type="submit">Yes - Block user</button></div>
      <div class="btn-group"><button class="btn btn-default" data-dismiss="modal">Cancel</button></div>
    </div>
  </div>
</form>

POST /api/v2/authentication/session/login

<form class="simple_form user-login-form ng-pristine ng-valid" id="new_user" action="/api/v2/authentication/session/login" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="hidden"
    name="authenticity_token" value="ZkibrHe9tvOaG2LO0RY0ao2077l6EM2q/mG/9VsrUBepfoB7zM0dRZ6luj+fScRbfy+SK4SL538HRO3WXcZNfw==" autocomplete="off"><input name="form_type" type="hidden" value="modal" autocomplete="off">
  <div class="signin-options"><button class="btn btn-g js-google-login-button" type="button"><i class="fab fa-google fa-pad-right"></i>Sign in with Google</button><button class="btn bs-btn-default bs-btn-f js-facebook-login-button"
      type="button"><i class="fab fa-facebook fa-pad-right text-white"></i>Sign in with Facebook</button></div>
  <div class="signin-options-or">Or</div>
  <div class="form-group email optional user_email"><label class="control-label email optional" for="user_email">Your email</label><input class="form-control string email optional" name="email" autofocus="autofocus" placeholder="email@example.com"
      type="email" id="user_email"></div>
  <div class="form-group password optional user_password"><label class="control-label password optional" for="user_password">Password</label><input class="form-control password optional" autocomplete="off" name="password" placeholder="password"
      type="password" id="user_password"></div>
  <div class="form-group"><button name="button" type="submit" class="btn btn-default"><i class="far fa-sign-in fa-pad-right"></i>Sign in</button></div>
  <div class="row row-flex">
    <div class="col-xs-6"><a target="_self" href="/users/password/new">Forgot password?</a></div>
    <div class="col-xs-6 text-right"><a target="_self" href="/registration/signup">Sign up</a></div>
  </div>
</form>

Text Content

Marketplace Spring Fling SaleShop Now

 * 
 * 
    * Explore
      * Gallery
      * Blogs
      * Magazine
    * Learn
      * Learning
      * Challenges
      * Find a School
    * Shop
      * MarketplaceSale
      * PrintsSale
    * Jobs
      * Find a Job
      * Find an Artist
      * Find a Studio

 * 
 * 
 * 0
 * USD, $
    * USD
    * CAD
    * EUR
    * GBP

 * Sign up
 * Sign In
   
 *  * About ArtStation
    * About Company
    * Help
    * 
    * Newsletter
    * Facebook
    * Instagram
    * Twitter
    * 
    * Terms of Service
    * Privacy Policy

0Sign up
 * Explore
    * Gallery
    * Blogs
    * Magazine

 * Learn
    * Learning
    * Challenges
    * Find a School

 * Shop
    * MarketplaceSale
    * PrintsSale

 * Jobs
    * Find a Job
    * Find an Artist
    * Find a Studio

 * More
    * About ArtStation
    * About Company
    * Help
    * 
    * Newsletter
    * Facebook
    * Instagram
    * Twitter
    * 
    * Terms of Service
    * Privacy Policy

 * USD, $
    * USD
    * CAD
    * EUR
    * GBP





SIGN IN


Sign in with Facebook
Or
Your email
Password
Forgot password?
Sign in
Not a member yet? Sign Up here

Join the leading showcase platform for art and design.


Sign up with FacebookSign up with Email
Already have an account? Sign In here
It looks like you’re using ArtStation from Europe.
Would you like to change the currency to Euros (€)?
It looks like you’re using ArtStation from Great Britain.
Would you like to change the currency to Pounds (£)?
It looks like you’re using ArtStation from Canada.
Would you like to change the currency to CAD ($)?
Keep USD $
Change to EUR €Change to GBP £Change to CAD $


GEMSTONE LABS

Gemstone Labs
London, United Kingdom

Gemstone Labs
   
   
   
   
   
   
 * About
 * Likes(0)
 * Following(0)
 * Followers(0)
   
   

   
 * Follow
   
   
 * Message
   
   
   


SUMMARY

Diamonds are gemstones that many people purchase to enhance their appearance.
Because of its scarcity, it is a popular jewellery choice. Diamonds are
beautiful to look at and wear; they represent class and exquisite taste, but the
cost of owning natural diamonds deters many people.




CONTACT

   
 * 
   





MESSAGE GEMSTONE LABS

  Gemstone Labs has disabled new messages.
Go to conversation
What is this message about?
BusinessGeneral
Relevant business enquiries only
Be sure your message respects this user's preferences. Abuse will result in loss
of messaging privileges or account removal.

Send
Cancel


REPORT ABUSE

This is:
Spam
Offensive or illegal content
Copyright Infringement
Please enter your email address, in case we need to contact you for more
information
Report abuse
Cancel

Thank you! Your report has been sent.

This information is important to us. We will carefully review this and take
action if necessary.

There is no need to submit another report about this issue. To protect our
user’s privacy, only the user affected will be notified of the action we take.
Thank you for your understanding.

Close


BLOCK USER

Blocking a user will prevent that user from commenting on your posts and
messaging you. If a user is being abusive, please also submit an abuse report
for our moderation team to review.

Note that you will still see this person's artwork on the public community
gallery.

Do you want to continue?

Yes - Block user
Cancel


SIGN IN

Sign in with GoogleSign in with Facebook
Or
Your email
Password
Sign in
Forgot password?
Sign up
Close



ONE MORE STEP

PLEASE COMPLETE A SECURITY CHECK TO CONTINUE

Session ID: 2e175197-5899-4233-beb3-743632d401e1 | IP Address:
2a03:1b20:6:f011::9e

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

{{errorMessage}}

TRY AGAIN