<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 - Zafree Azhar');	
})


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', 'Zafree Azhar');
			
				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 - Zafree Azhar');
})

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', 'Zafree Azhar');

		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":2944,"date":"2021-11-18T09:13:41","date_gmt":"2021-11-18T01:13:41","guid":{"rendered":"https:\/\/bms.awan.la\/?p=2944"},"modified":"2025-06-20T14:28:22","modified_gmt":"2025-06-20T06:28:22","slug":"zafree-azhar","status":"publish","type":"post","link":"https:\/\/www.artgallery.gov.my\/bms\/?p=2944","title":{"rendered":"Zafree Azhar"},"content":{"rendered":"<div id='av_section_1'  class='avia-section av-fnwrw0-ac0fde07404c067e13d2c64452c4f715 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-2944'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-erq2xc-ea0726e8109d9ca3d068676cfb3ede5c\">\n#top .av-special-heading.av-erq2xc-ea0726e8109d9ca3d068676cfb3ede5c{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-erq2xc-ea0726e8109d9ca3d068676cfb3ede5c .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-erq2xc-ea0726e8109d9ca3d068676cfb3ede5c .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-erq2xc-ea0726e8109d9ca3d068676cfb3ede5c .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-erq2xc-ea0726e8109d9ca3d068676cfb3ede5c 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-cum30w-2f579e06c4975875b94b40eb5cf3bd3a\">\n.flex_column.av-cum30w-2f579e06c4975875b94b40eb5cf3bd3a{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-cum30w-2f579e06c4975875b94b40eb5cf3bd3a 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-afid80-13d5ba68a374b5253b6c113dff4e799b\">\n#top .hr.hr-invisible.av-afid80-13d5ba68a374b5253b6c113dff4e799b{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-afid80-13d5ba68a374b5253b6c113dff4e799b 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-kw49co96-937ad5a55ec345e39264f31aec2280f0\">\n#top .avia-icon-list-container.av-kw49co96-937ad5a55ec345e39264f31aec2280f0 .iconlist_icon{\ncolor:#ffffff;\nbackground-color:#635ec6;\n}\n#top .avia-icon-list-container.av-kw49co96-937ad5a55ec345e39264f31aec2280f0 .iconlist_icon svg:first-child{\nstroke:#ffffff;\nfill:#ffffff;\n}\n<\/style>\n<div  class='avia-icon-list-container av-kw49co96-937ad5a55ec345e39264f31aec2280f0  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-kw49co96-937ad5a55ec345e39264f31aec2280f0 avia-iconlist-animate'>\n<li><div class='iconlist_icon av-kw49ce8r-85285df4e041125345a17af63abcf432 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\">Zafree Azhar<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-kw49ckpp-138bdb908d298c09ba5c04449a51af4b 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<br \/>\n<\/span><\/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-9cdz28-fcbacee613a384bb35d7bad174b129d6\">\n.flex_column.av-9cdz28-fcbacee613a384bb35d7bad174b129d6{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-9cdz28-fcbacee613a384bb35d7bad174b129d6 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-kwja2u9r-07e58e01e9d5f51ef22d5d4d322326ea\">\n.avia-image-container.av-kwja2u9r-07e58e01e9d5f51ef22d5d4d322326ea img.avia_image{\nbox-shadow:none;\n}\n.avia-image-container.av-kwja2u9r-07e58e01e9d5f51ef22d5d4d322326ea .av-image-caption-overlay-center{\ncolor:#ffffff;\n}\n<\/style>\n<div  class='avia-image-container av-kwja2u9r-07e58e01e9d5f51ef22d5d4d322326ea 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-3496 avia-img-lazy-loading-not-3496 avia_image ' src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Muhammad-Zafree-bin-Azhar-1030x542.jpg\" alt='' title='Processed with VSCO with hb2 preset'  height=\"542\" width=\"1030\"  itemprop=\"thumbnailUrl\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Muhammad-Zafree-bin-Azhar-1030x542.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Muhammad-Zafree-bin-Azhar-300x158.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Muhammad-Zafree-bin-Azhar-768x404.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Muhammad-Zafree-bin-Azhar-1536x808.jpg 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Muhammad-Zafree-bin-Azhar-2048x1078.jpg 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Muhammad-Zafree-bin-Azhar-1500x790.jpg 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Muhammad-Zafree-bin-Azhar-710x375.jpg 710w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Muhammad-Zafree-bin-Azhar-705x371.jpg 705w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/div><\/div><\/div><\/div>\n\n<\/div><\/div><\/main><!-- close content main element --><\/div><\/div><div id='av_section_2'  class='avia-section av-78rhsw-9b27750fa78cf6d7cc8d8198fddcf82f 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-2944'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-mjbio-9391ee0a6bcc559ea3c591d5dcdc5256\">\n.flex_column.av-mjbio-9391ee0a6bcc559ea3c591d5dcdc5256{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-mjbio-9391ee0a6bcc559ea3c591d5dcdc5256 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-3nw7ww-8f64bc61f3128f02694bcc9ed16196f6\">\n#top .av-special-heading.av-3nw7ww-8f64bc61f3128f02694bcc9ed16196f6{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-3nw7ww-8f64bc61f3128f02694bcc9ed16196f6 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-3nw7ww-8f64bc61f3128f02694bcc9ed16196f6 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-3nw7ww-8f64bc61f3128f02694bcc9ed16196f6 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-3nw7ww-8f64bc61f3128f02694bcc9ed16196f6 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-2vxhmo-7729537edd4794684a9bb442a3158a8a\">\n#top .hr.hr-invisible.av-2vxhmo-7729537edd4794684a9bb442a3158a8a{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-2vxhmo-7729537edd4794684a9bb442a3158a8a 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-kw49e4q2-27f2339399d9e4dd35d236bb07bbfad4 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p>&#8220;What&#8217;s It Like Being Human&#8221; is a work in progress series using the medium charcoal and ink on paper. Documented on A4 (21 x 29.7 cm) watercolour paper with the objective to produce 100-150 pieces of a zoological illustration.<\/p>\n<p>&#8220;What&#8217;s It Like Being Human&#8221; is a process and documentation visual art series in reflection of internal oblivion and solitude during MCO. A series of work with the idea of contemplation within the 4 walls in a melancholic bedroom but only one transparent wall to have a sense of exterior, that brings to the psy chological rumination about thoughts and virtues of being human. As the MCO exponentially elongated day by day, the only subject matter that is vividly close, is upon seeing the bedroom mirror. A creature, an apex species, a divine being with unique mannerism and behaviour, a human. To what difference does a human possesses in comparison to the intellectual creatures and living things on earth. In juxta position to animals, vegetations, viruses, and other creatures that breathes, we feel as if humans own a higher state of intelligence despite how infinite the universe is but all is left to be confined in our 3-di mensional cuboid space. A human in a box, an observation study, an experimentation report, an abstracted analysis. A study of humans of how they feel, what they feel, why they feel. At what emotions and physical and mental state of mind do they own. To what lies every correlation of human anatomy and the essence of a person.<\/p>\n<p>In an attempt to understand and dissect the attributes of being human, for what lies the intangible and physical existence. A series of work in progress to depict in an &#8220;alien&#8221; perspective learning the nature of &#8220;people&#8221; and adapting their manner. In this series that will display hypothesis and analysis on the anatomy of person, beyond than just a basic human form. A reflection series, searching for qualities, purpose, and essence of being human (to what&#8217;s good and evil, to what&#8217;s right and wrong) archived in a form of an anthropological abstraction.<\/p>\n<p>In being an alien, and in process to be more human. To adapt to their ecosystem. To learn their struc ture and composition. To feel what they feel. To know what&#8217;s it like being human. In being a human being.<\/p>\n<\/div><\/section>\n<section  class='av_textblock_section av-kxvdaeh6-a0f34f4939105eadf71f1d6f59a5c41b '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"alignnone wp-image-4732 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-3.png\" alt=\"\" width=\"1122\" height=\"1386\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-3.png 1122w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-3-243x300.png 243w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-3-834x1030.png 834w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-3-768x949.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-3-571x705.png 571w\" sizes=\"(max-width: 1122px) 100vw, 1122px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-4731\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-2.png\" alt=\"\" width=\"1852\" height=\"1154\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-2.png 1852w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-2-300x187.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-2-1030x642.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-2-768x479.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-2-1536x957.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-2-1500x935.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-2-705x439.png 705w\" sizes=\"(max-width: 1852px) 100vw, 1852px\" \/><\/p>\n<p>With the new norm, art has become limited but not restricted. due to these times, i have wondered my research through mediums of charcoal and the integration of technology and digital. What I hope to achieve is having to mix charcoal and digital art. My hypothesis in charcoal will be juxtaposed with the final mixed media &#8211; new media art. &#8216;Digital Visualisation and Conventional Medium&#8221; These studies will conclude the final outcome as referred onto the next page. To come up with a complete publication in thesis and projection display.<\/p>\n<p>Proposed location can either be virtual or Simple spaces as ThebackroomKL, Richard Koh Fine Art Gallery, Suburbia Projects, etc.<\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-4730 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-1.png\" alt=\"\" width=\"1840\" height=\"802\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-1.png 1840w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-1-300x131.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-1-1030x449.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-1-768x335.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-1-1536x669.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-1-1500x654.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-1-705x307.png 705w\" sizes=\"(max-width: 1840px) 100vw, 1840px\" \/><\/p>\n<\/div><\/section>\n<section  class='av_textblock_section av-kxvdlay2-adf2a3aa2873dad81a08cc1bc2563616 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"alignnone size-full wp-image-4734\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-4.png\" alt=\"\" width=\"1648\" height=\"1262\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-4.png 1648w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-4-300x230.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-4-1030x789.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-4-768x588.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-4-1536x1176.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-4-1500x1149.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-4-705x540.png 705w\" sizes=\"(max-width: 1648px) 100vw, 1648px\" \/> <img decoding=\"async\" class=\"alignnone size-full wp-image-4735\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-6.png\" alt=\"\" width=\"1842\" height=\"1186\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-6.png 1842w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-6-300x193.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-6-1030x663.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-6-768x494.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-6-1536x989.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-6-1500x966.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL-6-705x454.png 705w\" sizes=\"(max-width: 1842px) 100vw, 1842px\" \/><\/p>\n<p>&#8220;Human+ Replication&#8221; (1\/2)<\/p>\n<p>Digital Visualisation, 2020<\/p>\n<p>An experimentation in recreating the human skeletal system to explore beyond the composition in structural and in expres sion of the apex species &#8211; in what in an oblivious perception &#8211; from an alien perspective, abstracting the human form.<\/p>\n<p>Experimentation and analysis conducted on the possible respiration pattern of the mutated\/hypothesised human repli cation.<\/p>\n<p>Initially conceived as a response to the current unsettling times, AoM has evolved into exploring the digital as a space where artists can explore and create. It sees the internet as an easily-accessible medium that allows artists to explore novel ideas beyond the restrictions of physical time and space.<\/p>\n<p>Especially in times of lockdowns and closed borders, the World Wide Web has been necessary for a sense of movement. As we travel virtually, it points to an alternative dimension where movement is not restricted, could be bypassed, and allows access beyond physical limitations.<\/p>\n<p>AOM 1.0 is the result of a process of identifying exemplary works of digital and internet art from the South east Asian and South Asian regions &#8211; aiming to explore the idea of experimentation, accessibility, motion and inclusion.<\/p>\n<p>Through works that signify shifting formal and aesthetic standards, the exhibition taps into the idea of the internet as a deterritorialized site, a space providing the possibility of movement in all directions.<\/p>\n<p>https:\/\/anthologyofmetaverses.com\/exhibitions\/2021\/index.html<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-4736\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL5.png\" alt=\"\" width=\"1874\" height=\"1052\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL5.png 1874w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL5-300x168.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL5-1030x578.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL5-768x431.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL5-1536x862.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL5-1500x842.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/ZAFRIL5-705x396.png 705w\" sizes=\"(max-width: 1874px) 100vw, 1874px\" \/><\/p>\n<\/div><\/section>\n<section  class='av_textblock_section av-kxve466o-5dc22e7e37a68df57256d02441715c3f '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"alignnone wp-image-4741 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211218_1459421-scaled.jpg\" alt=\"\" width=\"1842\" height=\"2560\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211218_1459421-scaled.jpg 1842w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211218_1459421-216x300.jpg 216w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211218_1459421-741x1030.jpg 741w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211218_1459421-768x1068.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211218_1459421-1105x1536.jpg 1105w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211218_1459421-1473x2048.jpg 1473w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211218_1459421-1079x1500.jpg 1079w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211218_1459421-507x705.jpg 507w\" sizes=\"(max-width: 1842px) 100vw, 1842px\" \/> <img decoding=\"async\" class=\"alignnone wp-image-4742 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125391-scaled.jpg\" alt=\"\" width=\"1974\" height=\"2560\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125391-scaled.jpg 1974w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125391-231x300.jpg 231w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125391-794x1030.jpg 794w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125391-768x996.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125391-1184x1536.jpg 1184w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125391-1579x2048.jpg 1579w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125391-1157x1500.jpg 1157w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125391-544x705.jpg 544w\" sizes=\"(max-width: 1974px) 100vw, 1974px\" \/> <img decoding=\"async\" class=\"alignnone wp-image-4743 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125441-scaled.jpg\" alt=\"\" width=\"1902\" height=\"2560\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125441-scaled.jpg 1902w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125441-223x300.jpg 223w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125441-765x1030.jpg 765w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125441-768x1033.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125441-1141x1536.jpg 1141w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125441-1522x2048.jpg 1522w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125441-1115x1500.jpg 1115w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/11\/Screenshot_20211220_0125441-524x705.jpg 524w\" sizes=\"(max-width: 1902px) 100vw, 1902px\" \/><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_3'  class='avia-section av-6idrzk-24f97f47ced24171a51d3f185aa6df2a main_color avia-section-default avia-no-border-styling  avia-builder-el-15  el_after_av_section  el_before_av_video  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-2944'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-3pjdjk-e95e904a233dc66b80bcdcfeb54220be\">\n.flex_column.av-3pjdjk-e95e904a233dc66b80bcdcfeb54220be{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-3pjdjk-e95e904a233dc66b80bcdcfeb54220be av_one_full  avia-builder-el-16  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-ky77dude-391d3947cc13bda475c2d5226f13229e\">\n#top .av-special-heading.av-ky77dude-391d3947cc13bda475c2d5226f13229e{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-ky77dude-391d3947cc13bda475c2d5226f13229e .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-ky77dude-391d3947cc13bda475c2d5226f13229e .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-ky77dude-391d3947cc13bda475c2d5226f13229e .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-ky77dude-391d3947cc13bda475c2d5226f13229e av-special-heading-h2 custom-color-heading  avia-builder-el-17  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-2j8j0g-dd64a69dcd4828d9aa030adc6eba3ed4\">\n#top .hr.hr-invisible.av-2j8j0g-dd64a69dcd4828d9aa030adc6eba3ed4{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-2j8j0g-dd64a69dcd4828d9aa030adc6eba3ed4 hr-invisible  avia-builder-el-18  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-ky77e542-397903f89318f18c7fe4783e83726946 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p>Maklumat di dalam proses pengemaskinian.<\/p>\n<\/div><\/section>\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='after_section_3'  class='main_color av_default_container_wrap 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-2944'><div class='entry-content-wrapper clearfix'>\n<div  class='avia-video av-ky77ezix-be058608933d27f9e3dfb4d7ab818419 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\/rr6MEcEgDEA '><script type='text\/html' class='av-video-tmpl'><div class='avia-iframe-wrap'><iframe title=\"BAKAT MUDA SEZAMAN 2021 | (ZON TENGAH) WHAT ITS LIKE BEING HUMAN - MUHAMMAD ZAFREE\" width=\"1500\" height=\"844\" src=\"https:\/\/www.youtube.com\/embed\/rr6MEcEgDEA?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-c0ues0-3e47cd60e02dfb83d0e4f60483e34e55 main_color avia-section-default avia-no-border-styling  avia-builder-el-21  el_after_av_video  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-2944'><div class='entry-content-wrapper clearfix'>\n<div class='flex_column_table av-axass0-a3e3e9a329e754b803b236339bc20f89 sc-av_one_half av-equal-height-column-flextable'>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-axass0-a3e3e9a329e754b803b236339bc20f89\">\n.flex_column.av-axass0-a3e3e9a329e754b803b236339bc20f89{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-axass0-a3e3e9a329e754b803b236339bc20f89 av_one_half  avia-builder-el-22  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-zka8g-0873647880a02292d20820fb42422e2a '   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\/Muhammad-Zafree-bin-Azhar-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-7rt5g0-195b984e2c0e2712bf73784720c73bbe\">\n.flex_column.av-7rt5g0-195b984e2c0e2712bf73784720c73bbe{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-7rt5g0-195b984e2c0e2712bf73784720c73bbe av_one_half  avia-builder-el-24  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-5vydmo-687b0ec313f376bcc4ae3b436b2a33a2 '   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\/Muhammad-Zafree-bin-Azhar-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-4yblo0-0427ff8d16521399a42dfd23070b3c78\">\n.flex_column.av-4yblo0-0427ff8d16521399a42dfd23070b3c78{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-4yblo0-0427ff8d16521399a42dfd23070b3c78 av_one_full  avia-builder-el-26  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-2gsv5c-6c5f4056b0a50f585a515436850f6e28 '   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":3496,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34,21],"tags":[56],"class_list":["post-2944","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\/2944","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=2944"}],"version-history":[{"count":12,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/2944\/revisions"}],"predecessor-version":[{"id":8820,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/2944\/revisions\/8820"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/media\/3496"}],"wp:attachment":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2944"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2944"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2944"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}