www.artiversity.me Open in urlscan Pro
54.87.111.129  Public Scan

Submitted URL: http://www.artiversity.me/
Effective URL: https://www.artiversity.me/
Submission: On December 02 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: paymentForm

<form id="paymentForm" name="paymentForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email" novalidate="novalidate">
  <h3 class="tpl-6__checkout__title mb-sm-24 mb-16">Checkout</h3>
  <h4 class="tpl-6__checkout__subtitle mb-sm-20 mb-16">Contact</h4>
  <div class="row mobile-display">
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.first_name !== ''}" autofill="" id="fname" name="fname" ng-model="order.customer.first_name"
          required="" spellcheck="false" value="" autocomplete="given-name">
        <label for="fname" class="order-1">First Name</label>
      </div>
    </div>
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.last_name !== ''}" autofill="" id="lname" name="lname" ng-model="order.customer.last_name"
          required="" spellcheck="false" value="" autocomplete="family-name">
        <label for="lname" class="order-1">Last Name</label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="email" class="form-control form-control--icon form-control--email order-2 ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.email !== ''}" autofill="" id="email"
          name="email" ng-model="order.customer.email" required="" spellcheck="false" value="" autocomplete="email">
        <label for="email" class="order-1">Email Address</label>
      </div>
    </div>
    <div class="col-sm-6 col-12">
      <!-- ngIf: checkoutState.product.properties.phone_number_field -->
    </div>
  </div>
  <!-- ngIf: showGiftInformation -->
  <div ng-if="showGiftInformation" class="ng-scope">
    <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Gifting Options</h4>
    <label class="sc-tpl-custom-checkbox gifting-label">
      <input type="checkbox" ng-click="togglePageLevelGifting()" ng-checked="includes_gift">
      <span class="sc-tpl-radio-checkmark gift-checkbox-label">
        <svg class="gift-icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
          <path
            d="M0.96 15.3816C0.96 15.7237 1.246 16 1.6 16H7.32V8.7343H0.96V15.3816ZM8.68 16H14.4C14.754 16 15.04 15.7237 15.04 15.3816V8.7343H8.68V16ZM15.36 4.09662H12.408C12.68 3.68309 12.84 3.19227 12.84 2.66667C12.84 1.19614 11.602 0 10.08 0C9.252 0 8.506 0.355555 8 0.915942C7.494 0.355555 6.748 0 5.92 0C4.398 0 3.16 1.19614 3.16 2.66667C3.16 3.19227 3.318 3.68309 3.592 4.09662H0.64C0.286 4.09662 0 4.37295 0 4.71498V7.42029H7.32V4.09662H8.68V7.42029H16V4.71498C16 4.37295 15.714 4.09662 15.36 4.09662ZM7.32 4.01932H5.92C5.148 4.01932 4.52 3.41256 4.52 2.66667C4.52 1.92077 5.148 1.31401 5.92 1.31401C6.692 1.31401 7.32 1.92077 7.32 2.66667V4.01932ZM10.08 4.01932H8.68V2.66667C8.68 1.92077 9.308 1.31401 10.08 1.31401C10.852 1.31401 11.48 1.92077 11.48 2.66667C11.48 3.41256 10.852 4.01932 10.08 4.01932Z">
          </path>
        </svg> My order includes a gift</span>
    </label>
    <!-- ngIf: includes_gift -->
    <!-- ngIf: includes_gift -->
    <!-- ngIf: includes_gift -->
  </div><!-- end ngIf: showGiftInformation -->
  <div class="row">
    <div class="col-12">
      <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Coupon Code</h4>
      <div class="tpl-6__coupon mb-sm-24 mb-16">
        <div class="row align-items-sm-center">
          <div class="col-sm-6 col-12">
            <div class="form-group mb-sm-0">
              <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty" placeholder="Coupon Code" id="coupon" name="coupon" ng-model="coupon_code">
            </div>
          </div>
          <div class="col-sm-auto col-12 px-8">
            <!-- ngIf: coupon_message.text == '' --><button type="button" class="btn btn-sm btn-primary btn-custom ng-scope" ng-if="coupon_message.text == ''" ng-disabled="!coupon_code" ng-click="checkCoupon(771615, false, false)"
              disabled="disabled">Apply coupon code</button><!-- end ngIf: coupon_message.text == '' -->
            <!-- ngIf: coupon_message.text !== '' -->
          </div>
          <div class="col-sm col-12 px-8 mt-sm-0 mt-8">
            <!-- ngIf: coupon_message.text !== '' -->
          </div>
        </div>
      </div>
    </div>
  </div>
  <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Payment Methods</h4>
  <div id="payments" class="tpl-6__payment mb-sm-34 mb-24 mx-sm-0 mx-n16 p-sm-24 p-16">
    <div class="row">
      <div class="col-sm-auto col-12 order-sm-1 mt-sm-0 mt-16 order-3 ml-20 pr-0">
        <div class="custom-control custom-radio m-0">
          <input type="radio" id="creditCardRadio" name="paymentMethods" data-toggle="collapse" data-target="#cards:not(.show)" class="custom-control-input" ng-click="setPaymentType('cc_processor')" aria-expanded="true" checked="">
          <label class="custom-control-label d-flex align-items-center" for="creditCardRadio">
            <div class="payment-method-label"><img class="sampay-icon" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/sampay-wallet.svg" alt="SamPay Wallet"><span>Card &amp; More</span></div>
          </label>
        </div>
      </div>
      <div id="cards" class="col-12 collapse order-sm-4 order-3  show " data-parent="#payments">
        <div class="payment-element-container">
          <div class="payment-form cc-processor-form sampay-processor-form" ng-show="processor_selection == 'cc_processor'">
            <!-- ngIf: renderingPaymentElement -->
            <!-- ngIf: !renderingPaymentElement -->
            <div ng-if="!renderingPaymentElement" class="ng-scope">
              <stripe-element id="payment-element" instance="paymentElement" class="stripe-payment-element ng-isolate-scope">
                <div stripe-element-decorator="" class="StripeElement">
                  <div class="__PrivateStripeElement"
                    style="margin: -4px 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important; clear: both !important; transition: height 0.35s ease 0s !important;">
                    <iframe name="__privateStripeFrame93713" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *; publickey-credentials-get *"
                      src="https://js.stripe.com/v3/elements-inner-payment-6997087504dcaee866a59779325af5c5.html#wait=true&amp;rtl=false&amp;publicOptions[wallets][applePay]=never&amp;publicOptions[wallets][googlePay]=never&amp;publicOptions[layout][type]=accordion&amp;publicOptions[layout][defaultCollapsed]=false&amp;publicOptions[layout][radios]=false&amp;publicOptions[layout][spacedAccordionItems]=true&amp;stripeAccount=acct_1NnoOK2vrBwml0Kx&amp;componentName=payment&amp;keyMode=live&amp;apiKey=pk_live_NNX27kZQDAPiNsF78lllGNd0&amp;referrer=https%3A%2F%2Fwww.artiversity.me%2F&amp;controllerId=__privateStripeController9371"
                      title="Secure payment input frame"
                      style="border: none !important; margin: -4px; padding: 0px !important; width: calc(100% + 8px); min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 338.312px; opacity: 1; transition: opacity 0.4s ease 0.1s;"></iframe>
                  </div>
                </div>
              </stripe-element>
            </div><!-- end ngIf: !renderingPaymentElement -->
          </div>
        </div>
      </div>
      <div class="col-sm-auto col-12 order-sm-2 mt-sm-0 mt-16 order-1 ml-20 pr-0">
        <div class="custom-control custom-radio m-0">
          <input type="radio" id="payPalRadio" name="paymentMethods" data-toggle="collapse" data-target="#paypal:not(.show)" class="custom-control-input" ng-click="setPaymentType('paypal')" aria-expanded="false">
          <label class="custom-control-label d-flex align-items-center" for="payPalRadio">
            <div class="payment-method-label"><img class="paypal-icon-v2" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/paypal-v2.svg" alt="PayPal"><span>PayPal</span></div>
          </label>
        </div>
      </div>
      <div id="paypal" class="col-12 collapse order-sm-4 order-1" data-parent="#payments">
        <div class="alternate-payments">
          <img class="payment-logo" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/paypal-redirect.svg" alt="PayPal logo">
          <p>PayPal selected.</p>
          <div>
            <img class="external-link" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/external-link.svg">
            <p class="payment-subtext">After submitting, you will be redirected to the PayPal website to fill out your payment information. You will be redirected back to our site once the payment is completed.</p>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="v2-horizontal-large-container">
    <div id="orderBump674468" class="order-bump-wrapper">
      <div class="vertical" ng-style="{'background-color': resolveOrderBumpBackgroundColor(), 'border': resolveOrderBumpBorderStyle()}" style="background-color: rgb(255, 237, 225); border: 2px none rgb(254, 194, 156);">
        <div class="order-bump-image order-bump-image-fill">
          <img ng-src="https://s3.amazonaws.com/samcart-foundation-prod/marketplace-40592/assets/70e386f0-52e6-4218-871c-f3e24268c385" alt="PRIVATE COACHING" width="100%" height="100%"
            src="https://s3.amazonaws.com/samcart-foundation-prod/marketplace-40592/assets/70e386f0-52e6-4218-871c-f3e24268c385">
        </div>
        <div class="content">
          <div class="header-content" ng-style="{'color': resolveOrderBumpTextColor(), 'text-align': resolveOrderBumpTextAlignment()}" style="color: rgb(23, 47, 68); text-align: left;">
            <div class="order-bump-headline">
              <p ng-style="{'color': resolveOrderBumpHeadlineColor()}" class="sc-headline h1" style="color: rgb(14, 111, 204);">Personalized Marketing Mastery Session</p>
            </div>
            <div class="order-bump-description">
              <p class="p1"
                style="margin-bottom: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 20px; line-height: normal; font-family: &quot;Helvetica Neue&quot;;">
                Unlock expert marketing insights with Rachel! For a limited time, snag a 90-minute tailored coaching session plus a comprehensive social media review across three platforms – all for just $299. Elevate your digital presence with
                actionable strategies worth $599. Limited spots, major impact. Secure yours now!</p>
            </div>
          </div>
          <div class="bump-content left" ng-class="resolveOrderBumpTextAlignment()">
            <div class="tpl-6__offer__checkbox custom-control custom-checkbox d-inline-block rounded bg-white" ng-style="{'text-align': resolveOrderBumpTextAlignment(), 'border': resolveOrderBumpBorderStyle()}"
              style="text-align: left; border: 2px none rgb(254, 194, 156);">
              <input type="checkbox" class="custom-control-input" ng-checked="order_bumps.has(482483)" id="order_bump_PRIVATE COACHING" ng-click="toggleOrderBumps(771615, 482483, false, false)">
              <label class="custom-control-label pr-md-36 pr-sm-20 pr-8 ng-binding" for="order_bump_PRIVATE COACHING" ng-style="{'--color':resolveOrderBumpPriceColor(), 'color': resolveOrderBumpButtonTextColor(),
                                    'opacity': order_bumps.has(482483) ? 1 : .6}" style="--color: #FF7A50; color: rgb(2, 27, 49); opacity: 0.6;"> Add to order </label>
            </div>
            <div class="pricing">
              <div ng-style="{'color': resolveOrderBumpPriceColor(), 'text-align': resolveOrderBumpTextAlignment()}" style="color: rgb(255, 122, 80); text-align: left;">
                <strong class="ng-binding">$299.00</strong>
                <strike class="ng-binding">$599.00</strike>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Order Summary</h4>
  <div id="order-summary-widget" box-loading="contextRefresh">
    <div id="product-list" class="box">
      <!-- ngRepeat: invoiceItem in checkoutContext.order.invoice.items -->
      <div class="product-item ng-scope" ng-repeat="invoiceItem in checkoutContext.order.invoice.items">
        <div class="product-label-col">
          <span class="product-item-name ng-binding">ARTIVERSITY</span>
          <!-- ngIf: subscriptionsByProductId[invoiceItem.product_id] -->
          <div ng-if="subscriptionsByProductId[invoiceItem.product_id]" class="ng-scope">
            <span class="price-item-detail">
              <span class="ng-binding">Then $97.00 monthly</span>
            </span>
          </div><!-- end ngIf: subscriptionsByProductId[invoiceItem.product_id] -->
          <!-- ngIf: showGiftInformation -->
          <div class="is-gift-checkbox ng-scope" ng-if="showGiftInformation">
            <!-- ngIf: invoiceItem.allow_gifting --><label class="sc-tpl-custom-checkbox ng-scope" ng-if="invoiceItem.allow_gifting">
              <input type="checkbox" ng-click="giftOrderInfo(invoiceItem.product_id)" ng-checked="isGiftedProduct(invoiceItem.product_id)">
              <span class="sc-tpl-radio-checkmark gift-checkbox-label"> This item is a gift</span>
            </label><!-- end ngIf: invoiceItem.allow_gifting -->
            <!-- ngIf: !invoiceItem.allow_gifting -->
          </div><!-- end ngIf: showGiftInformation -->
          <!-- ngIf: invoiceItem.type === 'bump' -->
        </div>
        <div class="product-price-col float-right text-right">
          <!-- ngIf: invoiceItem.quantity > 1 --><span class="unit-amount ng-binding">$97.00</span>
        </div>
      </div><!-- end ngRepeat: invoiceItem in checkoutContext.order.invoice.items -->
    </div>
    <div id="summary-totals" class="box">
      <div class="invoice-item subtotal-row ng-hide" ng-show="checkoutContext.order.invoice.subtotal !== checkoutContext.order.invoice.total">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Subtotal:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">$97.00</span>
        </div>
      </div>
      <div class="invoice-item tax-row ng-hide" ng-show="checkoutContext.order.invoice.tax !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Tax:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">$0.00</span>
        </div>
      </div>
      <div class="invoice-item shipping-row ng-hide" ng-show="checkoutContext.order.invoice.shipping !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Shipping:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">$0.00</span>
        </div>
      </div>
      <div class="invoice-item discount-row ng-hide" ng-show="checkoutContext.order.invoice.discount !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Discounts:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">-$0.00</span>
        </div>
      </div>
      <div class="invoice-item total-row">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Total:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding" id="total">$97.00 (USD)</span>
        </div>
      </div>
    </div>
  </div>
  <div class="tpl-6__order text-center pt-sm-30 py-24">
    <div class="g-recaptcha-container">
      <script type="text/javascript">
        var recaptchaCallback = function(response) {
          window.recaptchaResponse = response;
        };
        var onloadCallback = function() {
          window.recaptchaWidgetId = grecaptcha.render('submit', {
            'sitekey': '6LfyULUmAAAAAJld89qgZEGDDIGnjfWqZGBkXh3t',
            'callback': recaptchaCallback,
            'size': 'invisible'
          });
        };
      </script>
      <input id="submit" type="hidden" value="Submit" style="">
      <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&amp;render=explicit" async="" defer=""></script>
      <script>
        const sleepUntil = async (f, timeoutMs) => {
          return new Promise((resolve, reject) => {
            const timeWas = new Date();
            const wait = setInterval(function() {
              if (f()) {
                clearInterval(wait);
                resolve();
              } else if (new Date() - timeWas > timeoutMs) { // Timeout
                clearInterval(wait);
                reject();
              }
            }, 20);
          });
        }

        function fetchToken() {
          return new Promise(async function(resolve, reject) {
            grecaptcha.execute(window.recaptchaWidgetId);
            try {
              await sleepUntil(() => window.recaptchaResponse, 60000);
              resolve('');
            } catch {
              grecaptcha.reset();
              reject('reCAPTCHA timeout exceeded!');
            }
          });
        }
      </script>
    </div>
    <!-- ngIf: processor_selection !== 'digital_wallet' --><button type="submit" class="btn btn-primary mx-auto mb-sm-12 mb-20 w-100 main-cta ng-scope" id="placeOrder" name="placeOrder" ng-click="placeOrder('pHlHesrDmgKLfNQBsYNiFH7l')"
      ng-disabled="shippingCountryIsRestricted || isProcessingOrder" ng-if="processor_selection !== 'digital_wallet'"> Join Artiversity </button><!-- end ngIf: processor_selection !== 'digital_wallet' -->
    <div id="payment-request-button" class="mx-auto mb-sm-12 mb-20 ng-hide" ng-show="processor_selection === 'digital_wallet'"></div>
    <div class="custom-control mb-0 custom-checkbox">
      <input type="checkbox" class="custom-control-input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="terms_conditions_checkbox" ng-model="order.terms_checked" name="terms_conditions_checkbox" required="">
      <label class="custom-control-label" for="terms_conditions_checkbox">I agree to the <a target="_blank" href="https://drive.google.com/file/d/1v7xq26TYOReMwf6iFWKrEumv17ywl63d/view?usp=sharing">Terms &amp; Conditions</a>
      </label>
    </div>
    <label class="terms-conditions error ng-hide" id="not_accepted_notice" ng-show="termsNotAccepted"> Please Accept the Terms &amp; Conditions</label>
  </div>
</form>

Text Content

"FINALLY, A TRUSTED HUB WHERE ARTISTS CAN MASTER NEW TECHNOLOGY WITH EXPERT
GUIDANCE AND PEER SUPPORT"

JOIN ARTIVERSITY


THE ART WORLD IS CHANGING AT A


BREAKNECK PACE

The art world is changing at a breakneck pace. From Artificial Intelligence (AI)
to Non-Fungible Tokens (NFTs), new technologies are emerging that are
revolutionizing the way art is created, shared, and sold. It’s easy to feel
overwhelmed and left behind. You may be asking yourself:

How can I keep up with these rapid changes?

How do I know who and what information to trust when attempting to learn?

Is it possible to leverage these technologies to increase my sales and make an
impact?

You're in good company if you're wondering how to navigate the surge of new
technologies revolutionizing the art world. Many artists, from novices to
experts, are on the same learning curve. Rest assured, staying updated and
competitive in this tech-savvy landscape is more achievable than ever, and you
don't have to do it alone.




WE'RE DISRUPTING ARTIST EDUCATION FOR THE DIGITAL AGE

Art schools have often struggled to keep pace with emerging technologies and
business strategies, leaving many artists ill-prepared for today's digital
landscape.

Our mission goes beyond merely updating the playbook for artistic education;
we're on a quest to tear down the outdated structures that have held artists
back (figuratively, of course!). We're here to build a new, dynamic platform for
learning—one that not only equips you with the skills to navigate the digital
frontier but also does so without the burden of crippling debt.

Artiversity is designed to be your catalyst, your community, and your guide in
this thrilling new era of artistic possibility.

And believe us, we're just getting started.



JOIN ARTIVERSITY


MASTERING THE FUTURE OF ART: OUR CUTTING-EDGE LEARNING MAP

The beauty of being a forward-thinking and agile organization is that we're
always in sync with the ever-changing tech landscape. This ensures that you'll
always have access to the most current information and training. At this moment,
our core focus areas include:

AI Art and Video Generation

Virtual and Augmented Reality

Metaverses and Virtual Galleries

NFTs (Non-Fungible Tokens) / Digital Collectibles

New Technology Commerce for Artists

Cultural Impact and Response to New Technology

AI for Business and Efficiency

Generative Art Creation

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


THE ARTIVERSITY EXPERIENCE:


MASTERCLASS

Artiversity proudly hosts expertly curated lectures featuring a dynamic blend of
renowned educators and advisors each month. From esteemed college professors
offering academic rigor, to technology innovators shaping the art-tech frontier,
and celebrated artists who've mastered today's digital arena.


CRITIQUE CLUB

Every month, you'll have the chance to attend or even actively engage in our
Critique Club, hosted in collaboration with our partners at Loop Art Critique.
Renowned for their art critiques and innovative exhibitions, Loop shares our
belief that constructive feedback fuels both creative and intellectual growth.
We're committed to championing your artistic development at every step.


COMMUNITY

We're convinced that innovation in art and technology thrives on meaningful
dialogue. That's why we host a monthly virtual gathering to discuss a hot topic
in the field. These sessions are a prime opportunity to connect with peers, form
creative partnerships, and even find an accountability buddy. And keep an eye
out—we're planning in-person meet-ups for the future!


COMMUNITY PARTNERSHIPS

Artiversity is thrilled to forge partnerships with communities that echo our
commitment to accessible education and artist empowerment. We're honored to name
TIMEPieces, TIME's Web 3 initiative, as our inaugural community partner.



If our mission resonates with you and you're interested in collaborating, we
invite you to reach out. We're always excited to explore new partnerships.


OUR LIMITED-TIME OFFER:


TWO FREE COURSES WHEN YOU JOIN ARTIVERSITY

We understand that diving into the world of new technologies in art is an
investment—both in time and resources. That's why we've crafted an offer you
won't want to miss. For a limited period, when you join Artiversity, you get
exclusive access to two of our most sought-after courses—absolutely FREE!


1. AI COURSE: $399 FREE WITH ARTIVERSITY

You'll learn how to use AI to make your work easier and more effective. You'll
discover how to use AI tools to save time and create great content that gets
people's attention. We'll also talk about how to use AI in a way that's fair and
responsible. Plus, you'll find out how to use AI to write messages that connect
with the people you want to reach, helping you grow your business. By the end of
this course, you'll have new skills that can help you take your business to the
next level.




2. NFT MARKETING: $299 FREE WITH ARTIVERSITY

Unlock the Secrets of NFT Marketing: We assembled an all-star lineup of speakers
hailing from a variety of industries and have collectively been involved in the
sale of millions of dollars worth of NFTs. Get ready for an intense,
results-oriented session that will leave you equipped and inspired.



We know life happens, so we've made our platform not just accessible but also
flexible. No long-term commitments! Enjoy the freedom to cancel your monthly
membership at any time—no questions asked.


UNLOCK YOUR TWO FREE COURSES


AND JOIN NOW!

NFT + AI

COURSES



$799

NFT Marketing Course

Turbocharge with AI Course

PURCHASE COURSES - $799

ARTIVERSITY

+ FREE COURSES

FREE WITH MEMBERSHIP

NFT Marketing Course $299

Turbocharge with AI Course $399

Monthly Lecture with Guest Expert $199

Monthly Workshop with Guest Expert $199

Social Media for Artists Content Library 30+ Hours $499

Art Business Book Bundle $49

JOIN ARTIVERSITY - $97

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


THE EXPERIENCED TEAM


BEHIND ARTIVERSITY


CONCEPTION ARTS

Artiversity is backed by the rich legacy of Conception Arts, a trailblazer in
artist representation and event production. Over the past 15 years, Conception
Arts has hosted 100+ pop-up events in 14 U.S. cities, exhibited works from
8,000+ artists, and garnered industry awards. We've also invested in the
artistic community through grants, residencies, and partnerships with
prestigious institutions. This legacy of commitment and excellence backs every
Artiversity offering.


TECHNOLOGY PARTNER

Full Stackory is our esteemed technology partner with an impressive track
record. They have generated over $4.5 million in revenue from various contracts,
solidifying their reputation as a trustworthy tech ally. Offering an array of
Safe NFT Deployment tools specifically tailored for creators, Full Stackory is
committed to equipping artists with the resources and knowledge they need.



Rachel Wilkins, Artiversity and Conception Arts Co-Founder

At the helm is our co-founder, Rachel Wilkins. Rachel brings a wealth of
experience from advising companies to speaking at leading Web 3 events
worldwide. Dubbed an "Arts Crusader" by the Huffington Post, Wilkins is the
recipient of the New York Business Journal "Woman of Influence" Award.


INSIGHTS FROM OUR ARTIST ALUMNI

Conception Arts has proudly served hundreds of artists through our coaching
programs and workshops. Here's what some of them have to say about our previous
offerings.

> My sales after my first year with Rachel went up 60% from the previous year.
> The personal attention given, along with guidance across multiple social media
> platforms, has been invaluable. The best investment I ever made as an artist
> was to work with a coach who'd been there and done that. Being an artist
> herself gave her insight to what I was dealing with from all perspectives.
> 
> RON SMITH
> 
> Artist, Enrolled in Art Biz Boot Camp

> The program is complete and full of resources. I am seeing my art business
> grow now and have jobs waiting for me. If you are an artist and are trying to
> have a successful business doing what you love, but don’t know where to turn
> for advice and guidance, Art Business Boot Camp is exactly what you need!”
> 
> MEEGAN BOIROS
> 
> Artist, Enrolled in Art Biz Boot Camp

> I simply love Art Business Bootcamp. It has changed my outlook on how to
> proceed in building a fine art career. Rachel has giving me not only hope but
> excellent guidelines on how to achieve my goals on creating a successful art
> business.
> 
> ANNETTE BACK
> 
> Artist, Enrolled in Art Biz Boot Camp

> This program has literally kicked my ass into reality and given me the full
> support, empathy, and easy-to-follow scripts to do what it takes to be a
> thriving artist.
> 
> 
> PAMELA VITALE
> 
> Artist, Enrolled in Art Biz Boot Camp

> Ascend, my first 5-digit glass antler chandelier sale, provided not only
> financial gains but has opened myself up to unexpected rewards that continue
> to unravel. This incredible sale instantly raised my artistic profile, the
> credibility of my artwork and my recognition in the art world
> 
> ASHLEY DELONES
> 
> Artist, Enrolled in Art Biz Boot Camp





OUR PLEDGE TO YOU:


CANCEL ANYTIME, NO HASSLES

We understand that flexibility is key, especially in today's fast-paced world.
That's why we've made it straightforward for you to control your Artiversity
membership. Feel free to cancel your subscription at any time, no questions
asked. Your creative journey is your own, and we're here to support it on your
terms.




ARTIVERSITY ENROLLMENT SPECIAL OFFER EXPIRES IN:

00
days

12
hours

58
minutes

54
seconds


CHECKOUT

CONTACT

First Name
Last Name
Email Address


GIFTING OPTIONS

My order includes a gift

COUPON CODE

Apply coupon code


PAYMENT METHODS

Card & More

PayPal

PayPal selected.

After submitting, you will be redirected to the PayPal website to fill out your
payment information. You will be redirected back to our site once the payment is
completed.

Personalized Marketing Mastery Session

Unlock expert marketing insights with Rachel! For a limited time, snag a
90-minute tailored coaching session plus a comprehensive social media review
across three platforms – all for just $299. Elevate your digital presence with
actionable strategies worth $599. Limited spots, major impact. Secure yours now!

Add to order
$299.00 $599.00

ORDER SUMMARY

ARTIVERSITY
Then $97.00 monthly
This item is a gift
$97.00
Subtotal:
$97.00
Tax:
$0.00
Shipping:
$0.00
Discounts:
-$0.00
Total:
$97.00 (USD)

Join Artiversity

I agree to the Terms & Conditions
Please Accept the Terms & Conditions


© 2023 Conception Arts. All Rights Reserved.






PROCESSING