www.ekstasyart.com Open in urlscan Pro
63.35.51.142  Public Scan

Submitted URL: http://www.ekstasyart.com/
Effective URL: https://www.ekstasyart.com/
Submission: On April 06 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: email-form-2GET

<form id="email-form-2" name="email-form-2" data-name="Email Form 2" method="get" data-wf-page-id="654522b7d41caa0ae09b4a45" data-wf-element-id="d9633abe-c017-3c90-27a2-efadd198b738" aria-label="Email Form 2"><input class="text-field w-input"
    maxlength="256" name="name" data-name="Name" placeholder="First Name" type="text" id="name"><input class="text-field-2 w-input" maxlength="256" name="email-2" data-name="Email 2" placeholder="Email" type="email" id="email-2" required=""><select
    id="field" name="field" data-name="Field" required="" class="select-field w-select" style="display: none;">
    <option value="">What do you create?</option>
    <option value="Digital Art">Digital Art</option>
    <option value="Digital Photography">Digital Photography</option>
    <option value="Analog Photography">Analog Photography</option>
    <option value="Physical Art">Physical Art</option>
  </select>
  <div class="nice-select select-field w-select" tabindex="0"><span class="current">What do you create?</span>
    <ul class="list">
      <li data-value="" class="option selected">What do you create?</li>
      <li data-value="Digital Art" class="option">Digital Art</li>
      <li data-value="Digital Photography" class="option">Digital Photography</li>
      <li data-value="Analog Photography" class="option">Analog Photography</li>
      <li data-value="Physical Art" class="option">Physical Art</li>
    </ul>
  </div>
  <div class="w-embed">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-nice-select/1.1.0/css/nice-select.min.css" integrity="sha256-mLBIhmBvigTFWPSCtvdu6a76T+3Xyt+K571hupeFLg4=" crossorigin="anonymous">
    <style>
      /************ ADD YOUR VALUES BELOW ************/
      :root {
        /* ----------- Colors ----------- */
        --list-bg-color: white;
        --list-text-color: inherit;
        /* Use "inherit" to take on parent text color */
        --list-text-color-hover: inherit;
        /* Add your hex code here for the hover text color on the list option/item */
        --current-field-text-color: inherit;
        /* Add hex code for selected option text color in the field itself */
        --select-field-arrow-color: black;
        /* This is the select field arrow color */
        --border-color-active: black;
        /* Active State */
        --border-color-hover: #dcdcdd;
        /* Select Field could be the same as your form field border color */
        --list-item-bg-color: #ededed;
        /* Select Field Hover/Focus State */
        /* ----------- Spacing ----------- */
        --select-field-padding-left: 12px;
        /* Match the padding values for your form fields */
        --select-field-padding-right: 12px;
        /* Match the padding values for your form fields */
        --list-padding-top-bottom: 10px;
        /* This is the top and bottom padding for the dropdown list */
        --list-max-height: 150px;
        /* You can set this to "Auto" as well */
        --list-item-padding-left: 18px;
        --list-item-padding-right: 18px;
        --list-item-min-height: 40px;
        /* This is the height of each list item in the dropdown */
        --list-item-line-height: 40px;
        /* This is the height of each list item in the dropdown */
        /* ^^^  Make sure both "line-height" and "min-height" are the same! ^^^  */
      }

      /************ END OF CUSTOM VALUES ************/
      .nice-select {
        width: 100%;
        display: flex;
        align-items: baseline;
        -webkit-tap-highlight-color: transparent;
        box-sizing: border-box;
        clear: both;
        padding-left: var(--select-field-padding-left);
        padding-right: var(--select-field-padding-right);
        position: relative;
        text-align: left !important;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        line-height: 25px;
      }

      .nice-select:hover {
        border-color: var(--border-color-hover);
      }

      .nice-select:active,
      .nice-select.open,
      .nice-select:focus {
        border-color: var(--border-color-active);
      }

      .nice-select:after {
        border-bottom: 2px solid var(--select-field-arrow-color);
        border-right: 2px solid var(--select-field-arrow-color);
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
      }

      .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
      }

      .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
      }

      .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
      }

      .nice-select.disabled:after {
        border-color: #cccccc;
      }

      .nice-select.wide {
        width: 100%;
      }

      .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important;
      }

      .nice-select.right {
        float: right;
      }

      .nice-select.right .list {
        left: auto;
        right: 0;
      }

      .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
      }

      .nice-select.small:after {
        height: 4px;
        width: 4px;
      }

      .nice-select.small .option {
        line-height: 34px;
        min-height: 34px;
      }

      .nice-select .list {
        background-color: var(--list-bg-color);
        color: var(--list-text-color);
        border-radius: 5px;
        box-shadow: 0 7px 20px 0px rgba(68, 68, 68, 0.11);
        border-color: 3px solid #ededed;
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: var(--list-padding-top-bottom) 0px;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: var(--list-max-height);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
      }

      .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important;
      }

      .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: var(--list-item-line-height);
        list-style: none;
        min-height: var(--list-item-min-height);
        outline: none;
        padding-left: var(--list-item-padding-left);
        padding-right: var(--list-item-padding-right);
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
      }

      .nice-select .option:first-child {
        display: none;
      }

      span.current {
        color: var(--current-field-text-color);
      }

      .nice-select .option:hover,
      .nice-select .option.focus,
      .nice-select .option.selected.focus {
        background-color: var(--list-item-bg-color);
      }

      .nice-select .option.selected {
        font-weight: bold;
      }

      .nice-select .option:hover {
        color: var(--list-text-color-hover);
      }

      .nice-select .option.disabled {
        background-color: transparent;
        color: #999;
        cursor: default;
      }

      .no-csspointerevents .nice-select .list {
        display: none;
      }

      .no-csspointerevents .nice-select.open .list {
        display: block;
      }
    </style>
  </div><input type="submit" data-wait="Please wait..." class="button w-button" value="Submit">
</form>

Name: email-formGET

<form id="email-form" name="email-form" data-name="Email Form" method="get" class="form" data-wf-page-id="654522b7d41caa0ae09b4a45" data-wf-element-id="f2b143c7-f908-07dd-2625-405975b1b8f7" aria-label="Email Form">
  <div class="form-wrapper">
    <div class="relative-block"><input class="form-input w-input" maxlength="256" name="email" data-name="Email" placeholder="Your email" type="email" id="email" required=""><img
        src="https://assets-global.website-files.com/65099b99abd7e9b1ce314043/650db526de2827ce9b39326d_mail.svg" loading="lazy" alt="" class="icon-email"></div><input type="submit" data-wait="Please wait..." class="blue-btn form w-button"
      value="Subscribe">
  </div>
</form>

Text Content

HEADING


HEADING

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim
in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor
interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo
cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim
in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor
interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo
cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim
in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor
interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo
cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim
in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor
interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo
cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim
in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor
interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo
cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim
in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor
interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo
cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim
in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor
interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo
cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim
in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor
interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo
cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

HelpSign InSign Up


What do you create?Digital ArtDigital PhotographyAnalog PhotographyPhysical Art
What do you create?
 * What do you create?
 * Digital Art
 * Digital Photography
 * Analog Photography
 * Physical Art


Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.


PROTECT THE IMAGES YOU LOVE

Register your photos with us and get an ownership receipt 
with your unique EAON
number

Get Started
1

Beth takes a picture



2

Beth uploads her images



3

Registration Succesful





REASONS TO CLAIM OWNERSHIP TO YOUR IMAGES

85%

of images shared online are stolen

and used without a proper license

LESS THAN 50%

commission for images sold
on competitors platform

ZERO

visibility for creators to know

who uses their work


REGISTER YOUR FIRST 10 IMAGES FOR FREE

Upload Now


EKSTASY ART PROVIDES AN ECOSYSTEM FOR PHOTOGRAPHERS TO FLOURISH


1


REGISTER

Register images, claim ownership with EAON codes—immutable, forever.
‍

2


STORE

Securely store images in cloud, linked to your unique EAON for easy sharing with
clients, family & friends.

3


SELL/RENT

Differing from Shutterstock, Getty: 50-50 income share. Choose usage licenses by
region, channel, time.

4


JOB MATCH

Revamp gig search: AI matches you with buyers based on past purchases & liked
images.
‍


TECH

Storage

Powered by

Tagging

Powered by

EA Engine powering the 
registration of creator work

Powered by blockchain

ML Smart Pricing

Coming soon

AI Talent Discovery

Coming soon

Pixel Tracking

Coming soon


TEAM

Meet our team of experts

A graduate of UCSC, Parker's journey includes previous roles at 180 Degrees
Consulting and the Santa Cruz Chamber of Commerce. His relentless work ethic,
coupled with a relentless curiosity, has helped shape the vision of Ekstasy Art.



Parker Kelly

Co-Founder & CEO

With over 15 years of experience in advertising, branding, and product strategy,
Mike spearheads our creative and go-to-market initiatives. His track record
includes contributions to global startups and renowned brands like Starling
Bank, SumUp, Klarna, Amazon, Oracle, and Samsung.



Mike Saraswat

Founder

Featured on the 2022 Forbes CIO Next list, an established CTO with a long
running track record of helping companies such as Shutterstock, Pfizer, and
Priceline to name a few. Successful in applying technical and operational
expertise to create business value by aligning business strategies with
technology solutions.



Martin Brodbeck

Board Advisor

Amen brings unparalleled expertise as a full-stack developer and the founder of
MoyATS, an ATS platform with local roots in Ethiopia. His previous roles at
AfriPay and Pillar have solidified his reputation as a senior full-stack
engineer with a deep understanding of technology and innovation.



Amen Abe

Senior Fullstack Engineer

Our user experience is paramount, and Matt Bulbul ensures its excellence as a
senior UI/UX designer. Matt brings a wealth of design prowess cultivated through
previous engagements with iconic brands like Apple, Candy Crush, Strava, and
numerous startups. His keen eye for user-centric design elevates the Ekstasy Art
platform.



Matt Bulbul

Senior UI/UX Designer

Chandra Prakash is a seasoned blockchain consultant who started his career as a
full-stack developer at prominent organizations like Wipro Technologies,
MaidSafe, and JPMorgan Chase. Transitioning into the web3 domain, he contributed
to projects like Digivault and lent his expertise to various blockchain
products.



Chandra Prakash

Blockchain Consultant

Daniel Lima's career journey began as a full-stack developer at respected
companies like Accenture and IBM. His entry into the blockchain sphere in 2021
saw him contribute to notable projects including Falco, IsoForce Games, and
Orium Network, where he played a pivotal role in establishing his own EIP
protocol.



Daniel Lima

Smart Contract Engineer


CREATIVE COUNCIL

Under Construction



OUR VISION

Today we protect your images, tomorrow we will also protect your videos,
writing, audio, scientific data and much much more.


SUBSCRIBE TO STAY IN LOOP!

Get access to all things - right in your inbox.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
ExploreInstagramLinkedInTikTokX
CompanyOur StoryCareers
LegalTerm of ServicesPrivacy Policy
© Ekstasy Art Ltd. 2023 - All rights reserved.