<style>
body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 700px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
</style>
<script>
jQuery('body').prepend(
'<div id="myModal" class="modal">'
	+'<div class="modal-content">'
		+'<label style="font-size:1.5em !important;">Please fill in your Email and Phone no.</label><span class="close">&times;</span><br><br>'
		+'<form id="form_vote" name="form_vote"><input type="hidden" name="votepostid" id="votepostid" value="">'
		+'<input type="hidden" name="votetype" id="votetype" value="">'
		+'<label>Email: </label>'
		+'<input type="text" id="email" name="email">'
		+'<label>Phone No.: </label>'
		+'<input type="number" id="phone" name="phone">'
		+'<input type="button" name="it_epoll_survey-vote-button" id="it_epoll_survey-vote-button" value="Submit" onclick="submitvote();"></form>'
	+'</div>'
+'</div>');

var modal = document.getElementById("myModal");
var btn = document.getElementById("myBtn");
var span = document.getElementsByClassName("close")[0];

span.onclick = function() {
  modal.style.display = "none";
}

window.onclick = function(event) {
  if (event.target == modal) {
    modal.style.display = "none";
  }
}


window.addEventListener('load', function () {
	jQuery('.it_epoll_title_exact_on').html('ON - Dhakshini Jeganathan');	
})


function voteon(a){
	modal.style.display = "block";
	jQuery('#votetype').val('on');
}

function submitvote(){
	votetype = jQuery('#votetype').val();
	if(votetype == 'on'){
		submitvoteon();
	}else if(votetype == 'os'){
		submitvoteos();
	}
}

function submitvoteon(){
	email = jQuery('#email').val();
	phone = jQuery('#phone').val();

	if((email == '') || (phone == '')){
		alert('Please fill in your email and phone no.');
	}else{
		modal.style.display = "none";
		
		jQuery('#countdownon').show();
		jQuery('.voteon').hide();
		var timeleft = 10;
		var downloadTimer = setInterval(function(){
		  if(timeleft <= 0){
			clearInterval(downloadTimer);
			jQuery('#countdownon').hide();
			jQuery('.voteon').show();
			
		  } else {
			jQuery('#countdownon').html(timeleft + " seconds remaining");
		   // document.getElementById("countdownon").innerHTML = timeleft + " seconds remaining";
		  }
		  timeleft -= 1;
		}, 1000);
			
			nama = jQuery('.nama').html();
			var form = jQuery('#form_vote')[0];
			var formData = new FormData(form);
			formData.append('action', 'rwvoting_submiton');
			formData.append('nama', 'Dhakshini Jeganathan');
			
				jQuery.ajax({
					type: "POST",
					url: 'https://www.artgallery.gov.my/bms/wp-admin/admin-ajax.php',
					data: formData,
					async: false,
					cache: false,
					contentType: false,
					enctype: 'multipart/form-data',
					processData: false,
					success: function (data) {
						var json = JSON.parse(data);
						percentage = json.percentage;
						msg_total = json.msg_total;
						
						jQuery('.percenton').html(percentage+'%');
						jQuery('.onwidth').css('width',percentage+'%');
						
						if(msg_total == 'Full'){
							alert('Maaf, anda telah melebihi had untuk mengundi. Terima Kasih atas undian anda.');
						}
					},
					error: function (data) {
						//console.log("fail: " + data);
					}
				});
	}
}


jQuery.ajax({
	type: "POST",
	url: 'https://www.artgallery.gov.my/bms/wp-admin/admin-ajax.php',
	data: 'action=rwvoting_percenton&postid=',
	success: function (data) {
		var str = data;
		result = str.trim();
		if(result == 'NAN'){
			result = 0;
		}
		
		if(result == 'nan'){
			result = 0;
		}
		
		jQuery('.percenton').html(result+'%');
		jQuery('.onwidth').css('width',result+'%');
	},
	error: function (data) {
		console.log("failed ");
	}
});
</script><script>
window.addEventListener('load', function () {
	jQuery('.it_epoll_title_exact_os').html('OS - Dhakshini Jeganathan');
})

function voteos(a){
	modal.style.display = "block";
		jQuery('#votetype').val('os');
}

function submitvoteos(){
	email = jQuery('#email').val();
	phone = jQuery('#phone').val();

	if((email == '') || (phone == '')){
		alert('Please fill in your email and phone no.');
	}else{
		modal.style.display = "none";
		
		jQuery('#countdownos').show();
		jQuery('.voteos').hide();
		var timeleft = 10;
		var downloadTimer = setInterval(function(){
		  if(timeleft <= 0){
			clearInterval(downloadTimer);
			jQuery('#countdownos').hide();
			jQuery('.voteos').show();
			
		  } else {
			jQuery('#countdownos').html(timeleft + " seconds remaining");
		  }
		  timeleft -= 1;
		}, 1000);
			
		nama = jQuery('.nama').html();
		var form = jQuery('#form_vote')[0];
		var formData = new FormData(form);
		formData.append('action', 'rwvoting_submitos');
		formData.append('nama', 'Dhakshini Jeganathan');

		jQuery.ajax({
			type: "POST",
			url: 'https://www.artgallery.gov.my/bms/wp-admin/admin-ajax.php',
			data: formData,
			async: false,
			cache: false,
			contentType: false,
			enctype: 'multipart/form-data',
			processData: false,
			success: function (data) {
				var json = JSON.parse(data);
				percentage = json.percentage;
				msg_total = json.msg_total;
				
				jQuery('.percentos').html(percentage+'%');
				jQuery('.oswidth').css('width',percentage+'%');
				
				if(msg_total == 'Full'){
					alert('Maaf, anda telah melebihi had untuk mengundi. Terima Kasih atas undian anda.');
				}
			},
			error: function (data) {
				//console.log("fail: " + data);
			}
		});
	}
}

jQuery.ajax({
	type: "POST",
	url: 'https://www.artgallery.gov.my/bms/wp-admin/admin-ajax.php',
	data: 'action=rwvoting_percentos&postid=',
	success: function (data) {
		var str = data;
		result = str.trim();
		if(result == 'NAN'){
			result = 0;
		}
		
		if(result == 'nan'){
			result = 0;
		}
		
		jQuery('.percentos').html(result+'%');
		jQuery('.oswidth').css('width',result+'%');
		
	},
	error: function (data) {
		console.log("failed ");
	}
});
</script>{"id":2964,"date":"2021-11-18T11:16:23","date_gmt":"2021-11-18T03:16:23","guid":{"rendered":"https:\/\/bms.awan.la\/?p=2964"},"modified":"2025-06-20T14:27:56","modified_gmt":"2025-06-20T06:27:56","slug":"dhakshini-jeganathan","status":"publish","type":"post","link":"https:\/\/www.artgallery.gov.my\/bms\/?p=2964","title":{"rendered":"Dhakshini Jeganathan"},"content":{"rendered":"<div id='av_section_1'  class='avia-section av-1u4gqc-27909e660e6ef8106bd4e1aac17ab703 main_color avia-section-default avia-no-border-styling  avia-builder-el-0  el_before_av_section  avia-builder-el-first  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><main  role=\"main\" itemprop=\"mainContentOfPage\"  class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-2964'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-gycl38-1720b96cb5e85023652efc1eebcf6dcd\">\n#top .av-special-heading.av-gycl38-1720b96cb5e85023652efc1eebcf6dcd{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-gycl38-1720b96cb5e85023652efc1eebcf6dcd .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-gycl38-1720b96cb5e85023652efc1eebcf6dcd .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-gycl38-1720b96cb5e85023652efc1eebcf6dcd .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-gycl38-1720b96cb5e85023652efc1eebcf6dcd av-special-heading-h2 custom-color-heading  avia-builder-el-1  el_before_av_one_third  avia-builder-el-first '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >PESERTA<\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-fhwxuc-b635258012305b922bcb973b29e54fcd\">\n.flex_column.av-fhwxuc-b635258012305b922bcb973b29e54fcd{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-fhwxuc-b635258012305b922bcb973b29e54fcd av_one_third  avia-builder-el-2  el_after_av_heading  el_before_av_two_third  first flex_column_div av-animated-generic pop-up av-zero-column-padding  '     ><p>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-1grxck-f67d66aef38a47bfd52db9a3b09a5f84\">\n#top .hr.hr-invisible.av-1grxck-f67d66aef38a47bfd52db9a3b09a5f84{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-1grxck-f67d66aef38a47bfd52db9a3b09a5f84 hr-invisible  avia-builder-el-3  el_before_av_iconlist  avia-builder-el-first '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div><br \/>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-kw4d50zv-44da00b7e2f1138f854efc5182228cad\">\n#top .avia-icon-list-container.av-kw4d50zv-44da00b7e2f1138f854efc5182228cad .iconlist_icon{\ncolor:#ffffff;\nbackground-color:#635ec6;\n}\n#top .avia-icon-list-container.av-kw4d50zv-44da00b7e2f1138f854efc5182228cad .iconlist_icon svg:first-child{\nstroke:#ffffff;\nfill:#ffffff;\n}\n<\/style>\n<div  class='avia-icon-list-container av-kw4d50zv-44da00b7e2f1138f854efc5182228cad  avia-builder-el-4  el_after_av_hr  avia-builder-el-last '><ul class='avia-icon-list avia_animate_when_almost_visible avia-icon-list-left av-iconlist-big av-kw4d50zv-44da00b7e2f1138f854efc5182228cad avia-iconlist-animate'>\n<li><div class='iconlist_icon av-kw4d2sbz-8eea8706cc210adc6604f2177990e911 avia-font-entypo-fontello avia-iconfont avia-font-entypo-fontello'><span class='av-icon-char' data-av_icon='\ue80a' data-av_iconfont='entypo-fontello' aria-hidden=\"true\"><\/span><\/div><article class=\"article-icon-entry \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class=\"iconlist_content_wrap\"><header class=\"entry-content-header\" aria-label=\"Icon: NAMA: \"><h4 class='av_iconlist_title iconlist_title  '  itemprop=\"headline\" >NAMA: <\/h4><\/header><div class='iconlist_content '  itemprop=\"text\" ><p><span class=\"nama\">Dhakshini Jeganathan<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-kw4d3lwl-5694b7d54d63f752e260d6337777025a avia-font-entypo-fontello avia-iconfont avia-font-entypo-fontello'><span class='av-icon-char' data-av_icon='\ue8b1' data-av_iconfont='entypo-fontello' aria-hidden=\"true\"><\/span><\/div><article class=\"article-icon-entry \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class=\"iconlist_content_wrap\"><header class=\"entry-content-header\" aria-label=\"Icon: LOKASI: \"><h4 class='av_iconlist_title iconlist_title  '  itemprop=\"headline\" >LOKASI: <\/h4><\/header><div class='iconlist_content '  itemprop=\"text\" ><p><span class=\"nama\">Kuala Lumpur<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-kw4dvdgj-98b62d326598c94e6b3265f751fca9a4 avia-font-entypo-fontello avia-iconfont avia-font-entypo-fontello'><span class='av-icon-char' data-av_icon='\ue805' data-av_iconfont='entypo-fontello' aria-hidden=\"true\"><\/span><\/div><article class=\"article-icon-entry \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class=\"iconlist_content_wrap\"><header class=\"entry-content-header\" aria-label=\"Icon: EMEL:\"><h4 class='av_iconlist_title iconlist_title  '  itemprop=\"headline\" >EMEL:<\/h4><\/header><div class='iconlist_content '  itemprop=\"text\" ><p><span class=\"nama\">dhakshinijeganathan@gmail.com<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-kw4d4z8i-a46114c251bdd92e112ea5f78b8d7c3c avia-font-entypo-fontello avia-iconfont avia-font-entypo-fontello'><span class='av-icon-char' data-av_icon='\ue840' data-av_iconfont='entypo-fontello' aria-hidden=\"true\"><\/span><\/div><article class=\"article-icon-entry \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class=\"iconlist_content_wrap\"><header class=\"entry-content-header\" aria-label=\"Icon: BIODATA PESERTA:\"><h4 class='av_iconlist_title iconlist_title  '  itemprop=\"headline\" >BIODATA PESERTA:<\/h4><\/header><div class='iconlist_content '  itemprop=\"text\" ><p><a href=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/DHAKSHINI-JEGANATHAN-final.pdf\" target=\"_blank\" rel=\"noopener\">Dhakshini Jeganathan<\/a><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<\/ul><\/div><\/p><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-cop1ac-45ae5e4191cced465fbf600599bdca3b\">\n.flex_column.av-cop1ac-45ae5e4191cced465fbf600599bdca3b{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-cop1ac-45ae5e4191cced465fbf600599bdca3b av_two_third  avia-builder-el-5  el_after_av_one_third  avia-builder-el-last  flex_column_div av-zero-column-padding  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-kw4da72l-dea1eff97dc6317b6ef9741083c8c205\">\n.avia-image-container.av-kw4da72l-dea1eff97dc6317b6ef9741083c8c205 img.avia_image{\nbox-shadow:none;\n}\n.avia-image-container.av-kw4da72l-dea1eff97dc6317b6ef9741083c8c205 .av-image-caption-overlay-center{\ncolor:#ffffff;\n}\n<\/style>\n<div  class='avia-image-container av-kw4da72l-dea1eff97dc6317b6ef9741083c8c205 av-styling- avia-align-center  avia-builder-el-6  avia-builder-el-no-sibling '   itemprop=\"image\" itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/ImageObject\" ><div class=\"avia-image-container-inner\"><div class=\"avia-image-overlay-wrap\"><img decoding=\"async\" fetchpriority=\"high\" class='wp-image-6052 avia-img-lazy-loading-not-6052 avia_image ' src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FOTO-300x245.jpg\" alt='' title='FOTO'  height=\"245\" width=\"300\"  itemprop=\"thumbnailUrl\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FOTO-300x245.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FOTO-1030x842.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FOTO-768x628.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FOTO-705x576.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/FOTO.jpg 1370w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><\/div><\/div>\n\n<\/div><\/div><\/main><!-- close content main element --><\/div><\/div><div id='av_section_2'  class='avia-section av-aecklw-607f261c5f9434878e1088508eb72de0 main_color avia-section-default avia-no-border-styling  avia-builder-el-7  el_after_av_section  el_before_av_section  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-2964'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-94vp50-c87012eb09e5cd36aa7ec8ef04167263\">\n.flex_column.av-94vp50-c87012eb09e5cd36aa7ec8ef04167263{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-94vp50-c87012eb09e5cd36aa7ec8ef04167263 av_one_full  avia-builder-el-8  el_before_av_hr  avia-builder-el-first  first flex_column_div av-zero-column-padding  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-kw4df06f-2efe75165bcfdd31a6f5dc7e1685b806\">\n#top .av-special-heading.av-kw4df06f-2efe75165bcfdd31a6f5dc7e1685b806{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kw4df06f-2efe75165bcfdd31a6f5dc7e1685b806 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kw4df06f-2efe75165bcfdd31a6f5dc7e1685b806 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kw4df06f-2efe75165bcfdd31a6f5dc7e1685b806 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kw4df06f-2efe75165bcfdd31a6f5dc7e1685b806 av-special-heading-h2 custom-color-heading  avia-builder-el-9  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >CADANGAN <span style=\"color: #ffffff;\">KARYA<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-79upus-2fbe7f92363ecf4371bd7746eabb925f\">\n#top .hr.hr-invisible.av-79upus-2fbe7f92363ecf4371bd7746eabb925f{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-79upus-2fbe7f92363ecf4371bd7746eabb925f hr-invisible  avia-builder-el-10  el_after_av_one_full  el_before_av_textblock '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<section  class='av_textblock_section av-kw4dhn8n-cfeb2ee7232ea969261375524b49a4a5 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p>I created my own interactive art style called moving paintings where my paintings physically move and this art project is an extension of it. Every piece in this art installation \u201cHealing Extensions\u201d moves at joints and the audience can interact with it.<\/p>\n<p>Healing extensions is about how everything in our everyday life can inspire, help and heal us during this very difficult time of lockdown and global pandemic. I lost my father recently and I am using art and my imagination to heal myself. Everything in our surrounding like our tools, the equipment we use, our walls and our very setting can help us.<\/p>\n<p>Since I am an Artist the equipment I commonly use is an easel. I see my easel turn into extensions filled with creative ideas and stories.<\/p>\n<p>When you place a new canvas on the easel it is blank. But what if there are already ideas lingering around the easel and the canvas finds a place and an idea there.<\/p>\n<\/div><\/section>\n<section  class='av_textblock_section av-1uutt0-70f62598041576996ca91a9b6c1bafb4 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><iframe style=\"width: 100%; height: 500px;\" src=\"https:\/\/docs.google.com\/gview?url=https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Ideation-THE-HEALING-EXTENSIONS.pdf&amp;embedded=true\" frameborder=\"0\"><\/iframe><a href=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Ideation-THE-HEALING-EXTENSIONS.pdf\">Cadangan Karya<\/a><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_3'  class='avia-section av-587m1g-ad639c7603a9b3bfeca5fbf80e8056c1 main_color avia-section-default avia-no-border-styling  avia-builder-el-13  el_after_av_section  el_before_av_section  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-2964'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-3kyjx0-0776e492f54db03faa72028f848f66bd\">\n.flex_column.av-3kyjx0-0776e492f54db03faa72028f848f66bd{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-3kyjx0-0776e492f54db03faa72028f848f66bd av_one_full  avia-builder-el-14  el_before_av_hr  avia-builder-el-first  first flex_column_div av-zero-column-padding  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-kw4di0g4-6abd36f9274b375e5d885b495ef89b62\">\n#top .av-special-heading.av-kw4di0g4-6abd36f9274b375e5d885b495ef89b62{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kw4di0g4-6abd36f9274b375e5d885b495ef89b62 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kw4di0g4-6abd36f9274b375e5d885b495ef89b62 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kw4di0g4-6abd36f9274b375e5d885b495ef89b62 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kw4di0g4-6abd36f9274b375e5d885b495ef89b62 av-special-heading-h2 custom-color-heading  avia-builder-el-15  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >LINE <span style=\"color: #ffffff;\">EXTENSIONS<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-2vpcfo-2ff7d350961d10de6cbfaa87fa43348d\">\n#top .hr.hr-invisible.av-2vpcfo-2ff7d350961d10de6cbfaa87fa43348d{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-2vpcfo-2ff7d350961d10de6cbfaa87fa43348d hr-invisible  avia-builder-el-16  el_after_av_one_full  el_before_av_textblock '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<section  class='av_textblock_section av-kw4diu40-047ae22533773dd36ec1cf40917ad1af '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"alignnone wp-image-6042 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-2.jpeg\" alt=\"\" width=\"1448\" height=\"1448\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-2.jpeg 1448w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-2-300x300.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-2-1030x1030.jpeg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-2-80x80.jpeg 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-2-768x768.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-2-36x36.jpeg 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-2-180x180.jpeg 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-2-705x705.jpeg 705w\" sizes=\"(max-width: 1448px) 100vw, 1448px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6043 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-2.jpeg\" alt=\"\" width=\"574\" height=\"683\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-2.jpeg 574w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-2-252x300.jpeg 252w\" sizes=\"(max-width: 574px) 100vw, 574px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6044 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/3-1.jpeg\" alt=\"\" width=\"768\" height=\"1024\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/3-1.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/3-1-225x300.jpeg 225w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/3-1-529x705.jpeg 529w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6045 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-1.jpeg\" alt=\"\" width=\"1448\" height=\"1448\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-1.jpeg 1448w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-1-300x300.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-1-1030x1030.jpeg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-1-80x80.jpeg 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-1-768x768.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-1-36x36.jpeg 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-1-180x180.jpeg 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-1-705x705.jpeg 705w\" sizes=\"(max-width: 1448px) 100vw, 1448px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6046 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/5-1.jpeg\" alt=\"\" width=\"576\" height=\"1024\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/5-1.jpeg 576w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/5-1-169x300.jpeg 169w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/5-1-397x705.jpeg 397w\" sizes=\"(max-width: 576px) 100vw, 576px\" \/><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_4'  class='avia-section av-lyyic-27254475e4fdc5dc089a5ecf416fc56e main_color avia-section-default avia-no-border-styling  avia-builder-el-18  el_after_av_section  el_before_av_section  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-2964'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-4szzj8-d2ee99e673592d8516dcbba6709cee96\">\n.flex_column.av-4szzj8-d2ee99e673592d8516dcbba6709cee96{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-4szzj8-d2ee99e673592d8516dcbba6709cee96 av_one_full  avia-builder-el-19  el_before_av_hr  avia-builder-el-first  first flex_column_div av-zero-column-padding  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-kw4dwdli-d4b2a50ce957159d908ff799d08ab146\">\n#top .av-special-heading.av-kw4dwdli-d4b2a50ce957159d908ff799d08ab146{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kw4dwdli-d4b2a50ce957159d908ff799d08ab146 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kw4dwdli-d4b2a50ce957159d908ff799d08ab146 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kw4dwdli-d4b2a50ce957159d908ff799d08ab146 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kw4dwdli-d4b2a50ce957159d908ff799d08ab146 av-special-heading-h2 custom-color-heading  avia-builder-el-20  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >PENYATAAN <span style=\"color: #ffffff;\">KARYA<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-bty2s-965c768d655ae814fb88572db7128e1f\">\n#top .hr.hr-invisible.av-bty2s-965c768d655ae814fb88572db7128e1f{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-bty2s-965c768d655ae814fb88572db7128e1f hr-invisible  avia-builder-el-21  el_after_av_one_full  el_before_av_textblock '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<section  class='av_textblock_section av-kw4dwp9e-edfffa2b875eaeffbd7c749793fc5bf3 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p style=\"text-align: justify;\">I am a multidisciplinary artist and poet who is currently working on a series known as &#8216;moving paintings in wood&#8217; where the paintings physically move.<\/p>\n<p style=\"text-align: justify;\">I believe art is a communication tool and works effortlessly to interact with the audience, allowing them to participate in my work. I feel that everything in our surrounding inspires us. Especially during this period of lockdown, as we are stuck at home, everything we use \u2013tools, equipment \u2013 can inspire us, heal us and provide us with what we think we lack.<\/p>\n<p style=\"text-align: justify;\">I am working towards finding new meanings in art. My motto \u201cArt is for everyone\u201d is a continuous journey.<\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_5'  class='avia-section av-6lo39g-9ae408134d72a249f2b700da1db0c56e main_color avia-section-default avia-no-border-styling  avia-builder-el-23  el_after_av_section  el_before_av_section  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-2964'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-abe1qc-6cae8f66d0810e6a1304603336af9613\">\n.flex_column.av-abe1qc-6cae8f66d0810e6a1304603336af9613{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-abe1qc-6cae8f66d0810e6a1304603336af9613 av_one_full  avia-builder-el-24  el_before_av_hr  avia-builder-el-first  first flex_column_div av-zero-column-padding  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-9st3xw-d25e378169da4afd7d31734e0b58f5cb\">\n#top .av-special-heading.av-9st3xw-d25e378169da4afd7d31734e0b58f5cb{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-9st3xw-d25e378169da4afd7d31734e0b58f5cb .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-9st3xw-d25e378169da4afd7d31734e0b58f5cb .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-9st3xw-d25e378169da4afd7d31734e0b58f5cb .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-9st3xw-d25e378169da4afd7d31734e0b58f5cb av-special-heading-h2 custom-color-heading  avia-builder-el-25  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >KARYA <span style=\"color: #ffffff;\">AKHIR<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-8e278-40ea1d260350700e1a18ca74df625cac\">\n#top .hr.hr-invisible.av-8e278-40ea1d260350700e1a18ca74df625cac{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-8e278-40ea1d260350700e1a18ca74df625cac hr-invisible  avia-builder-el-26  el_after_av_one_full  el_before_av_textblock '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<section  class='av_textblock_section av-kxd14lma-37c158ff4ee0a73958aa57cdf0ded98c '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"alignnone wp-image-6033 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1.jpeg\" alt=\"\" width=\"768\" height=\"1024\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-225x300.jpeg 225w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-529x705.jpeg 529w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6034 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2.jpeg 1024w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-300x225.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-768x576.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-705x529.jpeg 705w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6035 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/3.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/3.jpeg 1024w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/3-300x225.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/3-768x576.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/3-705x529.jpeg 705w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6036 size-large\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-845x1030.jpeg\" alt=\"\" width=\"845\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-845x1030.jpeg 845w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-246x300.jpeg 246w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-768x936.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4-578x705.jpeg 578w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/4.jpeg 890w\" sizes=\"(max-width: 845px) 100vw, 845px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6037 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/5.jpeg\" alt=\"\" width=\"574\" height=\"719\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/5.jpeg 574w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/5-239x300.jpeg 239w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/5-563x705.jpeg 563w\" sizes=\"(max-width: 574px) 100vw, 574px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6038 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/6.jpeg\" alt=\"\" width=\"1024\" height=\"576\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/6.jpeg 1024w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/6-300x169.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/6-768x432.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/6-705x397.jpeg 705w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6039 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/7.jpeg\" alt=\"\" width=\"1024\" height=\"576\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/7.jpeg 1024w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/7-300x169.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/7-768x432.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/7-705x397.jpeg 705w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_6'  class='avia-section av-7xbet0-08043bfd160e0c2f1d3be96d1c445214 main_color avia-section-default avia-no-border-styling  avia-builder-el-28  el_after_av_section  el_before_av_section  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-2964'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-69zzt0-6d3bde8d8d6290c22e6963ed6e09d806\">\n.flex_column.av-69zzt0-6d3bde8d8d6290c22e6963ed6e09d806{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-69zzt0-6d3bde8d8d6290c22e6963ed6e09d806 av_one_full  avia-builder-el-29  el_before_av_hr  avia-builder-el-first  first flex_column_div av-zero-column-padding  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-kywokwyt-c719afddfa004ca3b334d3efb03ff7f9\">\n#top .av-special-heading.av-kywokwyt-c719afddfa004ca3b334d3efb03ff7f9{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-kywokwyt-c719afddfa004ca3b334d3efb03ff7f9 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kywokwyt-c719afddfa004ca3b334d3efb03ff7f9 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-kywokwyt-c719afddfa004ca3b334d3efb03ff7f9 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-kywokwyt-c719afddfa004ca3b334d3efb03ff7f9 av-special-heading-h2 custom-color-heading  avia-builder-el-30  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >PUBLIC <span style=\"color: #ffffff;\">INTERACTIONS<\/span><\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-42ywys-6f6ccd14e585ff1a6fcda6cba1637ff7\">\n#top .hr.hr-invisible.av-42ywys-6f6ccd14e585ff1a6fcda6cba1637ff7{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-42ywys-6f6ccd14e585ff1a6fcda6cba1637ff7 hr-invisible  avia-builder-el-31  el_after_av_one_full  el_before_av_textblock '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<section  class='av_textblock_section av-kywolwdh-cf963cb4092c9b028260236d7b6f91f4 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"alignnone wp-image-6040 size-large\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-1-1030x1030.jpeg\" alt=\"\" width=\"1030\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-1-1030x1030.jpeg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-1-300x300.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-1-80x80.jpeg 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-1-768x768.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-1-36x36.jpeg 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-1-180x180.jpeg 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-1-705x705.jpeg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/1-1.jpeg 1448w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6041 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-1.jpeg\" alt=\"\" width=\"1024\" height=\"1024\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-1.jpeg 1024w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-1-300x300.jpeg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-1-80x80.jpeg 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-1-768x768.jpeg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-1-36x36.jpeg 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-1-180x180.jpeg 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/2-1-705x705.jpeg 705w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<\/div><\/section>\n<div  class='avia-video av-29oqhg-702ec0c5d9300b54db9653c19581a508 avia-video-16-9 av-no-preview-image avia-video-load-always avia-video-html5'  itemprop=\"video\" itemtype=\"https:\/\/schema.org\/VideoObject\"  data-original_url='https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Video-2022-01-04-at-01.38.35.mp4'><video class='avia_video'    preload=\"auto\"  controls id='player_2964_1285327480_712611409'><source src='https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Video-2022-01-04-at-01.38.35.mp4' type='video\/mp4' \/><\/video><\/div>\n<div  class='avia-video av-kywowej8-034d0067545a4ba0e1c1befe1d73eba5 avia-video-16-9 av-no-preview-image avia-video-load-always avia-video-html5'  itemprop=\"video\" itemtype=\"https:\/\/schema.org\/VideoObject\"  data-original_url='https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Video-2022-01-16-at-02.13.59.mp4'><video class='avia_video'    preload=\"auto\"  controls id='player_2964_738227816_481947523'><source src='https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Video-2022-01-16-at-02.13.59.mp4' type='video\/mp4' \/><\/video><\/div>\n<div  class='avia-video av-kywox7lh-938368c7aa2b8a90b3d2f457fb9bc350 avia-video-16-9 av-no-preview-image avia-video-load-always avia-video-html5'  itemprop=\"video\" itemtype=\"https:\/\/schema.org\/VideoObject\"  data-original_url='https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Video-2022-01-26-at-01.48.58.mp4'><video class='avia_video'    preload=\"auto\"  controls id='player_2964_1384228487_784744582'><source src='https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/WhatsApp-Video-2022-01-26-at-01.48.58.mp4' type='video\/mp4' \/><\/video><\/div>\n<div  class='avia-video av-kznix0nc-291b33985c07feff2500270be5cced62 avia-video-16-9 av-no-preview-image avia-video-load-always av-lazyload-immediate av-lazyload-video-embed'  itemprop=\"video\" itemtype=\"https:\/\/schema.org\/VideoObject\"  data-original_url='https:\/\/youtu.be\/X6f13L9Yu2g '><script type='text\/html' class='av-video-tmpl'><div class='avia-iframe-wrap'><iframe title=\"BAKAT MUDA SEZAMAN 2021 | (ZON TENGAH) HEALING EXTENTION - DHAKSHINI\" width=\"1500\" height=\"844\" src=\"https:\/\/www.youtube.com\/embed\/X6f13L9Yu2g?feature=oembed&autoplay=0&loop=0&controls=1&mute=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/div><\/script><div class='av-click-to-play-overlay'><div class=\"avia_playpause_icon\"><\/div><\/div><\/div>\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='undian'  class='avia-section av-1ac8as-8613d5fbe26db47f3a9f1c103fd29a8b main_color avia-section-default avia-no-border-styling  avia-builder-el-37  el_after_av_section  avia-builder-el-last  voting avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-2964'><div class='entry-content-wrapper clearfix'>\n<div class='flex_column_table av-addmw4-53732916bee65bc725c626bca2a9b810 sc-av_one_half av-equal-height-column-flextable'>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-addmw4-53732916bee65bc725c626bca2a9b810\">\n.flex_column.av-addmw4-53732916bee65bc725c626bca2a9b810{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-addmw4-53732916bee65bc725c626bca2a9b810 av_one_half  avia-builder-el-38  el_before_av_one_half  avia-builder-el-first  first flex_column_table_cell av-equal-height-column av-align-top av-zero-column-padding  '     ><section  class='av_textblock_section av-9n2ho4-21d14ed37a65d6db7ef0e4811dfa76e3 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" >\n<div class=\"it_epoll_container\" \"=\"\">\n\t<h1 class=\" it_epoll_title\">\n\t<span class=\"it_epoll_title_exact_on\"><\/span>\n\t<span class=\"it_epoll_survey-stage\">\n\t\t<span class=\"it_epoll_stage it_epoll_live it_epoll_active\">Live<\/span>\n\t\t<span class=\"it_epoll_stage it_epoll_ended it_epoll_active\" style=\"display:none;\">Ended<\/span>\n\t<\/span>\n\t<\/h1>\n\t<div class=\"it_epoll_inner\">\n\t\t<ul class=\"it_epoll_surveys it_epoll_grid\">\n\t\t\t<li class=\"it_epoll_survey-item\">\n\t\t\t\t<input type=\"hidden\" name=\"it_epoll_multivoting\" value=\"0\" id=\"it_epoll_multivoting\">\n\t\t\t\t<div class=\"it_epoll_survey-item-inner it_epoll_card_front\">\n\t\t\t\t\t<div class=\"it_epoll_big_cover it_epoll_blue_gradient\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/plugins\/rocketweb_voting\/front\/images\/online.jpg\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"it_epoll_survey-country it_epoll_grid-only\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ARTIST-11-scaled.jpg\">\n\t\t\t\t\t<div class=\"it_epoll_spinner\">\n\t\t\t\t\t<svg version=\"1.1\" id=\"it_epoll_tick\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 37 37\" xml:space=\"preserve\">\n\t\t\t\t\t\t<path class=\"it_epoll_circ it_epoll_path\" style=\"fill:none;stroke: #ffffff;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10;\" d=\"\n\t\t\t\t\t\tM30.5,6.5L30.5,6.5c6.6,6.6,6.6,17.4,0,24l0,0c-6.6,6.6-17.4,6.6-24,0l0,0c-6.6-6.6-6.6-17.4,0-24l0,0C13.1-0.2,23.9-0.2,30.5,6.5z\"><\/path>\n\t\t\t\t\t\t<polyline class=\"it_epoll_tick it_epoll_path\" style=\"fill:none;stroke: #ffffff;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10;\" points=\"\n\t\t\t\t\t\t11.6,20 15.9,24.2 26.4,13.8 \"><\/polyline>\n\t\t\t\t\t<\/svg>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"it_epoll_survey-name\"><\/div>\n\t\t\t\t<div class=\"it_epoll_survey-item-action \">\n\t\t\t\t\t<form id=\"form_voteon\">\n\t\t\t\t\t\t<input type=\"hidden\" name=\"onpostid\" id=\"onpostid\" value=\"\">\n\t\t\t\t\t\t<div id=\"countdownon\" style=\"margin: 6px; display:none; background:linear-gradient(40deg,#45cafc,#303f9f)!important;padding: .82rem 2.14rem !important;.font-size:81rem !important\">10 seconds remaining<\/div>\n\t\t\t\t\t\t<input type=\"button\" name=\"it_epoll_survey-vote-button\" id=\"it_epoll_survey-vote-button\" class=\"it_epoll_blue_gradient voteon\" value=\"Vote\" onclick=\"voteon('online');\">\n\t\t\t\t\t<\/form>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"it_epoll_pull-right\">\n\t\t\t\t\t<span class=\"it_epoll_survey-progress\">\n\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-bg\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-fg it_epoll_blue_gradient onwidth\" style=\"width:0%;\"><\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-labels\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-label percenton\"> 0% <\/span>\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"it_epoll_poll_e_vote_count\" id=\"it_epoll_poll_e_vote_count\" value=\"5\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-completes\"> 5 \/ 5 <\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/li>\n\t\t\t<div style=\"clear:both;\"><\/div>\n\t\t<\/ul>\n\t<\/div>\n<\/div>\n\n<\/div><\/section><\/div><div class='av-flex-placeholder'><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-7iu5dg-2cb617d3e360419736437ff3793622c9\">\n.flex_column.av-7iu5dg-2cb617d3e360419736437ff3793622c9{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-7iu5dg-2cb617d3e360419736437ff3793622c9 av_one_half  avia-builder-el-40  el_after_av_one_half  el_before_av_one_full  flex_column_table_cell av-equal-height-column av-align-top av-zero-column-padding  '     ><section  class='av_textblock_section av-5o3110-decddf9fcbd940d442c130177dff4ed3 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" >\n<div class=\"it_epoll_container\">\n\t<h1 class=\"it_epoll_title\">\n\t\t<span class=\"it_epoll_title_exact_os\"><\/span>\n\t\t<span class=\"it_epoll_survey-stage\">\n\t\t<span class=\"it_epoll_stage it_epoll_live it_epoll_active\">Live<\/span>\n\t\t<span class=\"it_epoll_stage it_epoll_ended it_epoll_active\" style=\"display:none;\">Ended<\/span>\n\t<\/h1>\n\t<div class=\"it_epoll_inner\">\n\t\t<ul class=\"it_epoll_surveys it_epoll_grid\">\n\t\t\t<li class=\"it_epoll_survey-item\">\n\t\t\t\t<input type=\"hidden\" name=\"it_epoll_multivoting\" value=\"0\" id=\"it_epoll_multivoting\">\n\t\t\t\t<div class=\"it_epoll_survey-item-inner it_epoll_card_front\">\n\t\t\t\t\t<div class=\"it_epoll_big_cover it_epoll_blue_gradient\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/plugins\/rocketweb_voting\/front\/images\/onsite.jpg\">\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"it_epoll_survey-country it_epoll_grid-only\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ARTIST-11-scaled.jpg\">\n\t\t\t\t\t\t<div class=\"it_epoll_spinner\">\n\t\t\t\t\t\t\t<svg version=\"1.1\" id=\"it_epoll_tick\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 37 37\" xml:space=\"preserve\">\n\t\t\t\t\t\t\t<path class=\"it_epoll_circ it_epoll_path\" style=\"fill:none;stroke: #ffffff;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10;\" d=\"\n\t\t\t\t\t\t\tM30.5,6.5L30.5,6.5c6.6,6.6,6.6,17.4,0,24l0,0c-6.6,6.6-17.4,6.6-24,0l0,0c-6.6-6.6-6.6-17.4,0-24l0,0C13.1-0.2,23.9-0.2,30.5,6.5z\"><\/path>\n\t\t\t\t\t\t\t<polyline class=\"it_epoll_tick it_epoll_path\" style=\"fill:none;stroke: #ffffff;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10;\" points=\"\n\t\t\t\t\t\t\t11.6,20 15.9,24.2 26.4,13.8 \"><\/polyline>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"it_epoll_survey-name\"><\/div>\n\t\t\t\t\t<div class=\"it_epoll_survey-item-action it_epoll_survey-item-action-disabled\">\n\t\t\t\t\t\t<form id=\"form_voteos\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"ospostid\" id=\"ospostid\" value=\"\">\n\t\t\t\t\t\t\t<div id=\"countdownos\" style=\"margin: 6px; display:none; background:linear-gradient(40deg,#45cafc,#303f9f)!important;padding: .82rem 2.14rem !important;.font-size:81rem !important\">10 seconds remaining<\/div>\n\t\t\t\t\t\t\t<input type=\"button\" name=\"it_epoll_survey-vote-button\" id=\"it_epoll_survey-vote-button\" class=\"it_epoll_blue_gradient voteos\" value=\"Vote\" onclick=\"voteos('os')\">\n\t\t\t\t\t\t<\/form>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"it_epoll_pull-right\">\n\t\t\t\t\t\t<span class=\"it_epoll_survey-progress\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-bg\">\n\t\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-fg it_epoll_blue_gradient oswidth\" style=\"width:0%;\"><\/span>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-labels\">\n\t\t\t\t\t\t\t\t<span class=\"it_epoll_survey-progress-label percentos\"> 0% <\/span>\n\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"it_epoll_poll_e_vote_count\" id=\"it_epoll_poll_e_vote_count\" value=\"3\">\n\t\t\t\t\t\t\t<span class=\"it_epoll_survey-completes\"> 3 \/ 3 <\/span>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/li>\n\t\t\t<div style=\"clear:both;\"><\/div>\n\t\t<\/ul>\n\t<\/div>\n<\/div>\n<\/div><\/section><\/div><\/div><!--close column table wrapper. Autoclose: 1 -->\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-3w0kmc-32457e576410eaacd804c6afe8fd19d5\">\n.flex_column.av-3w0kmc-32457e576410eaacd804c6afe8fd19d5{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-3w0kmc-32457e576410eaacd804c6afe8fd19d5 av_one_full  avia-builder-el-42  el_after_av_one_half  avia-builder-el-last  first flex_column_div av-zero-column-padding  column-top-margin'     ><section  class='av_textblock_section av-1vnc1g-cc64207e04f273b9902ddcceebab153a '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p style=\"text-align: center;\"><img decoding=\"async\" src=\"https:\/\/chart.googleapis.com\/chart?chs=300x300&cht=qr&chl=https:\/\/www.artgallery.gov.my\/bms&choe=UTF-8\" \/><\/p>\n<\/div><\/section><\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":2966,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34,21],"tags":[56],"class_list":["post-2964","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bms21","category-kuala-lumpur-2021","tag-56"],"_links":{"self":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/2964","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2964"}],"version-history":[{"count":18,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/2964\/revisions"}],"predecessor-version":[{"id":8817,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/2964\/revisions\/8817"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/media\/2966"}],"wp:attachment":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2964"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2964"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2964"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}