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

URL: https://www.artstation.com/tonic3247/profile
Submission: On March 02 via manual from IN — Scanned from DE

Form analysis 5 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>

Text Content

Marketplace Tutorial 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 $


TONIC324

Tonic Studios
Ripon, United States

tonic324
   
   
   
   
   
   
 * About
 * Likes(0)
 * Following(0)
 * Followers(0)
   
   

   
 * Follow
   
   
 * Message
   
   
   


SUMMARY

Tonic Studios USA opened for business on the 1st January 2015, with one full
time employee. Tonic’s American branch has since grown to to 16 strong team,
dedicated to distributing and selling quality craft products to customers in
North, Central and South America, and beyond. The US arm of Tonic Studios Ltd,
based in South Wales, UK, was formed to bring the best of Tonic Studios to a USA
audience who were ready to develop their crafting through new tools, dies,
embellishments.




CONTACT

   
 * 
   




HIRING INFO

Interested in:

   
   
   
 * Freelance
   




SKILLS

other




MESSAGE TONIC324

  tonic324 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
Close