Help
RSS
API
Feed
Maltego
Contact
Domain > joaohenrique.com
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
Whois
Property
Value
NameServer
NS2.K2HOST-01.COM.BR
Created
2013-06-02 00:00:00
Changed
2016-05-24 00:00:00
Expires
2017-06-02 00:00:00
Registrar
GODADDY.COM, LLC
DNS Resolutions
Date
IP Address
2019-12-01
138.128.186.99
(
ClassC
)
2025-02-11
186.227.207.8
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Tue, 11 Feb 2025 14:27:45 GMTServer: ApacheX-Powered-By: PHP/7.1.33Link: http://joaohenrique.com/wp-json/>; relhttps://api.w.org/Upgrade: h2,h2cConnection: UpgradeVary: Accept-Encoding,User-AgentX-Cache: MISS from joaohenrique.comTransfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>html xmlnshttp://www.w3.org/1999/xhtmllangpt-BR>head profilehttp://gmpg.org/xfn/11>meta http-equivContent-Type contenttext/html; charsetutf-8 />link relshortcut icon typeimage/x-icon href/favicon.ico>title> João Henrique | Administrador de Empresas/title>meta namedescription contentAdministrador de Empresas />link relstylesheet typetext/css hrefhttp://joaohenrique.com/site/wp-content/themes/joaoadm/style.css />link relstylesheet typetext/css hrefhttp://joaohenrique.com/site/wp-content/themes/joaoadm/css/jMenu.jquery.css />link relalternate typeapplication/rss+xml titleJoão Henrique RSS Feed hrefhttp://feeds.feedburner.com/esapb />link relalternate typeapplication/atom+xml titleJoão Henrique Atom Feed hrefhttp://feeds.feedburner.com/esapb />link relshortcut icon hrefhttp://joaohenrique.com/site/wp-content/themes/joaoadm/favicon.ico />link relpingback hrefhttp://joaohenrique.com/site/xmlrpc.php />script typetext/javascript srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/js/scripts.js>/script>script typetext/javascript srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/js/jMenu.jquery.js>/script>script typetext/javascript srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/js/jquery-ui-1.8.15.custom.min.js>/script>script typetext/javascript srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/js/litebox.js>/script> script typetext/javascript srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/js/jquery.cycle.all.min.js>/script>link relstylesheet typetext/css hrefhttp://joaohenrique.com/site/wp-content/themes/joaoadm/css/litebox.css />link relstylesheet typetext/css hrefhttp://joaohenrique.com/site/wp-content/themes/joaoadm/css/ui-lightness/jquery-ui-1.8.15.custom.css /> script typetext/javascript>Cufon.replace(.Cufon); /script>script typetext/javascript>$(document).ready(function() { $(.cycle-box .mslideshow).hover( function() { $(.cycle-box .mslideshow).cycle(pause); $(.cycle-box .info).cycle(pause); }, function() { $(.cycle-box .mslideshow).cycle(resume); $(.cycle-box .info).cycle(resume);} ); $(.cycle-box .mslideshow).each(function(index) { $(this).cycle({ fx: fade, speed: 900, timeout: 7000, pager: #nav-mural, pagerAnchorBuilder: function(i) { if (index 0) // for first slideshow, return a new anchro return a href#>+(i+1)+/a>; // for 2nd slideshow, select the anchor created previously return #nav-mural a:eq(+i+); } }); }); // simple jMenu plugin called $(#menu-principal).jMenu(); // more complex jMenu plugin called $(#menu-principal).jMenu({ ulWidth : auto, absoluteTop: 40, effects : { effectSpeedOpen : 300, effectTypeClose : slide }, animatedText : false }); $(atitle_rowColor2).parent().addClass(rowColor2); $(atitle_rowColor1).parent().addClass(rowColor1);});/script>meta namerobots contentmax-image-preview:large />link relalternate typeapplication/rss+xml titleFeed para João Henrique » hrefhttp://feeds.feedburner.com/esapb />link relalternate typeapplication/rss+xml titleFeed de comentários para João Henrique » hrefhttp://feeds.feedburner.com/esapb />script typetext/javascript>/* !CDATA */window._wpemojiSettings {baseUrl:https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/,ext:.png,svgUrl:https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/,svgExt:.svg,source:{wpemoji:http:\/\/joaohenrique.com\/site\/wp-includes\/js\/wp-emoji.js?ver6.4.5,twemoji:http:\/\/joaohenrique.com\/site\/wp-includes\/js\/twemoji.js?ver6.4.5}};/** * @output wp-includes/js/wp-emoji-loader.js *//** * Emoji Settings as exported in PHP via _print_emoji_detection_script(). * @typedef WPEmojiSettings * @type {object} * @property {?object} source * @property {?string} source.concatemoji * @property {?string} source.twemoji * @property {?string} source.wpemoji * @property {?boolean} DOMReady * @property {?Function} readyCallback *//** * Support tests. * @typedef SupportTests * @type {object} * @property {?boolean} flag * @property {?boolean} emoji *//** * IIFE to detect emoji support and load Twemoji if needed. * * @param {Window} window * @param {Document} document * @param {WPEmojiSettings} settings */( function wpEmojiLoader( window, document, settings ) { if ( typeof Promise undefined ) { return; } var sessionStorageKey wpEmojiSettingsSupports; var tests flag, emoji ; /** * Checks whether the browser supports offloading to a Worker. * * @since 6.3.0 * * @private * * @returns {boolean} */ function supportsWorkerOffloading() { return ( typeof Worker ! undefined && typeof OffscreenCanvas ! undefined && typeof URL ! undefined && URL.createObjectURL && typeof Blob ! undefined ); } /** * @typedef SessionSupportTests * @type {object} * @property {number} timestamp * @property {SupportTests} supportTests */ /** * Get support tests from session. * * @since 6.3.0 * * @private * * @returns {?SupportTests} Support tests, or null if not set or older than 1 week. */ function getSessionSupportTests() { try { /** @type {SessionSupportTests} */ var item JSON.parse( sessionStorage.getItem( sessionStorageKey ) ); if ( typeof item object && typeof item.timestamp number && new Date().valueOf() item.timestamp + 604800 && // Note: Number is a week in seconds. typeof item.supportTests object ) { return item.supportTests; } } catch ( e ) {} return null; } /** * Persist the supports in session storage. * * @since 6.3.0 * * @private * * @param {SupportTests} supportTests Support tests. */ function setSessionSupportTests( supportTests ) { try { /** @type {SessionSupportTests} */ var item { supportTests: supportTests, timestamp: new Date().valueOf() }; sessionStorage.setItem( sessionStorageKey, JSON.stringify( item ) ); } catch ( e ) {} } /** * Checks if two sets of Emoji characters render the same visually. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.9.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} set1 Set of Emoji to test. * @param {string} set2 Set of Emoji to test. * * @return {boolean} True if the two sets render the same. */ function emojiSetsRenderIdentically( context, set1, set2 ) { // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set1, 0, 0 ); var rendered1 new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set2, 0, 0 ); var rendered2 new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); return rendered1.every( function ( rendered2Data, index ) { return rendered2Data rendered2 index ; } ); } /** * Determines if the browser properly renders Emoji that Twemoji can supplement. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.2.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} type Whether to test for support of flag or emoji. * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * * @return {boolean} True if the browser can render emoji, false if it cannot. */ function browserSupportsEmoji( context, type, emojiSetsRenderIdentically ) { var isIdentical; switch ( type ) { case flag: /* * Test for Transgender flag compatibility. Added in Unicode 13. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesnt render it correctly (white flag emoji + transgender symbol). */ isIdentical emojiSetsRenderIdentically( context, \uD83C\uDFF3\uFE0F\u200D\u26A7\uFE0F, // as a zero-width joiner sequence \uD83C\uDFF3\uFE0F\u200B\u26A7\uFE0F // separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for UN flag compatibility. This is the least supported of the letter locale flags, * so gives us an easy test for full support. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesnt render it correctly (U + N). */ isIdentical emojiSetsRenderIdentically( context, \uD83C\uDDFA\uD83C\uDDF3, // as the sequence of two code points \uD83C\uDDFA\u200B\uD83C\uDDF3 // as the two code points separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for English flag compatibility. England is a country in the United Kingdom, it * does not have a two letter locale code but rather a five letter sub-division code. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesnt render it correctly (black flag emoji + G + B + E + N + G). */ isIdentical emojiSetsRenderIdentically( context, // as the flag sequence \uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F, // with each code point separated by a zero-width space \uD83C\uDFF4\u200B\uDB40\uDC67\u200B\uDB40\uDC62\u200B\uDB40\uDC65\u200B\uDB40\uDC6E\u200B\uDB40\uDC67\u200B\uDB40\uDC7F ); return ! isIdentical; case emoji: /* * Why cant we be friends? Everyone can now shake hands in emoji, regardless of skin tone! * * To test for Emoji 14.0 support, try to render a new emoji: Handshake: Light Skin Tone, Dark Skin Tone. * * The Handshake: Light Skin Tone, Dark Skin Tone emoji is a ZWJ sequence combining 🫱 Rightwards Hand, * 🏻 Light Skin Tone, a Zero Width Joiner, 🫲 Leftwards Hand, and 🏿 Dark Skin Tone. * * 0x1FAF1 Rightwards Hand * 0x1F3FB Light Skin Tone * 0x200D Zero-Width Joiner (ZWJ) that links the code points for the new emoji or * 0x200B Zero-Width Space (ZWS) that is rendered for clients not supporting the new emoji. * 0x1FAF2 Leftwards Hand * 0x1F3FF Dark Skin Tone. * * When updating this test for future Emoji releases, ensure that individual emoji that make up the * sequence come from older emoji standards. */ isIdentical emojiSetsRenderIdentically( context, \uD83E\uDEF1\uD83C\uDFFB\u200D\uD83E\uDEF2\uD83C\uDFFF, // as the zero-width joiner sequence \uD83E\uDEF1\uD83C\uDFFB\u200B\uD83E\uDEF2\uD83C\uDFFF // separated by a zero-width space ); return ! isIdentical; } return false; } /** * Checks emoji support tests. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 6.3.0 * * @private * * @param {string} tests Tests. * @param {Function} browserSupportsEmoji Reference to browserSupportsEmoji function, needed due to minification. * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * * @return {SupportTests} Support tests. */ function testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ) { var canvas; if ( typeof WorkerGlobalScope ! undefined && self instanceof WorkerGlobalScope ) { canvas new OffscreenCanvas( 300, 150 ); // Dimensions are default for HTMLCanvasElement. } else { canvas document.createElement( canvas ); } var context canvas.getContext( 2d, { willReadFrequently: true } ); /* * Chrome on OS X added native emoji rendering in M41. Unfortunately, * it doesnt work when the font is bolder than 500 weight. So, we * check for bold rendering support to avoid invisible emoji in Chrome. */ context.textBaseline top; context.font 600 32px Arial; var supports {}; tests.forEach( function ( test ) { supports test browserSupportsEmoji( context, test, emojiSetsRenderIdentically ); } ); return supports; } /** * Adds a script to the head of the document. * * @ignore * * @since 4.2.0 * * @param {string} src The url where the script is located. * * @return {void} */ function addScript( src ) { var script document.createElement( script ); script.src src; script.defer true; document.head.appendChild( script ); } settings.supports { everything: true, everythingExceptFlag: true }; // Create a promise for DOMContentLoaded since the worker logic may finish after the event has fired. var domReadyPromise new Promise( function ( resolve ) { document.addEventListener( DOMContentLoaded, resolve, { once: true } ); } ); // Obtain the emoji support from the browser, asynchronously when possible. new Promise( function ( resolve ) { var supportTests getSessionSupportTests(); if ( supportTests ) { resolve( supportTests ); return; } if ( supportsWorkerOffloading() ) { try { // Note that the functions are being passed as arguments due to minification. var workerScript postMessage( + testEmojiSupports.toString() + ( + JSON.stringify( tests ), browserSupportsEmoji.toString(), emojiSetsRenderIdentically.toString() .join( , ) + ));; var blob new Blob( workerScript , { type: text/javascript } ); var worker new Worker( URL.createObjectURL( blob ), { name: wpTestEmojiSupports } ); worker.onmessage function ( event ) { supportTests event.data; setSessionSupportTests( supportTests ); worker.terminate(); resolve( supportTests ); }; return; } catch ( e ) {} } supportTests testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ); setSessionSupportTests( supportTests ); resolve( supportTests ); } ) // Once the browser emoji support has been obtained from the session, finalize the settings. .then( function ( supportTests ) { /* * Tests the browser support for flag emojis and other emojis, and adjusts the * support settings accordingly. */ for ( var test in supportTests ) { settings.supports test supportTests test ; settings.supports.everything settings.supports.everything && settings.supports test ; if ( flag ! test ) { settings.supports.everythingExceptFlag settings.supports.everythingExceptFlag && settings.supports test ; } } settings.supports.everythingExceptFlag settings.supports.everythingExceptFlag && ! settings.supports.flag; // Sets DOMReady to false and assigns a ready function to settings. settings.DOMReady false; settings.readyCallback function () { settings.DOMReady true; }; } ) .then( function () { return domReadyPromise; } ) .then( function () { // When the browser can not render everything we need to load a polyfill. if ( ! settings.supports.everything ) { settings.readyCallback(); var src settings.source || {}; if ( src.concatemoji ) { addScript( src.concatemoji ); } else if ( src.wpemoji && src.twemoji ) { addScript( src.twemoji ); addScript( src.wpemoji ); } } } );} )( window, document, window._wpemojiSettings );/* > *//script>link relstylesheet idSocializeThis-css hrefhttp://joaohenrique.com/site/wp-content/plugins/socialize-this/st.css?ver6.4.5 typetext/css mediaall />style idwp-emoji-styles-inline-css typetext/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 relstylesheet idwp-block-library-css hrefhttp://joaohenrique.com/site/wp-includes/css/dist/block-library/style.css?ver6.4.5 typetext/css mediaall />style idclassic-theme-styles-inline-css typetext/css>/** * These rules are needed for backwards compatibility. * They should match the button element rules in the base theme.json file. */.wp-block-button__link { color: #ffffff; background-color: #32373c; border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */ /* This needs a low specificity so it wont override the rules from the button element if defined in theme.json. */ box-shadow: none; text-decoration: none; /* The extra 2px are added to size solids the same as the outline versions.*/ padding: calc(0.667em + 2px) calc(1.333em + 2px); font-size: 1.125em;}.wp-block-file__button { background: #32373c; color: #ffffff; text-decoration: none;}/style>style idglobal-styles-inline-css typetext/css>body{--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--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-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{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;}.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}/style>link relhttps://api.w.org/ hrefhttp://joaohenrique.com/wp-json/ />link relEditURI typeapplication/rsd+xml titleRSD hrefhttp://joaohenrique.com/site/xmlrpc.php?rsd />link relShortcut Icon typeimage/x-icon hrefhttp://joaohenrique.com/site/favicon.ico />style typetext/css>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}/style>/head>body>div idwrapper-geral>div idheader> div idlogo> a hrefhttp://joaohenrique.com target_self>img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/logomarca.png border0 width474 height128/> /a> /div> div idmenu> div classmenu-principal-container>ul idmenu-principal classmenu>li idmenu-item-36 classmenu-item menu-item-type-custom menu-item-object-custom menu-item-36>a hrefhttp://www.joaohenrique.com>Página Inicial/a>/li>li idmenu-item-150 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-150>a hrefhttp://joaohenrique.com/perfil/>Perfil/a>/li>li idmenu-item-148 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-148>a hrefhttp://joaohenrique.com/trabalhos-publicados/>Trabalhos Publicados/a>/li>li idmenu-item-149 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-149>a hrefhttp://joaohenrique.com/planejamento-estrategico/>Planejamento Estratégico/a>/li>li idmenu-item-146 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-146>a hrefhttp://joaohenrique.com/clientes/>Clientes/a>/li>li idmenu-item-145 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-145>a hrefhttp://joaohenrique.com/links/>Links/a>/li>li idmenu-item-25 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-25>a hrefhttp://joaohenrique.com/contato/>Contato/a>/li>/ul>/div> /div>/div>div idcontent classwrap> div idpagina-inicial> div idlinha1> div classcycle-box> div classmural stylewidth: 937px;> center>a hrefhttp://joaohenrique.com/planejamento-estrategico/>ul classmslideshow> li classimagens> img width391 height204 srchttp://joaohenrique.com/site/wp-content/uploads/2014/11/12.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync fetchpriorityhigh /> /li> li classimagens> img width391 height203 srchttp://joaohenrique.com/site/wp-content/uploads/2014/11/3.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync /> /li> li classimagens> img width391 height205 srchttp://joaohenrique.com/site/wp-content/uploads/2014/11/21.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync /> /li> li classimagens> img width391 height206 srchttp://joaohenrique.com/site/wp-content/uploads/2014/11/42.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync /> /li> li classimagens> img width391 height205 srchttp://joaohenrique.com/site/wp-content/uploads/2014/11/62.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync /> /li> li classimagens> img width391 height204 srchttp://joaohenrique.com/site/wp-content/uploads/2014/11/51.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync /> /li> li classimagens> img width391 height203 srchttp://joaohenrique.com/site/wp-content/uploads/2014/11/72.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync /> /li> /ul>/a>/center> /div> /div> /div> div idlinha2> div idcol1> img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/noticias-gerais.jpg border0 width581 height30 classnoticias-gerais/> ul classlista-noticias> li> div classtitulo> a hrefhttp://joaohenrique.com/noticias/noticia-05/ classlink-azul>h2>Planejamento Estratégico: Uma Ferramenta do Passado ou Necessidade do Presente?/h2>/a> /div> div classcorpo> div classimagem> a hrefhttp://joaohenrique.com/noticias/noticia-05/>img width144 height150 srchttp://joaohenrique.com/site/wp-content/uploads/2013/11/Tempo.jpg classattachment-thumbnail size-thumbnail wp-post-image alt decodingasync />/a> /div> Com o advento da globalização, publicações importantes de todo mundo passaram a tratar o Planejamento Estratégico como modismo do passado e a anunciar o seu fim. Visto com muita euforia ...br/>br/> a hrefhttp://joaohenrique.com/noticias/noticia-05/ stylefont-size:10px !important>+ Ler mais/a> /div> /li> li> div classtitulo> a hrefhttp://joaohenrique.com/noticias/noticia-teste-3/ classlink-azul>h2>João Henrique presta serviço de consultoria em Planejamento Estratégico, usando técnicas de reunião desenvolvidas especificamente para ajudar sua empresa a atingir a excelência/h2>/a> /div> div classcorpo> div classimagem> a hrefhttp://joaohenrique.com/noticias/noticia-teste-3/>/a> /div> Planejar deixou de ser menos racional e parametrizado para ser mais intuitivo e criativo. Assim, a nossa consultoria entra em ação com soluções sob medida para cada cliente “ Sem ...br/>br/> a hrefhttp://joaohenrique.com/noticias/noticia-teste-3/ stylefont-size:10px !important>+ Ler mais/a> /div> /li> li> div classtitulo> a hrefhttp://joaohenrique.com/noticias/noticia-teste-2/ classlink-azul>h2>A Necessidade do Planejamento Para as Organizações./h2>/a> /div> div classcorpo> div classimagem> a hrefhttp://joaohenrique.com/noticias/noticia-teste-2/>img width150 height101 srchttp://joaohenrique.com/site/wp-content/uploads/2013/09/Plan.jpg classattachment-thumbnail size-thumbnail wp-post-image alt decodingasync />/a> /div> As organizações precisam constantemente do planejamento para estabelecerem seus rumos e obterem um nível de otimização em seus resultados. Ele é sempre importante para quem pretende consolidar sua presença no ...br/>br/> a hrefhttp://joaohenrique.com/noticias/noticia-teste-2/ stylefont-size:10px !important>+ Ler mais/a> /div> /li> /ul> div idlinks> img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/admin-visitar-titulo.jpg border0 width581 height39/>br/> div classlogos> a hrefhttp://www.cfa.org.br target_blank>img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/cfa.jpg border0 width223 height111/>/a>br/> a hrefhttp://www.administradores.com.br target_blank>img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/administradores.jpg border0 width239 height70/>/a>br/> a hrefhttp://www.concordiaconsultoria.com.br target_blank>img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/concordia.png border0 width239 height80/>/a>br/> /div> /div> /div> div idcol2> ul> li>img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/audio-mestrado.jpg border0 width250 height47/>br/> span classtexto-preto-titulos>Áudio da avaliação do meu orientador sobre meu desempenho acadêmico/span>object typeapplication/x-shockwave-flash data/site/wp-content/themes/joaoadm/dewplayer-bubble.swf width250 height65 iddewplayer namedewplayer> param namewmode valuetransparent /> param namemovie value/site/wp-content/themes/joaoadm/dewplayer-bubble.swf /> param nameflashvars valuemp3http://joaoadm.com.br/site/wp-content/themes/joaoadm/avaliacao-mestrado.mp3 /> /object> /li> li> img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/video-graduacao.jpg border0 width250 height47/>br/> span classtexto-preto-titulos>Vídeo Orador da turma UNIPE 2003.1. a hrefhttp://joaohenrique.com/site/wp-content/themes/joaoadm/documentos/Orador_turma_unipe2003.1.pdf target_blank>(Baixe o discurso aqui)/a>/span>iframe width250 height230 src//www.youtube.com/embed/2Duirbp9Yk0?themelight&colorwhite&rel0 frameborder0 allowfullscreen>/iframe> /li> li> img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/joaoadm-facebook.jpg border0 width250 height47/> iframe src//www.facebook.com/plugins/likebox.php?hrefhttps%3A%2F%2Fwww.facebook.com%2Fpages%2FJoao-Henrique%2F689938077702139&width250&height258&colorschemelight&show_facestrue&headerfalse&streamfalse&show_borderfalse scrollingno frameborder0 styleborder:none; overflow:hidden; width:250px; height:258px; allowTransparencytrue>/iframe> /li> /ul> /div> /div> /div>/div>/div>!--//#wrapper-geral -->div idfooter> div idbox-dados classwrap> div idsobre> h1 classCufon>Sobre João Henrique/h1>br/> João Henrique nasceu e mora em João Pessoa (PB) é Mestre em Administração pela Universidade Federal da Paraíba (UFPB), Especialista em Administração Hospitalar pelo Instituto de Educação Superior da Paraíba (IESP) e Administrador de Empresas pelo Centro Universitário de João Pessoa (UNIPE). Atua na área de Administração, com Ênfase em Estratégia e em Planejamento Estratégico com trabalhos publicados nas áreas de Estratégia e Recursos Humanos. /div> div idnewsletter> h1 classCufon>Newsletter JoaoADM/h1>br/> span classdescription>Cadastre seu email e receba as novidades sobre João Henrique/span> script>$(.MailPressFormSubmit).attr(value,ok);/script> h3 idtit-redes>João Henrique nas Redes Sociais/h3> div idredes-sociais-links> ul> li>a hrefhttps://www.facebook.com/pages/Joao-Henrique-no-Face/689938077702139 target_blank>img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/facebook.png border0 width32 height32/>/a>/li> li>a hrefhttps://twitter.com/joaohenriquepb target_blank>img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/twitter.png border0 width32 height32/>/a>/li> li>a hrefhttp://br.linkedin.com/pub/joao-henrique/5a/87b/134/ target_blank>img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/linkedin.png border0 width32 height32/>/a>/li> li>a hrefhttp://www.youtube.com/channel/UCSn7tauoJBUNcFwy93Ma5Hw target_blank>img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/youtube.png border0 width32 height32/>/a>/li> li>a hrefhttps://plus.google.com/u/0/103647982274637472796/posts target_blank>img srchttp://joaohenrique.com/site/wp-content/themes/joaoadm/images/googleplus.png border0 width32 height32/>/a>/li> /ul> /div> /div> div idmenu-footer> div classmenu-principal-container>ul idmenu-principal-1 classmenu>li classmenu-item menu-item-type-custom menu-item-object-custom menu-item-36>a hrefhttp://www.joaohenrique.com>Página Inicial/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-150>a hrefhttp://joaohenrique.com/perfil/>Perfil/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-148>a hrefhttp://joaohenrique.com/trabalhos-publicados/>Trabalhos Publicados/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-149>a hrefhttp://joaohenrique.com/planejamento-estrategico/>Planejamento Estratégico/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-146>a hrefhttp://joaohenrique.com/clientes/>Clientes/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-145>a hrefhttp://joaohenrique.com/links/>Links/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-25>a hrefhttp://joaohenrique.com/contato/>Contato/a>/li>/ul>/div> div idcopyright>Produzido por a hrefhttp://www.dellanio.com target_blank stylecolor: #fff>Dellanio Alencar/a> (Desenvolvedor) Kenneth Amaral (Designer) e Márcio Monteiro (Fotógrafo)/div> /div> /div> /div>!--//#footer-->style idcore-block-supports-inline-css typetext/css>/** * Core styles: block-supports *//style>
Port 443
HTTP/1.1 200 OKDate: Tue, 11 Feb 2025 14:27:47 GMTServer: ApacheX-Powered-By: PHP/7.1.33Link: https://joaohenrique.com/wp-json/>; relhttps://api.w.org/Upgrade: h2,h2cConnection: UpgradeVary: Accept-Encoding,User-AgentX-Cache: MISS from joaohenrique.comTransfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>html xmlnshttp://www.w3.org/1999/xhtmllangpt-BR>head profilehttp://gmpg.org/xfn/11>meta http-equivContent-Type contenttext/html; charsetutf-8 />link relshortcut icon typeimage/x-icon href/favicon.ico>title> João Henrique | Administrador de Empresas/title>meta namedescription contentAdministrador de Empresas />link relstylesheet typetext/css hrefhttps://joaohenrique.com/site/wp-content/themes/joaoadm/style.css />link relstylesheet typetext/css hrefhttps://joaohenrique.com/site/wp-content/themes/joaoadm/css/jMenu.jquery.css />link relalternate typeapplication/rss+xml titleJoão Henrique RSS Feed hrefhttp://feeds.feedburner.com/esapb />link relalternate typeapplication/atom+xml titleJoão Henrique Atom Feed hrefhttp://feeds.feedburner.com/esapb />link relshortcut icon hrefhttps://joaohenrique.com/site/wp-content/themes/joaoadm/favicon.ico />link relpingback hrefhttps://joaohenrique.com/site/xmlrpc.php />script typetext/javascript srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/js/scripts.js>/script>script typetext/javascript srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/js/jMenu.jquery.js>/script>script typetext/javascript srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/js/jquery-ui-1.8.15.custom.min.js>/script>script typetext/javascript srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/js/litebox.js>/script> script typetext/javascript srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/js/jquery.cycle.all.min.js>/script>link relstylesheet typetext/css hrefhttps://joaohenrique.com/site/wp-content/themes/joaoadm/css/litebox.css />link relstylesheet typetext/css hrefhttps://joaohenrique.com/site/wp-content/themes/joaoadm/css/ui-lightness/jquery-ui-1.8.15.custom.css /> script typetext/javascript>Cufon.replace(.Cufon); /script>script typetext/javascript>$(document).ready(function() { $(.cycle-box .mslideshow).hover( function() { $(.cycle-box .mslideshow).cycle(pause); $(.cycle-box .info).cycle(pause); }, function() { $(.cycle-box .mslideshow).cycle(resume); $(.cycle-box .info).cycle(resume);} ); $(.cycle-box .mslideshow).each(function(index) { $(this).cycle({ fx: fade, speed: 900, timeout: 7000, pager: #nav-mural, pagerAnchorBuilder: function(i) { if (index 0) // for first slideshow, return a new anchro return a href#>+(i+1)+/a>; // for 2nd slideshow, select the anchor created previously return #nav-mural a:eq(+i+); } }); }); // simple jMenu plugin called $(#menu-principal).jMenu(); // more complex jMenu plugin called $(#menu-principal).jMenu({ ulWidth : auto, absoluteTop: 40, effects : { effectSpeedOpen : 300, effectTypeClose : slide }, animatedText : false }); $(atitle_rowColor2).parent().addClass(rowColor2); $(atitle_rowColor1).parent().addClass(rowColor1);});/script>meta namerobots contentmax-image-preview:large />link relalternate typeapplication/rss+xml titleFeed para João Henrique » hrefhttp://feeds.feedburner.com/esapb />link relalternate typeapplication/rss+xml titleFeed de comentários para João Henrique » hrefhttp://feeds.feedburner.com/esapb />script typetext/javascript>/* !CDATA */window._wpemojiSettings {baseUrl:https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/,ext:.png,svgUrl:https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/,svgExt:.svg,source:{wpemoji:https:\/\/joaohenrique.com\/site\/wp-includes\/js\/wp-emoji.js?ver6.4.5,twemoji:https:\/\/joaohenrique.com\/site\/wp-includes\/js\/twemoji.js?ver6.4.5}};/** * @output wp-includes/js/wp-emoji-loader.js *//** * Emoji Settings as exported in PHP via _print_emoji_detection_script(). * @typedef WPEmojiSettings * @type {object} * @property {?object} source * @property {?string} source.concatemoji * @property {?string} source.twemoji * @property {?string} source.wpemoji * @property {?boolean} DOMReady * @property {?Function} readyCallback *//** * Support tests. * @typedef SupportTests * @type {object} * @property {?boolean} flag * @property {?boolean} emoji *//** * IIFE to detect emoji support and load Twemoji if needed. * * @param {Window} window * @param {Document} document * @param {WPEmojiSettings} settings */( function wpEmojiLoader( window, document, settings ) { if ( typeof Promise undefined ) { return; } var sessionStorageKey wpEmojiSettingsSupports; var tests flag, emoji ; /** * Checks whether the browser supports offloading to a Worker. * * @since 6.3.0 * * @private * * @returns {boolean} */ function supportsWorkerOffloading() { return ( typeof Worker ! undefined && typeof OffscreenCanvas ! undefined && typeof URL ! undefined && URL.createObjectURL && typeof Blob ! undefined ); } /** * @typedef SessionSupportTests * @type {object} * @property {number} timestamp * @property {SupportTests} supportTests */ /** * Get support tests from session. * * @since 6.3.0 * * @private * * @returns {?SupportTests} Support tests, or null if not set or older than 1 week. */ function getSessionSupportTests() { try { /** @type {SessionSupportTests} */ var item JSON.parse( sessionStorage.getItem( sessionStorageKey ) ); if ( typeof item object && typeof item.timestamp number && new Date().valueOf() item.timestamp + 604800 && // Note: Number is a week in seconds. typeof item.supportTests object ) { return item.supportTests; } } catch ( e ) {} return null; } /** * Persist the supports in session storage. * * @since 6.3.0 * * @private * * @param {SupportTests} supportTests Support tests. */ function setSessionSupportTests( supportTests ) { try { /** @type {SessionSupportTests} */ var item { supportTests: supportTests, timestamp: new Date().valueOf() }; sessionStorage.setItem( sessionStorageKey, JSON.stringify( item ) ); } catch ( e ) {} } /** * Checks if two sets of Emoji characters render the same visually. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.9.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} set1 Set of Emoji to test. * @param {string} set2 Set of Emoji to test. * * @return {boolean} True if the two sets render the same. */ function emojiSetsRenderIdentically( context, set1, set2 ) { // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set1, 0, 0 ); var rendered1 new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set2, 0, 0 ); var rendered2 new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); return rendered1.every( function ( rendered2Data, index ) { return rendered2Data rendered2 index ; } ); } /** * Determines if the browser properly renders Emoji that Twemoji can supplement. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.2.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} type Whether to test for support of flag or emoji. * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * * @return {boolean} True if the browser can render emoji, false if it cannot. */ function browserSupportsEmoji( context, type, emojiSetsRenderIdentically ) { var isIdentical; switch ( type ) { case flag: /* * Test for Transgender flag compatibility. Added in Unicode 13. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesnt render it correctly (white flag emoji + transgender symbol). */ isIdentical emojiSetsRenderIdentically( context, \uD83C\uDFF3\uFE0F\u200D\u26A7\uFE0F, // as a zero-width joiner sequence \uD83C\uDFF3\uFE0F\u200B\u26A7\uFE0F // separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for UN flag compatibility. This is the least supported of the letter locale flags, * so gives us an easy test for full support. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesnt render it correctly (U + N). */ isIdentical emojiSetsRenderIdentically( context, \uD83C\uDDFA\uD83C\uDDF3, // as the sequence of two code points \uD83C\uDDFA\u200B\uD83C\uDDF3 // as the two code points separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for English flag compatibility. England is a country in the United Kingdom, it * does not have a two letter locale code but rather a five letter sub-division code. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesnt render it correctly (black flag emoji + G + B + E + N + G). */ isIdentical emojiSetsRenderIdentically( context, // as the flag sequence \uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F, // with each code point separated by a zero-width space \uD83C\uDFF4\u200B\uDB40\uDC67\u200B\uDB40\uDC62\u200B\uDB40\uDC65\u200B\uDB40\uDC6E\u200B\uDB40\uDC67\u200B\uDB40\uDC7F ); return ! isIdentical; case emoji: /* * Why cant we be friends? Everyone can now shake hands in emoji, regardless of skin tone! * * To test for Emoji 14.0 support, try to render a new emoji: Handshake: Light Skin Tone, Dark Skin Tone. * * The Handshake: Light Skin Tone, Dark Skin Tone emoji is a ZWJ sequence combining 🫱 Rightwards Hand, * 🏻 Light Skin Tone, a Zero Width Joiner, 🫲 Leftwards Hand, and 🏿 Dark Skin Tone. * * 0x1FAF1 Rightwards Hand * 0x1F3FB Light Skin Tone * 0x200D Zero-Width Joiner (ZWJ) that links the code points for the new emoji or * 0x200B Zero-Width Space (ZWS) that is rendered for clients not supporting the new emoji. * 0x1FAF2 Leftwards Hand * 0x1F3FF Dark Skin Tone. * * When updating this test for future Emoji releases, ensure that individual emoji that make up the * sequence come from older emoji standards. */ isIdentical emojiSetsRenderIdentically( context, \uD83E\uDEF1\uD83C\uDFFB\u200D\uD83E\uDEF2\uD83C\uDFFF, // as the zero-width joiner sequence \uD83E\uDEF1\uD83C\uDFFB\u200B\uD83E\uDEF2\uD83C\uDFFF // separated by a zero-width space ); return ! isIdentical; } return false; } /** * Checks emoji support tests. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 6.3.0 * * @private * * @param {string} tests Tests. * @param {Function} browserSupportsEmoji Reference to browserSupportsEmoji function, needed due to minification. * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * * @return {SupportTests} Support tests. */ function testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ) { var canvas; if ( typeof WorkerGlobalScope ! undefined && self instanceof WorkerGlobalScope ) { canvas new OffscreenCanvas( 300, 150 ); // Dimensions are default for HTMLCanvasElement. } else { canvas document.createElement( canvas ); } var context canvas.getContext( 2d, { willReadFrequently: true } ); /* * Chrome on OS X added native emoji rendering in M41. Unfortunately, * it doesnt work when the font is bolder than 500 weight. So, we * check for bold rendering support to avoid invisible emoji in Chrome. */ context.textBaseline top; context.font 600 32px Arial; var supports {}; tests.forEach( function ( test ) { supports test browserSupportsEmoji( context, test, emojiSetsRenderIdentically ); } ); return supports; } /** * Adds a script to the head of the document. * * @ignore * * @since 4.2.0 * * @param {string} src The url where the script is located. * * @return {void} */ function addScript( src ) { var script document.createElement( script ); script.src src; script.defer true; document.head.appendChild( script ); } settings.supports { everything: true, everythingExceptFlag: true }; // Create a promise for DOMContentLoaded since the worker logic may finish after the event has fired. var domReadyPromise new Promise( function ( resolve ) { document.addEventListener( DOMContentLoaded, resolve, { once: true } ); } ); // Obtain the emoji support from the browser, asynchronously when possible. new Promise( function ( resolve ) { var supportTests getSessionSupportTests(); if ( supportTests ) { resolve( supportTests ); return; } if ( supportsWorkerOffloading() ) { try { // Note that the functions are being passed as arguments due to minification. var workerScript postMessage( + testEmojiSupports.toString() + ( + JSON.stringify( tests ), browserSupportsEmoji.toString(), emojiSetsRenderIdentically.toString() .join( , ) + ));; var blob new Blob( workerScript , { type: text/javascript } ); var worker new Worker( URL.createObjectURL( blob ), { name: wpTestEmojiSupports } ); worker.onmessage function ( event ) { supportTests event.data; setSessionSupportTests( supportTests ); worker.terminate(); resolve( supportTests ); }; return; } catch ( e ) {} } supportTests testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ); setSessionSupportTests( supportTests ); resolve( supportTests ); } ) // Once the browser emoji support has been obtained from the session, finalize the settings. .then( function ( supportTests ) { /* * Tests the browser support for flag emojis and other emojis, and adjusts the * support settings accordingly. */ for ( var test in supportTests ) { settings.supports test supportTests test ; settings.supports.everything settings.supports.everything && settings.supports test ; if ( flag ! test ) { settings.supports.everythingExceptFlag settings.supports.everythingExceptFlag && settings.supports test ; } } settings.supports.everythingExceptFlag settings.supports.everythingExceptFlag && ! settings.supports.flag; // Sets DOMReady to false and assigns a ready function to settings. settings.DOMReady false; settings.readyCallback function () { settings.DOMReady true; }; } ) .then( function () { return domReadyPromise; } ) .then( function () { // When the browser can not render everything we need to load a polyfill. if ( ! settings.supports.everything ) { settings.readyCallback(); var src settings.source || {}; if ( src.concatemoji ) { addScript( src.concatemoji ); } else if ( src.wpemoji && src.twemoji ) { addScript( src.twemoji ); addScript( src.wpemoji ); } } } );} )( window, document, window._wpemojiSettings );/* > *//script>link relstylesheet idSocializeThis-css hrefhttp://joaohenrique.com/site/wp-content/plugins/socialize-this/st.css?ver6.4.5 typetext/css mediaall />style idwp-emoji-styles-inline-css typetext/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 relstylesheet idwp-block-library-css hrefhttps://joaohenrique.com/site/wp-includes/css/dist/block-library/style.css?ver6.4.5 typetext/css mediaall />style idclassic-theme-styles-inline-css typetext/css>/** * These rules are needed for backwards compatibility. * They should match the button element rules in the base theme.json file. */.wp-block-button__link { color: #ffffff; background-color: #32373c; border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */ /* This needs a low specificity so it wont override the rules from the button element if defined in theme.json. */ box-shadow: none; text-decoration: none; /* The extra 2px are added to size solids the same as the outline versions.*/ padding: calc(0.667em + 2px) calc(1.333em + 2px); font-size: 1.125em;}.wp-block-file__button { background: #32373c; color: #ffffff; text-decoration: none;}/style>style idglobal-styles-inline-css typetext/css>body{--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--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-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{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;}.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}/style>link relhttps://api.w.org/ hrefhttps://joaohenrique.com/wp-json/ />link relEditURI typeapplication/rsd+xml titleRSD hrefhttps://joaohenrique.com/site/xmlrpc.php?rsd />link relShortcut Icon typeimage/x-icon hrefhttps://joaohenrique.com/site/favicon.ico />style typetext/css>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}/style>/head>body>div idwrapper-geral>div idheader> div idlogo> a hrefhttps://joaohenrique.com target_self>img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/logomarca.png border0 width474 height128/> /a> /div> div idmenu> div classmenu-principal-container>ul idmenu-principal classmenu>li idmenu-item-36 classmenu-item menu-item-type-custom menu-item-object-custom menu-item-36>a hrefhttp://www.joaohenrique.com>Página Inicial/a>/li>li idmenu-item-150 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-150>a hrefhttps://joaohenrique.com/perfil/>Perfil/a>/li>li idmenu-item-148 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-148>a hrefhttps://joaohenrique.com/trabalhos-publicados/>Trabalhos Publicados/a>/li>li idmenu-item-149 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-149>a hrefhttps://joaohenrique.com/planejamento-estrategico/>Planejamento Estratégico/a>/li>li idmenu-item-146 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-146>a hrefhttps://joaohenrique.com/clientes/>Clientes/a>/li>li idmenu-item-145 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-145>a hrefhttps://joaohenrique.com/links/>Links/a>/li>li idmenu-item-25 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-25>a hrefhttps://joaohenrique.com/contato/>Contato/a>/li>/ul>/div> /div>/div>div idcontent classwrap> div idpagina-inicial> div idlinha1> div classcycle-box> div classmural stylewidth: 937px;> center>a hrefhttp://joaohenrique.com/planejamento-estrategico/>ul classmslideshow> li classimagens> img width391 height204 srchttps://joaohenrique.com/site/wp-content/uploads/2014/11/12.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync fetchpriorityhigh /> /li> li classimagens> img width391 height203 srchttps://joaohenrique.com/site/wp-content/uploads/2014/11/3.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync /> /li> li classimagens> img width391 height205 srchttps://joaohenrique.com/site/wp-content/uploads/2014/11/21.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync /> /li> li classimagens> img width391 height206 srchttps://joaohenrique.com/site/wp-content/uploads/2014/11/42.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync /> /li> li classimagens> img width391 height205 srchttps://joaohenrique.com/site/wp-content/uploads/2014/11/62.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync /> /li> li classimagens> img width391 height204 srchttps://joaohenrique.com/site/wp-content/uploads/2014/11/51.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync /> /li> li classimagens> img width391 height203 srchttps://joaohenrique.com/site/wp-content/uploads/2014/11/72.jpg classattachment-mural_image size-mural_image wp-post-image alt decodingasync /> /li> /ul>/a>/center> /div> /div> /div> div idlinha2> div idcol1> img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/noticias-gerais.jpg border0 width581 height30 classnoticias-gerais/> ul classlista-noticias> li> div classtitulo> a hrefhttps://joaohenrique.com/noticias/noticia-05/ classlink-azul>h2>Planejamento Estratégico: Uma Ferramenta do Passado ou Necessidade do Presente?/h2>/a> /div> div classcorpo> div classimagem> a hrefhttps://joaohenrique.com/noticias/noticia-05/>img width144 height150 srchttps://joaohenrique.com/site/wp-content/uploads/2013/11/Tempo.jpg classattachment-thumbnail size-thumbnail wp-post-image alt decodingasync />/a> /div> Com o advento da globalização, publicações importantes de todo mundo passaram a tratar o Planejamento Estratégico como modismo do passado e a anunciar o seu fim. Visto com muita euforia ...br/>br/> a hrefhttps://joaohenrique.com/noticias/noticia-05/ stylefont-size:10px !important>+ Ler mais/a> /div> /li> li> div classtitulo> a hrefhttps://joaohenrique.com/noticias/noticia-teste-3/ classlink-azul>h2>João Henrique presta serviço de consultoria em Planejamento Estratégico, usando técnicas de reunião desenvolvidas especificamente para ajudar sua empresa a atingir a excelência/h2>/a> /div> div classcorpo> div classimagem> a hrefhttps://joaohenrique.com/noticias/noticia-teste-3/>/a> /div> Planejar deixou de ser menos racional e parametrizado para ser mais intuitivo e criativo. Assim, a nossa consultoria entra em ação com soluções sob medida para cada cliente “ Sem ...br/>br/> a hrefhttps://joaohenrique.com/noticias/noticia-teste-3/ stylefont-size:10px !important>+ Ler mais/a> /div> /li> li> div classtitulo> a hrefhttps://joaohenrique.com/noticias/noticia-teste-2/ classlink-azul>h2>A Necessidade do Planejamento Para as Organizações./h2>/a> /div> div classcorpo> div classimagem> a hrefhttps://joaohenrique.com/noticias/noticia-teste-2/>img width150 height101 srchttps://joaohenrique.com/site/wp-content/uploads/2013/09/Plan.jpg classattachment-thumbnail size-thumbnail wp-post-image alt decodingasync />/a> /div> As organizações precisam constantemente do planejamento para estabelecerem seus rumos e obterem um nível de otimização em seus resultados. Ele é sempre importante para quem pretende consolidar sua presença no ...br/>br/> a hrefhttps://joaohenrique.com/noticias/noticia-teste-2/ stylefont-size:10px !important>+ Ler mais/a> /div> /li> /ul> div idlinks> img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/admin-visitar-titulo.jpg border0 width581 height39/>br/> div classlogos> a hrefhttp://www.cfa.org.br target_blank>img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/cfa.jpg border0 width223 height111/>/a>br/> a hrefhttp://www.administradores.com.br target_blank>img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/administradores.jpg border0 width239 height70/>/a>br/> a hrefhttp://www.concordiaconsultoria.com.br target_blank>img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/concordia.png border0 width239 height80/>/a>br/> /div> /div> /div> div idcol2> ul> li>img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/audio-mestrado.jpg border0 width250 height47/>br/> span classtexto-preto-titulos>Áudio da avaliação do meu orientador sobre meu desempenho acadêmico/span>object typeapplication/x-shockwave-flash data/site/wp-content/themes/joaoadm/dewplayer-bubble.swf width250 height65 iddewplayer namedewplayer> param namewmode valuetransparent /> param namemovie value/site/wp-content/themes/joaoadm/dewplayer-bubble.swf /> param nameflashvars valuemp3http://joaoadm.com.br/site/wp-content/themes/joaoadm/avaliacao-mestrado.mp3 /> /object> /li> li> img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/video-graduacao.jpg border0 width250 height47/>br/> span classtexto-preto-titulos>Vídeo Orador da turma UNIPE 2003.1. a hrefhttps://joaohenrique.com/site/wp-content/themes/joaoadm/documentos/Orador_turma_unipe2003.1.pdf target_blank>(Baixe o discurso aqui)/a>/span>iframe width250 height230 src//www.youtube.com/embed/2Duirbp9Yk0?themelight&colorwhite&rel0 frameborder0 allowfullscreen>/iframe> /li> li> img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/joaoadm-facebook.jpg border0 width250 height47/> iframe src//www.facebook.com/plugins/likebox.php?hrefhttps%3A%2F%2Fwww.facebook.com%2Fpages%2FJoao-Henrique%2F689938077702139&width250&height258&colorschemelight&show_facestrue&headerfalse&streamfalse&show_borderfalse scrollingno frameborder0 styleborder:none; overflow:hidden; width:250px; height:258px; allowTransparencytrue>/iframe> /li> /ul> /div> /div> /div>/div>/div>!--//#wrapper-geral -->div idfooter> div idbox-dados classwrap> div idsobre> h1 classCufon>Sobre João Henrique/h1>br/> João Henrique nasceu e mora em João Pessoa (PB) é Mestre em Administração pela Universidade Federal da Paraíba (UFPB), Especialista em Administração Hospitalar pelo Instituto de Educação Superior da Paraíba (IESP) e Administrador de Empresas pelo Centro Universitário de João Pessoa (UNIPE). Atua na área de Administração, com Ênfase em Estratégia e em Planejamento Estratégico com trabalhos publicados nas áreas de Estratégia e Recursos Humanos. /div> div idnewsletter> h1 classCufon>Newsletter JoaoADM/h1>br/> span classdescription>Cadastre seu email e receba as novidades sobre João Henrique/span> script>$(.MailPressFormSubmit).attr(value,ok);/script> h3 idtit-redes>João Henrique nas Redes Sociais/h3> div idredes-sociais-links> ul> li>a hrefhttps://www.facebook.com/pages/Joao-Henrique-no-Face/689938077702139 target_blank>img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/facebook.png border0 width32 height32/>/a>/li> li>a hrefhttps://twitter.com/joaohenriquepb target_blank>img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/twitter.png border0 width32 height32/>/a>/li> li>a hrefhttp://br.linkedin.com/pub/joao-henrique/5a/87b/134/ target_blank>img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/linkedin.png border0 width32 height32/>/a>/li> li>a hrefhttp://www.youtube.com/channel/UCSn7tauoJBUNcFwy93Ma5Hw target_blank>img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/youtube.png border0 width32 height32/>/a>/li> li>a hrefhttps://plus.google.com/u/0/103647982274637472796/posts target_blank>img srchttps://joaohenrique.com/site/wp-content/themes/joaoadm/images/googleplus.png border0 width32 height32/>/a>/li> /ul> /div> /div> div idmenu-footer> div classmenu-principal-container>ul idmenu-principal-1 classmenu>li classmenu-item menu-item-type-custom menu-item-object-custom menu-item-36>a hrefhttp://www.joaohenrique.com>Página Inicial/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-150>a hrefhttps://joaohenrique.com/perfil/>Perfil/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-148>a hrefhttps://joaohenrique.com/trabalhos-publicados/>Trabalhos Publicados/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-149>a hrefhttps://joaohenrique.com/planejamento-estrategico/>Planejamento Estratégico/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-146>a hrefhttps://joaohenrique.com/clientes/>Clientes/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-145>a hrefhttps://joaohenrique.com/links/>Links/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-25>a hrefhttps://joaohenrique.com/contato/>Contato/a>/li>/ul>/div> div idcopyright>Produzido por a hrefhttp://www.dellanio.com target_blank stylecolor: #fff>Dellanio Alencar/a> (Desenvolvedor) Kenneth Amaral (Designer) e Márcio Monteiro (Fotógrafo)/div> /div> /div> /div>!--//#footer-->style idcore-block-supports-inline-css typetext/css>/** * Core styles: block-supports *//style>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]