OK
http://www.pansodan.com/
Websites
Runtime: 2.3s
On November 21, 2024, 10:59 AM UTC, http://www.pansodan.com/ was accessible when tested on AS58952 in Myanmar.
Failures
HTTP Experiment
null
DNS Experiment
null
Control
null
DNS Queries
Resolver:
59.153.91.247
Query:
IN A www.pansodan.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
192.0.78.24
@
IN
A
192.0.78.25
TCP Connections
Connection to 192.0.78.24:80 succeeded.
Connection to 192.0.78.25:80 succeeded.
HTTP Requests
URL
GET https://pansodan.com/
Response Headers
Alt-Svc:h3=":443"; ma=86400Content-Type:text/html; charset=UTF-8Date:Thu, 21 Nov 2024 11:00:54 GMTHost-Header:WordPress.comLink:<https://wp.me/Pcaj8L-U>; rel=shortlinkServer:nginxStrict-Transport-Security:max-age=31536000Vary:Accept-EncodingX-Ac:2.sin _bur STALEX-Hacker:Want root? Visit join.a8c.com/hacker and mention this header.
Response Body
<!DOCTYPE html> <html lang="en" class="no-js no-svg"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <title>Pansodan Gallery – ပန်းဆိုးတန်း အနုပညာခန်းမ</title> <meta name='robots' content='max-image-preview:large' /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=56' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9wYW5zb2Rhbi5jb20%3D" + "&wpcomid=179772891" + "&time=1732001477"; document.body.appendChild( iframe ); }, false ); </script> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//wordpress.com' /> <link rel='dns-prefetch' href='//s.pubmine.com' /> <link rel='dns-prefetch' href='//x.bidswitch.net' /> <link rel='dns-prefetch' href='//static.criteo.net' /> <link rel='dns-prefetch' href='//ib.adnxs.com' /> <link rel='dns-prefetch' href='//aax.amazon-adsystem.com' /> <link rel='dns-prefetch' href='//bidder.criteo.com' /> <link rel='dns-prefetch' href='//cas.criteo.com' /> <link rel='dns-prefetch' href='//gum.criteo.com' /> <link rel='dns-prefetch' href='//ads.pubmatic.com' /> <link rel='dns-prefetch' href='//gads.pubmatic.com' /> <link rel='dns-prefetch' href='//tpc.googlesyndication.com' /> <link rel='dns-prefetch' href='//ad.doubleclick.net' /> <link rel='dns-prefetch' href='//googleads.g.doubleclick.net' /> <link rel='dns-prefetch' href='//www.googletagservices.com' /> <link rel='dns-prefetch' href='//cdn.switchadhub.com' /> <link rel='dns-prefetch' href='//delivery.g.switchadhub.com' /> <link rel='dns-prefetch' href='//delivery.swid.switchadhub.com' /> <link rel='dns-prefetch' href='//a.teads.tv' /> <link rel='dns-prefetch' href='//prebid.media.net' /> <link rel='dns-prefetch' href='//adserver-us.adtech.advertising.com' /> <link rel='dns-prefetch' href='//fastlane.rubiconproject.com' /> <link rel='dns-prefetch' href='//prebid-server.rubiconproject.com' /> <link rel='dns-prefetch' href='//hb-api.omnitagjs.com' /> <link rel='dns-prefetch' href='//mtrx.go.sonobi.com' /> <link rel='dns-prefetch' href='//apex.go.sonobi.com' /> <link rel='dns-prefetch' href='//u.openx.net' /> <link rel="alternate" type="application/rss+xml" title="Pansodan Gallery » Feed" href="https://pansodan.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Pansodan Gallery » Comments Feed" href="https://pansodan.com/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1719498190i&ver=6.7-RC3-59369"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s0.wp.com/wp-content/blog-plugins/wordads/global.css?m=1561495466i&cssminify=yes' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/_static/??-eJyljkEKwjAQRS9kMgRbSxfiWZJ0iKlpUmYmldze6kZwVXD5ebzHh+eqfMmCWWBNNcTMEOo+HVLYCSFsZtQX3YGrMU3gUvEPlaIjSw1YWkLtmU/wX0juuBwJfSyGGWW1b922UkUFitPhLz8JshJz4K9+W65mOJux7wbTzy+NKWps&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s0.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://s0.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/coblocks-style.css?m=1681832297i&cssminify=yes' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s0.wp.com/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m=1432920480j&cssminify=yes' type='text/css' media='all' /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s0.wp.com/_static/??-eJydj9sOwjAIhl/ISpaaZTfGZ1kbprUtbQZ12dsPXWKMd3rD4Qc+AJZqfCFBEsjN1NSugRh8yVklk0JEzfhLOapygABUJOg0v4O98MGUG2Yl1OZAFhVWxoc6RIKRGYVh0s7dKtvNaKZ5pJgC/cJiWRP+sfz5mUvFx9fll3zu+sHarj8N9r4BMp5rKw==&cssminify=yes' type='text/css' media='all' /> <style id='twentyseventeen-style-inline-css'> .site-content-contain {background-color: #2a323c; background-image: url(""); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll; } </style> <!--[if lt IE 9]> <link rel='stylesheet' id='twentyseventeen-ie8-css' href='https://s0.wp.com/wp-content/themes/pub/twentyseventeen/assets/css/ie8.css?m=1488830721i&ver=20161202' media='all' /> <![endif]--> <link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='https://s0.wp.com/_static/??-eJx9jMEOAiEMRH/I2l1JjBfjt7CkIqZQsi2S/XvRi3rxNPMmeYO9QpBiVAztRpkUa1vQ+hg2pccIooJelUwxqKLaxgS9Bsn7wTv8esgNKreYiuJKC0scNb6tD/6TIgmwBG9Jyg/AlX1aX+oln+fj5NzpMLvp/gSJIEc2&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-14-1' href='https://s0.wp.com/_static/??-eJyNjcsKQjEMBX/ImlsQry7ET5GahrbXNCmmRfx7H7gRN+7OwGEGbs2hSifpUIdrPFIRg4V6C3j5MNgQqBoHk4HlcKUYYry/Z5G0RrMV/C06FUEwxRLYsSa1L/iR9Uz1mc0bSKznwK/DsR787Kd5P/ntbnkAuNBIYA==&cssminify=yes' type='text/css' media='all' /> <script id="wpcom-actionbar-placeholder-js-extra"> var actionbardata = {"siteID":"179772891","postID":"56","siteURL":"https:\/\/pansodan.com","xhrURL":"https:\/\/pansodan.com\/wp-admin\/admin-ajax.php","nonce":"2239319b10","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","shortlink":"https:\/\/wp.me\/Pcaj8L-U","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}}; </script> <script id="jetpack-mu-wpcom-settings-js-before"> var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; </script> <script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??-eJyFjtkOgjAQRX/IMojB5cH4LdBOSptudqYgfy8QSXjz6SR3y4UpCRkDY2CwBNmxSDl+5srSCQ4eD+iRIJUeeFqEmXBcgBigI0KmtT2wd+3eNEG6onAz7Ltgnn+ovAl/Q8IbnTvGY3j/0ruoRXJFm0Awxaw6RUK69cc2JH2CsVkhQgxCq5SXiZd/nm9N3V7q6/1hv5fWW4g='></script> <script id="rlt-proxy-js-after"> rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://pansodancom.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <link rel="canonical" href="https://pansodan.com/" /> <link rel='shortlink' href='https://wp.me/Pcaj8L-U' /> <link rel="alternate" type="application/json+oembed" href="https://public-api.wordpress.com/oembed/?format=json&url=https%3A%2F%2Fpansodan.com%2F&for=wpcom-auto-discovery" /><link rel="alternate" type="application/xml+oembed" href="https://public-api.wordpress.com/oembed/?format=xml&url=https%3A%2F%2Fpansodan.com%2F&for=wpcom-auto-discovery" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="Pansodan Gallery" /> <meta property="og:description" content="ပန်းဆိုးတန်း အနုပညာခန်းမ" /> <meta property="og:url" content="https://pansodan.com/" /> <meta property="og:site_name" content="Pansodan Gallery" /> <meta property="og:image" content="https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg" /> <meta property="og:image:width" content="1024" /> <meta property="og:image:height" content="795" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_US" /> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom" /> <meta name="twitter:text:title" content="Gallearies" /> <meta name="twitter:image" content="https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg?w=640" /> <meta name="twitter:card" content="summary_large_image" /> <!-- End Jetpack Open Graph Tags --> <link rel="search" type="application/opensearchdescription+xml" href="https://pansodan.com/osd.xml" title="Pansodan Gallery" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <meta name="theme-color" content="#2a323c" /> <meta name="application-name" content="Pansodan Gallery" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="ပန်းဆိုးတန်း အနုပညာခန်းမ" /><meta name="description" content="Pansodan Gallery Art Space ပန်းဆိုးတန်း အနုပညာခန်းမ Pansodan Scene Art Cafe ပန်းဆိုးတန်း ဗွီဒီယိုကဖေ Pansuriya အနုပညာဆုံမှတ် Pansodan Fine Art House of Tea လက်ဖက်အိမ် Myanmar Matika မြန်မာမာတိကာ Pansodan Media https://www.youtube.com/watch?v=YQFVqFDdkHE&list=PLo7KV9AGY0ADSdQe4x0vVC-fjPy3NYnjQ Open History Project Documentary လူထုအမှတ်သညာပွဲ https://www.youtube.com/watch?v=yNe_wWrr0hc&list=PLo7KV9AGY0AAfQIWlD5vDnh3Q22qn7_23 Aung Soe Min အောင်စိုးမင်း Art & History https://www.youtube.com/watch?v=c5dIdzWwiLg&list=PLo7KV9AGY0ADHFuTUocTLECXZU6BXRWvt မြန်မာအနုပညာပြပွဲများ Myanmar Art & Culture Exhibition" /> <style id="custom-background-css"> body.custom-background { background-color: #2a323c; } </style> <script> var wa_smart = { 'network_id': 3905, 'site_id': 560111, 'page_id': 1700829, 'blog_id': 179772891, 'post_id': null, 'theme': 'pub/twentyseventeen', 'target': 'wp_blog_id=179772891;language=en', '_': { 'title': 'Advertisement', 'privacy_settings': 'Privacy Settings' }, 'top': { 'enabled': false, 'adflow_enabled': true, 'format_id': 135099 }, 'inline': { 'enabled': false, 'adflow_enabled': true, 'format_id': 110354, 'max_slots': 20, 'max_blaze_slots': 20 }, 'belowpost': { 'enabled': false, 'adflow_enabled': true, 'format_id': 134071 }, 'bottom_sticky': { 'enabled': false, 'adflow_enabled': true, 'format_id': 117571 }, 'sidebar': { 'enabled': false, 'adflow_enabled': true, 'format_id': 134686 }, 'sidebar_sticky_right': { 'enabled': false, 'adflow_enabled': true, 'format_id': 135281 }, 'gutenberg_rectangle': { 'enabled': false, 'adflow_enabled': true, 'format_id': 134788 }, 'gutenberg_leaderboard': { 'enabled': false, 'adflow_enabled': true, 'format_id': 135073 }, 'gutenberg_mobile_leaderboard': { 'enabled': false, 'adflow_enabled': true, 'format_id': 135098 }, 'gutenberg_skyscraper': { 'enabled': false, 'adflow_enabled': true, 'format_id': 135088 } }; wa_smart.cmd = []; </script> <script type="text/javascript"> function __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;} var __ATA_PP = { 'pt': 0, 'ht': 1, 'tn': 'twentyseventeen', 'uloggedin': 0, 'amp': false, 'consent': __ATA_CC(), 'gdpr_applies': false, 'ad': { 'label': { 'text': 'Advertisements' }, 'reportAd': { 'text': 'Report this ad' } }, 'disabled_slot_formats': [], 'siteid': 179772891, 'afp_ad_client': 'pub-8817808577693094' }; var __ATA = __ATA || {}; __ATA.cmd = __ATA.cmd || []; __ATA.criteo = __ATA.criteo || {}; __ATA.criteo.cmd = __ATA.criteo.cmd || []; </script> <script type="text/javascript"> (function(){var g=Date.now||function(){return+new Date};function h(a,b){a:{for(var c=a.length,d="string"==typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"==typeof a?a.charAt(b):a[b]};function k(a,b,c){c=null!=c?"="+encodeURIComponent(String(c)):"";if(b+=c){c=a.indexOf("#");0>c&&(c=a.length);var d=a.indexOf("?");if(0>d||d>c){d=c;var e=""}else e=a.substring(d+1,c);a=[a.substr(0,d),e,a.substr(c)];c=a[1];a[1]=b?c?c+"&"+b:b:c;a=a[0]+(a[1]?"?"+a[1]:"")+a[2]}return a};var l=0;function m(a,b){var c=document.createElement("script");c.src=a;c.onload=function(){b&&b(void 0)};c.onerror=function(){b&&b("error")};a=document.getElementsByTagName("head");var d;a&&0!==a.length?d=a[0]:d=document.documentElement;d.appendChild(c)}function n(a){var b=void 0===b?document.cookie:b;return(b=h(b.split("; "),function(c){return-1!=c.indexOf(a+"=")}))?b.split("=")[1]:""}function p(a){return"string"==typeof a&&0<a.length} function r(a,b,c){b=void 0===b?"":b;c=void 0===c?".":c;var d=[];Object.keys(a).forEach(function(e){var f=a[e],q=typeof f;"object"==q&&null!=f||"function"==q?d.push(r(f,b+e+c)):null!==f&&void 0!==f&&(e=encodeURIComponent(b+e),d.push(e+"="+encodeURIComponent(f)))});return d.filter(p).join("&")}function t(a,b){a||((window.__ATA||{}).config=b.c,m(b.url))}var u=Math.floor(1E13*Math.random()),v=window.__ATA||{};window.__ATA=v;window.__ATA.cmd=v.cmd||[];v.rid=u;v.createdAt=g();var w=window.__ATA||{},x="s.pubmine.com"; w&&w.serverDomain&&(x=w.serverDomain);var y="//"+x+"/conf",z=window.top===window,A=window.__ATA_PP&&window.__ATA_PP.gdpr_applies,B="boolean"===typeof A?Number(A):null,C=window.__ATA_PP||null,D=z?document.referrer?document.referrer:null:null,E=z?window.location.href:document.referrer?document.referrer:null,F,G=n("__ATA_tuuid");F=G?G:null;var H=window.innerWidth+"x"+window.innerHeight,I=n("usprivacy"),J=r({gdpr:B,pp:C,rid:u,src:D,ref:E,tuuid:F,vp:H,us_privacy:I?I:null},"","."); (function(a){var b=void 0===b?"cb":b;l++;var c="callback__"+g().toString(36)+"_"+l.toString(36);a=k(a,b,c);window[c]=function(d){t(void 0,d)};m(a,function(d){d&&t(d)})})(y+"?"+J);}).call(this); </script> <script> var sas_fallback = sas_fallback || []; sas_fallback.push( { tag: "<div id="atatags-1797728911-{{unique_id}}"></div><script>__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-1797728911-{{unique_id}}\',location: 120,formFactor: \'001\',label: {text: \'Advertisements\',},creative: {reportAd: {text: \'Report this ad\',},privacySettings: {text: \'Privacy\',}}});});</script>", type: 'belowpost' }, { tag: "<div id="atatags-1797728911-{{unique_id}}"></div><script>__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-1797728911-{{unique_id}}\',location: 310,formFactor: \'001\',label: {text: \'Advertisements\',},creative: {reportAd: {text: \'Report this ad\',},privacySettings: {text: \'Privacy\',}}});});</script>", type: 'inline' }, { tag: "<div id="atatags-1797728911-{{unique_id}}"></div><script>__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-1797728911-{{unique_id}}\',location: 140,formFactor: \'003\',label: {text: \'Advertisements\',},creative: {reportAd: {text: \'Report this ad\',},privacySettings: {text: \'Privacy\',}}});});</script>", type: 'sidebar' }, { tag: "<div id="atatags-1797728911-{{unique_id}}"></div><script>__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-1797728911-{{unique_id}}\',location: 110,formFactor: \'002\',label: {text: \'Advertisements\',},creative: {reportAd: {text: \'Report this ad\',},privacySettings: {text: \'Privacy\',}}});});</script>", type: 'top' } ); </script><style type="text/css" id="custom-colors-css"> .entry-content a img, .widget a img { -webkit-box-shadow: 0 0 0 8px #2a323c; box-shadow: 0 0 0 8px #2a323c; } .entry-title a, .entry-meta a, .blog .entry-meta a.post-edit-link, .archive .entry-meta a.post-edit-link, .search .entry-meta a.post-edit-link, .page-links a, .page-links a .page-number, .entry-footer a, .entry-footer .cat-links a, .entry-footer .tags-links a, .edit-link a, .post-navigation a, .logged-in-as a, .comment-navigation a, .comment-metadata a, .comment-metadata a.comment-edit-link, .comment-reply-link, a .nav-title, .pagination a, .comments-pagination a, .widget .widget-title a, .widget ul li a, .site-footer .widget-area ul li a, .site-info a, .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 a, .site-footer .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 a, div#jp-relatedposts .jp-relatedposts-post-title a { -webkit-box-shadow: inset 0 -1px 0 rgba( 42,50,60, 1 ); box-shadow: inset 0 -1px 0 rgba( 42,50,60, 1 ); } .entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong { -webkit-box-shadow: inset 0 -1px 0 currentColor; box-shadow: inset 0 -1px 0 currentColor; } .entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover, .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 a:hover, .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 a:focus, .site-footer .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 a:hover, .site-footer .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 a:focus, div#jp-relatedposts .jp-relatedposts-post-title a:hover, div#jp-relatedposts .jp-relatedposts-post-title a:focus, div#jp-relatedposts .jp-relatedposts-post:hover .jp-relatedposts-post-title a, div#jp-relatedposts .jp-relatedposts-post:focus .jp-relatedposts-post-title a { -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 currentColor; box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 currentColor; } .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:focus, .menu-scroll-down, .menu-scroll-down:hover, .menu-scroll-down:focus { background-color: transparent; } .gallery-item a, .gallery-item a:hover, .gallery-item a:focus, .widget .tagcloud a, .widget .tagcloud a:focus, .widget .tagcloud a:hover, .widget.widget_tag_cloud a, .widget.widget_tag_cloud a:focus, .widget.widget_tag_cloud a:hover, .wp_widget_tag_cloud a, .wp_widget_tag_cloud a:focus, .wp_widget_tag_cloud a:hover, .widget_authors > ul > li > a, .widget_authors > ul > li > a:hover, .widget_authors > ul > li > a:focus, .site-footer .widget_authors > ul > li > a, .site-footer .widget_authors > ul > li > a:hover, .site-footer .widget_authors > ul > li > a:focus, .entry-footer .edit-link a.post-edit-link:focus, .entry-footer .edit-link a.post-edit-link:hover, .tiled-gallery a, .tiled-gallery a:hover, .tiled-gallery a:focus, .widget-area .tiled-gallery a, .widget-area .tiled-gallery a:hover, .widget-area .tiled-gallery a:focus .site-footer .widget-area .tiled-gallery a, .site-footer .widget-area .tiled-gallery a:hover, .site-footer .widget-area .tiled-gallery a:focus, .widget_wpcom_social_media_icons_widget ul li a:hover, .widget_wpcom_social_media_icons_widget ul li a:focus, .widget_recent_images a, .site-footer .widget_recent_images a, .widget_recent_images a:hover, .site-footer .widget_recent_images a:hover, .widget_recent_images a:focus, .site-footer .widget_recent_images a:focus, .widget_google_translate_widget a, .site-footer .widget_google_translate_widget a, .widget_google_translate_widget a:hover, .site-footer .widget_google_translate_widget a:hover, .widget_google_translate_widget a:focus, .site-footer .widget_google_translate_widget a:focus, .widget_google_translate_widget a img, .site-footer .widget_google_translate_widget a img { -webkit-box-shadow: none; box-shadow: none; } @media screen and ( max-width: 47.9em ) { .wrap .main-navigation li li:hover, .wrap .main-navigation li li.focus { background: transparent; } .wrap .main-navigation li li:hover > a, .wrap .main-navigation li li.focus > a { color: inherit; } } body, .site-content-contain, .navigation-top, .main-navigation ul, .main-navigation ul ul, #infinite-footer .container { background-color: #2a323c;} .site-header, .single-featured-image-header { background-color: #252D36;} input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, fieldset { background-color: #232A33;} pre, mark, ins, button.secondary, input[type="reset"], input[type="button"].secondary, input[type="reset"].secondary, input[type="submit"].secondary, .prev.page-numbers, .next.page-numbers { background-color: #4B6271;} button.secondary:hover, button.secondary:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"].secondary:hover, input[type="button"].secondary:focus, input[type="reset"].secondary:hover, input[type="reset"].secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus, hr { background-color: #7B93A7;} tr, thead th, .widget .tagcloud a, .widget.widget_tag_cloud a, .wp_widget_tag_cloud a, .widget_goodreads div[class^="gr_custom_each_container"], #infinite-footer .container { border-color: #4B6271;} .single-featured-image-header, .navigation-top, .main-navigation li, .entry-footer, #comments, .widget ul li { border-bottom-color: #4B6271;} .navigation-top, .main-navigation > div > ul, .pagination, .comment-navigation, .entry-footer, .site-footer, .twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child), .widget ul li { border-top-color: #4B6271;} input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, fieldset, .widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget.widget_tag_cloud a:hover, .widget.widget_tag_cloud a:focus, .wp_widget_tag_cloud a:hover, .wp_widget_tag_cloud a:focus { border-color: #7B93A7;} .main-navigation ul li.menu-item-has-children:after, .main-navigation ul li.page_item_has_children:after { border-bottom-color: #2a323c;} .entry-content a img, .widget a img { color: #2a323c;} .social-navigation a, .site .jetpack_widget_social_icons ul li a { color: #020203;} .social-navigation a:hover, .social-navigation a:focus, .site .jetpack_widget_social_icons ul li a:focus, .site .jetpack_widget_social_icons ul li a:hover { color: #2A323C;} body, input, select, textarea, h3, h4, h6, label, .entry-title a, .twentyseventeen-front-page .panel-content .recent-posts article, .entry-footer .cat-links a, .entry-footer .tags-links a, .format-quote blockquote, .nav-title, .comment-body, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, button.secondary, input[type="reset"], input[type="button"].secondary, input[type="reset"].secondary, input[type="submit"].secondary, a, .site-title, .site-title a, .navigation-top a, .dropdown-toggle, .menu-toggle, .page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title, .page:not(.twentyseventeen-front-page) .entry-title, .page-links a .page-number, .comment-metadata a.comment-edit-link, .comment-reply-link .icon, h2.widget-title, mark, .post-navigation a:focus .icon, .post-navigation a:hover .icon, .blog .entry-meta a.post-edit-link, .archive .entry-meta a.post-edit-link, .search .entry-meta a.post-edit-link, .twentyseventeen-panel .recent-posts .entry-header .edit-link, .widget_goodreads div[class^="gr_custom_container"], .widget_goodreads div[class^="gr_custom_container"] a, div#jp-relatedposts .jp-relatedposts-post-title a, #infinite-footer .blog-info a, #infinite-footer .blog-credits, #infinite-footer .blog-credits a { color: #CFE1E2;} ::-webkit-input-placeholder { color: #D8E7E8;} :-moz-placeholder { color: #D8E7E8;} ::-moz-placeholder { color: #D8E7E8;} :-ms-input-placeholder { color: #D8E7E8;} .main-navigation li li:hover, .main-navigation li li.focus { color: #CFE1E2;} .main-navigation li li:hover > a, .main-navigation li li.focus > a { color: #000000;} button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .site-main #infinite-handle span:hover, .site-main #infinite-handle span:focus, .site-main #infinite-handle span:hover button, .site-main #infinite-handle span:hover button:hover, .site-main #infinite-handle span:hover button:focus .site-main #infinite-handle span:focus button, .site-main #infinite-handle span:focus button:hover, .site-main #infinite-handle span:focus button:focus { color: #000000;} .entry-footer .edit-link a.post-edit-link, button, input[type="button"], input[type="submit"], .site-main #infinite-handle span, .site-main #infinite-handle span button { color: #2E4B4B;} input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar, div#jp-relatedposts h3.jp-relatedposts-headline em:before { border-color: #CFE1E2;} .entry-footer .cat-links .icon, .entry-footer .tags-links .icon, h5, .main-navigation a:hover, .entry-meta, .entry-meta a, .nav-subtitle, .comment-metadata, .comment-metadata a, .no-comments, .comment-awaiting-moderation, .page-numbers.current, .page-links .page-number, .site-description, .site-header .navigation-top .menu-scroll-down, .widget_rss .rss-date, .widget_rss li cite { color: #88BABD;} h2, blockquote, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .navigation-top .current-menu-item > a, .navigation-top .current_page_item > a, .entry-content blockquote.alignleft, .entry-content blockquote.alignright, .taxonomy-description, .site-info a, .wp-caption { color: #549BA0;} button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .prev.page-numbers:focus, .prev.page-numbers:hover, .next.page-numbers:focus, .next.page-numbers:hover, .entry-footer .edit-link a.post-edit-link:focus, .entry-footer .edit-link a.post-edit-link:hover, .main-navigation li li:hover, .main-navigation li li.focus, .social-navigation a, .site .jetpack_widget_social_icons ul li a, .site-main #infinite-handle span:hover, .site-main #infinite-handle span:focus { background-color: #4a868b;} .main-navigation ul ul, abbr, acronym { border-color: #4A868B;} .main-navigation ul li.menu-item-has-children:before, .main-navigation ul li.page_item_has_children:before { border-bottom-color: #4A868B;} button, input[type="button"], input[type="submit"], input[type="submit"], .entry-footer .edit-link a.post-edit-link, .social-navigation a:hover, .social-navigation a:focus, .site .jetpack_widget_social_icons ul li a:focus, .site .jetpack_widget_social_icons ul li a:hover, .site-main #infinite-handle span { background-color: #85ccd0;} a:hover, a:active, .entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .colors-dark.blog .entry-meta a.post-edit-link:focus, .colors-dark.blog .entry-meta a.post-edit-link:hover, .colors-dark.archive .entry-meta a.post-edit-link:focus, .colors-dark.archive .entry-meta a.post-edit-link:hover, .colors-dark.search .entry-meta a.post-edit-link:focus, .colors-dark.search .entry-meta a.post-edit-link:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover { color: #85CCD0;} </style> <link rel="icon" href="https://pansodan.com/wp-content/uploads/2020/07/cropped-psd-1.jpg?w=32" sizes="32x32" /> <link rel="icon" href="https://pansodan.com/wp-content/uploads/2020/07/cropped-psd-1.jpg?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://pansodan.com/wp-content/uploads/2020/07/cropped-psd-1.jpg?w=180" /> <meta name="msapplication-TileImage" content="https://pansodan.com/wp-content/uploads/2020/07/cropped-psd-1.jpg?w=270" /> </head> <body class="home page-template-default page page-id-56 custom-background wp-custom-logo wp-embed-responsive customizer-styles-applied twentyseventeen-front-page has-header-image page-two-column colors-light cannot-edit jetpack-reblog-enabled custom-colors"> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"> Skip to content </a> <header id="masthead" class="site-header"> <div class="custom-header"> <div class="custom-header-media"> <div id="wp-custom-header" class="wp-custom-header"><img src="https://pansodan.com/wp-content/uploads/2020/07/cropped-pansodan-galleary.jpg" width="2000" height="1200" alt="A picture of people inside Pansodan Art Gallery, with many paintings on the wall" srcset="https://pansodan.com/wp-content/uploads/2020/07/cropped-pansodan-galleary.jpg 2000w, https://pansodan.com/wp-content/uploads/2020/07/cropped-pansodan-galleary.jpg?w=150&h=90 150w, https://pansodan.com/wp-content/uploads/2020/07/cropped-pansodan-galleary.jpg?w=300&h=180 300w, https://pansodan.com/wp-content/uploads/2020/07/cropped-pansodan-galleary.jpg?w=768&h=461 768w, https://pansodan.com/wp-content/uploads/2020/07/cropped-pansodan-galleary.jpg?w=1024&h=614 1024w" sizes="100vw" /></div> </div> <div class="site-branding"> <div class="wrap"> <a href="https://pansodan.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="250" height="250" src="https://pansodan.com/wp-content/uploads/2020/07/cropped-psd.jpg" class="custom-logo" alt="Pansodan Gallery" decoding="async" srcset="https://pansodan.com/wp-content/uploads/2020/07/cropped-psd.jpg 250w, https://pansodan.com/wp-content/uploads/2020/07/cropped-psd.jpg?w=150&h=150 150w" sizes="100vw" data-attachment-id="33" data-permalink="https://pansodan.com/cropped-psd-jpg/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/07/cropped-psd.jpg" data-orig-size="250,250" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="cropped-psd.jpg" data-image-description="<p>https://pansodancom.files.wordpress.com/2020/07/cropped-psd.jpg</p> " data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/07/cropped-psd.jpg?w=250" data-large-file="https://pansodan.com/wp-content/uploads/2020/07/cropped-psd.jpg?w=250" /></a> <div class="site-branding-text"> <h1 class="site-title"><a href="https://pansodan.com/" rel="home">Pansodan Gallery</a></h1> <p class="site-description">ပန်းဆိုးတန်း အနုပညာခန်းမ</p> </div><!-- .site-branding-text --> </div><!-- .wrap --> </div><!-- .site-branding --> </div><!-- .custom-header --> <div class="navigation-top"> <div class="wrap"> <nav id="site-navigation" class="main-navigation" aria-label="Top Menu"> <button class="menu-toggle" aria-controls="top-menu" aria-expanded="false"> <svg class="icon icon-bars" aria-hidden="true" role="img"> <use href="#icon-bars" xlink:href="#icon-bars"></use> </svg><svg class="icon icon-close" aria-hidden="true" role="img"> <use href="#icon-close" xlink:href="#icon-close"></use> </svg>Menu </button> <div class="menu-primary-container"><ul id="top-menu" class="menu"><li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://pansodan.com/home/">Home</a></li> <li id="menu-item-1419" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1419"><a href="https://pansodan.com/galleary-2/">Home</a></li> <li id="menu-item-50" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50"><a href="https://pansodan.com/pansodan-philosophy/">Pansodan Philosophy</a></li> <li id="menu-item-1410" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1410"><a href="https://pansodan.com/pansodan-philosophy/">Pansodan Philosophy</a></li> <li id="menu-item-51" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51"><a href="https://pansodan.com/on-media/">On Media</a></li> <li id="menu-item-1411" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1411"><a href="https://pansodan.com/on-media/">On Media</a></li> <li id="menu-item-52" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-52"><a href="https://pansodan.com/products/">Products</a></li> <li id="menu-item-1412" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1412"><a href="https://pansodan.com/products-2/">Artists</a></li> <li id="menu-item-1478" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1478"><a href="https://pansodan.com/shop/">Gallery</a></li> <li id="menu-item-53" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-53"><a href="https://pansodan.com/exhibitions-activities/">Exhibitions – Activities</a></li> <li id="menu-item-22" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a href="https://pansodan.com/contact/">About & Contact</a></li> <li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="https://pansodan.com/blog/">Posts</a></li> <li id="menu-item-1413" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1413"><a href="https://pansodan.com/exhibitions-activities/">Exhibitions – Activities</a></li> <li id="menu-item-54" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-54"><a href="https://openhistorymyanmar.com/">Open History Project Myanmar</a></li> <li id="menu-item-1399" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1399"><a href="https://pansodan.com/blog/">Posts</a></li> <li id="menu-item-1420" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1420"><a href="https://pansodan.com/links/">Links</a></li> <li id="menu-item-55" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-55"><a href="https://aungsoemin.com/">Aung Soe Min</a></li> <li id="menu-item-103" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-103"><a href="https://pansodan.com/pansodan-gallery-art-space-%e1%80%95%e1%80%94%e1%80%ba%e1%80%b8%e1%80%86%e1%80%ad%e1%80%af%e1%80%b8%e1%80%90%e1%80%94%e1%80%ba%e1%80%b8-%e1%80%a1%e1%80%94%e1%80%af%e1%80%95%e1%80%8a%e1%80%ac%e1%80%81/">Pansodan Gallery Art Space ပန်းဆိုးတန်း အနုပညာခန်းမ</a></li> <li id="menu-item-1400" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1400"><a href="https://pansodan.com/contact/">About & Contact</a></li> </ul></div> <a href="#content" class="menu-scroll-down"><svg class="icon icon-arrow-right" aria-hidden="true" role="img"> <use href="#icon-arrow-right" xlink:href="#icon-arrow-right"></use> </svg><span class="screen-reader-text"> Scroll down to content </span></a> </nav><!-- #site-navigation --> </div><!-- .wrap --> </div><!-- .navigation-top --> </header><!-- #masthead --> <div class="site-content-contain"> <div id="content" class="site-content"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <article id="post-56" class="twentyseventeen-panel post-56 page type-page status-publish hentry" > <div class="panel-content"> <div class="wrap"> <header class="entry-header"> <h2 class="entry-title">Gallearies</h2> </header><!-- .entry-header --> <div class="entry-content"> <div class="wp-block-jetpack-layout-grid alignfull column1-desktop-grid__span-6 column1-desktop-grid__row-1 column2-desktop-grid__span-6 column2-desktop-grid__start-7 column2-desktop-grid__row-1 column1-tablet-grid__span-4 column1-tablet-grid__row-1 column2-tablet-grid__span-4 column2-tablet-grid__start-5 column2-tablet-grid__row-1 column1-mobile-grid__span-4 column1-mobile-grid__row-1 column2-mobile-grid__span-4 column2-mobile-grid__row-2"> <div class="wp-block-jetpack-layout-grid-column wp-block-jetpack-layout-grid__padding-none"> <div data-carousel-extra='{"blog_id":179772891,"permalink":"https:\/\/pansodan.com\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:100%;"><figure class="tiled-gallery__item"><img data-attachment-id="87" data-permalink="https://pansodan.com/psd_2-1024x795-2/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg" data-orig-size="1024,795" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="psd_2-1024×795-2" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg?w=525" data-attachment-id="87" data-permalink="https://pansodan.com/psd_2-1024x795-2/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg" data-orig-size="1024,795" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="psd_2-1024×795-2" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg?strip=info&w=1024 1024w" alt="" data-height="795" data-id="87" data-link="https://pansodancom.wordpress.com/psd_2-1024x795-2/" data-url="https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg" data-width="1024" src="https://pansodan.com/wp-content/uploads/2020/07/psd_2-1024x795-2.jpg" /></figure></div></div></div></div> <p class="has-text-align-center"><a href="https://pansodan.com/pansodan-gallery-art-space-%e1%80%95%e1%80%94%e1%80%ba%e1%80%b8%e1%80%86%e1%80%ad%e1%80%af%e1%80%b8%e1%80%90%e1%80%94%e1%80%ba%e1%80%b8-%e1%80%a1%e1%80%94%e1%80%af%e1%80%95%e1%80%8a%e1%80%ac%e1%80%81/">Pansodan Gallery Art Space ပန်းဆိုးတန်း အနုပညာခန်းမ</a></p> </div> <div class="wp-block-jetpack-layout-grid-column wp-block-jetpack-layout-grid__padding-none"> <div data-carousel-extra='{"blog_id":179772891,"permalink":"https:\/\/pansodan.com\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:100%;"><figure class="tiled-gallery__item"><img data-attachment-id="85" data-permalink="https://pansodan.com/pansodan-scene-art-cafe/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/07/pansodan-scene-art-cafe.jpg" data-orig-size="960,720" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="pansodan-scene-art-cafe" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/07/pansodan-scene-art-cafe.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/07/pansodan-scene-art-cafe.jpg?w=525" data-attachment-id="85" data-permalink="https://pansodan.com/pansodan-scene-art-cafe/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/07/pansodan-scene-art-cafe.jpg" data-orig-size="960,720" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="pansodan-scene-art-cafe" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/07/pansodan-scene-art-cafe.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/07/pansodan-scene-art-cafe.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/07/pansodan-scene-art-cafe.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/07/pansodan-scene-art-cafe.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/07/pansodan-scene-art-cafe.jpg?strip=info&w=960 960w" alt="" data-height="720" data-id="85" data-link="https://pansodancom.wordpress.com/pansodan-scene-art-cafe/" data-url="https://pansodan.com/wp-content/uploads/2020/07/pansodan-scene-art-cafe.jpg" data-width="960" src="https://pansodan.com/wp-content/uploads/2020/07/pansodan-scene-art-cafe.jpg" /></figure></div></div></div></div> <p class="has-text-align-center"><a href="https://www.facebook.com/PansodanScene/" target="_blank" rel="noreferrer noopener">Pansodan Scene Art Cafe ပန်းဆိုးတန်း ဗွီဒီယိုကဖေ</a></p> </div> </div> <div class="wp-block-jetpack-layout-grid alignfull column1-desktop-grid__span-6 column1-desktop-grid__row-1 column2-desktop-grid__span-6 column2-desktop-grid__start-7 column2-desktop-grid__row-1 column1-tablet-grid__span-4 column1-tablet-grid__row-1 column2-tablet-grid__span-4 column2-tablet-grid__start-5 column2-tablet-grid__row-1 column1-mobile-grid__span-4 column1-mobile-grid__row-1 column2-mobile-grid__span-4 column2-mobile-grid__row-2"> <div class="wp-block-jetpack-layout-grid-column wp-block-jetpack-layout-grid__padding-none"> <div data-carousel-extra='{"blog_id":179772891,"permalink":"https:\/\/pansodan.com\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:100%;"><figure class="tiled-gallery__item"><img data-attachment-id="89" data-permalink="https://pansodan.com/pansuriya/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg" data-orig-size="2048,1152" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="pansuriya" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg?w=525" data-attachment-id="89" data-permalink="https://pansodan.com/pansuriya/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg" data-orig-size="2048,1152" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="pansuriya" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg?strip=info&w=1200 1200w,https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg?strip=info&w=1500 1500w,https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg?strip=info&w=1800 1800w,https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg?strip=info&w=2000 2000w" alt="" data-height="1152" data-id="89" data-link="https://pansodancom.wordpress.com/pansuriya/" data-url="https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg" data-width="2048" src="https://pansodan.com/wp-content/uploads/2020/07/pansuriya.jpg" /></figure></div></div></div></div> <p class="has-text-align-center"><a href="https://www.facebook.com/pansuriyamyanmar/" target="_blank" rel="noreferrer noopener">Pansuriya အနုပညာဆုံမှတ်</a></p> </div> <div class="wp-block-jetpack-layout-grid-column wp-block-jetpack-layout-grid__padding-none"> <div data-carousel-extra='{"blog_id":179772891,"permalink":"https:\/\/pansodan.com\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:100%;"><figure class="tiled-gallery__item"><img data-attachment-id="90" data-permalink="https://pansodan.com/pansodan10/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg" data-orig-size="2000,1200" data-comments-opened="1" data-image-meta="{"aperture":"1.8","credit":"","camera":"YAL-L21","caption":"","created_timestamp":"1576879944","copyright":"","focal_length":"4.75","iso":"250","shutter_speed":"0.02","title":"","orientation":"1","latitude":"16.903259277222","longitude":"96.136459350556"}" data-image-title="pansodan10" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg?w=525" data-attachment-id="90" data-permalink="https://pansodan.com/pansodan10/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg" data-orig-size="2000,1200" data-comments-opened="1" data-image-meta="{"aperture":"1.8","credit":"","camera":"YAL-L21","caption":"","created_timestamp":"1576879944","copyright":"","focal_length":"4.75","iso":"250","shutter_speed":"0.02","title":"","orientation":"1","latitude":"16.903259277222","longitude":"96.136459350556"}" data-image-title="pansodan10" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg?strip=info&w=1200 1200w,https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg?strip=info&w=1500 1500w,https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg?strip=info&w=1800 1800w,https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg?strip=info&w=2000 2000w" alt="" data-height="1200" data-id="90" data-link="https://pansodancom.wordpress.com/pansodan10/" data-url="https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg" data-width="2000" src="https://pansodan.com/wp-content/uploads/2020/07/pansodan10.jpg" /></figure></div></div></div></div> <p class="has-text-align-center">Pansodan Fine Art</p> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:25%;"> <p class="has-text-align-center"><a href="https://www.facebook.com/House-of-Tea-%E1%80%9C%E1%80%80%E1%80%BA%E1%80%96%E1%80%80%E1%80%BA%E1%80%A1%E1%80%AD%E1%80%99%E1%80%BA-105329420996694/" target="_blank" rel="noreferrer noopener">House of Tea လက်ဖက်အိမ်</a></p> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%;"> <div data-carousel-extra='{"blog_id":179772891,"permalink":"https:\/\/pansodan.com\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:100%;"><figure class="tiled-gallery__item"><img data-attachment-id="88" data-permalink="https://pansodan.com/tea-house-1024x768-1/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/07/tea-house-1024x768-1.jpg" data-orig-size="1024,768" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="tea-house-1024×768-1" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/07/tea-house-1024x768-1.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/07/tea-house-1024x768-1.jpg?w=525" data-attachment-id="88" data-permalink="https://pansodan.com/tea-house-1024x768-1/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/07/tea-house-1024x768-1.jpg" data-orig-size="1024,768" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="tea-house-1024×768-1" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/07/tea-house-1024x768-1.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/07/tea-house-1024x768-1.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/07/tea-house-1024x768-1.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/07/tea-house-1024x768-1.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/07/tea-house-1024x768-1.jpg?strip=info&w=1024 1024w" alt="" data-height="768" data-id="88" data-link="https://pansodancom.wordpress.com/tea-house-1024x768-1/" data-url="https://pansodan.com/wp-content/uploads/2020/07/tea-house-1024x768-1.jpg" data-width="1024" src="https://pansodan.com/wp-content/uploads/2020/07/tea-house-1024x768-1.jpg" /></figure></div></div></div></div> </div> <div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:25%;"> <p class="has-text-align-center"><a href="https://www.facebook.com/37myanmarmatika" target="_blank" rel="noreferrer noopener">Myanmar Matika မြန်မာမာတိကာ</a></p> </div> </div> <hr class="wp-block-separator has-text-color has-background has-luminous-vivid-amber-background-color has-luminous-vivid-amber-color is-style-wide" /> <h2 class="has-text-align-center wp-block-heading"><a rel="noreferrer noopener" href="https://www.youtube.com/channel/UCcYB4n6fYkIRdkoevQO8RRw?view_as=subscriber" target="_blank">Pansodan Media</a></h2> <div class="wp-block-jetpack-layout-grid alignfull column1-desktop-grid__span-4 column1-desktop-grid__row-1 column2-desktop-grid__span-4 column2-desktop-grid__start-5 column2-desktop-grid__row-1 column3-desktop-grid__span-4 column3-desktop-grid__start-9 column3-desktop-grid__row-1 column1-tablet-grid__span-4 column1-tablet-grid__row-1 column2-tablet-grid__span-4 column2-tablet-grid__start-5 column2-tablet-grid__row-1 column3-tablet-grid__span-8 column3-tablet-grid__row-2 column1-mobile-grid__span-4 column1-mobile-grid__row-1 column2-mobile-grid__span-4 column2-mobile-grid__row-2 column3-mobile-grid__span-4 column3-mobile-grid__row-3"> <div class="wp-block-jetpack-layout-grid-column wp-block-jetpack-layout-grid__padding-none"> <figure class="wp-block-embed-youtube wp-block-embed is-type-rich wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> <div class="embed-youtube"><iframe title="အန္တရယ်ကြားက ကရင်ရွာကလေးTalagon,Endangered Kayin Village Director - Saw Ye Min Paing၊" width="525" height="295" src="https://www.youtube.com/embed/YQFVqFDdkHE?list=PLo7KV9AGY0ADSdQe4x0vVC-fjPy3NYnjQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> </div></figure> <p class="has-text-align-center"><a href="https://www.youtube.com/playlist?list=PLo7KV9AGY0ADSdQe4x0vVC-fjPy3NYnjQ">Open History Project Documentary လူထုအမှတ်သညာပွဲ</a></p> </div> <div class="wp-block-jetpack-layout-grid-column wp-block-jetpack-layout-grid__padding-none"> <figure class="wp-block-embed-youtube wp-block-embed is-type-rich wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> <div class="embed-youtube"><iframe title="ကိုလိုနီခေတ်ပို့စ်ကဒ်နှင့် လွတ်လပ်ပြီးခေတ်ပို့စ်ကဒ် ကွာခြားချက်၊ Postcards Epi 4, Aung Soe Min" width="525" height="295" src="https://www.youtube.com/embed/yNe_wWrr0hc?list=PLo7KV9AGY0AAfQIWlD5vDnh3Q22qn7_23" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> </div></figure> <p class="has-text-align-center"><a href="https://www.youtube.com/playlist?list=PLo7KV9AGY0AAfQIWlD5vDnh3Q22qn7_23">Aung Soe Min အောင်စိုးမင်း Art & History</a></p> </div> <div class="wp-block-jetpack-layout-grid-column wp-block-jetpack-layout-grid__padding-none"> <figure class="wp-block-embed-youtube wp-block-embed is-type-rich wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> <div class="embed-youtube"><iframe title="ပန်းချီ - မြင့်ဆွေ၊ ရတီ တစ်ကိုယ်တော် ပန်းချီပြပွဲ "Passion" by artist myint Swe" width="525" height="295" src="https://www.youtube.com/embed/c5dIdzWwiLg?list=PLo7KV9AGY0ADHFuTUocTLECXZU6BXRWvt" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> </div></figure> <p class="has-text-align-center"><a href="https://www.youtube.com/playlist?list=PLo7KV9AGY0ADHFuTUocTLECXZU6BXRWvt">မြန်မာအနုပညာပြပွဲများ Myanmar Art & Culture Exhibition</a></p> </div> </div> <ul class="wp-block-social-links aligncenter is-layout-flex wp-block-social-links-is-layout-flex"><li class="wp-social-link wp-social-link-facebook wp-block-social-link"><a href="https://www.facebook.com/Pansodan/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Facebook</span></a></li> <li class="wp-social-link wp-social-link-youtube wp-block-social-link"><a href="https://www.youtube.com/channel/UCcYB4n6fYkIRdkoevQO8RRw?view_as=subscriber" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg><span class="wp-block-social-link-label screen-reader-text">YouTube</span></a></li></ul> <div id="atatags-1797728911-673c3ec584afa"></div> <script> __ATA.cmd.push(function() { __ATA.initDynamicSlot({ id: 'atatags-1797728911-673c3ec584afa', location: 120, formFactor: '001', label: { text: 'Advertisements', }, creative: { reportAd: { text: 'Report this ad', }, privacySettings: { text: 'Privacy', } } }); }); </script><div id="jp-post-flair" class="sharedaddy sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-56" class="share-twitter sd-button share-icon" href="https://pansodan.com/?share=twitter" target="_blank" title="Click to share on Twitter" ><span>Twitter</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-56" class="share-facebook sd-button share-icon" href="https://pansodan.com/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li class="share-end"></li></ul></div></div></div></div> </div><!-- .entry-content --> </div><!-- .wrap --> </div><!-- .panel-content --> </article><!-- #post-56 --> <article id="panel1" class="twentyseventeen-panel post-59 page type-page status-publish hentry" > <div class="panel-content"> <div class="wrap"> <header class="entry-header"> <h2 class="entry-title">Featured Art ( Myanmar Contempory)</h2> </header><!-- .entry-header --> <div class="entry-content"> <h2 class="has-text-align-center wp-block-heading">Featured Art ( Myanmar Contempory)</h2> <hr class="wp-block-separator has-text-color has-background has-vivid-red-background-color has-vivid-red-color is-style-dots" /> <div class="wp-block-coblocks-gallery-collage has-small-gutter is-style-tiled"><ul><li class="wp-block-coblocks-gallery-collage__item item-1"><figure class="wp-block-coblocks-gallery-collage__figure"><img data-attachment-id="114" data-permalink="https://pansodan.com/c-n-k-110129-30-x-24/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/c-n-k-110129-30-x-24-.jpg" data-orig-size="4224,3354" data-comments-opened="1" data-image-meta="{"aperture":"5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1592316475","copyright":"","focal_length":"42","iso":"250","shutter_speed":"0.0125","title":"","orientation":"1"}" data-image-title="c-n-k-110129-30-x-24-" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/c-n-k-110129-30-x-24-.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/c-n-k-110129-30-x-24-.jpg?w=525" loading="lazy" width="1024" height="813" src="https://pansodan.com/wp-content/uploads/2020/08/c-n-k-110129-30-x-24-.jpg?w=1024" alt="" data-index="0" data-id="114" data-imglink="" data-link="https://pansodan.com/c-n-k-110129-30-x-24/" class="wp-image-114" srcset="https://pansodan.com/wp-content/uploads/2020/08/c-n-k-110129-30-x-24-.jpg?w=1024 1024w, https://pansodan.com/wp-content/uploads/2020/08/c-n-k-110129-30-x-24-.jpg?w=2048 2048w, https://pansodan.com/wp-content/uploads/2020/08/c-n-k-110129-30-x-24-.jpg?w=150 150w, https://pansodan.com/wp-content/uploads/2020/08/c-n-k-110129-30-x-24-.jpg?w=300 300w, https://pansodan.com/wp-content/uploads/2020/08/c-n-k-110129-30-x-24-.jpg?w=768 768w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></figure></li><li class="wp-block-coblocks-gallery-collage__item item-2"><figure class="wp-block-coblocks-gallery-collage__figure"><img data-attachment-id="115" data-permalink="https://pansodan.com/khin-mg-win-110197-36-x-30/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/khin-mg-win-110197-36-x-30-.jpg" data-orig-size="3990,3382" data-comments-opened="1" data-image-meta="{"aperture":"4","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1592566561","copyright":"","focal_length":"27","iso":"1000","shutter_speed":"0.025","title":"","orientation":"1"}" data-image-title="khin-mg-win-110197-36-x-30-" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/khin-mg-win-110197-36-x-30-.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/khin-mg-win-110197-36-x-30-.jpg?w=525" loading="lazy" width="1024" height="867" src="https://pansodan.com/wp-content/uploads/2020/08/khin-mg-win-110197-36-x-30-.jpg?w=1024" alt="" data-index="1" data-id="115" data-imglink="" data-link="https://pansodan.com/khin-mg-win-110197-36-x-30/" class="wp-image-115" srcset="https://pansodan.com/wp-content/uploads/2020/08/khin-mg-win-110197-36-x-30-.jpg?w=1024 1024w, https://pansodan.com/wp-content/uploads/2020/08/khin-mg-win-110197-36-x-30-.jpg?w=2046 2046w, https://pansodan.com/wp-content/uploads/2020/08/khin-mg-win-110197-36-x-30-.jpg?w=150 150w, https://pansodan.com/wp-content/uploads/2020/08/khin-mg-win-110197-36-x-30-.jpg?w=300 300w, https://pansodan.com/wp-content/uploads/2020/08/khin-mg-win-110197-36-x-30-.jpg?w=768 768w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></figure></li><li class="wp-block-coblocks-gallery-collage__item item-3"><figure class="wp-block-coblocks-gallery-collage__figure"><img data-attachment-id="117" data-permalink="https://pansodan.com/ko-ko-naing-110674-36-x-24-l/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/ko-ko-naing-110674-36-x-24-l-.jpg" data-orig-size="4064,3456" data-comments-opened="1" data-image-meta="{"aperture":"4","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1592564549","copyright":"","focal_length":"29","iso":"1600","shutter_speed":"0.025","title":"","orientation":"1"}" data-image-title="ko-ko-naing-110674-36-x-24-l-" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/ko-ko-naing-110674-36-x-24-l-.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/ko-ko-naing-110674-36-x-24-l-.jpg?w=525" loading="lazy" width="1024" height="870" src="https://pansodan.com/wp-content/uploads/2020/08/ko-ko-naing-110674-36-x-24-l-.jpg?w=1024" alt="" data-index="2" data-id="117" data-imglink="" data-link="https://pansodan.com/ko-ko-naing-110674-36-x-24-l/" class="wp-image-117" srcset="https://pansodan.com/wp-content/uploads/2020/08/ko-ko-naing-110674-36-x-24-l-.jpg?w=1024 1024w, https://pansodan.com/wp-content/uploads/2020/08/ko-ko-naing-110674-36-x-24-l-.jpg?w=2046 2046w, https://pansodan.com/wp-content/uploads/2020/08/ko-ko-naing-110674-36-x-24-l-.jpg?w=150 150w, https://pansodan.com/wp-content/uploads/2020/08/ko-ko-naing-110674-36-x-24-l-.jpg?w=300 300w, https://pansodan.com/wp-content/uploads/2020/08/ko-ko-naing-110674-36-x-24-l-.jpg?w=768 768w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></figure></li><li class="wp-block-coblocks-gallery-collage__item item-4"><figure class="wp-block-coblocks-gallery-collage__figure"><img data-attachment-id="120" data-permalink="https://pansodan.com/win-zaw-oo-111337-30-x-24-l-1-1/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/win-zaw-oo-111337-30-x-24-l-1-1.jpg" data-orig-size="4272,3403" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591203547","copyright":"","focal_length":"35","iso":"400","shutter_speed":"0.02","title":"","orientation":"1"}" data-image-title="win-zaw-oo-111337-30-x-24-l-1-1" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/win-zaw-oo-111337-30-x-24-l-1-1.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/win-zaw-oo-111337-30-x-24-l-1-1.jpg?w=525" loading="lazy" width="1024" height="815" src="https://pansodan.com/wp-content/uploads/2020/08/win-zaw-oo-111337-30-x-24-l-1-1.jpg?w=1024" alt="" data-index="3" data-id="120" data-imglink="" data-link="https://pansodan.com/win-zaw-oo-111337-30-x-24-l-1-1/" class="wp-image-120" srcset="https://pansodan.com/wp-content/uploads/2020/08/win-zaw-oo-111337-30-x-24-l-1-1.jpg?w=1024 1024w, https://pansodan.com/wp-content/uploads/2020/08/win-zaw-oo-111337-30-x-24-l-1-1.jpg?w=2046 2046w, https://pansodan.com/wp-content/uploads/2020/08/win-zaw-oo-111337-30-x-24-l-1-1.jpg?w=150 150w, https://pansodan.com/wp-content/uploads/2020/08/win-zaw-oo-111337-30-x-24-l-1-1.jpg?w=300 300w, https://pansodan.com/wp-content/uploads/2020/08/win-zaw-oo-111337-30-x-24-l-1-1.jpg?w=768 768w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></figure></li></ul></div> <p></p> <hr class="wp-block-separator has-text-color has-background has-luminous-vivid-amber-background-color has-luminous-vivid-amber-color" /> <div data-carousel-extra='{"blog_id":179772891,"permalink":"https:\/\/pansodan.com\/featured-art-myanmar-contempory\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-columns"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:31.051537545919%;"><figure class="tiled-gallery__item"><img data-attachment-id="124" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/zin-yaw-aung-112140/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg" data-orig-size="4573,3456" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1592130985","copyright":"","focal_length":"35","iso":"400","shutter_speed":"0.04","title":"","orientation":"1"}" data-image-title="Zin Yaw Aung 112140" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg?w=525" data-attachment-id="124" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/zin-yaw-aung-112140/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg" data-orig-size="4573,3456" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1592130985","copyright":"","focal_length":"35","iso":"400","shutter_speed":"0.04","title":"","orientation":"1"}" data-image-title="Zin Yaw Aung 112140" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg?strip=info&w=1200 1200w,https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg?strip=info&w=1500 1500w,https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg?strip=info&w=1800 1800w,https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg?strip=info&w=2000 2000w" alt="" data-height="3456" data-id="124" data-link="https://pansodan.com/featured-art-myanmar-contempory/zin-yaw-aung-112140/" data-url="https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg" data-width="4573" src="https://pansodan.com/wp-content/uploads/2020/08/zin-yaw-aung-112140.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="125" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-khaing-112051-30-x-36-p/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg" data-orig-size="3344,4409" data-comments-opened="1" data-image-meta="{"aperture":"5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591356665","copyright":"","focal_length":"29","iso":"400","shutter_speed":"0.016666666666667","title":"","orientation":"1"}" data-image-title="Aung Khaing 112051 30 x 36 P" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg?w=228" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg?w=525" data-attachment-id="125" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-khaing-112051-30-x-36-p/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg" data-orig-size="3344,4409" data-comments-opened="1" data-image-meta="{"aperture":"5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591356665","copyright":"","focal_length":"29","iso":"400","shutter_speed":"0.016666666666667","title":"","orientation":"1"}" data-image-title="Aung Khaing 112051 30 x 36 P" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg?w=228" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg?strip=info&w=1200 1200w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg?strip=info&w=1500 1500w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg?strip=info&w=1800 1800w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg?strip=info&w=2000 2000w" alt="" data-height="4409" data-id="125" data-link="https://pansodan.com/featured-art-myanmar-contempory/aung-khaing-112051-30-x-36-p/" data-url="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg" data-width="3344" src="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112051-30-x-36-p-.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="126" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-khaing-112379-30-x-36-p/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg" data-orig-size="3497,4089" data-comments-opened="1" data-image-meta="{"aperture":"5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591356261","copyright":"","focal_length":"35","iso":"400","shutter_speed":"0.016666666666667","title":"","orientation":"1"}" data-image-title="Aung Khaing 112379 30 x 36 P" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg?w=257" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg?w=525" data-attachment-id="126" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-khaing-112379-30-x-36-p/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg" data-orig-size="3497,4089" data-comments-opened="1" data-image-meta="{"aperture":"5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591356261","copyright":"","focal_length":"35","iso":"400","shutter_speed":"0.016666666666667","title":"","orientation":"1"}" data-image-title="Aung Khaing 112379 30 x 36 P" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg?w=257" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg?strip=info&w=1200 1200w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg?strip=info&w=1500 1500w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg?strip=info&w=1800 1800w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg?strip=info&w=2000 2000w" alt="" data-height="4089" data-id="126" data-link="https://pansodan.com/featured-art-myanmar-contempory/aung-khaing-112379-30-x-36-p/" data-url="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg" data-width="3497" src="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112379-30-x-36-p-.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="127" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-khaing-112821-24-x-36-p/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg" data-orig-size="3368,5144" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591355201","copyright":"","focal_length":"35","iso":"400","shutter_speed":"0.04","title":"","orientation":"1"}" data-image-title="Aung Khaing 112821 24 x 36 P" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg?w=196" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg?w=525" data-attachment-id="127" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-khaing-112821-24-x-36-p/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg" data-orig-size="3368,5144" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591355201","copyright":"","focal_length":"35","iso":"400","shutter_speed":"0.04","title":"","orientation":"1"}" data-image-title="Aung Khaing 112821 24 x 36 P" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg?w=196" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg?strip=info&w=1200 1200w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg?strip=info&w=1500 1500w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg?strip=info&w=1800 1800w,https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg?strip=info&w=2000 2000w" alt="" data-height="5144" data-id="127" data-link="https://pansodan.com/featured-art-myanmar-contempory/aung-khaing-112821-24-x-36-p/" data-url="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg" data-width="3368" src="https://pansodan.com/wp-content/uploads/2020/08/aung-khaing-112821-24-x-36-p-.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="128" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-ko-110825-36-x-48-p/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg" data-orig-size="3382,4522" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591537429","copyright":"","focal_length":"35","iso":"1000","shutter_speed":"0.02","title":"","orientation":"1"}" data-image-title="Aung Ko 110825 36 x 48 P" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg?w=224" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg?w=525" data-attachment-id="128" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-ko-110825-36-x-48-p/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg" data-orig-size="3382,4522" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591537429","copyright":"","focal_length":"35","iso":"1000","shutter_speed":"0.02","title":"","orientation":"1"}" data-image-title="Aung Ko 110825 36 x 48 P" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg?w=224" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg?strip=info&w=1200 1200w,https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg?strip=info&w=1500 1500w,https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg?strip=info&w=1800 1800w,https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg?strip=info&w=2000 2000w" alt="" data-height="4522" data-id="128" data-link="https://pansodan.com/featured-art-myanmar-contempory/aung-ko-110825-36-x-48-p/" data-url="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg" data-width="3382" src="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-110825-36-x-48-p-.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="129" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-ko-111530-36-x-30-l/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg" data-orig-size="4003,3318" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591357055","copyright":"","focal_length":"29","iso":"400","shutter_speed":"0.02","title":"","orientation":"1"}" data-image-title="Aung Ko 111530 36 x 30 L" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg?w=525" data-attachment-id="129" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-ko-111530-36-x-30-l/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg" data-orig-size="4003,3318" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591357055","copyright":"","focal_length":"29","iso":"400","shutter_speed":"0.02","title":"","orientation":"1"}" data-image-title="Aung Ko 111530 36 x 30 L" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg?strip=info&w=1200 1200w,https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg?strip=info&w=1500 1500w,https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg?strip=info&w=1800 1800w,https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg?strip=info&w=2000 2000w" alt="" data-height="3318" data-id="129" data-link="https://pansodan.com/featured-art-myanmar-contempory/aung-ko-111530-36-x-30-l/" data-url="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg" data-width="4003" src="https://pansodan.com/wp-content/uploads/2020/08/aung-ko-111530-36-x-30-l-.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="130" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-moe-aung-110607-24-x-18-l/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg" data-orig-size="3948,2982" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591194716","copyright":"","focal_length":"42","iso":"400","shutter_speed":"0.025","title":"","orientation":"1"}" data-image-title="Aung Moe Aung 110607 24 x 18 L" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg?w=525" data-attachment-id="130" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-moe-aung-110607-24-x-18-l/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg" data-orig-size="3948,2982" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591194716","copyright":"","focal_length":"42","iso":"400","shutter_speed":"0.025","title":"","orientation":"1"}" data-image-title="Aung Moe Aung 110607 24 x 18 L" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg?strip=info&w=1200 1200w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg?strip=info&w=1500 1500w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg?strip=info&w=1800 1800w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg?strip=info&w=2000 2000w" alt="" data-height="2982" data-id="130" data-link="https://pansodan.com/featured-art-myanmar-contempory/aung-moe-aung-110607-24-x-18-l/" data-url="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg" data-width="3948" src="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-aung-110607-24-x-18-l-.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="131" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-moe-kyaw-110606-24-x-18-l/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg" data-orig-size="4515,2971" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591195056","copyright":"","focal_length":"42","iso":"400","shutter_speed":"0.05","title":"","orientation":"1"}" data-image-title="Aung moe Kyaw 110606 24 x 18 L" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg?w=525" data-attachment-id="131" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-moe-kyaw-110606-24-x-18-l/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg" data-orig-size="4515,2971" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591195056","copyright":"","focal_length":"42","iso":"400","shutter_speed":"0.05","title":"","orientation":"1"}" data-image-title="Aung moe Kyaw 110606 24 x 18 L" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg?strip=info&w=1200 1200w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg?strip=info&w=1500 1500w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg?strip=info&w=1800 1800w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg?strip=info&w=2000 2000w" alt="" data-height="2971" data-id="131" data-link="https://pansodan.com/featured-art-myanmar-contempory/aung-moe-kyaw-110606-24-x-18-l/" data-url="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg" data-width="4515" src="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-110606-24-x-18-l-.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="132" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-moe-kyaw-111528-36-x-30-l/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg" data-orig-size="4269,3645" data-comments-opened="1" data-image-meta="{"aperture":"4","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591357450","copyright":"","focal_length":"24","iso":"400","shutter_speed":"0.2","title":"","orientation":"1"}" data-image-title="Aung Moe Kyaw 111528 36 x 30 L" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg?w=525" data-attachment-id="132" data-permalink="https://pansodan.com/featured-art-myanmar-contempory/aung-moe-kyaw-111528-36-x-30-l/" data-orig-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg" data-orig-size="4269,3645" data-comments-opened="1" data-image-meta="{"aperture":"4","credit":"","camera":"Canon EOS 70D","caption":"","created_timestamp":"1591357450","copyright":"","focal_length":"24","iso":"400","shutter_speed":"0.2","title":"","orientation":"1"}" data-image-title="Aung Moe Kyaw 111528 36 x 30 L" data-image-description="" data-image-caption="" data-medium-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg?w=300" data-large-file="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg?w=525" srcset="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg?strip=info&w=600 600w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg?strip=info&w=900 900w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg?strip=info&w=1200 1200w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg?strip=info&w=1500 1500w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg?strip=info&w=1800 1800w,https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg?strip=info&w=2000 2000w" alt="" data-height="3645" data-id="132" data-link="https://pansodan.com/featured-art-myanmar-contempory/aung-moe-kyaw-111528-36-x-30-l/" data-url="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-111528-36-x-30-l-.jpg" data-width="4269" src="https://pansodan.com/wp-content/uploads/2020/08/aung-moe-kyaw-11
URL
GET https://www.pansodan.com/
Response Headers
Alt-Svc:h3=":443"; ma=86400Content-Length:162Content-Type:text/htmlDate:Thu, 21 Nov 2024 11:00:54 GMTLocation:https://pansodan.com/Server:nginxStrict-Transport-Security:max-age=31536000X-Ac:2.sin _bur MISS
Response Body
<html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
URL
GET http://www.pansodan.com/
Response Headers
Alt-Svc:h3=":443"; ma=86400Connection:keep-aliveContent-Length:162Content-Type:text/htmlDate:Thu, 21 Nov 2024 11:00:53 GMTLocation:https://www.pansodan.com/Server:nginxX-Ac:2.sin _bur BYPASS
Response Body
<html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Resolver
Resolver ASN
AS58952
Resolver IP
59.153.91.247
Resolver Network Name
Frontiir Co., Ltd
Report ID
20241121T104330Z_webconnectivity_MM_58952_n1_zZYhCoCXNnsrQvgk
Platform
windows
Software Name
ooniprobe-desktop-unattended (3.16.7)
Measurement Engine
ooniprobe-engine (3.16.7)