global.auction
Open in
urlscan Pro
188.114.96.3
Public Scan
URL:
https://global.auction/
Submission: On September 05 via api from US — Scanned from NL
Submission: On September 05 via api from US — Scanned from NL
Form analysis
6 forms found in the DOMGET #
<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="Wte8Oi2VWcn6RaKIn9u5bjKsentDlq6aSPbFEFf5" 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="Wte8Oi2VWcn6RaKIn9u5bjKsentDlq6aSPbFEFf5" 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-jk7uo3bwdb8t" 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=WV-mUKO4xoWKy9M4ZzRyNrP_&size=normal&cb=3ea5ruj3uo3e"></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="Wte8Oi2VWcn6RaKIn9u5bjKsentDlq6aSPbFEFf5" 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>
GET
<form wire:submit="searchForm" method="get" class="h-16 relative">
<input wire:model="search"
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:border-transparent active:border-transparent pl-7 placeholder:italic placeholder:text-slate-400"
type="text" name="search" placeholder="Search for everything...">
<button class="absolute left-0 top-3 text-md font-normal" type="submit" aria-label="submit button"><i class="las la-search"></i></button>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
<div class="w-full loader-line" wire:loading="searchForm"></div>
</form>
Text Content
Bid Now Southeast Asian, Chinese, Modern and Contemporary Art - August 2024 Whoops, your device has lost connection and the web page is offline. Please refresh the page to reconnect. * 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 * * 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 A Pair of Dalmatians LEE MAN FONG Bid Now GLOBAL AUCTION: Southeast Asian, Chinese, Modern & Contemporary Art LIVE ONLINE AUCTION 19 AUG - 7 SEP 2024 Bid Now Plowing Rice Fields, 1971 AFFANDI Bid Now Kusamba Boat, 1963 AFFANDI Bid Now Es Dawet Seller HENDRA GUNAWAN Bid Now Ancient Spiritual, 1981 I MADE WIANTA Bid Now A Pair of Dalmatians LEE MAN FONG Bid Now GLOBAL AUCTION: Southeast Asian, Chinese, Modern & Contemporary Art LIVE ONLINE AUCTION 19 AUG - 7 SEP 2024 Bid Now SOUTHEAST ASIAN, CHINESE, MODERN AND CONTEMPORARY ART - AUGUST 2024 156 LOTS. Aug 18, 2024 - Sep 07, 2024. 17:00 UTC(+7) Inquire * Whatsapp * bid View All Lots 2 Day 00 Hrs 06 Mins 51 Secs EVENT HAS ENDED #001 AFFANDI PLOWING RICE FIELDS (MEMBAJAK SAWAH) (1971) Est. SGD 72,000 - 102,000 Bid now #002 AFFANDI KUSAMBA BOAT (PERAHU KUSAMBA) (1963) Est. SGD 170,000 - 250,000 Bid now #003 HENDRA GUNAWAN ES DAWET SELLER (PENJUAL ES DAWET) Est. SGD 59,000 - 127,000 Bid now #005 LEE MAN FONG A PAIR OF DALMATIANS (SEPASANG ANJING DALMATIAN) Est. SGD 65,000 - 85,000 Bid now #006 LEE MAN FONG A PAIR OF RABBITS (SEPASANG KELINCI) Est. SGD 55,000 - 72,000 Bid now #009 SRIHADI SOEDARSONO THE PASSION OF LEGONG (GELORA JIWA (1991) Est. SGD 127,000 - 153,000 Bid now #010 SRIHADI SOEDARSONO JUKUNG BOAT (PERAHU JUKUNG) (1985) Est. SGD 48,000 - 60,000 Bid now #013 BASOEKI ABDULLAH TWO PAIRS OF DEER (DUA PASANG RUSA) Est. SGD 150,000 - 180,000 Bid now #014 BASOEKI ABDULLAH THE LADY OF EDEN (PEREMPUAN DI TAMAN EDEN) Est. SGD 75,000 - 100,000 Bid now #020 HANDIWIRMAN SAPUTRA SALON SERIES # 3 (SERI SALON #3) (2006) Est. SGD 80,000 - 100,000 Bid now OUR MEDIA PARTNERS SOUTHEAST ASIAN, CHINESE, MODERN AND CONTEMPORARY ART - JULY 2024 Jul 08, 2024 - Jul 27, 2024. 19:00 UTC(+7) View All Lots -1 Day 0-1 Hrs 0-1 Mins 0-1 Secs EVENT HAS ENDED Live WATCH LIVE On this auction event collections, we present our latest timed-auction of Southeast Asian, Chinese, Modern and Contemporary Art - July 2024 from 08 Jul to 27 Jul 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. ONLINE Jun 06, 2024 - Jun 26, 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 Online from 03 Mar to 25 Mar 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 STORY ARIFIEN NEIF: THE WINDING PATH TO BECOMING A SOUGHT-AFTER PAINTER * 29 Aug, 2024 Life can be unpredictable, as shown by the journey of Indonesia's renowned painter, Arifien Neif. His works are highly sought afte... Read more AGUNG MANGU PUTRA: BALINESE PAINTER OF NATURE AND CULTURE * 27 Aug, 2024 Indonesia boasts a rich tapestry of talented artists throughout its history, and Agung Mangu Putra, a Balinese painter, stands as... Read more SUKARNO'S FAVORITE PAINTERS: DO YOU KNOW ANY OF THEM? * 22 Jul, 2024 More than just Indonesia's first president, Sukarno was a man deeply fascinated by the artistic spirit of his nation. As explored... Read more DISCOVER THE MUST-HAVE ARTWORKS IN JUNE'S CURATED COLLECTION * 19 Jun, 2024 June has arrived, bringing with it our highly anticipated Online Live Auction! Global Auction is thrilled to present an extr... Read more LATEST VIDEO ART REVIEW: AGUNG MANGU PUTRA - TWO MONKS, 2009 & UNDERWATER LIFE, 1998 * 04 Sep, 2024 watch ART REVIEW: HENDRA GUNAWAN - ES DAWET SELLER * 02 Sep, 2024 watch ART REVIEW: LEE MAN FONG - A PAIR OF RABBITS ,A PAIR OF DALMATIANS, TWO GOLDFISH * 30 Aug, 2024 watch ART REVIEW: SRIHADI SOEDARSONO - THE PASSION OF LEGONG, JUKUNG BOAT, & SALT SELLER * 27 Aug, 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 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 8 - 27 July 2024 Website Register & Bid Youtube Close