<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 - Iqbal Hashim');	
})


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', 'Iqbal Hashim');
			
				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 - Iqbal Hashim');
})

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', 'Iqbal Hashim');

		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":718,"date":"2021-08-15T17:59:59","date_gmt":"2021-08-15T09:59:59","guid":{"rendered":"https:\/\/bms.awan.la\/?p=718"},"modified":"2022-01-28T12:33:27","modified_gmt":"2022-01-28T04:33:27","slug":"iqbal-hashim","status":"publish","type":"post","link":"https:\/\/www.artgallery.gov.my\/bms\/?p=718","title":{"rendered":"Iqbal Hashim"},"content":{"rendered":"<div id='av_section_1'  class='avia-section av-2ezgt2-8cc18f65dddfd163b9e760a061272323 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-718'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-2bad52-2dfc89868760bcc45a150c8a2b608e51\">\n#top .av-special-heading.av-2bad52-2dfc89868760bcc45a150c8a2b608e51{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-2bad52-2dfc89868760bcc45a150c8a2b608e51 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-2bad52-2dfc89868760bcc45a150c8a2b608e51 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-2bad52-2dfc89868760bcc45a150c8a2b608e51 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-2bad52-2dfc89868760bcc45a150c8a2b608e51 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-2157b2-9c73f6f89d32112c49b2d5e7dd5a4250\">\n.flex_column.av-2157b2-9c73f6f89d32112c49b2d5e7dd5a4250{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-2157b2-9c73f6f89d32112c49b2d5e7dd5a4250 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-1yg0um-a988c784b1bf37d14b944677d514aa66\">\n#top .hr.hr-invisible.av-1yg0um-a988c784b1bf37d14b944677d514aa66{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-1yg0um-a988c784b1bf37d14b944677d514aa66 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-ksd133tg-1415ed78a2eb5c2495be12536b65de89\">\n#top .avia-icon-list-container.av-ksd133tg-1415ed78a2eb5c2495be12536b65de89 .iconlist_icon{\ncolor:#ffffff;\nbackground-color:#635ec6;\n}\n#top .avia-icon-list-container.av-ksd133tg-1415ed78a2eb5c2495be12536b65de89 .iconlist_icon svg:first-child{\nstroke:#ffffff;\nfill:#ffffff;\n}\n<\/style>\n<div  class='avia-icon-list-container av-ksd133tg-1415ed78a2eb5c2495be12536b65de89  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-ksd133tg-1415ed78a2eb5c2495be12536b65de89 avia-iconlist-animate'>\n<li><div class='iconlist_icon av-ksd11euq-252293d18def93fa6d80fa9f6853f1bb 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\">Iqbal Hashim<br \/>\n<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-ksd12dl1-8003672b7280a73651ebadf19092ae40 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\">Sarawak<\/span><\/p>\n<\/div><\/div><footer class=\"entry-footer\"><\/footer><\/article><div class=\"iconlist-timeline\"><\/div><\/li>\n<li><div class='iconlist_icon av-ksd132kt-38abe10e2f4d4c70550ca57da777f087 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\">ikebal.hashim@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-kwjap3lk-4a7f3f1dc0adb00c5f6c8a99cc1d4dc1 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\/08\/04-profil-upload-76961-2155.pdf\" target=\"_blank\" rel=\"noopener\">Iqbal Hashim<\/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-1pv7ke-aa8befbc9eafbd87481b76bea5eb7316\">\n.flex_column.av-1pv7ke-aa8befbc9eafbd87481b76bea5eb7316{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-1pv7ke-aa8befbc9eafbd87481b76bea5eb7316 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-kwjard9k-b57da581dafb1989080f9d63d59d7701\">\n.avia-image-container.av-kwjard9k-b57da581dafb1989080f9d63d59d7701 img.avia_image{\nbox-shadow:none;\n}\n.avia-image-container.av-kwjard9k-b57da581dafb1989080f9d63d59d7701 .av-image-caption-overlay-center{\ncolor:#ffffff;\n}\n<\/style>\n<div  class='avia-image-container av-kwjard9k-b57da581dafb1989080f9d63d59d7701 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-3516 avia-img-lazy-loading-not-3516 avia_image ' src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Mohd-Iqbal-bin-Hashim-1030x501.jpg\" alt='' title='Mohd Iqbal bin Hashim'  height=\"501\" width=\"1030\"  itemprop=\"thumbnailUrl\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Mohd-Iqbal-bin-Hashim-1030x501.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Mohd-Iqbal-bin-Hashim-300x146.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Mohd-Iqbal-bin-Hashim-768x374.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Mohd-Iqbal-bin-Hashim-1536x747.jpg 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Mohd-Iqbal-bin-Hashim-2048x996.jpg 2048w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Mohd-Iqbal-bin-Hashim-1500x730.jpg 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Mohd-Iqbal-bin-Hashim-705x343.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-1lgx9i-f22bf4870d71d80858349a99ff538ed7 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-718'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-1h0kvy-601b5ebec0d93adee73c94e69bf5a647\">\n.flex_column.av-1h0kvy-601b5ebec0d93adee73c94e69bf5a647{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-1h0kvy-601b5ebec0d93adee73c94e69bf5a647 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-ksd190ls-ea1d60b1ba535e1e8fc897ac0eada8ae\">\n#top .av-special-heading.av-ksd190ls-ea1d60b1ba535e1e8fc897ac0eada8ae{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-ksd190ls-ea1d60b1ba535e1e8fc897ac0eada8ae .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-ksd190ls-ea1d60b1ba535e1e8fc897ac0eada8ae .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-ksd190ls-ea1d60b1ba535e1e8fc897ac0eada8ae .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-ksd190ls-ea1d60b1ba535e1e8fc897ac0eada8ae av-special-heading-h2 custom-color-heading  avia-builder-el-9  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >KETERANGAN <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-1bbdji-92a3729c3786280c3a16a3755d3e512d\">\n#top .hr.hr-invisible.av-1bbdji-92a3729c3786280c3a16a3755d3e512d{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-1bbdji-92a3729c3786280c3a16a3755d3e512d 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-ksd1h8xk-5e31e22a56240eb7fa5d78d162cc0663 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p style=\"text-align: justify;\">\u00a0\u00a0\u00a0\u00a0\u00a0 The central enquiry that prompted the production of The Charter are on the growth of a city from the narratives mediated by its inhabitants. The enquiry has helped to uncover the obscured socio-cultural experience of several urban immersions. Three levels were found on which we narrate a city, all with different interactions: within self, between people, and within the community. The production of this artwork represents the aspirations and desires of city inhabitants. This aspiration-desires materialised into the growth of the cities related to the three scales. This complex process is then reconstructed into &#8216;ambiguo-logical&#8217; objects. These \u2018ambiguo-logical\u2019 qualities arised from the usage of common construction materials while at the same time being applied outside of their normative usage. They are complete yet withunfinished quality. Being produced with gross labour skills, it is an analogy of the construction of a city. Its honest presentation is the reflection of the collective popular narration of the city by its inhabitants. The Charter entangled ideas from two significant figures on urbanity, memories, justice, and beauty. The works \u201cOn Justice And The Nature of Man\u201d by Syed Muhammad Naquib Al-attas, and \u201cThe Architecture of the City\u201d by Aldo Rossi are very influential in this artwork. Through the readings, truthful objects are created without adornments that cover any imperfections. Though paradoxical, it is still inherently beautiful.<\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_3'  class='avia-section av-wx77y-2f81313dce23a82e286172be7eb5f2c0 main_color avia-section-default avia-no-border-styling  avia-builder-el-12  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-718'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-pe0vi-6b53376f3a9e4c0924a56e71564e4f54\">\n.flex_column.av-pe0vi-6b53376f3a9e4c0924a56e71564e4f54{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-pe0vi-6b53376f3a9e4c0924a56e71564e4f54 av_one_full  avia-builder-el-13  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-k5uye-e3691eed5f6ca1ddfc2b88fb2807ea68\">\n#top .av-special-heading.av-k5uye-e3691eed5f6ca1ddfc2b88fb2807ea68{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-k5uye-e3691eed5f6ca1ddfc2b88fb2807ea68 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-k5uye-e3691eed5f6ca1ddfc2b88fb2807ea68 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-k5uye-e3691eed5f6ca1ddfc2b88fb2807ea68 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-k5uye-e3691eed5f6ca1ddfc2b88fb2807ea68 av-special-heading-h2 custom-color-heading  avia-builder-el-14  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >MANUAL <span style=\"color: #ffffff;\">PEMASANGAN<\/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-dk866-e61d00b1a1bcb2556a5a4b0bf4a8825a\">\n#top .hr.hr-invisible.av-dk866-e61d00b1a1bcb2556a5a4b0bf4a8825a{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-dk866-e61d00b1a1bcb2556a5a4b0bf4a8825a hr-invisible  avia-builder-el-15  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-blese-4a3967e6478edb2d8835ca79bf42fbc2 '   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-5283\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1.png\" alt=\"\" width=\"1578\" height=\"778\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1.png 1578w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1-300x148.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1-1030x508.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1-768x379.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1-1536x757.png 1536w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1-1500x740.png 1500w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1-705x348.png 705w\" sizes=\"(max-width: 1578px) 100vw, 1578px\" \/> <img decoding=\"async\" class=\"alignnone size-full wp-image-5284\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-2.png\" alt=\"\" width=\"1170\" height=\"702\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-2.png 1170w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-2-300x180.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-2-1030x618.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-2-768x461.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-2-705x423.png 705w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" \/> <img decoding=\"async\" class=\"alignnone wp-image-5288 size-full\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1-2.png\" alt=\"\" width=\"1468\" height=\"818\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1-2.png 1468w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1-2-300x167.png 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1-2-1030x574.png 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1-2-768x428.png 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/Iqbal-Hashim-1-2-705x393.png 705w\" sizes=\"(max-width: 1468px) 100vw, 1468px\" \/><\/p>\n<\/div><\/section>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_4'  class='avia-section av-11fyse-3687a967f7efb8ad1d041c3b0cd539a0 main_color avia-section-default avia-no-border-styling  avia-builder-el-17  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-718'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-3i34u-a129684a01d73ae853299253a852412b\">\n.flex_column.av-3i34u-a129684a01d73ae853299253a852412b{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-3i34u-a129684a01d73ae853299253a852412b av_one_full  avia-builder-el-18  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-ksd1bbhr-0d84705790ab1633c4368a17f4e2255b\">\n#top .av-special-heading.av-ksd1bbhr-0d84705790ab1633c4368a17f4e2255b{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-ksd1bbhr-0d84705790ab1633c4368a17f4e2255b .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-ksd1bbhr-0d84705790ab1633c4368a17f4e2255b .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-ksd1bbhr-0d84705790ab1633c4368a17f4e2255b .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-ksd1bbhr-0d84705790ab1633c4368a17f4e2255b av-special-heading-h2 custom-color-heading  avia-builder-el-19  avia-builder-el-no-sibling '><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >. <span style=\"color: #ffffff;\">.<\/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-ql9z2-cd27bff056ed99d6acbc477acc839c25\">\n#top .hr.hr-invisible.av-ql9z2-cd27bff056ed99d6acbc477acc839c25{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-ql9z2-cd27bff056ed99d6acbc477acc839c25 hr-invisible  avia-builder-el-20  el_after_av_one_full  avia-builder-el-last '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_5'  class='avia-section av-j6av2-d107ff13a48bcd3c01d3e4d3a1c71070 main_color avia-section-default avia-no-border-styling  avia-builder-el-21  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-718'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-emwx2-9e287751408f3a83e8f752fa4719e372\">\n.flex_column.av-emwx2-9e287751408f3a83e8f752fa4719e372{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-emwx2-9e287751408f3a83e8f752fa4719e372 av_one_full  avia-builder-el-22  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-ksd1d504-aa7f60bda40aa12f3af0c87e6cec2d96\">\n#top .av-special-heading.av-ksd1d504-aa7f60bda40aa12f3af0c87e6cec2d96{\npadding-bottom:10px;\ncolor:#635ec6;\n}\nbody .av-special-heading.av-ksd1d504-aa7f60bda40aa12f3af0c87e6cec2d96 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-ksd1d504-aa7f60bda40aa12f3af0c87e6cec2d96 .special-heading-inner-border{\nborder-color:#635ec6;\n}\n.av-special-heading.av-ksd1d504-aa7f60bda40aa12f3af0c87e6cec2d96 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-ksd1d504-aa7f60bda40aa12f3af0c87e6cec2d96 av-special-heading-h2 custom-color-heading  avia-builder-el-23  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-8d9gm-7fafc796fc70f7d3c587ad33c32e5f36\">\n#top .hr.hr-invisible.av-8d9gm-7fafc796fc70f7d3c587ad33c32e5f36{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-8d9gm-7fafc796fc70f7d3c587ad33c32e5f36 hr-invisible  avia-builder-el-24  el_after_av_one_full  avia-builder-el-last '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_6'  class='avia-section av-kc6ku-ed118df16534713efbc3d50c094f3915 main_color avia-section-default avia-no-border-styling  avia-builder-el-25  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-718'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-968o6-8ccb4c1acd44e11dece87b8250fbb785\">\n#top .hr.hr-invisible.av-968o6-8ccb4c1acd44e11dece87b8250fbb785{\nheight:10px;\n}\n<\/style>\n<div  class='hr av-968o6-8ccb4c1acd44e11dece87b8250fbb785 hr-invisible  avia-builder-el-26  el_before_av_textblock  avia-builder-el-first '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<section  class='av_textblock_section av-kxili493-df75a10293f1e8bfa65dae8dc3409ed4 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p><img decoding=\"async\" class=\"alignnone size-large wp-image-3920\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_405-1030x1030.jpg\" alt=\"\" width=\"1030\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_405-1030x1030.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_405-300x300.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_405-80x80.jpg 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_405-768x768.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_405-36x36.jpg 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_405-180x180.jpg 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_405-705x705.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_405.jpg 1440w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<p>The Charter for a Beautiful City<br \/>\nCampuran (konkrit, tembaga (aloi), tanah padu, kayu bakau, kayu selangan batu)<br \/>\nSaiz : pelbagai (40 cm \u00d7 60 cm \u00d7 70 cm &#8211; 45cm \u00d7 45cm \u00d7 150cm)<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-large wp-image-3922\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_450-1030x1030.jpg\" alt=\"\" width=\"1030\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_450-1030x1030.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_450-300x300.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_450-80x80.jpg 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_450-768x768.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_450-36x36.jpg 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_450-180x180.jpg 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_450-705x705.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_450.jpg 1440w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone size-large wp-image-3923\" src=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_459-1030x1030.jpg\" alt=\"\" width=\"1030\" height=\"1030\" srcset=\"https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_459-1030x1030.jpg 1030w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_459-300x300.jpg 300w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_459-80x80.jpg 80w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_459-768x768.jpg 768w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_459-36x36.jpg 36w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_459-180x180.jpg 180w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_459-705x705.jpg 705w, https:\/\/www.artgallery.gov.my\/bms\/wp-content\/uploads\/2021\/08\/IMG_20211211_150735_459.jpg 1440w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/p>\n<\/div><\/section>\n<div  class='avia-video av-kxilizoy-2bc76dc4d281446c955af41286765def 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\/c8V0MN2Y6x4'><script type='text\/html' class='av-video-tmpl'><div class='avia-iframe-wrap'><iframe title=\"The Charter for a Beautiful City\" width=\"1500\" height=\"844\" src=\"https:\/\/www.youtube.com\/embed\/c8V0MN2Y6x4?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  class='avia-video av-kyxwtx3u-3660e8f8e585fa37d05fd154700be127 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\/bN7qhLpFuIw'><script type='text\/html' class='av-video-tmpl'><div class='avia-iframe-wrap'><iframe title=\"BAKAT MUDA SEZAMAN 2021 | (ZON BORNEO) THE CHARTER FOR A BEAUTIFUL CITY - MOHD IQBAL\" width=\"1500\" height=\"844\" src=\"https:\/\/www.youtube.com\/embed\/bN7qhLpFuIw?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-soza6-c718668499069bc0fb30b6ebfbc18adf main_color avia-section-default avia-no-border-styling  avia-builder-el-30  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-718'><div class='entry-content-wrapper clearfix'>\n<div class='flex_column_table av-mcs06-95abd9efcd849f7e47a59c30da7ff7f8 sc-av_one_half av-equal-height-column-flextable'>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-mcs06-95abd9efcd849f7e47a59c30da7ff7f8\">\n.flex_column.av-mcs06-95abd9efcd849f7e47a59c30da7ff7f8{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-mcs06-95abd9efcd849f7e47a59c30da7ff7f8 av_one_half  avia-builder-el-31  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-kw94p7ep-021721ecac09288e47176b32b557a3b6 '   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\/08\/Mohd-Iqbal-bin-Hashim-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-g9uty-ac594bf854f676d56b34149f0f9155d5\">\n.flex_column.av-g9uty-ac594bf854f676d56b34149f0f9155d5{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-g9uty-ac594bf854f676d56b34149f0f9155d5 av_one_half  avia-builder-el-33  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-kwbs2txv-3746f3c815885e059f33cafeaffe3728 '   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\/08\/Mohd-Iqbal-bin-Hashim-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-bt3sm-69cd3741db6fe441ff6692bed03d1a82\">\n.flex_column.av-bt3sm-69cd3741db6fe441ff6692bed03d1a82{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-bt3sm-69cd3741db6fe441ff6692bed03d1a82 av_one_full  avia-builder-el-35  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-kw94peah-fc167af7488e2e956e4dcfed3077129a '   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":3516,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[27],"tags":[],"class_list":["post-718","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sarawak-2021"],"_links":{"self":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/718","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=718"}],"version-history":[{"count":18,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/718\/revisions"}],"predecessor-version":[{"id":6102,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/posts\/718\/revisions\/6102"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=\/wp\/v2\/media\/3516"}],"wp:attachment":[{"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=718"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=718"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.artgallery.gov.my\/bms\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}