global.auction
Open in
urlscan Pro
188.114.97.3
Public Scan
URL:
https://global.auction/
Submission: On June 14 via api from US — Scanned from NL
Submission: On June 14 via api from US — Scanned from NL
Form analysis
6 forms found in the DOMGET #
<form class="relative xl:w-1/3 lg:w-1/2" action="#" method="get">
<input
class="text-md font-normal border-b border-t-transparent border-x-transparent border-solid border-gray-600 bg-transparent h-14 w-full focus:outline-none focus:ring focus:border-blue-500 focus:border-transparent active:border-transparent pr-14 text-white "
type="search" name="search" placeholder="Search our store">
<button class="absolute right-0 top-3 text-white text-md font-normal" type="submit" aria-label="submit button"><i class="las la-search"></i></button>
</form>
GET #
<form class="pb-5 mb-5 border-b border-solid border-gray-600" action="#" method="get">
<div class="relative">
<input class="w-full h-12 text-sm py-4 pl-4 pr-16 bg-gray-light text-dark placeholder-current focus:outline-none" type="search" name="search" placeholder="Search our store">
<button class="w-12 h-full absolute top-0 right-0 flex items-center justify-center text-dark text-md border-l border-solid border-gray-600" type="submit" aria-label="button"><i class="las la-search"></i></button>
</div>
</form>
<form wire:submit="store" class="relative text-center md:max-w-3xl mx-auto">
<input type="email" wire:model="email" placeholder="email@example.com" class="border border-solid border-gray-600 w-full h-16 rounded-full bg-gray-100 placeholder-primary placeholder-opacity-50 text-base focus:outline-none py-1 pl-8 sm:pr-36">
<button type="submit"
class="bg-blue transition-all hover:bg-primary hover:text-white px-10 sm:px-5 py-5 sm:py-1 rounded-full text-white capitalize font-medium text-sm lg:text-md sm:absolute sm:top-0 sm:right-0 sm:h-full mt-3 sm:mt-0 leading-none w-full sm:w-auto">subscribe</button>
</form>
<form wire:submit="login">
<input type="hidden" name="_token" value="8YgDnyvyyWCdyRSSGCadBkZ51dGrHm00pUxVMPBr" autocomplete="off"> <label>Email</label>
<input class="border border-solid border-gray-300 w-full py-1 px-5 mb-3 placeholder-current text-dark h-12 focus:outline-none text-base" type="text" wire:model="email" placeholder="Email">
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
<div x-data="{ show: false }">
<label>Password</label>
<div class="relative">
<input x-bind:type="show ? 'text' : 'password'" class="border border-solid border-gray-300 w-full py-1 px-5 mb-3 placeholder-current text-dark h-12 focus:outline-none text-base" type="password" wire:model="password" placeholder="Password"
autocomplete="on">
<div class="absolute right-2 top-3">
<button type="button" @click="show = !show;" class="cursor-pointer"><i class="text-lg las la-eye" :class="show ? 'las la-low-vision' : 'las la-eye'"></i></button>
</div>
</div>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
<div class="button-box">
<div class="mb-4 flex justify-between">
<div>
<input id="remember" type="checkbox">
<label for="remember" class="cursor-pointer">Remember Me</label>
</div>
<button type="button" @click="currentTab = 'forgotPassword'" class="inline-block mx-2 text-blue cursor-pointer">Forgot Password?</button>
</div>
<button type="submit" class="inline-block leading-none uppercase text-white text-sm bg-dark px-5 py-4 transition-all hover:bg-blue">
<span>Login</span>
</button>
</div>
</form>
<form wire:submit="register">
<input type="hidden" name="_token" value="8YgDnyvyyWCdyRSSGCadBkZ51dGrHm00pUxVMPBr" autocomplete="off">
<div class="mb-2">
<label>Name</label>
<input class="border border-solid border-gray-300 w-full py-1 px-5 placeholder-current text-dark h-12 focus:outline-none text-base" type="text" wire:model="name" placeholder="name">
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
<div class="mb-2">
<label>Email</label>
<input class="border border-solid border-gray-300 w-full py-1 px-5 placeholder-current text-dark h-12 focus:outline-none text-base" wire:model="email" placeholder="Email" type="email">
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
<div x-data="{ show: false }">
<div class="mb-2">
<label>New Password</label>
<div class="relative">
<input class="border border-solid border-gray-300 w-full py-1 px-5 placeholder-current text-dark h-12 focus:outline-none text-base" type="password" x-bind:type="show ? 'text' : 'password'" wire:model="password" placeholder="Password"
autocomplete="on">
<div class="absolute right-2 top-3">
<button @click="show = !show;" class="cursor-pointer"><i class="text-lg las la-eye" :class="show ? 'las la-low-vision' : 'las la-eye'"></i></button>
</div>
</div>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
<div class="mb-2">
<label>Confirm Password</label>
<div class="relative">
<input x-bind:type="show ? 'text' : 'password'" class="border border-solid border-gray-300 w-full py-1 px-5 placeholder-current text-dark h-12 focus:outline-none text-base" type="password" wire:model="password_confirmation"
placeholder="Password" autocomplete="on">
<div class="absolute right-2 top-3">
<button @click="show = !show;" class="cursor-pointer"><i class="text-lg las la-eye" :class="show ? 'las la-low-vision' : 'las la-eye'"></i></button>
</div>
</div>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
</div>
<div class="mb-2">
<input id="agree" type="checkbox" wire:model="agree">
<label class="form-check-label" for="agree" style="display: inline">
<label for="agreeing-checkbox" class="ms-2">By agreeing to this, I declare that I have read and agree to the General <a class="cursor-pointer text-blue-600" href="/selling-guide">Conditions of Sale</a>,
<a class="cursor-pointer text-blue-600" href="/terms-condition">Terms of Use</a>, and <a class="cursor-pointer text-blue-600" href="/privacy-policy">Privacy Policy</a>, and that what I have filled in is entirely correct.</label>
</label>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
<div class="flex flex-col-reverse">
<div class="button-box">
<button type="submit" class="inline-block leading-none uppercase text-white text-sm bg-dark px-5 py-4 transition-all hover:bg-blue">
<span>Register</span>
</button>
</div>
<div class="mb-2">
<div class="g-recaptcha" data-sitekey="6LddPJooAAAAAGa2jUCp8LXD-WXcTCJhgYS93A0L" data-callback="onRecaptchaRegisterSuccess" data-expired-callback="onRecaptchaRegisterExpired" wire:ignore="">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-mr2bolxtz27l" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LddPJooAAAAAGa2jUCp8LXD-WXcTCJhgYS93A0L&co=aHR0cHM6Ly9nbG9iYWwuYXVjdGlvbjo0NDM.&hl=nl&v=TqxSU0dsOd2Q9IbI7CpFnJLD&size=normal&cb=cblv6qlc6ooj"></iframe>
</div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
</div>
</form>
<form wire:submit="store">
<input type="hidden" name="_token" value="8YgDnyvyyWCdyRSSGCadBkZ51dGrHm00pUxVMPBr" autocomplete="off">
<div class="mb-4">
<label for="email" class="block text-gray-700 font-bold mb-2">Email Address</label>
<input type="email" id="email" wire:model="email" placeholder="Enter your email" class="w-full px-3 py-2 border border-blue-500 rounded-lg focus:outline-none focus:border-blue-500">
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
<div class="mb-6">
<button type="submit" class="w-full bg-blue-500 text-white py-2 px-4 rounded-md hover:bg-blue-600">Reset Password</button>
</div>
</form>
Text Content
BID NOW : Event Preview - Southeast Asian,... * Auction * Buy Now * Artwork * Painting * Sell * Stories * Contact * About * About Us * Management Team * * ACCOUNT * login * LANGUAGE * EN - English US * ID - Indonesian CURRENCY * CNY - Renminbi * EUR - Euro * GBP - Pound Sterling * HKD - Dollar * IDR - Rupiah * MYR - Ringgit * SGD - Dollar * TWD - Taiwan * USD - Dollar * Close Close Close Close * Auction * Buy Now * Artwork * Painting * Sell * Stories * Contact * About * About Us * Management Team * language * EN - English US * ID - Indonesian * currency * CNY - Renminbi * EUR - Euro * GBP - Pound Sterling * HKD - Dollar * IDR - Rupiah * MYR - Ringgit * SGD - Dollar * TWD - Taiwan * USD - Dollar Goldfish (Ikan Mas Koki), c.1980s LEE MAN FONG Bid Now GLOBAL AUCTION: Southeast Asian, Chinese, Modern & Contemporary Art LIVE ONLINE AUCTION 10 - 26 JUNE 2024 Bid Now Three Stray Dogs (Tiga Anjing Liar), 1965 AFFANDI Bid Now Seascape of the Java Sea (Pemandangan Laut Jawa), 1960 AFFANDI Bid Now Abang Rahino "Rino" Studying (Abang Rahino "Rino" Ngaji), 1969 S. SUDJOJONO Bid Now Bedoyo Ketawang-Energy of Inner Beauty, 2010 SRIHADI SOEDARSONO Bid Now Goldfish (Ikan Mas Koki), c.1980s LEE MAN FONG Bid Now GLOBAL AUCTION: Southeast Asian, Chinese, Modern & Contemporary Art LIVE ONLINE AUCTION 10 - 26 JUNE 2024 Bid Now EVENT PREVIEW - SOUTHEAST ASIAN, CHINESE, MODERN AND CONTEMPORARY ART - JUNE 2024 147 LOTS. Jun 04, 2024 - Jun 25, 2024. 17:00 UTC(+7) Inquire * Whatsapp * bid View All Lots 11 Day 09 Hrs 51 Mins 26 Secs EVENT HAS ENDED #001 AFFANDI THREE STRAY DOGS (TIGA ANJING LIAR) (1965) Est. SGD 102,000 - 127,000 #002 AFFANDI SEASCAPE OF THE JAVA SEA (PEMANDANGAN LAUT JAWA) (1960) Est. SGD 95,000 - 153,000 #003 S. SUDJOJONO ABANG RAHINO "RINO" STUDYING (ABANG RAHINO "RINO" NGAJI) (1969) Est. SGD 85,000 - 127,000 #004 SRIHADI SOEDARSONO BEDOYO KETAWANG-ENERGY OF INNER BEAUTY (BEDOYO KETAWANG-ENERGI KECANTIKAN BATIN) (2010) Est. SGD 102,000 - 144,000 #005 SRIHADI SOEDARSONO MOTHER AND DAUGHTER-HOPE AND PRAYER (IBU DAN ANAK PEREMPUAN-HARAPAN DAN DOA) (2011) Est. SGD 47,000 - 51,000 #006 LEE MAN FONG GOLDFISH (IKAN MAS KOKI) (1980) Est. SGD 76,000 - 102,000 #007 LEE MAN FONG TWO HORSES (DUA KUDA) Est. SGD 55,000 - 72,000 #008 LEE MAN FONG A PAIR OF CHICKEN (SEPASANG AYAM) Est. SGD 47,000 - 59,000 #010 AFFANDI EMBRACING COUPLE (PASANGAN YANG BERPELUKAN) (1971) Est. SGD 59,000 - 76,000 #011 SRIHADI SOEDARSONO OLEG TAMBULILINGAN (1998) Est. SGD 59,000 - 76,000 SOUTHEAST ASIAN, CHINESE, MODERN AND CONTEMPORARY ART May 03, 2024 - May 25, 2024. 15:00 UTC(+7) View All Lots -1 Day 0-1 Hrs 0-1 Mins 0-1 Secs EVENT HAS ENDED On this auction event collections, we present our latest timed-auction of Southeast Asian, Chinese, Modern and Contemporary Art from 03 May to 25 May 2024 (UTC+8) Bidding Information To bid this online-only auction, please create a new account or login to our auction platform at auction.masterpiece.auction Since bids are solely placed online-only, we do advise clients who wish to bid but are unfamiliar with the system to contact our marketing for further assistance. Buyers Premium is 22% of the hammer price Please note that each lot are currently located in different locations. We strongly advise clients to read the lot location markers in the catalogue, as delivery, duty and taxes will be incured if cross-country pick-up/shipment is needed. AFFORDABLE ART TIMED ONLINE AUCTION Mar 25, 2024 - Apr 05, 2024. 19:00 UTC(+7) View All Lots -1 Day 0-1 Hrs 0-1 Mins 0-1 Secs EVENT HAS ENDED On this auction event collections, we present our latest timed-auction of Affordable Art Timed Online Auction from 25 Mar to 05 May 2024 (UTC+8) Bidding Information To bid this online-only auction, please create a new account or login to our auction platform at auction.masterpiece.auction Since bids are solely placed online-only, we do advise clients who wish to bid but are unfamiliar with the system to contact our marketing for further assistance. Buyers Premium is 22% of the hammer price Please note that each lot are currently located in different locations. We strongly advise clients to read the lot location markers in the catalogue, as delivery, duty and taxes will be incured if cross-country pick-up/shipment is needed. LATEST FEATURED STORY TOP 8 SOLD ARTWORKS BEYOND THE ESTIMATED PRIC... * 04 Jun, 2024 Thank you for your support in making the Global Auction on May 25th, 2024, a great success! We showcased 175 paintings by diverse South East... read more JEIHAN SUKMANTORO: THE PAINTER OF "BLACK EYES... * 29 Apr, 2024 Paintings with the theme of "black empty eyes" may seem eerie or even impressive. However, art isn't confined to picturesque landscapes, flo... read more START YOUR COLLECTION WITH THESE AFFORDABLE A... * 03 Apr, 2024 In our previous article, we have already highlighted some affordable artworks of high value that are worth collecting. In this article,... read more PARDOLI FADLI AND HIS NATURALIST-REALIST WORK... * 02 Apr, 2024 Rice is more than just a staple for the people of Indonesia; it embodies life and abundance passed down through generations. Similarly, trad... read more LATEST FEATURED VIDEO HIGHLIGHT GLOBAL AUCTION - SOUTHEAST ASIAN, C... * 12 Jun, 2024 GLOBAL AUCTION: Southeast Asian, Chinese, Modern and Contemporary Art Timed Then Live Online Auction [10 - 26 June ... watch SPOTLIGHT: GLOBAL AUCTION 8 - 26 JUNE 2024 * 08 Jun, 2024 This June we will be holding an open auction of rare and valuable works, some of which you can see in this video. watch LAST DAY TO BID! GLOBAL AUCTION LIVE ON 25 MA... * 24 May, 2024 Southeast Asian, Chinese, Modern & Contemporary Art, Timed Then Live Online Auction 3 - 25 May 2024. CLOSING MAY 25 ... watch FEAST YOUR EYES:PAINTING FROM SOEKARNO FAVORI... * 23 May, 2024 watch SUBSCRIBE AREA FOR LATEST NEWS subscribe INFORMATION * Buying Guides * Selling Guides * Terms Condition * Shipping CORPORATE * About Us * Our Story * Privacy Policy SERVICES * Contact us * Linktree Copyright ©2004 - 2024 Global Auction Pte. Ltd | All rights reserve * login | * register Close Close Email Password Remember Me Forgot Password? Login Don't have an account? Sign up Close Close Name Email New Password Confirm Password By agreeing to this, I declare that I have read and agree to the General Conditions of Sale, Terms of Use, and Privacy Policy, and that what I have filled in is entirely correct. Register Already have an account? Log In Close Close FORGOT PASSWORD Please enter your email address to search for your account. Email Address Reset Password HI, THERE! Welcome to GLOBAL AUCTION. How can we help you today? 1. Home 2. Linktree Contact Us Whatsapp Global Auction E-Catalogue GLOBAL AUCTION Southeast Asian, Chinese, Modern and Contemporary Art Timed Then Live Online Auction 3 - 25 May 2024 Website Register & Bid