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

URL: https://www.artstation.com/tonicstudios46
Submission: On March 13 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 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 $


TONIC STUDIOS

Tonic Studios
Ripon, United States

Tonic Studios
   
   
   
   
   
   
 * 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

   
 * 
   




Tonic Studios hasn’t posted any projects yet.

Tonic Studios hasn’t posted any projects yet.


MESSAGE TONIC STUDIOS

  Tonic Studios 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


PRIVACY PREFERENCE CENTER




YOUR PRIVACY


YOUR PRIVACY

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer. More information


 * STRICTLY NECESSARY COOKIES
   
   
   STRICTLY NECESSARY COOKIES
   
   Always Active
   Strictly Necessary Cookies
   
   These cookies are necessary for the website to function and cannot be
   switched off in our systems. They are usually only set in response to actions
   made by you which amount to a request for services, such as setting your
   privacy preferences, logging in or filling in forms. You can set your browser
   to block or alert you about these cookies, but some parts of the site will
   not then work. These cookies do not store any personally identifiable
   information.
   
   Cookies Details‎


 * PERFORMANCE COOKIES
   
   
   PERFORMANCE COOKIES
   
   Performance Cookies
   
   These cookies allow us to count visits and traffic sources so we can measure
   and improve the performance of our site. They help us to know which pages are
   the most and least popular and see how visitors move around the site. If you
   do not allow these cookies we will not know when you have visited our site,
   and will not be able to monitor its performance.
   
   Cookies Details‎


 * FUNCTIONAL COOKIES
   
   
   FUNCTIONAL COOKIES
   
   Functional Cookies
   
   These cookies enable the website to provide enhanced functionality and
   personalization. They may be set by us or by third party providers whose
   services we have added to our pages. If you do not allow these cookies then
   some or all of these services may not function properly.
   
   Cookies Details‎

Back Button


ADVERTISING COOKIES

Filter Button
Consent Leg.Interest
Select All Vendors
Select All Vendors
Select All Hosts

Select All

 * REPLACE-WITH-DYANMIC-HOST-ID
   
   
   33ACROSS
   
   33ACROSS
   
   View Third Party Cookies
   
    * Name
      cookie name

 * REPLACE-WITH-DYANMIC-VENDOR-ID
   
   
   33ACROSS
   
   3 Purposes
   
   View Privacy Notice
   
   
   
   33ACROSS
   
   3 Purposes
   
   View Privacy Notice
   
   REPLACE-WITH-DYANMIC-VENDOR-ID
   
   Consent Purposes
   
   Location Based Ads
   
   Consent Allowed
   
   Legitimate Interest Purposes
   
   Personalize
   
   Require Opt-Out
   
   Special Purposes
   
   Location Based Ads
   
   Features
   
   Location Based Ads
   
   Special Features
   
   Location Based Ads



Clear Filters

Information storage and access
Apply
Confirm My Choices Allow All


By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and personalize
content.Privacy Policy

Cookies Settings Reject All Accept All Cookies