CINXE.COM
Testimonials from UX Academy Alumni | Careers in UX Design
<!doctype html> <html lang="en-GB"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <meta name='robots' content='max-image-preview:large' /> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" data-pagespeed-no-defer> var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; const gtm4wp_use_sku_instead = false; const gtm4wp_currency = 'GBP'; const gtm4wp_product_per_impression = false; const gtm4wp_clear_ecommerce = false; const gtm4wp_scrollerscript_debugmode = false; const gtm4wp_scrollerscript_callbacktime = 100; const gtm4wp_scrollerscript_readerlocation = 150; const gtm4wp_scrollerscript_contentelementid = "content"; const gtm4wp_scrollerscript_scannertime = 60; </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <!-- This site is optimized with the Yoast SEO Premium plugin v15.5 - https://yoast.com/wordpress/plugins/seo/ --> <title>Testimonials from UX Academy Alumni | Careers in UX Design</title> <meta name="description" content="Read student testimonials from our UX Academy Alumni and see how our UX Design Courses improved their skills and ultimately their career." /> <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" /> <link rel="canonical" href="https://myuxacademy.com/student-testimonials-2/" /> <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Testimonials from UX Academy Alumni | Careers in UX Design" /> <meta property="og:description" content="Read student testimonials from our UX Academy Alumni and see how our UX Design Courses improved their skills and ultimately their career." /> <meta property="og:url" content="https://myuxacademy.com/student-testimonials-2/" /> <meta property="article:publisher" content="https://www.facebook.com/myuxacademy/" /> <meta property="article:modified_time" content="2023-09-29T08:39:04+00:00" /> <meta property="og:image" content="https://myuxacademy.com/wp-content/uploads/2021/01/IMG_4103-scaled-e1610108263763.jpg" /> <meta property="og:image:width" content="600" /> <meta property="og:image:height" content="450" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Estimated reading time"> <meta name="twitter:data1" content="16 minutes"> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//js.klarna.com' /> <link rel="alternate" type="application/rss+xml" title=" » Feed" href="https://myuxacademy.com/feed/" /> <link rel="alternate" type="application/rss+xml" title=" » Comments Feed" href="https://myuxacademy.com/comments/feed/" /> <script type="rocketlazyloadscript"> 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":{"concatemoji":"https:\/\/myuxacademy.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.5"}}; /*! 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,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}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> <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> <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> <style id='global-styles-inline-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--font-family--inter: "Inter", sans-serif;--wp--preset--font-family--cardo: Cardo;--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 data-minify="1" rel='stylesheet' id='woocommerce-layout-css' href='https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=1731771066' media='all' /> <link data-minify="1" rel='stylesheet' id='woocommerce-smallscreen-css' href='https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=1731771066' media='only screen and (max-width: 768px)' /> <link data-minify="1" rel='stylesheet' id='woocommerce-general-css' href='https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=1731771066' media='all' /> <style id='woocommerce-inline-inline-css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link data-minify="1" rel='stylesheet' id='custom_splitit_checkout_page_css-css' href='https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/splitit-installment-payments/assets/css/style.css?ver=1731771066' media='all' /> <link rel='stylesheet' id='hello-elementor-css' href='https://myuxacademy.com/wp-content/themes/hello-elementor/style.min.css?ver=3.1.1' media='all' /> <link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://myuxacademy.com/wp-content/themes/hello-elementor/theme.min.css?ver=3.1.1' media='all' /> <link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://myuxacademy.com/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.1.1' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-icons-css' href='https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1731771066' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.24.7' media='all' /> <link data-minify="1" rel='stylesheet' id='swiper-css' href='https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=1731771066' media='all' /> <link rel='stylesheet' id='e-swiper-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='elementor-post-9211-css' href='https://myuxacademy.com/wp-content/uploads/elementor/css/post-9211.css?ver=1730818609' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://myuxacademy.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.20.3' media='all' /> <link data-minify="1" rel='stylesheet' id='font-awesome-5-all-css' href='https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1731771066' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://myuxacademy.com/wp-content/uploads/elementor/css/global.css?ver=1730818610' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='widget-spacer-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='widget-divider-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='widget-star-rating-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/widget-star-rating.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='widget-testimonial-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/widget-testimonial.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='widget-menu-anchor-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='widget-icon-list-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='e-animation-grow-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='elementor-post-22271-css' href='https://myuxacademy.com/wp-content/uploads/elementor/css/post-22271.css?ver=1730819120' media='all' /> <link rel='stylesheet' id='elementor-post-44743-css' href='https://myuxacademy.com/wp-content/uploads/elementor/css/post-44743.css?ver=1730818611' media='all' /> <link rel='stylesheet' id='elementor-post-44720-css' href='https://myuxacademy.com/wp-content/uploads/elementor/css/post-44720.css?ver=1730818611' media='all' /> <link rel='stylesheet' id='elementor-post-34210-css' href='https://myuxacademy.com/wp-content/uploads/elementor/css/post-34210.css?ver=1730818611' media='all' /> <link data-minify="1" rel='stylesheet' id='hello-elementor-child-style-css' href='https://myuxacademy.com/wp-content/cache/min/1/wp-content/themes/hello-theme-child-master/style.css?ver=1731771066' media='all' /> <style id='rocket-lazyload-inline-css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://myuxacademy.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CNunito+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=6.4.5' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1731771066' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=1731771066' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" src="https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/handl-utm-grabber/js/js.cookie.js?ver=1731771066" id="js.cookie-js" defer></script> <script id="handl-utm-grabber-js-extra"> var handl_utm = []; </script> <script type="rocketlazyloadscript" data-minify="1" src="https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/handl-utm-grabber/js/handl-utm-grabber.js?ver=1731771066" id="handl-utm-grabber-js" defer></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.1.2" id="jquery-blockui-js" defer data-wp-strategy="defer"></script> <script id="wc-add-to-cart-js-extra"> var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"https:\/\/myuxacademy.com\/cart\/","is_cart":"","cart_redirect_after_add":"yes"}; </script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.1.2" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.1.2" id="js-cookie-js" defer data-wp-strategy="defer"></script> <script id="woocommerce-js-extra"> var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; </script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.1.2" id="woocommerce-js" defer data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" data-minify="1" src="https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/analytics-talk-content-tracking.js?ver=1731771066" id="gtm4wp-scroll-tracking-js" defer></script> <script id="siwk_script-js-extra"> var siwk_params = {"sign_in_from_popup_url":"\/?wc-ajax=siwk_sign_in_from_popup","sign_in_from_popup_nonce":"4615e19401"}; </script> <script type="rocketlazyloadscript" data-minify="1" src="https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/klarna-payments-for-woocommerce/dependencies/krokedil/sign-in-with-klarna/src/assets/js/siwk.js?ver=1731771066" id="siwk_script-js" defer></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.24.7" id="font-awesome-4-shim-js" defer></script> <link rel="https://api.w.org/" href="https://myuxacademy.com/wp-json/" /><link rel="alternate" type="application/json" href="https://myuxacademy.com/wp-json/wp/v2/pages/22271" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://myuxacademy.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.5" /> <meta name="generator" content="WooCommerce 9.1.2" /> <link rel='shortlink' href='https://myuxacademy.com/?p=22271' /> <link rel="alternate" type="application/json+oembed" href="https://myuxacademy.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fmyuxacademy.com%2Fstudent-testimonials-2%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://myuxacademy.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fmyuxacademy.com%2Fstudent-testimonials-2%2F&format=xml" /> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <!-- GTM Container placement set to footer --> <script data-cfasync="false" data-pagespeed-no-defer type="text/javascript"> var dataLayer_content = {"pageTitle":"Testimonials from UX Academy Alumni | Careers in UX Design","pagePostType":"page","pagePostType2":"single-page","pagePostAuthor":"paulinaAA22","pagePostDate":"14\/10\/2021","pagePostDateYear":2021,"pagePostDateMonth":10,"pagePostDateDay":14,"pagePostDateDayName":"Thursday","pagePostDateHour":15,"pagePostDateMinute":9,"pagePostDateIso":"2021-10-14T15:09:29+00:00","pagePostDateUnix":1634224169}; dataLayer.push( dataLayer_content ); </script> <script type="rocketlazyloadscript" data-cfasync="false"> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5R8MGQ5'); </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Elementor 3.24.7; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <script type="application/ld+json" class="saswp-schema-markup-output"> [{"@context":"https:\/\/schema.org\/","@graph":[{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Free Training","url":"https:\/\/myuxacademy.com\/intro-to-ux-design-webinar\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Free UX\/UI Masterclass","url":"https:\/\/myuxacademy.com\/intro-to-ux-design-webinar\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Advanced UX Masterclass","url":"https:\/\/myuxacademy.com\/intermediate-ux-design-webinar\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Our Courses","url":"https:\/\/myuxacademy.com\/ux-academy-courses\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"UX\/UI Design Course","url":"https:\/\/myuxacademy.com\/beginner-ux-design-course\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Advanced UX Design Course","url":"https:\/\/myuxacademy.com\/intermediate-ux-design-course\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"UX Strategy Course","url":"https:\/\/myuxacademy.com\/ux-strategy-course\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"For Students","url":"https:\/\/myuxacademy.com\/payment-plans\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Payment Plans","url":"https:\/\/myuxacademy.com\/payment-plans\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Lowest Course Price Guarantee","url":"https:\/\/myuxacademy.com\/lowest-price-course-guarantee\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Mentorship","url":"https:\/\/myuxacademy.com\/design-mentorship-program\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Certified UX Design Courses","url":"https:\/\/myuxacademy.com\/certified-ux-design-courses\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"UX Academy Alumni","url":"https:\/\/myuxacademy.com\/ux-academy-alumni\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Student Testimonials","url":"https:\/\/myuxacademy.com\/student-testimonials"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"FAQs","url":"https:\/\/myuxacademy.com\/frequently-asked-questions\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"For Companies","url":"https:\/\/myuxacademy.com\/in-house-ux-training\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"In House Training","url":"https:\/\/myuxacademy.com\/in-house-ux-training\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Design Sprints","url":"https:\/\/myuxacademy.com\/ux-academy-courses\/design-sprints\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"UX Resources","url":"https:\/\/myuxacademy.com\/ux-design-blogs\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"UX Blogs","url":"https:\/\/myuxacademy.com\/ux-design-blogs\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Free UX Guide","url":"https:\/\/myuxacademy.com\/interested-in-becoming-a-ux-designer\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Free UX Potfolio Template","url":"https:\/\/myuxacademy.com\/https-myuxacademy-com-ux-design-portfolio\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"UX Design Books & Podcasts","url":"https:\/\/myuxacademy.com\/ux-design-books-podcasts\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"UX Design Tools","url":"https:\/\/myuxacademy.com\/ux-design-tools\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"About Us","url":"https:\/\/myuxacademy.com\/about-us\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"About UX Academy","url":"https:\/\/myuxacademy.com\/about-us\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Our Trainers","url":"https:\/\/myuxacademy.com\/ux-trainers\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Partnerships","url":"https:\/\/myuxacademy.com\/ux-design-partnerships\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Refer a Friend","url":"https:\/\/myuxacademy.com\/refer-a-friend\/"},{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","@id":"https:\/\/myuxacademy.com#Menu 1","name":"Submit a Project","url":"https:\/\/myuxacademy.com\/submit-a-project\/"}]}, {"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","@id":"https:\/\/myuxacademy.com\/student-testimonials-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https:\/\/myuxacademy.com","name":"UX Academy"}},{"@type":"ListItem","position":2,"item":{"@id":"https:\/\/myuxacademy.com\/student-testimonials-2\/","name":"Testimonials from UX Academy Alumni | Careers in UX Design"}}]}, {"@context":"https:\/\/schema.org\/","@type":"WebPage","@id":"https:\/\/myuxacademy.com\/student-testimonials-2\/#webpage","name":"Testimonials from UX Academy Alumni | Careers in UX Design","url":"https:\/\/myuxacademy.com\/student-testimonials-2\/","lastReviewed":"2023-09-29T08:39:04+00:00","dateCreated":"2021-10-14T15:09:29+00:00","inLanguage":"en-GB","description":"Read student testimonials from our\u00c2\u00a0UX Academy Alumni and see how our UX Design Courses improved their skills and ultimately their career.","keywords":"","mainEntity":{"@type":"","mainEntityOfPage":"https:\/\/myuxacademy.com\/student-testimonials-2\/","headline":"Testimonials from UX Academy Alumni | Careers in UX Design","description":"Read student testimonials from our\u00c2\u00a0UX Academy Alumni and see how our UX Design Courses improved their skills and ultimately their career.","keywords":"","datePublished":"2021-10-14T15:09:29+00:00","dateModified":"2023-09-29T08:39:04+00:00","author":{"@type":"Person","name":"paulinaAA22","url":"https:\/\/myuxacademy.com\/author\/paulinaaa22\/","sameAs":[],"image":{"@type":"ImageObject","url":"https:\/\/secure.gravatar.com\/avatar\/5da58d1594fbce2cfc419cfa4f5b78fe?s=96&d=mm&r=g","height":96,"width":96}},"publisher":{"@type":"Organization","name":"UX Academy","url":"https:\/\/myuxacademy.com"},"image":[{"@type":"ImageObject","@id":"https:\/\/myuxacademy.com\/student-testimonials-2\/#primaryimage","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2021\/01\/IMG_4103-scaled-e1610108263763-1200x900.jpg","width":"1200","height":"900","caption":"students on a whiteboard outlining their project"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2023\/09\/1516443672929.jpeg","width":389,"height":389,"caption":"Petra Guzejova"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2023\/06\/T579GPTHQ-U055QEMPTD3-006e0a9ea930-512.jpeg","width":512,"height":512,"caption":"Nwoga Chukwuemeka Peter"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2023\/06\/cholpon.png","width":233,"height":159,"caption":"Cholpon Sydykova "},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2023\/05\/1670489434494.jpeg","width":800,"height":800,"caption":"James Otemolu"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/09\/kateryna-stepchenko.jpg","width":200,"height":200,"caption":"Kateryna Stepchenko"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2023\/04\/1627664724340.jpeg","width":800,"height":800,"caption":"Katarina Cirjakovic"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2023\/04\/1647554938872.jpeg","width":800,"height":800,"caption":"Hannah Sheyindemi "},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2023\/01\/1671290415306.jpeg","width":800,"height":800,"caption":"Agnes Paragi "},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2022\/08\/1519540779996.jpeg","width":500,"height":500,"caption":"Gai Yamada "},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2022\/08\/Saskia-Rook.jpg","width":300,"height":300,"caption":"Saskia Rook"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2021\/04\/louiselle-morand.jpeg","width":400,"height":400,"caption":"Louiselle Morand Salvo"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2021\/03\/Patrick-Groneman.jpg","width":100,"height":100,"caption":"Patrick Groneman"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2021\/03\/Ben-Dair.jpg","width":100,"height":100,"caption":"Ben Dair"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2021\/03\/Joe-Ransom-e1617107388356.jpg","width":140,"height":140,"caption":"Joe Ransom"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2021\/03\/Alice-Richardson-e1617107379295.jpg","width":140,"height":140,"caption":"Alice Richardson"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2021\/01\/max-dcosta-e1610443521742.jpg","width":104,"height":104,"caption":"Max William D'Costaa"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2021\/01\/Maryam-Karbasi-e1615973260233.jpg","width":200,"height":200,"caption":"Maryam Karbasi"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2021\/01\/guy-beebee-e1610444001873.jpg","width":104,"height":104,"caption":"Guy Beebee"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2021\/03\/1608832409388-e1617106100600.jpg","width":140,"height":140,"caption":"Habiba Afifi"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/12\/thomas-chouvet-e1607590351775.jpg","width":104,"height":104,"caption":"Thomas Chouvet"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/12\/asia-dechnik-e1607519925429.jpg","width":104,"height":104,"caption":"Asia Dechnik"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/11\/alpa-pankhania-e1606223379563.jpg","width":104,"height":104,"caption":"Alpa Pankhania"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/11\/rianne-stratford-e1606223301153.jpg","width":104,"height":104,"caption":"Rianne Stratford"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/10\/circle-cropped-2-e1603864980702.png","width":104,"height":104,"caption":"Mohammad Khan"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/09\/sam-burden.jpg","width":200,"height":200,"caption":"sam burden ux academy testimonial"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/09\/sam-burden.jpg","width":200,"height":200,"caption":"sam burden ux academy testimonial"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/08\/kanisha-mistry-e1603888271968.png","width":104,"height":104,"caption":"Kanisha Mistry"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/10\/circle-cropped-3-1-e1603887766989.png","width":104,"height":104,"caption":"Tirath Gahir"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/08\/STEPHEN-OPEYEMI-OPEMIPO-1-e1603887747917.png","width":104,"height":104,"caption":"Stephen Opeyemi Opemipo"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/08\/circle-cropped-2-e1603887517642.png","width":104,"height":104,"caption":"Dan Perry"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/08\/Katharina-Paul-e1603887553897.png","width":104,"height":104,"caption":"Katharina Paul"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/08\/Adam-Street-e1603887535730.png","width":104,"height":104,"caption":"Adam Street"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/08\/Ute-Mobio-e1603887620952.png","width":104,"height":104,"caption":"Ute Mobio"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/08\/Ian-Roberts-e1603887731527.png","width":104,"height":104,"caption":"Ian Roberts"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/08\/Zarina-Osman-e1603887719375.png","width":104,"height":104,"caption":"Zarina Osman"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/08\/Harry-Llloyd-e1603887606221.png","width":104,"height":104,"caption":"Harry Lloyd"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2021\/01\/Bond-Wong-e1611898902204.jpg","width":99,"height":101,"caption":"Bond Wong"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/03\/Csilla-testi.png","width":104,"height":104,"caption":"Csilla Palinkas"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/03\/max-testi.png","width":104,"height":104,"caption":"Massimiliano Bolondi"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/03\/alessandra-testi.png","width":104,"height":104,"caption":"Alessandra D'innella"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2020\/03\/sarita-testi.png","width":104,"height":104,"caption":"Sarita Florence Lawton"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2019\/10\/Vitor-Kneipp-e1573231076808.png","width":104,"height":104,"caption":"Vitor Kneipp"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2019\/07\/0-e1564560083941.png","width":104,"height":104,"caption":"Aleksandra Dimova"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2019\/06\/200x200emma-e1562145482375.png","width":104,"height":104,"caption":"Emma Goddard"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2019\/06\/jacopo-e1562145420668.png","width":104,"height":104,"caption":"Jacopo Maio"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2019\/06\/Simon-e1562145453831.png","width":104,"height":104,"caption":"Simon Wood"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2019\/06\/200X200ROSE-e1562145366986.png","width":104,"height":104,"caption":"Rose Agnew"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2019\/06\/ramana.png","width":104,"height":104,"caption":"Ramana Jaini"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2019\/05\/SabrinaMorellato104x104.png","width":104,"height":104,"caption":"Sabrina Morellato"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2018\/11\/aliyah-norris-1.png","width":104,"height":104,"caption":"Aliyah Norris"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2018\/11\/jerome-rousselot-1.png","width":104,"height":104,"caption":"Jerome Rousselot"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2018\/11\/madeleine-vironda-1.png","width":104,"height":104,"caption":"Madeleine Vironda"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2018\/09\/matilda-1.png","width":104,"height":104,"caption":"Matilda Woulfe"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2018\/09\/joe-allan-1.png","width":100,"height":100,"caption":"Joe Allan"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2018\/09\/neil-mather-1.png","width":104,"height":104,"caption":"Neil Mather"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2018\/09\/karen-chen-1.png","width":100,"height":100,"caption":"Karen Chen"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2018\/09\/colin-crerar-1.png","width":104,"height":104,"caption":"Colin Crerar"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2018\/09\/amy-jones-1-e1562140548359.png","width":104,"height":104,"caption":"Amy Jones"},{"@type":"ImageObject","url":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2022\/05\/Stevn-Skamarski-GDS.png","width":681,"height":681,"caption":"Steven Skamarski"}]},"reviewedBy":{"@type":"Organization","name":"UX Academy","url":"https:\/\/myuxacademy.com"},"publisher":{"@type":"Organization","name":"UX Academy","url":"https:\/\/myuxacademy.com"}}] </script> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <script type="rocketlazyloadscript" data-minify="1" class="cytrio-script" src="https://myuxacademy.com/wp-content/cache/min/1/cytrio-public/cookiescript/2410/2623/script.js?ver=1731771066" defer></script> <meta name="google-site-verification" content="bg6l-dfiaLTQ7rqFvTtQR-D0GM0P-lMm7fUsU4gXMtU" /><style id='wp-fonts-local'> @font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('https://myuxacademy.com/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:fallback;src:url('https://myuxacademy.com/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');} </style> <link rel="icon" href="https://myuxacademy.com/wp-content/uploads/2020/11/favicon-32x32-1.png" sizes="32x32" /> <link rel="icon" href="https://myuxacademy.com/wp-content/uploads/2020/11/favicon-32x32-1.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://myuxacademy.com/wp-content/uploads/2020/11/favicon-32x32-1.png" /> <meta name="msapplication-TileImage" content="https://myuxacademy.com/wp-content/uploads/2020/11/favicon-32x32-1.png" /> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><style id="wpforms-css-vars-root"> :root { --wpforms-field-border-radius: 3px; --wpforms-field-border-style: solid; --wpforms-field-border-size: 1px; --wpforms-field-background-color: #ffffff; --wpforms-field-border-color: rgba( 0, 0, 0, 0.25 ); --wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 ); --wpforms-field-text-color: rgba( 0, 0, 0, 0.7 ); --wpforms-field-menu-color: #ffffff; --wpforms-label-color: rgba( 0, 0, 0, 0.85 ); --wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 ); --wpforms-label-error-color: #d63637; --wpforms-button-border-radius: 3px; --wpforms-button-border-style: none; --wpforms-button-border-size: 1px; --wpforms-button-background-color: #066aab; --wpforms-button-border-color: #066aab; --wpforms-button-text-color: #ffffff; --wpforms-page-break-color: #066aab; --wpforms-background-image: none; --wpforms-background-position: center center; --wpforms-background-repeat: no-repeat; --wpforms-background-size: cover; --wpforms-background-width: 100px; --wpforms-background-height: 100px; --wpforms-background-color: rgba( 0, 0, 0, 0 ); --wpforms-background-url: none; --wpforms-container-padding: 0px; --wpforms-container-border-style: none; --wpforms-container-border-width: 1px; --wpforms-container-border-color: #000000; --wpforms-container-border-radius: 3px; --wpforms-field-size-input-height: 43px; --wpforms-field-size-input-spacing: 15px; --wpforms-field-size-font-size: 16px; --wpforms-field-size-line-height: 19px; --wpforms-field-size-padding-h: 14px; --wpforms-field-size-checkbox-size: 16px; --wpforms-field-size-sublabel-spacing: 5px; --wpforms-field-size-icon-size: 1; --wpforms-label-size-font-size: 16px; --wpforms-label-size-line-height: 19px; --wpforms-label-size-sublabel-font-size: 14px; --wpforms-label-size-sublabel-line-height: 17px; --wpforms-button-size-font-size: 17px; --wpforms-button-size-height: 41px; --wpforms-button-size-padding-h: 15px; --wpforms-button-size-margin-top: 10px; --wpforms-container-shadow-size-box-shadow: none; } </style></head> <body class="page-template-default page page-id-22271 theme-hello-elementor woocommerce-no-js elementor-default elementor-kit-9211 elementor-page elementor-page-22271"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div data-elementor-type="header" data-elementor-id="44743" class="elementor elementor-44743 elementor-location-header" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-0bc47f8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0bc47f8" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e63ca27" data-id="e63ca27" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a028989 elementor-widget elementor-widget-image" data-id="a028989" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://myuxacademy.com"> <img fetchpriority="high" width="300" height="253" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20253'%3E%3C/svg%3E" class="attachment-medium size-medium wp-image-23256" alt="" data-lazy-srcset="https://myuxacademy.com/wp-content/uploads/2021/02/white-ux-academy-logo1-300x253.jpg 300w, https://myuxacademy.com/wp-content/uploads/2021/02/white-ux-academy-logo1-600x507.jpg 600w, https://myuxacademy.com/wp-content/uploads/2021/02/white-ux-academy-logo1.jpg 670w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2021/02/white-ux-academy-logo1-300x253.jpg" /><noscript><img fetchpriority="high" width="300" height="253" src="https://myuxacademy.com/wp-content/uploads/2021/02/white-ux-academy-logo1-300x253.jpg" class="attachment-medium size-medium wp-image-23256" alt="" srcset="https://myuxacademy.com/wp-content/uploads/2021/02/white-ux-academy-logo1-300x253.jpg 300w, https://myuxacademy.com/wp-content/uploads/2021/02/white-ux-academy-logo1-600x507.jpg 600w, https://myuxacademy.com/wp-content/uploads/2021/02/white-ux-academy-logo1.jpg 670w" sizes="(max-width: 300px) 100vw, 300px" /></noscript> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4a767c1" data-id="4a767c1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-18cee7e elementor-nav-menu__align-end elementor-nav-menu--stretch elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="18cee7e" data-element_type="widget" data-settings="{"full_width":"stretch","submenu_icon":{"value":"<i class=\"fas fa-angle-down\"><\/i>","library":"fa-solid"},"layout":"horizontal","toggle":"burger"}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade"> <ul id="menu-1-18cee7e" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9192"><a href="https://myuxacademy.com/intro-to-ux-design-webinar/" class="elementor-item">Free Training</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29190"><a href="https://myuxacademy.com/intro-to-ux-design-webinar/" class="elementor-sub-item">Free UX/UI Masterclass</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24523"><a href="https://myuxacademy.com/intermediate-ux-design-webinar/" class="elementor-sub-item">Advanced UX Masterclass</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18492"><a href="https://myuxacademy.com/ux-academy-courses/" class="elementor-item">Our Courses</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29177"><a href="https://myuxacademy.com/beginner-ux-design-course/" class="elementor-sub-item">UX/UI Design Course</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29178"><a href="https://myuxacademy.com/intermediate-ux-design-course/" class="elementor-sub-item">Advanced UX Design Course</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29181"><a href="https://myuxacademy.com/ux-strategy-course/" class="elementor-sub-item">UX Strategy Course</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-37622"><a href="https://myuxacademy.com/payment-plans/" class="elementor-item">For Students</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19327"><a href="https://myuxacademy.com/payment-plans/" class="elementor-sub-item">Payment Plans</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-36430"><a href="https://myuxacademy.com/lowest-price-course-guarantee/" class="elementor-sub-item">Lowest Course Price Guarantee</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18505"><a href="https://myuxacademy.com/design-mentorship-program/" class="elementor-sub-item">Mentorship</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29429"><a href="https://myuxacademy.com/certified-ux-design-courses/" class="elementor-sub-item">Certified UX Design Courses</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18613"><a href="https://myuxacademy.com/ux-academy-alumni/" class="elementor-sub-item">UX Academy Alumni</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-23716"><a href="https://myuxacademy.com/student-testimonials" class="elementor-sub-item">Student Testimonials</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18466"><a href="https://myuxacademy.com/frequently-asked-questions/" class="elementor-sub-item">FAQs</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-18400"><a href="https://myuxacademy.com/in-house-ux-training/" class="elementor-item">For Companies</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42157"><a href="https://myuxacademy.com/in-house-ux-training/" class="elementor-sub-item">In House Training</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42155"><a href="https://myuxacademy.com/ux-academy-courses/design-sprints/" class="elementor-sub-item">Design Sprints</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1271"><a href="https://myuxacademy.com/ux-design-blogs/" class="elementor-item">UX Resources</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14551"><a href="https://myuxacademy.com/ux-design-blogs/" class="elementor-sub-item">UX Blogs</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20264"><a href="https://myuxacademy.com/interested-in-becoming-a-ux-designer/" class="elementor-sub-item">Free UX Guide</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27026"><a href="https://myuxacademy.com/https-myuxacademy-com-ux-design-portfolio/" class="elementor-sub-item">Free UX Potfolio Template</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28812"><a href="https://myuxacademy.com/ux-design-books-podcasts/" class="elementor-sub-item">UX Design Books & Podcasts</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28813"><a href="https://myuxacademy.com/ux-design-tools/" class="elementor-sub-item">UX Design Tools</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18493"><a href="https://myuxacademy.com/about-us/" class="elementor-item">About Us</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27151"><a href="https://myuxacademy.com/about-us/" class="elementor-sub-item">About UX Academy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18503"><a href="https://myuxacademy.com/ux-trainers/" class="elementor-sub-item">Our Trainers</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18469"><a href="https://myuxacademy.com/ux-design-partnerships/" class="elementor-sub-item">Partnerships</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-23197"><a href="https://myuxacademy.com/refer-a-friend/" class="elementor-sub-item">Refer a Friend</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33079"><a href="https://myuxacademy.com/submit-a-project/" class="elementor-sub-item">Submit a Project</a></li> </ul> </li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-18cee7e" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9192"><a href="https://myuxacademy.com/intro-to-ux-design-webinar/" class="elementor-item" tabindex="-1">Free Training</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29190"><a href="https://myuxacademy.com/intro-to-ux-design-webinar/" class="elementor-sub-item" tabindex="-1">Free UX/UI Masterclass</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24523"><a href="https://myuxacademy.com/intermediate-ux-design-webinar/" class="elementor-sub-item" tabindex="-1">Advanced UX Masterclass</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18492"><a href="https://myuxacademy.com/ux-academy-courses/" class="elementor-item" tabindex="-1">Our Courses</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29177"><a href="https://myuxacademy.com/beginner-ux-design-course/" class="elementor-sub-item" tabindex="-1">UX/UI Design Course</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29178"><a href="https://myuxacademy.com/intermediate-ux-design-course/" class="elementor-sub-item" tabindex="-1">Advanced UX Design Course</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29181"><a href="https://myuxacademy.com/ux-strategy-course/" class="elementor-sub-item" tabindex="-1">UX Strategy Course</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-37622"><a href="https://myuxacademy.com/payment-plans/" class="elementor-item" tabindex="-1">For Students</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19327"><a href="https://myuxacademy.com/payment-plans/" class="elementor-sub-item" tabindex="-1">Payment Plans</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-36430"><a href="https://myuxacademy.com/lowest-price-course-guarantee/" class="elementor-sub-item" tabindex="-1">Lowest Course Price Guarantee</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18505"><a href="https://myuxacademy.com/design-mentorship-program/" class="elementor-sub-item" tabindex="-1">Mentorship</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29429"><a href="https://myuxacademy.com/certified-ux-design-courses/" class="elementor-sub-item" tabindex="-1">Certified UX Design Courses</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18613"><a href="https://myuxacademy.com/ux-academy-alumni/" class="elementor-sub-item" tabindex="-1">UX Academy Alumni</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-23716"><a href="https://myuxacademy.com/student-testimonials" class="elementor-sub-item" tabindex="-1">Student Testimonials</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18466"><a href="https://myuxacademy.com/frequently-asked-questions/" class="elementor-sub-item" tabindex="-1">FAQs</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-18400"><a href="https://myuxacademy.com/in-house-ux-training/" class="elementor-item" tabindex="-1">For Companies</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42157"><a href="https://myuxacademy.com/in-house-ux-training/" class="elementor-sub-item" tabindex="-1">In House Training</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42155"><a href="https://myuxacademy.com/ux-academy-courses/design-sprints/" class="elementor-sub-item" tabindex="-1">Design Sprints</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1271"><a href="https://myuxacademy.com/ux-design-blogs/" class="elementor-item" tabindex="-1">UX Resources</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14551"><a href="https://myuxacademy.com/ux-design-blogs/" class="elementor-sub-item" tabindex="-1">UX Blogs</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20264"><a href="https://myuxacademy.com/interested-in-becoming-a-ux-designer/" class="elementor-sub-item" tabindex="-1">Free UX Guide</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27026"><a href="https://myuxacademy.com/https-myuxacademy-com-ux-design-portfolio/" class="elementor-sub-item" tabindex="-1">Free UX Potfolio Template</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28812"><a href="https://myuxacademy.com/ux-design-books-podcasts/" class="elementor-sub-item" tabindex="-1">UX Design Books & Podcasts</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28813"><a href="https://myuxacademy.com/ux-design-tools/" class="elementor-sub-item" tabindex="-1">UX Design Tools</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18493"><a href="https://myuxacademy.com/about-us/" class="elementor-item" tabindex="-1">About Us</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27151"><a href="https://myuxacademy.com/about-us/" class="elementor-sub-item" tabindex="-1">About UX Academy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18503"><a href="https://myuxacademy.com/ux-trainers/" class="elementor-sub-item" tabindex="-1">Our Trainers</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18469"><a href="https://myuxacademy.com/ux-design-partnerships/" class="elementor-sub-item" tabindex="-1">Partnerships</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-23197"><a href="https://myuxacademy.com/refer-a-friend/" class="elementor-sub-item" tabindex="-1">Refer a Friend</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33079"><a href="https://myuxacademy.com/submit-a-project/" class="elementor-sub-item" tabindex="-1">Submit a Project</a></li> </ul> </li> </ul> </nav> </div> </div> </div> </div> </div> </section> </div> <main id="content" class="site-main post-22271 page type-page status-publish has-post-thumbnail hentry"> <div class="page-content"> <div data-elementor-type="wp-page" data-elementor-id="22271" class="elementor elementor-22271" data-elementor-post-type="page"> <section class="elementor-section elementor-top-section elementor-element elementor-element-6739180 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6739180" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-edadc5b" data-id="edadc5b" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-4d24056 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4d24056" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-749c872" data-id="749c872" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-08db29a elementor-widget elementor-widget-heading" data-id="08db29a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Student Testimonials</h1> </div> </div> <div class="elementor-element elementor-element-e2c12f3 elementor-hidden-phone elementor-widget elementor-widget-spacer" data-id="e2c12f3" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-cfdbb24 elementor-widget elementor-widget-text-editor" data-id="cfdbb24" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-weight: 400;">In the many years that UX Academy </span><span style="font-weight: 400;">has provided affordable and quality <a href="https://myuxacademy.com/ux-academy-courses/">UX/UI Desig</a></span><span style="font-weight: 400;"><a href="https://myuxacademy.com/ux-academy-courses/">n </a>Courses live, online, and also in-person in London. We have also produced many </span><span style="font-weight: 400;">successful alums who have gone on to further their careers in UX Design. Read student testimonials from our <a href="https://myuxacademy.com/ux-academy-alumni/">UX Academy Alumni</a> as they share their experience and how our courses improved their skills and, ultimately, their career.</span></p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-6537fdc elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6537fdc" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2788937" data-id="2788937" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-514e7c0 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="514e7c0" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-b09c2fd elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b09c2fd" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a6cccb7" data-id="a6cccb7" data-element_type="column" data-settings="{"background_background":"classic"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5800f69 elementor-widget elementor-widget-heading" data-id="5800f69" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Google</h2> </div> </div> <div class="elementor-element elementor-element-dc937c4 elementor-widget elementor-widget-heading" data-id="dc937c4" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">4.8</h2> </div> </div> <div class="elementor-element elementor-element-3f37297 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-widget elementor-widget-star-rating" data-id="3f37297" data-element_type="widget" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="4.8/5" ><i class="elementor-star-full">★</i><i class="elementor-star-full">★</i><i class="elementor-star-full">★</i><i class="elementor-star-full">★</i><i class="elementor-star-8">★</i> <span class="elementor-screen-only">4.8/5</span></div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4013e54" data-id="4013e54" data-element_type="column" data-settings="{"background_background":"classic"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-857bc3f elementor-widget elementor-widget-heading" data-id="857bc3f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Facebook</h2> </div> </div> <div class="elementor-element elementor-element-cb04441 elementor-widget elementor-widget-heading" data-id="cb04441" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">5.0</h2> </div> </div> <div class="elementor-element elementor-element-eda1e14 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-widget elementor-widget-star-rating" data-id="eda1e14" data-element_type="widget" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5/5" ><i class="elementor-star-full">★</i><i class="elementor-star-full">★</i><i class="elementor-star-full">★</i><i class="elementor-star-full">★</i><i class="elementor-star-full">★</i> <span class="elementor-screen-only">5/5</span></div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bd16873" data-id="bd16873" data-element_type="column" data-settings="{"background_background":"classic"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f5686f4 elementor-widget elementor-widget-heading" data-id="f5686f4" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Trustpilot</h2> </div> </div> <div class="elementor-element elementor-element-7a2c4e6 elementor-widget elementor-widget-heading" data-id="7a2c4e6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">4.7 </h2> </div> </div> <div class="elementor-element elementor-element-fe5fa8e elementor--star-style-star_unicode elementor-star-rating--align-center elementor-widget elementor-widget-star-rating" data-id="fe5fa8e" data-element_type="widget" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="4.7/5" ><i class="elementor-star-full">★</i><i class="elementor-star-full">★</i><i class="elementor-star-full">★</i><i class="elementor-star-full">★</i><i class="elementor-star-7">★</i> <span class="elementor-screen-only">4.7/5</span></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5f87fba elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5f87fba" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1b54b33" data-id="1b54b33" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-02d65f6 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="02d65f6" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-38dbf97 elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="38dbf97" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2de8ab4" data-id="2de8ab4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9ab2031 elementor-widget elementor-widget-spacer" data-id="9ab2031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-a16f3c2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a16f3c2" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-500b6db" data-id="500b6db" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4295801 elementor-hidden-mobile elementor-widget elementor-widget-spacer" data-id="4295801" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-11d59f1 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="11d59f1" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cc6cef7" data-id="cc6cef7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ba6366c elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="ba6366c" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I was deciding between around 12 UX courses and am so happy I went with the UX Design Course for Beginners from UX Academy. The deciding factor for me was the length of the course and it's price and access to the mentors. The teachers are very knowledgeable and approachable and happy to answer any questions. The course is very interactive and hands on so you'll be learning whilst working on a real project. The biggest value for me was access to the mentors willing to answer any questions we might had. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="389" height="389" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20389%20389'%3E%3C/svg%3E" alt="Petra" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2023/09/1516443672929.jpeg"><noscript><img width="389" height="389" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2023/09/1516443672929.jpeg" alt="Petra"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Petra Guzejova</span><span class="elementor-testimonial__title">Brand Manager & Senior Graphic Designer<br>Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0c6db6f" data-id="0c6db6f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b12b0e0 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="b12b0e0" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The course to me was like “connecting dots” based on my work experiences so far. In other words, the course clarifies a lot and though a few years ago I believed UX design wasn’t my thing, now I feel this very suits my personality and interests. </div> </div> <div class="elementor-testimonial__footer"> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Hazuki Okemoto</span><span class="elementor-testimonial__title">Marketing Specialist<br>Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-44c12dd elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="44c12dd" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a361839" data-id="a361839" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-041913c elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="041913c" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The UX Academy course was very helpful in building a design mindset, it clearly pointed out the paths of a designer to me as an individual, and it also gave me the design skills and the privilege to practice and build on these skills. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="512" height="512" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" alt="Nwoga Chukwuemeka Peter" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2023/06/T579GPTHQ-U055QEMPTD3-006e0a9ea930-512.jpeg"><noscript><img width="512" height="512" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2023/06/T579GPTHQ-U055QEMPTD3-006e0a9ea930-512.jpeg" alt="Nwoga Chukwuemeka Peter"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Nwoga Chukwuemeka Peter</span><span class="elementor-testimonial__title">Business Innovator <br>Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-727031a" data-id="727031a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-790e721 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="790e721" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I am happy to be part of this Course which was organised by UX Academy. I took Beginner UX Design course with UX Academy. I really enjoyed the course and the staff are very competent and they were in connection with the sudents all the time. Very well orginised , I like Natalia's way of teaching she was very experienced and also Stratis . Our mentor Goncalo he was amazing! And the main person who was orginising all the sessions and reminding of all coming events KAT she is just AMAZING! So,definately recommend this course to start your carrer in UX Design ! </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="233" height="159" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20233%20159'%3E%3C/svg%3E" alt="Cholpon Sydykova " data-lazy-src="https://myuxacademy.com/wp-content/uploads/2023/06/cholpon.png"><noscript><img width="233" height="159" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2023/06/cholpon.png" alt="Cholpon Sydykova "></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Cholpon Sydykova </span><span class="elementor-testimonial__title">Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-4d385fb elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="4d385fb" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a105a5d" data-id="a105a5d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-51bbd57 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="51bbd57" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> My learning experience in UX Academy was fantastic! It was very practical, and I liked that we were also thought collaboration through the team project assigned. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="800" height="800" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" alt="James " data-lazy-src="https://myuxacademy.com/wp-content/uploads/2023/05/1670489434494.jpeg"><noscript><img width="800" height="800" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2023/05/1670489434494.jpeg" alt="James "></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">James Otemolu</span><span class="elementor-testimonial__title">Product Designer <br>Intermediate UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f16b820" data-id="f16b820" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6b62ef9 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="6b62ef9" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> It was intensive and productive course, lots of materials and awesome team B 🙂 I like all of this and I feel as well invested time in the necessary knowledge. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="200" height="200" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3E%3C/svg%3E" alt="kateryna stepchenko UX Academy Alumni" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/09/kateryna-stepchenko.jpg"><noscript><img width="200" height="200" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/09/kateryna-stepchenko.jpg" alt="kateryna stepchenko UX Academy Alumni"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Kateryna Stepchenko</span><span class="elementor-testimonial__title">Senior Graphic Designer<br> Product Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-c6c1144 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="c6c1144" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ed02617" data-id="ed02617" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b728833 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="b728833" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The course was very detailed and organized. I was really pleased with the quality of the course, as well as the administration. Pace - excellent, content - superb, good use of theory and very hands-on! The skills from this course will be really invaluable when as I start my UX design career. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="800" height="800" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" alt="katarina" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2023/04/1627664724340.jpeg"><noscript><img width="800" height="800" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2023/04/1627664724340.jpeg" alt="katarina"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Katarina Cirjakovic</span><span class="elementor-testimonial__title"> Operations Manager<br>Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-689e726" data-id="689e726" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6de6296 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="6de6296" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The UX design course was an excellent investment in my development. I gained a greater understanding of user-centered design principles and also practical experience in creating effective digital experiences. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="800" height="800" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" alt="hannah" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2023/04/1647554938872.jpeg"><noscript><img width="800" height="800" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2023/04/1647554938872.jpeg" alt="hannah"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Hannah Sheyindemi </span><span class="elementor-testimonial__title">Internal Comms<br>Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-ac23c22 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="ac23c22" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1ae9f8e" data-id="1ae9f8e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-edc142b elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="edc142b" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I feel like I have been thought about the basics of UX well enough by the teachers. It was interesting and engaging. The real life project was interesting and it was great to see how an ux project design works within a team. Ux Academy made me fell in love with the design world, thank you! </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="800" height="800" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" alt="Agnes UX Academy testimonial " data-lazy-src="https://myuxacademy.com/wp-content/uploads/2023/01/1671290415306.jpeg"><noscript><img width="800" height="800" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2023/01/1671290415306.jpeg" alt="Agnes UX Academy testimonial "></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Agnes Paragi </span><span class="elementor-testimonial__title"> Student<br>Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cf70c87" data-id="cf70c87" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-88dfc35 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="88dfc35" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> Thorough research of UX course offerings led me to believe the UX Academy was by far the best opportunity. Having completed the Beginner UX Design course, that belief is not only validated but even stronger. The material and pacing are just right, and the course instructors are not only experts in the field but kind and gracious leaders. It's hard to believe I went from slightly knowledgeable to feeling confident and experienced in just eight weeks! </div> </div> <div class="elementor-testimonial__footer"> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Matt Stevens</span><span class="elementor-testimonial__title">Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-e3e92c5 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="e3e92c5" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-67e5740" data-id="67e5740" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b89f467 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="b89f467" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> Not only I learned a lot but also I had fun. Thank you very much for such a time!! </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="500" height="500" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20500'%3E%3C/svg%3E" alt="Gai ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2022/08/1519540779996.jpeg"><noscript><img width="500" height="500" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2022/08/1519540779996.jpeg" alt="Gai ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Gai Yamada </span><span class="elementor-testimonial__title">IT Requirements Manager at Volkswagen Group IT Services GmbH<br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c7ec123" data-id="c7ec123" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-47774a7 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="47774a7" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> Coming to the course as a graphic designer, this was a great introduction to the world of UX and made it feel much more accessible as a viable career change option! The tutors are a wealth of knowledge and really supportive. I learned which areas of UX design I would be interested to work in/learn more about, and the different facets of work that might be involved day-to-day as a UX designer. It was also really rewarding working on the client brief and being able to deliver and validate our ideas to the client and for them to be really engaged and excited by what we'd done. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="300" height="300" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" alt="Saskia Rook ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2022/08/Saskia-Rook.jpg"><noscript><img width="300" height="300" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2022/08/Saskia-Rook.jpg" alt="Saskia Rook ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Saskia Rook</span><span class="elementor-testimonial__title">Designer <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-e572a02 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="e572a02" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-437526c" data-id="437526c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-dbc646f elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="dbc646f" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> Thanks to a small class and to our instructor who adapted his course to fit our needs and seniority level, I learned about new tools and frameworks that I'm going to apply right away. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="400" height="400" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20400'%3E%3C/svg%3E" alt="Louiselle Morand ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2021/04/louiselle-morand.jpeg"><noscript><img width="400" height="400" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2021/04/louiselle-morand.jpeg" alt="Louiselle Morand ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Louiselle Morand Salvo</span><span class="elementor-testimonial__title">UX Designer & Researcher at IMD Business School <br> UX Strategy Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-faeda4c" data-id="faeda4c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-60fef88 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="60fef88" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> UX Academy was a great upskilling experiencing for me. The staff and instructors are all super pros, and getting to dive right into client work was perfect for a learn-by-doing student like myself. Highly recommended! </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="100" height="100" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3C/svg%3E" alt="Patrick Groneman ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2021/03/Patrick-Groneman.jpg"><noscript><img width="100" height="100" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2021/03/Patrick-Groneman.jpg" alt="Patrick Groneman ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Patrick Groneman</span><span class="elementor-testimonial__title">Designer <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-d8d18b1 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="d8d18b1" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-daba891" data-id="daba891" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-225c684 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="225c684" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The UX Beginner course is a great introduction to the latest on UX design approaches and methods that are immediately applied to a real client based project within the course. I feel having gone through the experience I am more confident in working with UX teams and communicating ideas within distributed group. We used Figma and Miro for the first time and these were fundamental tools during the project - I loved the learning process that was integrated with a live project and great value for money. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="100" height="100" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3C/svg%3E" alt="Ben Dair ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2021/03/Ben-Dair.jpg"><noscript><img width="100" height="100" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2021/03/Ben-Dair.jpg" alt="Ben Dair ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Ben Dair</span><span class="elementor-testimonial__title">Business, Product Management & UX Consultant <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-272c23b" data-id="272c23b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1190602 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="1190602" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I learnt a lot on this course, how to structure ones work properly as a UX designer, how to work within a team effectively, learnt how to use different software such as Miro for collaboration and Figma for prototyping and was provided a plethora of reading materials to further advance my knowledge. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="140" height="140" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20140%20140'%3E%3C/svg%3E" alt="Joe Random ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2021/03/Joe-Ransom-e1617107388356.jpg"><noscript><img width="140" height="140" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2021/03/Joe-Ransom-e1617107388356.jpg" alt="Joe Random ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Joe Ransom</span><span class="elementor-testimonial__title">UX/UI Intern <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-8c999d0 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="8c999d0" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8d7f9b2" data-id="8d7f9b2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-35f9c89 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="35f9c89" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> UX Academy were able to provide me with the knowledge and skills to move forward with UX design in the confidence that I know how to work/develop as a designer. </div> </div> <div class="elementor-testimonial__footer"> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Sam Allen</span><span class="elementor-testimonial__title">Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b9baae4" data-id="b9baae4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-bbc7e62 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="bbc7e62" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> This course was brilliant - I learnt so much and really enjoyed working in a team with other beginner UX Designers. Can't recommend this course enough for investing in your own development! </div> </div> <div class="elementor-testimonial__footer"> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Annabel Laura Harper</span><span class="elementor-testimonial__title">Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-0c6fedc elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="0c6fedc" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-72d3b98" data-id="72d3b98" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0f73c4e elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="0f73c4e" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I have just completed the intro to UX course with UX Academy, and it was one of the best decisions I have ever made! I feel ready to go out into the world and get a job, doing a real life project alongside the lectures was really great (being taught how to do an exercise and then actually doing it) and a really good way to learn. The introduction to all the softwares was perfect, giving a good taster with enough time to learn the fine details outside of the class! All the staff I have been in contact with have been really helpful and so awesome. I recommend this course very highly, if you are thinking about doing UX design this is the course for you! </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="140" height="140" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20140%20140'%3E%3C/svg%3E" alt="Alice Richardson ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2021/03/Alice-Richardson-e1617107379295.jpg"><noscript><img width="140" height="140" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2021/03/Alice-Richardson-e1617107379295.jpg" alt="Alice Richardson ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Alice Richardson</span><span class="elementor-testimonial__title">UX/UI Intern <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-64e632f" data-id="64e632f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9d59ac3 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="9d59ac3" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The 6 week VUI course is an opportunity to understand the nuances of voice based interactions whose time has come. I am glad i got to learn about voice user interface design from some of the industry’s best professionals like Ben Sauer and Stratis Valachis. We even had our work reviewed by Goncalo Andrade another trainer and expert in this field. I was the only student from India in this November 2020 batch, but loved the mix of participants from across the globe. They brought in amazing ideas which makes me dive deeper into this field now. All in all, an amazing learning experience at UX Academy and I strongly recommend it to all who want to add value to their careers and create something meaningful in this space. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Max William D'Costaa" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2021/01/max-dcosta-e1610443521742.jpg"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2021/01/max-dcosta-e1610443521742.jpg" alt="Max William D'Costaa"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Max William D'Costaa</span><span class="elementor-testimonial__title">Director <br> Voice Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-5dd651d elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="5dd651d" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fdf9eb3" data-id="fdf9eb3" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-58a533f elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="58a533f" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> This course covers everything you need to know to start VUI design. Great and experienced instructors, real projects and a lot more... Highly recommended! </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="200" height="200" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3E%3C/svg%3E" alt="Maryam Karbasi ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2021/01/Maryam-Karbasi-e1615973260233.jpg"><noscript><img width="200" height="200" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2021/01/Maryam-Karbasi-e1615973260233.jpg" alt="Maryam Karbasi ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Maryam Karbasi</span><span class="elementor-testimonial__title">User Experience Design Manager <br> Voice Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5ab687f" data-id="5ab687f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-993ff53 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="993ff53" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> Led by industry experts the course gave an incredibly insightful look into the world of UX design and design thinking. The course is well laid out which gives students real experience by working with real clients, and teaching UX disciplines. On top of that, the tutors and mentors are extremely friendly and are always willing to help </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="guy beebee ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2021/01/guy-beebee-e1610444001873.jpg"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2021/01/guy-beebee-e1610444001873.jpg" alt="guy beebee ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Guy Beebee</span><span class="elementor-testimonial__title">Designer <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-700c720 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="700c720" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ac57c9a" data-id="ac57c9a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-942d3e6 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="942d3e6" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> Very informative beginner class. Sparked my interest! </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="140" height="140" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20140%20140'%3E%3C/svg%3E" alt="Habiba ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2021/03/1608832409388-e1617106100600.jpg"><noscript><img width="140" height="140" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2021/03/1608832409388-e1617106100600.jpg" alt="Habiba ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Habiba Afifi</span><span class="elementor-testimonial__title">UI Designer <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f28f77e" data-id="f28f77e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4baa626 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="4baa626" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The program is well suited for beginners and to handle basic projects in a linear way. The teachers are good and clear and available to provide feedback on our work, it really feels we’re in a team and they want us to progress. I’m very satisfied and feel like I could start to work as a beginner in UX design tomorrow. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="thomas chouvet ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/12/thomas-chouvet-e1607590351775.jpg"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/12/thomas-chouvet-e1607590351775.jpg" alt="thomas chouvet ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Thomas Chouvet</span><span class="elementor-testimonial__title">Student <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1ebe2e2 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="1ebe2e2" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c349014" data-id="c349014" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4909605 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="4909605" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> Whole team of UX Academy was supportive along the whole course. Quickly reacting, offering information and help. I am really impressed by the level of competence presented by the teacher. And of course what cannot be overestimated, providing contact with real clients and engaging students in developing real products, this is a very important and valuable factor of this curse. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Asia Dechnik" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/12/asia-dechnik-e1607519925429.jpg"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/12/asia-dechnik-e1607519925429.jpg" alt="Asia Dechnik"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Asia Dechnik</span><span class="elementor-testimonial__title">Visual Designer <br> Product Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a614a7b" data-id="a614a7b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1be3e4b elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="1be3e4b" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The course was very engaging and I enjoyed learning about Product Design. I already had pass knowledge about UX but this course helped plug in the gaps and help me become a stronger UX/ product designer. The teachers were very good at explaining all the different elements and stages and were very approachable. It’s a great course. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Alpa Pankhania" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/11/alpa-pankhania-e1606223379563.jpg"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/11/alpa-pankhania-e1606223379563.jpg" alt="Alpa Pankhania"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Alpa Pankhania</span><span class="elementor-testimonial__title">UX Manager <br> Product Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-622ee47 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="622ee47" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-17ffb8c" data-id="17ffb8c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6a18f93 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="6a18f93" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> This course is extremely informative and really helped prepare me with real life experience in designing a product for a client. The teachers are very knowledgeable and tailor the course to fit all levels of experience. I recommend it to anyone who is looking to help you take the next steps into bettering your career path. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Rianne Stratford" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/11/rianne-stratford-e1606223301153.jpg"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/11/rianne-stratford-e1606223301153.jpg" alt="Rianne Stratford"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Rianne Stratford</span><span class="elementor-testimonial__title">Marketing Assistant <br> Product Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-12a6620" data-id="12a6620" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ff12cf3 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="ff12cf3" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> An end to end process. UX Academy provides a holistic view into the world of UX, from research to synthesis, from wireframing to prototyping and then testing in an interative process. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="mohammad khan ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/10/circle-cropped-2-e1603864980702.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/10/circle-cropped-2-e1603864980702.png" alt="mohammad khan ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Mohammad Khan</span><span class="elementor-testimonial__title">Digital Consultant (UX) <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-c4c57a2 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="c4c57a2" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a7abe9f" data-id="a7abe9f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a1640d1 elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="a1640d1" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" width="200" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3E%3C/svg%3E" class="attachment-large size-large wp-image-9290" alt="sam burden ux academy testimonial" data-lazy-srcset="https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden.jpg 200w, https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden-100x100.jpg 100w, https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden-150x150.jpg 150w" data-lazy-sizes="(max-width: 200px) 100vw, 200px" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden.jpg" /><noscript><img decoding="async" width="200" height="200" src="https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden.jpg" class="attachment-large size-large wp-image-9290" alt="sam burden ux academy testimonial" srcset="https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden.jpg 200w, https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden-100x100.jpg 100w, https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden-150x150.jpg 150w" sizes="(max-width: 200px) 100vw, 200px" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-66 elementor-inner-column elementor-element elementor-element-5443142" data-id="5443142" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-888910f elementor-widget elementor-widget-heading" data-id="888910f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">The course has been absolutely fantastic. The teachers have been brilliant and very attentive with concerns within the course and project. Definitely recommend this course for obtaining real life experience and developing a grounding in UX.</h2> </div> </div> <div class="elementor-element elementor-element-ab34da6 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-testimonial" data-id="ab34da6" data-element_type="widget" data-widget_type="testimonial.default"> <div class="elementor-widget-container"> <div class="elementor-testimonial-wrapper"> <div class="elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside"> <div class="elementor-testimonial-meta-inner"> <div class="elementor-testimonial-image"> <img decoding="async" width="200" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3E%3C/svg%3E" class="attachment-full size-full wp-image-9290" alt="sam burden ux academy testimonial" data-lazy-srcset="https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden.jpg 200w, https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden-100x100.jpg 100w, https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden-150x150.jpg 150w" data-lazy-sizes="(max-width: 200px) 100vw, 200px" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden.jpg" /><noscript><img decoding="async" width="200" height="200" src="https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden.jpg" class="attachment-full size-full wp-image-9290" alt="sam burden ux academy testimonial" srcset="https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden.jpg 200w, https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden-100x100.jpg 100w, https://myuxacademy.com/wp-content/uploads/2020/09/sam-burden-150x150.jpg 150w" sizes="(max-width: 200px) 100vw, 200px" /></noscript> </div> <div class="elementor-testimonial-details"> <div class="elementor-testimonial-name"><p style="color: rgb(125, 125, 125); font-size: 17px; white-space: normal;"><strong>Samantha Burden</strong><br></p><span style="color: rgb(125, 125, 125); font-size: 17px; white-space: normal;">Market Research and Product Development Specialist <br> Beginner UX Design Course</span></div> <div class="elementor-testimonial-job">Designer</div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-688ae1e elementor-hidden-mobile elementor-widget elementor-widget-text-editor" data-id="688ae1e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Samantha Burden</strong></p><p>UX/UI Designer </p><p>Beginner UX Design Course</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-e6dac3e elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="e6dac3e" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3a45863" data-id="3a45863" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4dd12fb elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="4dd12fb" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> A good course for Product/UX/UI beginners to get started. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Kanisha Mistry ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/08/kanisha-mistry-e1603888271968.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/08/kanisha-mistry-e1603888271968.png" alt="Kanisha Mistry ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Kanisha Mistry</span><span class="elementor-testimonial__title">UX Designer <br> Product Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c50f2a6" data-id="c50f2a6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ac12527 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="ac12527" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> This was first time I undertook an online course and I was unsure if this would work for me in contrast to learning in person, however, overall I have been impressed with the quality of teaching and the knowledge about UX I have gained. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Tirath Gahir" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/10/circle-cropped-3-1-e1603887766989.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/10/circle-cropped-3-1-e1603887766989.png" alt="Tirath Gahir"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Tirath Gahir</span><span class="elementor-testimonial__title">Freelance Designer<br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-bfdd8f5 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="bfdd8f5" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d8f4ad9" data-id="d8f4ad9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8de2e89 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="8de2e89" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I really enjoyed my training with UX Academy for the UX Product design course which opened my eyes more on how product should be treated before launching into the market for better services and customers happiness. I say thank you to my amiable instructors who really did justice to the course. God bless you all. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Stephen Opeyemi Opemipo" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/08/STEPHEN-OPEYEMI-OPEMIPO-1-e1603887747917.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/08/STEPHEN-OPEYEMI-OPEMIPO-1-e1603887747917.png" alt="Stephen Opeyemi Opemipo"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Stephen Opeyemi Opemipo</span><span class="elementor-testimonial__title">Information Technology Service Desk Analyst <br> Product Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-106a595" data-id="106a595" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-dce5aba elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="dce5aba" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I was so impressed with UX Academy. The content is expansive and the instructors are extremely knowledgeable. The course setup is well thought out and its fantastic you get to work on a real-life product. I’ve done a few courses and this is by far up there with the best. You feel well prepared for stepping into a role as a Product Designer. It’s great value for money. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Dan Perry" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/08/circle-cropped-2-e1603887517642.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/08/circle-cropped-2-e1603887517642.png" alt="Dan Perry"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Dan Perry</span><span class="elementor-testimonial__title">Senior Art Director <br> Product Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-472da75 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-spacer" data-id="472da75" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-858fd28 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="858fd28" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9ff2eef" data-id="9ff2eef" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-350e053 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="350e053" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> You as UX academy did great in giving first insights into the world of Voice Design! I enjoyed being a student and learning from you! </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Katharina Paul ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/08/Katharina-Paul-e1603887553897.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/08/Katharina-Paul-e1603887553897.png" alt="Katharina Paul ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Katharina Paul</span><span class="elementor-testimonial__title">Trainee UX Designer<br> Voice Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4771053" data-id="4771053" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-353688e elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="353688e" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I really enjoyed learning about the job of a UX designer and would recommend the course to anyone looking into the field. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Adam Street ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/08/Adam-Street-e1603887535730.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/08/Adam-Street-e1603887535730.png" alt="Adam Street ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Adam Street</span><span class="elementor-testimonial__title">Account Director <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-286ae29 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="286ae29" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-467aa64" data-id="467aa64" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-01f723d elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="01f723d" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I expected to get an insight into the workflow in conversational design. But I have got so much more out of the course. They gave me so many technical tools in my hands that I will need some time to go through all the videos and practice a bit more. Thank you, guys! </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Ute Mobio" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/08/Ute-Mobio-e1603887620952.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/08/Ute-Mobio-e1603887620952.png" alt="Ute Mobio"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Ute Mobio</span><span class="elementor-testimonial__title">Director <br> Voice Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-06a5443" data-id="06a5443" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-222169d elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="222169d" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I came out of the course with the knowledge and confidence to apply what I have learned to my current role. I feel this has given me a great opportunity to pivot my career towards an exciting future in voice design. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Ian Roberts" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/08/Ian-Roberts-e1603887731527.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/08/Ian-Roberts-e1603887731527.png" alt="Ian Roberts"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Ian Roberts</span><span class="elementor-testimonial__title">Senior Product Designer <br> Voice Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-43391a3 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="43391a3" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-dfa3347" data-id="dfa3347" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ba49e06 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="ba49e06" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I have enjoyed learning the theory and practical skills needed to feel confident to enter the world of UX Design. I highly recommend the Beginners UX Design Course and the course tutors are so knowledgable and approachable. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Zarina Osman ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/08/Zarina-Osman-e1603887719375.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/08/Zarina-Osman-e1603887719375.png" alt="Zarina Osman ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Zarina Osman</span><span class="elementor-testimonial__title">Director / Founder <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-17ff1c8" data-id="17ff1c8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0a791dd elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="0a791dd" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> A fantastic course offering great value for time and money. You will learn loads and meet some fantastic people. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Harry Llloyd ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/08/Harry-Llloyd-e1603887606221.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/08/Harry-Llloyd-e1603887606221.png" alt="Harry Llloyd ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Harry Lloyd</span><span class="elementor-testimonial__title">Marketing Executive <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-89c4e4a elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="89c4e4a" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ca0952d" data-id="ca0952d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6c2a5b3 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="6c2a5b3" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I am very happy about taking the UX beginners course. I must mention Adrian who’s been a great support right from the beginning and throughout. The course instructors Stratis and Giulia are super knowledgeable and they make you feel very welcome. Nothing is ever too much trouble for them. Everyone at UX academy wants you to succeed. I would recommend anyone that wants to learn about UX contact any staff member. Ask questions and even attend the free webinars they have. It has been a welcomed distraction during the lockdown. I hope we can all meet up in person one day. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="99" height="101" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%20101'%3E%3C/svg%3E" alt="Bong Wong ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2021/01/Bond-Wong-e1611898902204.jpg"><noscript><img width="99" height="101" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2021/01/Bond-Wong-e1611898902204.jpg" alt="Bong Wong ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Bond Wong</span><span class="elementor-testimonial__title">Operations Manager <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e50d6c7" data-id="e50d6c7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1b67256 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="1b67256" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I’m very happy taking the Beginner Course with UX Academy and I genuinely feel that I have a great and solid understanding of basic UX skills I can now build upon. The teachers were amazing, and they also gave us a great insight into the industry and the possible career options in UX. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Csilla Palinkas" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/03/Csilla-testi.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/03/Csilla-testi.png" alt="Csilla Palinkas"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Csilla Palinkas</span><span class="elementor-testimonial__title">Graphic Designer / Retoucher <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-773857e elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="773857e" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f4102f5" data-id="f4102f5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7755f09 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="7755f09" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> An inspiring and very passionate set of teachers guided us through our journey through UX learning. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Massimiliano Bolondi ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/03/max-testi.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/03/max-testi.png" alt="Massimiliano Bolondi ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Massimiliano Bolondi</span><span class="elementor-testimonial__title">Director <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0526bf8" data-id="0526bf8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4178248 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="4178248" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I am very satisfied! The quality of teaching is at the best standards, the teachers are very committed and it’s fun! </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Alessandra Dinnella ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/03/alessandra-testi.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/03/alessandra-testi.png" alt="Alessandra Dinnella ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Alessandra D'innella</span><span class="elementor-testimonial__title">Graphic Designer <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-422b7c2 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="422b7c2" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-299c658" data-id="299c658" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-be657aa elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="be657aa" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I found the course really engaging and insightful. The tutors have a wealth of knowledge to share, and the opportunity to work through a live brief is invaluable. I’d highly recommend this course to anyone interested in a career in UX. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Sarita Lawton ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2020/03/sarita-testi.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2020/03/sarita-testi.png" alt="Sarita Lawton ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Sarita Florence Lawton</span><span class="elementor-testimonial__title">Junior Designer <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-756643c" data-id="756643c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-65c2506 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="65c2506" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> Before joining the UX Intermediate Course in London, my user research toolkit was pretty limited to interviewing customers (with varying levels of success). Drafting explicit hypotheses, structuring effective ideation exercises and synthesising the findings are some of my key takeaways from the course. The best thing was to have access to teachers who are also experiment practitioners, full of pro tips around how to both get the job (career-wise) and do the job (skills wise). It gives that type of confidence that anyone investing in a product design (or even product, more broadly) career needs. Super useful and recommended. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Vitor Kneipp ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2019/10/Vitor-Kneipp-e1573231076808.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2019/10/Vitor-Kneipp-e1573231076808.png" alt="Vitor Kneipp ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Vitor Kneipp</span><span class="elementor-testimonial__title">Product Manager <br> Intermediate UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1de6c9c elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="1de6c9c" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fc90c9b" data-id="fc90c9b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c38c2bd elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="c38c2bd" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> Having done both the Beginner and Intermediate UX design courses, they gave me confidence and sparked my passion for UX. I have now taken this knowledge and put it into place at my work and personal life in the form of building a website for my family business. All of the teachers were very knowledgeable and open to questions. They also had immense patience and great real-life examples. I am so happy to have been part of the course and to have met many wonderful people. I’d definitely recommend it! </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Aleksandra Dimova" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2019/07/0-e1564560083941.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2019/07/0-e1564560083941.png" alt="Aleksandra Dimova"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Aleksandra Dimova</span><span class="elementor-testimonial__title">Digital Marketing Executive <br> Beginner & Intermediate UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7b0db06" data-id="7b0db06" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e6086aa elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="e6086aa" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The VUI course was exceptional. In two days it covered everything we’d hoped to learn from high-level theory to a detailed understanding of human linguistics and building our own voice skills. The instructors were obviously very knowledgeable of the voice space and really hands on. Would highly recommend the course. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Emma Goddard" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2019/06/200x200emma-e1562145482375.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2019/06/200x200emma-e1562145482375.png" alt="Emma Goddard"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Emma Goddard</span><span class="elementor-testimonial__title">Senior User Experience Designer <br> Voice Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-91a7aa1 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="91a7aa1" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bc1ffa8" data-id="bc1ffa8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2df007b elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="2df007b" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I strongly suggest this Intermediate UX Course to anyone who wants to learn Google Design Sprint. It is really useful in terms of developing personal and soft skills. Furthermore, it can be an alternative for people who don’t have time for a lengthy course as lectures start conveniently after 6 pm. Lastly, when compared to other UX courses in London, the price is quite competitive. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Jacopo Maio ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2019/06/jacopo-e1562145420668.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2019/06/jacopo-e1562145420668.png" alt="Jacopo Maio ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Jacopo Maio</span><span class="elementor-testimonial__title">UX/UI Consultant <br> Intermediate UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a6c9877" data-id="a6c9877" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-20550f8 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="20550f8" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I’m so glad I did this Designing for Voice Course. All the tutors were massively helpful and were really great teachers. I’ve gained a new skill set which I’ve already found ways to apply to my current job that I hope I continue to explore in the future. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Simon Wood ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2019/06/Simon-e1562145453831.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2019/06/Simon-e1562145453831.png" alt="Simon Wood ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Simon Wood</span><span class="elementor-testimonial__title">Senior UX Designer <br> Voice Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1852611 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="1852611" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-52711d5" data-id="52711d5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d2e10f4 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="d2e10f4" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I would definitely recommend this Intermediate UX Course to anyone considering furthering their knowledge and practical skills in this field. The workload is well designed for anyone with a full-time job. The course followed a good progression for revolutionary design. I will definitely be using what I was taught this a lot in the future. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Rose Agnew ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2019/06/200X200ROSE-e1562145366986.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2019/06/200X200ROSE-e1562145366986.png" alt="Rose Agnew ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Rose Agnew</span><span class="elementor-testimonial__title">Contract Product Manager <br> Intermediate UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-731d940" data-id="731d940" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a9b961e elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="a9b961e" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> It’s a great course for anyone who would like to get into the emerging technological field of Voice Design. Two tutors, Stratis and Goncalo, have significant experience in Voice Design working for reputable companies. They are friendly and massively helpful in guiding us through design challenges and give helpful suggestions to set our projects in the right direction. The content that’s been prepared and presented in the course is a really good start for newcomers to get your head around Voice design.t our projects in the right direction. The content that’s been prepared and presented in the course is a really good start for newcomers to get your head around Voice design. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Ramana Jaini ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2019/06/ramana.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2019/06/ramana.png" alt="Ramana Jaini ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Ramana Jaini</span><span class="elementor-testimonial__title">UX, Product & Visual Designer <br> Voice Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-4a6cdd8 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="4a6cdd8" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5a2ad8c" data-id="5a2ad8c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-746a7d9 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="746a7d9" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> With 3 years of UX Design experience, the course was a great way of consolidating all my knowledge and putting in practice all the theory I had learned. The main difference between this course and a University course is the approach. This program is much more industry-oriented. In fact, we worked on a project from the very start to the end, carefully building every single part, in order to create a good study showcase. This will allow me to add a great piece to my portfolio. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Sabrina Morellato ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2019/05/SabrinaMorellato104x104.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2019/05/SabrinaMorellato104x104.png" alt="Sabrina Morellato ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Sabrina Morellato</span><span class="elementor-testimonial__title">UX/UI Designer <br> Intermediate UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-b0202d9 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-spacer" data-id="b0202d9" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2ab0910" data-id="2ab0910" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2f8969f elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="2f8969f" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I think my favourite moment on the course was the introduction to creativity exercises. As an example, we took a random object and used its properties to generate a much broader range of design references for our service. Our object was a silver toy aeroplane that was also a pen and, as a result, we ended up focusing more clearly on whether our service needed to be tangible and what ethos of interaction it would bring for the user. We asked different types of questions: Would it be sleek or modular? What would the balance of play and function be? </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Aliyah Norris ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2018/11/aliyah-norris-1.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2018/11/aliyah-norris-1.png" alt="Aliyah Norris ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Aliyah Norris</span><span class="elementor-testimonial__title">UX Researcher and Content Strategy <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-e7a0697 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="e7a0697" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-75d2d50" data-id="75d2d50" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3956118 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="3956118" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> As a startup founder and product manager, the UX Academy helped me to understand how designers think. The training improved the way I work with designers. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Jerome Rousselot ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2018/11/jerome-rousselot-1.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2018/11/jerome-rousselot-1.png" alt="Jerome Rousselot ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Jerome Rousselot</span><span class="elementor-testimonial__title">Founder <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-751525a" data-id="751525a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3306d2d elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="3306d2d" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> One of the most valuable aspects of the course was gaining a better understanding of the break down of the different stages of the User Experience and having the chance to put each of them to the test in teams. Working in a start-up, we go through most of the stages informally but it has been very helpful knowing how to run through things in a more structured manner. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Madeleine Vironda ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2018/11/madeleine-vironda-1.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2018/11/madeleine-vironda-1.png" alt="Madeleine Vironda ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Madeleine Vironda</span><span class="elementor-testimonial__title">Program Coordinator <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-b4921da elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="b4921da" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-106b820" data-id="106b820" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee4a704 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="ee4a704" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The course has given me food for thought. I’m still as in love with UX as before, so that’s good. It’s given me ideas for where to find decent resources and how to use them. Now that I have completed the course I will be more confident to challenge people’s assumptions when we are building new products, and I feel more confident that this is the right path for me. ‘It is better to learn something than to be right’ – I’ll be carrying this phrase with me from now on! </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Matilda ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2018/09/matilda-1.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2018/09/matilda-1.png" alt="Matilda ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Matilda Woulfe</span><span class="elementor-testimonial__title">Connected Experience Coordinator <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3a81620" data-id="3a81620" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d1040d7 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="d1040d7" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> I’ve recently completed the brilliant UX Academy course run by Mobile UX London. With many UX courses popping up all the time, here are a few of my thoughts on this particular course. Firstly, it was great user experience. Having already been working as a Junior UX Designer for a few months, the course was a great way of consolidating all my knowledge. It also allowed me to brush up on areas in which I haven’t worked on as much. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="100" height="100" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3C/svg%3E" alt="Joe Allan ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2018/09/joe-allan-1.png"><noscript><img width="100" height="100" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2018/09/joe-allan-1.png" alt="Joe Allan ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Joe Allan</span><span class="elementor-testimonial__title">Junior UX Designer <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-ebaf856 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="ebaf856" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9e16876" data-id="9e16876" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ff353ad elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="ff353ad" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> As a project manager from a development background, now that I have a better understanding of the basics of UX, I can make more informed hiring decisions and communicate more effectively with UX professionals to make sure the products we put out have optimal UX designs. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Neil Mather ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2018/09/neil-mather-1.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2018/09/neil-mather-1.png" alt="Neil Mather ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Neil Mather</span><span class="elementor-testimonial__title">Product Manager <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-159859b" data-id="159859b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d387797 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="d387797" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The MUXL 8 weeks training course is a great introduction for a beginner looking to work in the field or anyone curious about the UX industry. The scope of topics covered by four industry experts ranged from ideation, flow creation, wireframing basics, usability testing methods, and stakeholder management. Each three-hour workshop held once a week involved a trainer presenting their topics of expertise followed by a series of team exercises to expand on what was learned. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="100" height="100" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3C/svg%3E" alt="Karen Chen" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2018/09/karen-chen-1.png"><noscript><img width="100" height="100" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2018/09/karen-chen-1.png" alt="Karen Chen"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Karen Chen</span><span class="elementor-testimonial__title">Freelance Designer <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-3364383 elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="3364383" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-62d4ae7" data-id="62d4ae7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4eb65f1 elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="4eb65f1" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The course was a really good introduction and overview to UX. It presented all elements of the process from inception to completion.The course also presented the opportunity to work through an idea while learning important concepts. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Colin Crerar ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2018/09/colin-crerar-1.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2018/09/colin-crerar-1.png" alt="Colin Crerar ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Colin Crerar</span><span class="elementor-testimonial__title">CEO <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-31aaa0f" data-id="31aaa0f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b430fcc elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="b430fcc" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> The interaction was really good – I also really appreciated the resources as it was good to go over them after the course. Sometimes it’s hard to take all of the information in, having the resources allowed me to do so in my spare time. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="104" height="104" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20104%20104'%3E%3C/svg%3E" alt="Amy Jones ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2018/09/amy-jones-1-e1562140548359.png"><noscript><img width="104" height="104" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2018/09/amy-jones-1-e1562140548359.png" alt="Amy Jones ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Amy Jones</span><span class="elementor-testimonial__title">Digital Production Assistant <br> Beginner UX Design Course</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-a484e0e elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a484e0e" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fdb57ce" data-id="fdb57ce" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b017b5d elementor-testimonial--skin-bubble elementor-testimonial--align-left elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel" data-id="b017b5d" data-element_type="widget" data-settings="{"space_between":{"unit":"px","size":0,"sizes":[]},"speed":500,"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> Learn and do. Amazing to working on a real-world project through out the learning process as this really brings the UX principles to life giving your portfolio a boost. Friendly and knowledgeable teachers, and supportive mentorship throughout. </div> </div> <div class="elementor-testimonial__footer"> <div class="elementor-testimonial__image"> <img width="681" height="681" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20681%20681'%3E%3C/svg%3E" alt="Steven Skamarki ux academy testimonial" data-lazy-src="https://myuxacademy.com/wp-content/uploads/2022/05/Stevn-Skamarski-GDS.png"><noscript><img width="681" height="681" decoding="async" src="https://myuxacademy.com/wp-content/uploads/2022/05/Stevn-Skamarski-GDS.png" alt="Steven Skamarki ux academy testimonial"></noscript> </div> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Steven Skamarski</span><span class="elementor-testimonial__title">Portfolio Management Office Analyst at Government Digital Service</span></cite> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-33d3ccf elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile" data-id="33d3ccf" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-d7d5692 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d7d5692" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-247817f" data-id="247817f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f4ddddb elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f4ddddb" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-250362c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="250362c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-44b15f1" data-id="44b15f1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a49c646 elementor-widget elementor-widget-spacer" data-id="a49c646" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-d2c49bc elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d2c49bc" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-48f4147" data-id="48f4147" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-afbc046 elementor-widget elementor-widget-heading" data-id="afbc046" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Get Your Free Course Syllabus</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-69f8655 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="69f8655" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f21a1a4" data-id="f21a1a4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-bef46a4 elementor-widget elementor-widget-text-editor" data-id="bef46a4" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-weight: 400;">Have any questions? Contact us at 0208 798 3062, or fill in the form below.</span></p> </div> </div> <div class="elementor-element elementor-element-96211fb elementor-widget elementor-widget-menu-anchor" data-id="96211fb" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div class="elementor-menu-anchor" id="syllabus"></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-076a9e0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="076a9e0" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-42fcec8 elementor-hidden-tablet elementor-hidden-mobile" data-id="42fcec8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e334645 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e334645" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Live teaching in small groups</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Free weekly mentorship</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Work on real company projects</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Flexible payment plans<br></span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Lowest priced course guaranteed </span> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7c3df52" data-id="7c3df52" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7227fb1 elementor-button-align-center elementor-widget elementor-widget-form" data-id="7227fb1" data-element_type="widget" data-settings="{"step_next_label":"Next","step_previous_label":"Previous","step_type":"number_text","step_icon_shape":"circle"}" data-widget_type="form.default"> <div class="elementor-widget-container"> <form class="elementor-form" method="post" name="Form Student Testimonials"> <input type="hidden" name="post_id" value="22271"/> <input type="hidden" name="form_id" value="7227fb1"/> <input type="hidden" name="referer_title" value="Testimonials from UX Academy Alumni | Careers in UX Design" /> <input type="hidden" name="queried_id" value="22271"/> <div class="elementor-form-fields-wrapper elementor-labels-above"> <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required"> <input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-md elementor-field-textual" placeholder="Full Name*" required="required" aria-required="true"> </div> <div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required"> <input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-md elementor-field-textual" placeholder="Email*" required="required" aria-required="true"> </div> <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_c017cba elementor-col-100 elementor-field-required"> <input size="1" type="text" name="form_fields[field_c017cba]" id="form-field-field_c017cba" class="elementor-field elementor-size-md elementor-field-textual" placeholder="Mobile Number*" required="required" aria-required="true"> </div> <div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_fcabd01 elementor-col-100 elementor-field-required"> <div class="elementor-field elementor-select-wrapper remove-before "> <div class="select-caret-down-wrapper"> <i aria-hidden="true" class="eicon-caret-down"></i> </div> <select name="form_fields[field_fcabd01]" id="form-field-field_fcabd01" class="elementor-field-textual elementor-size-md" required="required" aria-required="true"> <option value="Course Type *">Course Type *</option> <option value="Beginner UX Design">Beginner UX Design</option> <option value="Intermediate UX Design">Intermediate UX Design</option> <option value="Voice Design">Voice Design</option> <option value="Product Design">Product Design</option> </select> </div> </div> <div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_17c0bc1 elementor-col-100"> </div> <div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-utm_source elementor-col-100"> <input size="1" type="hidden" name="form_fields[utm_source]" id="form-field-utm_source" class="elementor-field elementor-size-md elementor-field-textual"> </div> <div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-utm_medium elementor-col-100"> <input size="1" type="hidden" name="form_fields[utm_medium]" id="form-field-utm_medium" class="elementor-field elementor-size-md elementor-field-textual"> </div> <div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-utm_campaign elementor-col-100"> <input size="1" type="hidden" name="form_fields[utm_campaign]" id="form-field-utm_campaign" class="elementor-field elementor-size-md elementor-field-textual"> </div> <div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_b8dda9f elementor-col-100 recaptcha_v3-bottomright"> <div class="elementor-field" id="form-field-field_b8dda9f"><div class="elementor-g-recaptcha" data-sitekey="6LdTPewUAAAAAHzk14L98iitG240wl4xltKFJMID" data-type="v3" data-action="Form" data-badge="bottomright" data-size="invisible"></div></div> </div> <div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_coursetype elementor-col-100"> <input size="1" type="hidden" name="form_fields[field_coursetype]" id="form-field-field_coursetype" class="elementor-field elementor-size-md elementor-field-textual" value="scholarship"> </div> <div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons"> <button type="submit" class="elementor-button elementor-size-lg elementor-animation-grow"> <span > <span class=" elementor-button-icon"> </span> <span class="elementor-button-text"> VIEW COURSE BROCHURE</span> </span> </button> </div> </div> </form> </div> </div> </div> </div> </div> </section> </div> </div> </main> <div data-elementor-type="footer" data-elementor-id="44720" class="elementor elementor-44720 elementor-location-footer" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-0e1c963 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0e1c963" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9f91ac0" data-id="9f91ac0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3007a38 elementor-widget elementor-widget-spacer" data-id="3007a38" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-df697bb elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="df697bb" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6dfe1cc" data-id="6dfe1cc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1f7c190 elementor-widget elementor-widget-heading" data-id="1f7c190" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Sign-up for Latest UX News</h2> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7e8648c" data-id="7e8648c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f191fb5 elementor-button-align-end elementor-mobile-button-align-center elementor-widget elementor-widget-form" data-id="f191fb5" data-element_type="widget" data-settings="{"button_width":"25","button_width_mobile":"100","step_next_label":"Next","step_previous_label":"Previous","step_type":"number_text","step_icon_shape":"circle"}" data-widget_type="form.default"> <div class="elementor-widget-container"> <form class="elementor-form" method="post" name="New Form"> <input type="hidden" name="post_id" value="44720"/> <input type="hidden" name="form_id" value="f191fb5"/> <input type="hidden" name="referer_title" value="Testimonials from UX Academy Alumni | Careers in UX Design" /> <input type="hidden" name="queried_id" value="22271"/> <div class="elementor-form-fields-wrapper elementor-labels-"> <div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-75 elementor-sm-100 elementor-field-required"> <label for="form-field-email" class="elementor-field-label elementor-screen-only"> Email </label> <input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-md elementor-field-textual" placeholder="Enter Your Email Address" required="required" aria-required="true"> </div> <div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-25 e-form__buttons elementor-sm-100"> <button type="submit" class="elementor-button elementor-size-sm"> <span > <span class=" elementor-button-icon"> </span> <span class="elementor-button-text">Confirm</span> </span> </button> </div> </div> </form> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-4655a8b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4655a8b" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-6f4dccf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6f4dccf" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8cc884d" data-id="8cc884d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee01481 elementor-widget elementor-widget-heading" data-id="ee01481" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"> Our Courses</h2> </div> </div> <div class="elementor-element elementor-element-7f1e463 elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-widget elementor-widget-nav-menu" data-id="7f1e463" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"> <ul id="menu-1-7f1e463" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32982"><a href="https://myuxacademy.com/beginner-ux-design-course/" class="elementor-item">UX/UI Design Course</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32983"><a href="https://myuxacademy.com/intermediate-ux-design-course/" class="elementor-item">Advanced UX Design Course</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32984"><a href="https://myuxacademy.com/ux-strategy-course/" class="elementor-item">UX Strategy Course</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41152"><a href="https://myuxacademy.com/in-house-ux-training/" class="elementor-item">For Companies</a></li> </ul> </nav> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-7f1e463" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32982"><a href="https://myuxacademy.com/beginner-ux-design-course/" class="elementor-item" tabindex="-1">UX/UI Design Course</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32983"><a href="https://myuxacademy.com/intermediate-ux-design-course/" class="elementor-item" tabindex="-1">Advanced UX Design Course</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32984"><a href="https://myuxacademy.com/ux-strategy-course/" class="elementor-item" tabindex="-1">UX Strategy Course</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41152"><a href="https://myuxacademy.com/in-house-ux-training/" class="elementor-item" tabindex="-1">For Companies</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-1654ffd elementor-shape-circle e-grid-align-left e-grid-align-tablet-center e-grid-align-mobile-center elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="1654ffd" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-0b2dc06" href="https://www.facebook.com/myuxacademy" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin-in elementor-repeater-item-2ee578b" href="https://www.linkedin.com/company/myuxacademy/" target="_blank"> <span class="elementor-screen-only">Linkedin-in</span> <i class="fab fa-linkedin-in"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-3f01868" href="https://www.instagram.com/myuxacademy/?hl=es" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-8c03e9f" href="https://www.youtube.com/channel/UCQaxojkJ6l5nSmYZ6mUqs0Q" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8f0ce83" data-id="8f0ce83" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-549b554 elementor-widget elementor-widget-heading" data-id="549b554" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Resources</h2> </div> </div> <div class="elementor-element elementor-element-51cb7d1 elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-widget elementor-widget-nav-menu" data-id="51cb7d1" data-element_type="widget" data-settings="{"layout":"vertical","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"> <ul id="menu-1-51cb7d1" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33091"><a href="https://myuxacademy.com/ux-design-blogs/" class="elementor-item">UX Blogs</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33324"><a href="https://myuxacademy.com/design-mentorship-program/" class="elementor-item">UX Design Mentorship</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33090"><a href="https://myuxacademy.com/ux-design-tools/" class="elementor-item">UX Design Tools</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33088"><a href="https://myuxacademy.com/ux-design-books-podcasts/" class="elementor-item">UX Design Books & Podcasts</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33373"><a href="https://myuxacademy.com/get-in-ux-design/" class="elementor-item">Free UX Guide</a></li> </ul> </nav> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-51cb7d1" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33091"><a href="https://myuxacademy.com/ux-design-blogs/" class="elementor-item" tabindex="-1">UX Blogs</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33324"><a href="https://myuxacademy.com/design-mentorship-program/" class="elementor-item" tabindex="-1">UX Design Mentorship</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33090"><a href="https://myuxacademy.com/ux-design-tools/" class="elementor-item" tabindex="-1">UX Design Tools</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33088"><a href="https://myuxacademy.com/ux-design-books-podcasts/" class="elementor-item" tabindex="-1">UX Design Books & Podcasts</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33373"><a href="https://myuxacademy.com/get-in-ux-design/" class="elementor-item" tabindex="-1">Free UX Guide</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-f0fb53e" data-id="f0fb53e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9554566 elementor-widget elementor-widget-heading" data-id="9554566" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Useful Links</h2> </div> </div> <div class="elementor-element elementor-element-0d54f0d elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-widget elementor-widget-nav-menu" data-id="0d54f0d" data-element_type="widget" data-settings="{"layout":"vertical","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"> <ul id="menu-1-0d54f0d" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33374"><a href="https://myuxacademy.com/about-us/" class="elementor-item">About UX Academy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33095"><a href="https://myuxacademy.com/payment-plans/" class="elementor-item">Payment Plans</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44800"><a href="https://myuxacademy.com/ux-academy-alumni/" class="elementor-item">UX Academy Alumni</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33325"><a href="https://myuxacademy.com/?page_id=18527" class="elementor-item">Student Testimonials</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33376"><a href="https://myuxacademy.com/frequently-asked-questions/" class="elementor-item">Frequently Asked Questions (FAQs)</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36483"><a href="https://myuxacademy.com/lowest-price-course-guarantee/" class="elementor-item">Lowest Course Price Guarantee</a></li> </ul> </nav> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-0d54f0d" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33374"><a href="https://myuxacademy.com/about-us/" class="elementor-item" tabindex="-1">About UX Academy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33095"><a href="https://myuxacademy.com/payment-plans/" class="elementor-item" tabindex="-1">Payment Plans</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44800"><a href="https://myuxacademy.com/ux-academy-alumni/" class="elementor-item" tabindex="-1">UX Academy Alumni</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33325"><a href="https://myuxacademy.com/?page_id=18527" class="elementor-item" tabindex="-1">Student Testimonials</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33376"><a href="https://myuxacademy.com/frequently-asked-questions/" class="elementor-item" tabindex="-1">Frequently Asked Questions (FAQs)</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36483"><a href="https://myuxacademy.com/lowest-price-course-guarantee/" class="elementor-item" tabindex="-1">Lowest Course Price Guarantee</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-422775b" data-id="422775b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b93da7e elementor-button-align-start elementor-mobile-button-align-center elementor-widget__width-initial elementor-widget elementor-widget-form" data-id="b93da7e" data-element_type="widget" data-settings="{"step_next_label":"Next","step_previous_label":"Previous","button_width":"100","step_type":"number_text","step_icon_shape":"circle"}" script="" window="" event="" formtype="" data-widget_type="form.default"> <div class="elementor-widget-container"> <form class="elementor-form" method="post" id="get-in-touch-form" name="New Form"> <input type="hidden" name="post_id" value="44720"/> <input type="hidden" name="form_id" value="b93da7e"/> <input type="hidden" name="referer_title" value="Testimonials from UX Academy Alumni | Careers in UX Design" /> <input type="hidden" name="queried_id" value="22271"/> <div class="elementor-form-fields-wrapper elementor-labels-above"> <div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required"> <label for="form-field-email" class="elementor-field-label"> Have a Question About Our Courses? </label> <input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-sm elementor-field-textual" placeholder="Enter Your Email Address" required="required" aria-required="true"> </div> <div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required"> <textarea class="elementor-field-textual elementor-field elementor-size-sm" name="form_fields[message]" id="form-field-message" rows="4" placeholder="I have a Question about UX Academy Courses..." required="required" aria-required="true"></textarea> </div> <div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_f5434a4 elementor-col-100"> <input size="1" type="hidden" name="form_fields[field_f5434a4]" id="form-field-field_f5434a4" class="elementor-field elementor-size-sm elementor-field-textual"> </div> <div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_79b3497 elementor-col-100 recaptcha_v3-bottomright"> <div class="elementor-field" id="form-field-field_79b3497"><div class="elementor-g-recaptcha" data-sitekey="6LdTPewUAAAAAHzk14L98iitG240wl4xltKFJMID" data-type="v3" data-action="Form" data-badge="bottomright" data-size="invisible"></div></div> </div> <div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons"> <button type="submit" class="elementor-button elementor-size-sm" id="get-in-touch"> <span > <span class=" elementor-button-icon"> </span> <span class="elementor-button-text">Get in Touch</span> </span> </button> </div> </div> </form> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-ee6ff98 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="ee6ff98" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-432d3b7 elementor-widget elementor-widget-text-editor" data-id="432d3b7" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Copyright© 2024 UX Academy. All Rights Reserved.</p> </div> </div> </div> </div> </div> </section> </div> <!-- GTM Container placement set to footer --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5R8MGQ5" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="rocketlazyloadscript"> getSplititAjaxURL = function( endpoint ) { return '/?wc-ajax=%%endpoint%%' .toString() .replace( '%%endpoint%%', 'splitit_' + endpoint ); }; </script> <div data-elementor-type="popup" data-elementor-id="34210" class="elementor elementor-34210 elementor-location-popup" data-elementor-settings="{"a11y_navigation":"yes","triggers":{"inactivity":"yes","exit_intent":"yes","inactivity_time":30},"timing":{"times_times":1,"times":"yes","devices_devices":["desktop"],"devices":"yes","times_period":"day"}}" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-4d5eef9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4d5eef9" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-67651de" data-id="67651de" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-de31ec0 elementor-widget elementor-widget-heading" data-id="de31ec0" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Sign up for Free! </h2> </div> </div> <div class="elementor-element elementor-element-06061cf elementor-widget elementor-widget-text-editor" data-id="06061cf" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Join our FREE UX Expert Session and learn more about UX/UI Design</p> </div> </div> <div class="elementor-element elementor-element-f861980 elementor-align-center elementor-widget elementor-widget-button" data-id="f861980" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-md" href="https://myuxacademy.com/intro-to-ux-design-webinar/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">REGISTER HERE</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <script type="rocketlazyloadscript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=1731771066' media='all' /> <link rel='stylesheet' id='widget-social-icons-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.7' media='all' /> <link rel='stylesheet' id='e-apple-webkit-css' href='https://myuxacademy.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.24.7' media='all' /> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.1.2" id="sourcebuster-js-js" defer></script> <script id="wc-order-attribution-js-extra"> var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/myuxacademy.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; </script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.1.2" id="wc-order-attribution-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" src="https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-contact-form-7-tracker.js?ver=1731771066" id="gtm4wp-contact-form-7-tracker-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" src="https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-form-move-tracker.js?ver=1731771066" id="gtm4wp-form-move-tracker-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" src="https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-ecommerce-generic.js?ver=1731771066" id="gtm4wp-ecommerce-generic-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" src="https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-woocommerce.js?ver=1731771066" id="gtm4wp-woocommerce-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" defer data-locale='en-GB' data-scope='openid offline_access customer:login profile:name profile:email profile:phone profile:billing_addressprofile:name profile:email profile:phone' data-market='GB' data-environment='production' data-client-id='' data-redirect-uri='https://myuxacademy.com/siwk/klarna/callback' data-logo-alignment='default' data-theme='default' data-shape='default'' src="https://myuxacademy.com/wp-content/cache/min/1/web-sdk/v1/klarna.js?ver=1731771066" id="siwk_library-js"></script> <script type="rocketlazyloadscript" id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/|\/cart\/|\/my-account\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/f4hs5MNpQuGe\/|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/myuxacademy.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" src="https://myuxacademy.com/wp-content/cache/min/1/wp-content/plugins/page-links-to/dist/new-tab.js?ver=1731771066" id="page-links-to-js" defer></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/wp-rocket/assets/js/heartbeat.js?ver=3.11.2" id="heartbeat-js" defer></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js" defer></script> <script type="rocketlazyloadscript" src="https://www.google.com/recaptcha/api.js?render=explicit&ver=3.20.3" id="elementor-recaptcha_v3-api-js"></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.20.3" id="elementor-pro-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.24.7" id="elementor-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.24.7" id="elementor-frontend-modules-js" defer></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js" defer></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js" defer></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/myuxacademy.com\/wp-admin\/admin-ajax.php","nonce":"a90e8331fd","urls":{"assets":"https:\/\/myuxacademy.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/myuxacademy.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}}, "woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/myuxacademy.com\/cart\/","checkout_page_url":"https:\/\/myuxacademy.com\/checkout\/","fragments_nonce":"17bb7da2f9"}}, "facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/myuxacademy.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.20.3" id="elementor-pro-frontend-js" defer></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js" defer></script> <script type="rocketlazyloadscript" id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}, "hasCustomBreakpoints":false},"version":"3.24.7","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"container":true,"container_grid":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"nested-elements":true,"link-in-bio":true,"floating-buttons":true,"notes":true,"form-submissions":true},"urls":{"assets":"https:\/\/myuxacademy.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/myuxacademy.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/myuxacademy.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"2b9bafce64"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":22271,"title":"Testimonials%20from%20UX%20Academy%20Alumni%20%7C%20Careers%20in%20UX%20Design","excerpt":"","featuredImage":"https:\/\/myuxacademy.com\/wp-content\/uploads\/2021\/01\/IMG_4103-1024x768.jpg"}}; </script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.24.7" id="elementor-frontend-js" defer></script> <script type="rocketlazyloadscript" src="https://myuxacademy.com/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.20.3" id="pro-preloaded-elements-handlers-js" defer></script> <script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://myuxacademy.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1732626234 -->