Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en" xmlns="//www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width" name="viewport"/>
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <meta name="x-apple-disable-message-reformatting"/>
  <meta content="telephone=no,address=no,email=no,date=no,url=no" name="format-detection"/>
  <meta content="light dark" name="color-scheme"/>
  <meta content="light dark" name="supported-color-schemes"/>
  <link href="https://fonts.googleapis.com" rel="preconnect"/>
  <link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
  <title>
   Pluralsight
  </title>
  <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&amp;display=swap" rel="stylesheet" type="text/css"/>
  <style>
   /* What it does: Tells the email client that both light and dark styles are provided. A duplicate of meta color-scheme meta tag above. */
        :root {
          color-scheme: light dark;
          supported-color-schemes: light dark;
        }

        /* What it does: Remove spaces around the email design added by some email clients. */
        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
        body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

        /* What it does: Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        /* What it does: Centers email on Android 4.4 */
        div[style*="margin: 16px 0"] {
            margin: 0 !important;
        }
        /* What it does: forces Samsung Android mail clients to use the entire viewport */
        #MessageViewBody, #MessageWebViewDiv{
            width: 100% !important;
        }

        /* What it does: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* What it does: Fixes webkit padding issue. */
        table {
            border-spacing: 0 !important;
            /* border-collapse: collapse !important; */
            table-layout: fixed !important;
            margin: 0 auto !important;
        }

        /* What it does: Uses a better rendering method when resizing images in IE. */
        img {
            -ms-interpolation-mode:bicubic;
        }

        /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
        a {
            text-decoration: none;
        }

        /*What it does: stops superscript and subscript characters from readjusting line height*/
        sup, sub {line-height: 0 !important;}

        /* What it does: A work-around for email clients meddling in triggered links. */
        a[x-apple-data-detectors],  /* iOS */
        .unstyle-auto-detected-links a,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }

        /* What it does: Prevents Gmail from changing the text color in conversation threads. */
        .im {
            color: inherit !important;
        }

        /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
        .a6S {
            display: none !important;
            opacity: 0.01 !important;
        }
        /* If the above doesn't work, add a .g-img class to any image in question. */
        img.g-img + div {
            display: none !important;
        }

        /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
        /* Create one of these media queries for each additional viewport size you'd like to fix */

        /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
        @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
            u ~ div .email-container {
                min-width: 320px !important;
            }
        }
        /* iPhone 6, 6S, 7, 8, and X */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
            u ~ div .email-container {
                min-width: 375px !important;
            }
        }
        /* iPhone 6+, 7+, and 8+ */
        @media only screen and (min-device-width: 414px) {
            u ~ div .email-container {
                min-width: 414px !important;
            }
        }
  </style>
  <style>
   .semicircle {
            width:100%;
            height: 65px;
            border-bottom-right-radius: 50% 100%;
            border-bottom-left-radius: 50% 100%;
    }    
        .countdownTimer * {
            vertical-align: middle !important;
        }
	    /* What it does: Hover styles for buttons */
	    /* .button-td,
	    .button-a {
	        transition: all 100ms ease-in;
	    }
	    .button-td-primary:hover,
	    .button-a-primary:hover {
	        background: #ff1675 !important;
	        border-color: #ff1675 !important;
	    } */

	    /* Media Queries */
	    @media screen and (max-width: 680px) {

	        /* What it does: Forces table cells into full-width rows. */
	        .stack-column,
	        .stack-column-center {
	            display: block !important;
	            width: 100% !important;
	            max-width: 100% !important;
	            direction: ltr !important;
                margin: 0 !important;
	        }
	        /* And center justify these ones. */
	        .stack-column-center {
	            text-align: center !important;
	        }
            /*Widens columns on small screens*/
            .wide-column {
                padding-left: 20px !important;
                padding-right: 20px !important;
                max-width: 100% !important;
            }
            .wide-column-card {
                padding-left: 20px !important;
                padding-right: 20px !important;
                padding-top: 20px !important;
                padding-bottom: 20px !important;
                max-width: 100% !important;
            }
            .wide-column-no-pad {
                max-width: 100% !important;
            }
            .wide-column-footer {
                padding-left: 0px !important;
                padding-right: 0px !important;
                max-width: 100% !important;
            }
	        /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
	        .center-on-narrow {
	            text-align: center !important;
	            display: block !important;
	            margin-left: auto !important;
	            margin-right: auto !important;
	            float: none !important;
	        }
	        table.center-on-narrow {
	            display: inline-block !important;
	        }

	        /* What it does: Adjust typography on small screens to improve readability */
	        .email-container p {
	            font-size: 16px !important;
	        }
	    }

        /* same as media queries above, but breaks at a narrower screen width */
        @media screen and (max-width: 450px) {

            /* What it does: Forces table cells into rows, no change to width. */
            .sm-just-stack-column,
            .sm-just-stack-column-center {
                display: block !important;
                max-width: 100% !important;
                direction: ltr !important;
                margin: 0 !important;
            }
            .sm-just-stack-column-center {
                text-align: center !important;
            }
            /* What it does: Forces table cells into full-width rows. */
            .sm-stack-column,
            .sm-stack-column-center {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
                margin: 0 !important;
            }
            /* And center justify these ones. */
            .sm-stack-column-center {
                text-align: center !important;
            }
            /*Widens columns on small screens*/
            .sm-wide-column {
                padding-left: 20px !important;
                padding-right: 20px !important;
                max-width: 100% !important;
            }
            /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
            .sm-center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }
            table.sm-center-on-narrow {
                display: inline-block !important;
            }

            .sm-reorder-to-top {
                display: table-header-group !important;
            }
            .sm-reorder-to-bottom {
                display: table-footer-group !important;
            }

            .stack-align-text-left {
                text-align: left !important;
            }

        }

            

        /* Dark Mode Styles : BEGIN */
        @media (prefers-color-scheme: dark) {
            .email-bg {
                background: #130f25 !important;
            }
            .darkmode-bg {
                background: #242145 !important;
            }
            .darkmode-mod {
                background: #393b6b !important;
                box-shadow: none !important;
            }
            h1,
            h2,
            h3,
            p,
            li,
            .darkmode-text,
            .email-container a:not([class]) {
                color: #F7F7F9 !important;
            }
            .darkmode-ghost-btn {
                color: #F7F7F9 !important;
                border-color: #F7F7F9 !important;
            }
            .drkmd-navy-btn {
            	background-color: #F4F7FA !important;
                color: #130f25 !important
            }
            .footer a:not([class]) {
                color: #8E93C2 !important;
            }

            /* Shows Dark Mode-Only Content, Like Images */
            .dark-img { 
                display:block !important; 
            }
            .dark-icon { 
                display:inline-block !important; 
            }
            /* Hides Light Mode-Only Content, Like Images */
            .light-img { 
                display:none !important; 
            }
            /* td.button-td-primary,
            td.button-td-primary a {
                background: #e7005e !important;
                border-color: #e7005e !important;
                color: #F7F7F7 !important;
            }
            td.button-td-primary:hover,
            td.button-td-primary a:hover {
                background: #ff1675 !important;
                border-color: #ff1675 !important;
            } */
            .footer td {
                background: #1B1834 !important;
                color: #8E93C2 !important;
            }
            /* .darkmode-fullbleed-bg {
                background-color: #0F3016 !important;
            } */
        }
        /* Dark Mode Styles : END */
  </style>
  <script src="https://go.pluralsight.com/rs/303-MNI-809/images/mktoeditorscript.js">
  </script>
 </head>
 <!--Yahoo and Aol Android apps will remove styles from the first <head> but will allow then in a second one-->
 <!-- utf-8 works for most cases -->
 <!-- Forcing initial-scale shouldn't be necessary -->
 <!-- Use the latest (edge) version of IE rendering engine -->
 <!-- Disable auto-scale in iOS 10 Mail entirely -->
 <!-- Tell iOS not to automatically link certain text strings. -->
 <!-- The title tag shows in email notifications, like Android 4.4. -->
 <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
 <!--[if gte mso 9]>
    <xml>
        <o:OfficeDocumentSettings>
            <o:PixelsPerInch>96</o:PixelsPerInch>
        </o:OfficeDocumentSettings>
    </xml>
    <![endif]-->
 <!-- Web Font / @font-face : BEGIN -->
 <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
 <!--[if mso]>
        <style>
            * {
                font-family: sans-serif !important;
            }
        </style>
    <![endif]-->
 <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: https://web.archive.org/web/20190717120616///stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
 <!--[if !mso]><!-->
 <!--<![endif]-->
 <!-- Web Font / @font-face : END -->
 <!--Marketo Variables : BEGIN-->
 <!-- <meta class="mktoString" id="InboxPreviewText" mktoName="Inbox Preview Text" default=""> -->
 <!-- ***Note: commenting out preview text, we will use Marketo's preheader text email setting instead-->
 <!-- Color Variables -->
 <!-- <meta class="mktoNumber" id="spacerHeight" mktoName="Spacer Height" default="20" min="5" max="40" units="px" step="5" mktoModuleScope="true"> -->
 <!-- <meta class="mktoString" id="pinkCTA" mktoName="Pink CTA" default="background-color: #e7005e; color:#fefefe !important" mktoModuleScope="false"> -->
 <!-- <meta class="mktoString" id="blueCTA" mktoName="Blue CTA" default="background-color: #4a33d1; color:#fefefe !important" mktoModuleScope="false"> -->
 <!--Card CTA Alignment-->
 <!-- Options for Default Footer: -->
 <!--Marketo Variables : END-->
 <!-- CSS Reset : BEGIN -->
 <!-- CSS Reset : END -->
 <!-- Progressive Enhancements : BEGIN -->
 <!-- Progressive Enhancements : END -->
 <!--Javascript for Marketo Editor 2.0 : BEGIN-->
 <!-- DEV option -->
 <!-- <script src="https://go.pluralsight.com/rs/303-MNI-809/images/mktoeditorscript-dev.js?version=0"></script> -->
 <!--Javascript for Marketo Editor 2.0 : END-->
 <!--
	The email background color #f4f7fa is defined in three places:
	1. body tag: for most email clients
	2. center tag: for Gmail and Inbox mobile apps and web versions of Gmail, GSuite, Inbox, Yahoo, AOL, Libero, Comcast, freenet, Mail.ru, Orange.fr
	3. mso conditional: For Windows 10 Mail
-->
 <body class="email-bg" style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #f4f7fa; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important" width="100%">
  <style type="text/css">
   div#emailPreHeader{ display: none !important; }
  </style>
  <div id="emailPreHeader" style="mso-hide:all; visibility:hidden; opacity:0; color:transparent; mso-line-height-rule:exactly; line-height:0; font-size:0px; overflow:hidden; border-width:0; display:none !important;">
   Plus, updates on building smarter, dynamic AI systems with RAG, getting started with AWS, and more
  </div>
  <center aria-roledescription="email" class="email-bg" lang="en" role="article" style="width: 100%; background: #f4f7fa;">
   <!--[if mso | IE]>
    <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F4F7FA;" class="email-bg">
    <tr>
    <td>
    <![endif]-->
   <!-- Visually Hidden Preheader Text : BEGIN -->
   <!-- ***Note: commenting out preview text, we will use Marketo's preheader text email setting instead-->
   <!-- <div style="max-height:0; overflow:hidden; mso-hide:all;" aria-hidden="true">
           
        </div> -->
   <!-- Visually Hidden Preheader Text : END -->
   <!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. -->
   <!-- Preview Text Spacing Hack : BEGIN -->
   <div style="display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all;">
    ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
   </div>
   <!-- Preview Text Spacing Hack : END -->
   <!--
            Set the email width. Defined in two places:
            1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 680px.
            2. MSO tags for Desktop Windows Outlook enforce a 680px width.
            Note: The Fluid and Responsive templates have a different width (600px). The hybrid grid is more "fragile", and I've found that 680px is a good width. Change with caution.
        -->
   <div class="email-container email-bg" style="width:100%; max-width: 100%; margin: 0 auto; background: #f4f7fa;">
    <!--[if mso]>
            <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
            <tr>
            <td>
            <![endif]-->
    <!--Email Header + Body : BEGIN-->
    <div class="email-container email-bg" style="max-width: 680px; margin: 0 auto;">
     <!--[if mso]>
                <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="680">
                <tr>
                <td>
                <![endif]-->
     <!--View as Webpage : BEGIN-->
     <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
      <tbody>
       <tr>
        <td style="padding: 5px; text-align: center;">
         <a style="margin: 0; font-size: 10px; text-decoration: underline; color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important;">
          View this email as a web page
         </a>
        </td>
       </tr>
      </tbody>
     </table>
     <!--View as Webpage : END-->
     <!-- Email Header Logo : BEGIN -->
     <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
      <tbody>
       <tr>
        <td style="padding: 40px 0; text-align: center">
         <a>
          <img alt="Pluralsight Logo" border="0" class="light-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252Femail%2520logo%25402x.png%253Fversion%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTczNTUxM30:1tu9Af:e43KhpQEue2TNv9qTLhK1JR6Ah7RQfzlQFuHBCxUnXg" style="width:100%; max-width:172.5px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 15px; color: #130f25;" width="172.5"/>
         </a>
         <a>
          <img alt="Pluralsight Logo" border="0" class="dark-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FPluralsight-Logo-Horizontal-ColorWhite-Fill.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTczODExMX0:1tu9Af:ScqegDNJKm1aakJHiccaBz758NonTgcgfZb_6aOSo5A" style="width:100%; max-width:172.5px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 15px; color: #130f25; display:none; margin:auto;" width="172.5"/>
         </a>
        </td>
       </tr>
      </tbody>
     </table>
     <!-- Email Header Logo : END -->
     <!-- Email Body w Round Corners : BEGIN-->
     <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto;" width="100%">
      <tbody>
       <tr>
        <td align="center" bgcolor="#fefefe" border="0" cellpadding="0" cellspacing="0" class="darkmode-bg" role="presentation" style="margin:0 auto; padding: 0px; border-top-right-radius: 20px; border-top-left-radius: 20px; background-color: #fefefe;" width="100%">
         <!-- MKTO Container : BEGIN -->
         <table border="0" cellpadding="0" cellspacing="0" class="mktoContainer darkmode-text" id="container" role="presentation" style="margin: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important;" width="100%">
          <tr class="mktoModule" id="blankSpacer9b32c801-b2f0-488f-84bb-41e9a2bd1d9e">
           <td class="wide-column" style="padding-top:24px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level2Headingc55df0cc-34d4-46b3-98e3-01b8aaa7b2c0">
           <td class="">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:0px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 32px; line-height: 20px; color: #130f25;">
                <h2 class="mktoText" id="heading2Text42690032-d57d-4d92-bacd-7ef302916493" style="margin: 0; font-size: 32px; line-height: 40px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 700;">
                 <div style="text-align: center;">
                  <span style="font-size: 26px;">
                   Welcome to our newsletter, tech learner!
                  </span>
                 </div>
                </h2>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph604d73e9-7d73-4621-a282-a4056e16b7e9">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:0px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphText1721e4bc-34e5-4116-9640-b1cdfe511961" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                </p>
                <p style="text-align: center;">
                 <span style="font-size: 14px;">
                  <em>
                   Digging these insights? Share it with a fellow learner (so they can dig them, too).
                  </em>
                 </span>
                </p>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacer4ccc78d3-246c-4d99-9843-f4542e407198">
           <td class="darkmode-bg wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; background-color: #fefefe">
            <table align="center" bgcolor=" #d3dff0" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background-color:  #d3dff0; margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" bgcolor=" #d3dff0" height="2px" style="
                                                                background-color:  #d3dff0;
                                                                font-size: 5px;
                                                                line-height: 5px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPink1e7936ec-35f3-4475-93ba-5fbf9e3b4e19">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkText2cb91a33-5828-46fb-bfaf-1c2056c4a21f" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 LIVE WEBINAR
                </h3>
                <!--
                                                            <a href=
"https://connect.pluralsight.com/MzAzLU1OSS04MDkAAAGZQvRe-SUSuGiH5ngBXiCYKEsZGNNkNRSyg4gr4FmV1_xiw9VS4ajARBQSo3ru7TTDgDY-_zY="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImage740d5727-3728-49fc-b14e-0f27050cdb0e">
           <td align="center" class="wide-column" style="margin:0;padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px;">
            <div class="mktoImg" id="wideImg27de9e2a-d1fa-48a5-a1eb-72cbf046f7d5" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="Tech Talk: Getting Started with AI: Key Skills, Tools, and Insights" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2503-newsletter-skillslearner-section1.png%253Fversion%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTczOTR9:1tu9Af:P7pdpzY7j7YUX-zy9ZOCi-ZPhdI8bZTKBY7qg9UdzOk" style="width: 100%; max-width: 680px; height: auto; border-top-right-radius: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; background-color: #ffffff00; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 24px; line-height: 15px;color: #130f25; margin: auto; display: block;"/>
             </a>
            </div>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph02a5fcee-1bef-4843-87c5-65831e753d09">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphText0f1a0a58-e71e-4693-9306-9f35452f2084" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 <strong>
                  Tech Talk: Getting Started with AI: Key Skills, Tools, and Insights
                 </strong>
                 <br/>
                 <br/>
                 March 26, 2025 | 9 a.m. MT
                 <br/>
                 <br/>
                 Join Pluralsight Author
                 <span style="text-decoration: underline; color: #00a3ff;">
                  <strong>
                   <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                    Amber Israelsen
                   </a>
                  </strong>
                 </span>
                 as she tackles:
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule 31jan2025" id="paragraph2f0ddf14-e833-4f7e-b7c8-e5f2a019e459">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; border-top-right-radius: 0px; border-top-left-radius: 0px;background-color:#ffffff00;font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 28px; color: #130f25;">
                <p class="mktoText" id="paragraphText213d385e-6afb-48fe-a12b-32771f7160d2" style="margin: 0; font-size: 16px; color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                </p>
                <ul>
                 <li>
                  The current state of AI and what that means for tech professionals
                 </li>
                 <li>
                  Key AI tools to learn ASAP, drawing from her expert experience
                 </li>
                 <li>
                  Emerging AI trends and the skills needed to stay ahead
                 </li>
                </ul>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule 31jan2025" id="paragraph86716c12-ac6e-47ff-8536-d2fe87f5fbb9">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; border-top-right-radius: 0px; border-top-left-radius: 0px;background-color:#ffffff00;font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 28px; color: #130f25;">
                <p class="mktoText" id="paragraphText8ea17ba0-e1ef-4773-af0f-e3bc2777a09a" style="margin: 0; font-size: 16px; color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 Tune in for expert guidance on how to navigate the future of AI, plus a Q&amp;A session.
                 <br/>
                 <br/>
                 <span style="text-decoration: underline; color: #00a3ff;">
                  <strong>
                   <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                    Secure your webinar spot &gt;
                   </a>
                  </strong>
                 </span>
                 <br/>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacer3862f878-7556-4194-af3f-e49218442ea5">
           <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacerddb29cb6-f337-4b29-ac05-31e559debc3b">
           <td class="darkmode-bg wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; background-color: #fefefe">
            <table align="center" bgcolor=" #d3dff0" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background-color:  #d3dff0; margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" bgcolor=" #d3dff0" height="2px" style="
                                                                background-color:  #d3dff0;
                                                                font-size: 5px;
                                                                line-height: 5px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPink464f12c8-d222-4172-8b70-78dccee457ae">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkTextede628f8-8f3b-460c-a497-8715e76a7ad3" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 OUR AI FUTURE 🤖
                </h3>
                <!--
                                                            <a href=
"https://connect.pluralsight.com/MzAzLU1OSS04MDkAAAGZQvRe-SUSuGiH5ngBXiCYKEsZGNNkNRSyg4gr4FmV1_xiw9VS4ajARBQSo3ru7TTDgDY-_zY="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImagec75aaf17-46da-4b75-875a-ee1183857e69">
           <td align="center" class="wide-column" style="margin:0;padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px;">
            <div class="mktoImg" id="wideImg61162c36-c37d-49f6-9d76-6b2c03b808aa" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="Our AI Future" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2503-newsletter-skillslearner-section-2.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc0MDU5fQ:1tu9Af:M6rQlI-7zE1H7mL-h5U6anMI3EX6WZaoNLx-iSDmxcI" style="width: 100%; max-width: 680px; height: auto; border-top-right-radius: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; background-color: #ffffff00; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 24px; line-height: 15px;color: #130f25; margin: auto; display: block;"/>
             </a>
            </div>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph50956e77-4a74-4517-9b31-2e8ea9b3a815">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphText5ffe7c67-428f-475c-9319-63a894ac0efd" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 <strong>
                  Retrieval-Augmented Generation (RAG)
                 </strong>
                 is a transformative approach to building smarter, dynamic AI systems.
                 <br/>
                 <br/>
                 It combines two powerful processes:
                 <strong>
                  retrieving relevant information
                 </strong>
                 from external sources and
                 <strong>
                  generating responses
                 </strong>
                 based on that information.
                 <br/>
                 <br/>
                 <span style="text-decoration: underline; color: #00a3ff;">
                  <strong>
                   <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                    Gain some practical RAG know-how &gt;
                   </a>
                  </strong>
                 </span>
                 <br/>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacer141ab5c2-6c06-4971-b782-3af5d6684ac1">
           <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacer15402d2e-7de5-4df3-a3d0-6a9e6ab8a8c6">
           <td class="darkmode-bg wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; background-color: #fefefe">
            <table align="center" bgcolor=" #d3dff0" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background-color:  #d3dff0; margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" bgcolor=" #d3dff0" height="2px" style="
                                                                background-color:  #d3dff0;
                                                                font-size: 5px;
                                                                line-height: 5px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPink15b51996-8cd7-4c96-8ce4-3ec2b9915c30">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkText857db3f5-8640-49f9-a34c-df37bfb92a86" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 TECH TIP JAR ✏ ️
                </h3>
                <!--
                                                            <a href=
"https://connect.pluralsight.com/MzAzLU1OSS04MDkAAAGZQvRe-SUSuGiH5ngBXiCYKEsZGNNkNRSyg4gr4FmV1_xiw9VS4ajARBQSo3ru7TTDgDY-_zY="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImage3922c319-d8ea-438b-8fce-a3402dca97ae">
           <td align="center" class="wide-column" style="margin:0;padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px;">
            <div class="mktoImg" id="wideImgcac2bdc5-f9c9-4621-b747-59971e28f8cc" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="Tech Tip Jar" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2503-newsletter-skillslearner-section-3.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc0MjcwNn0:1tu9Af:4MLZ7w7alSEklmawFF6YsyryX5SnQ-y8YNo3NWF2bPg" style="width: 100%; max-width: 680px; height: auto; border-top-right-radius: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; background-color: #ffffff00; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 24px; line-height: 15px;color: #130f25; margin: auto; display: block;"/>
             </a>
            </div>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph2ccbff67-d95b-4216-8936-9f4c8fff05f0">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphText1e901d2c-b700-4d51-a921-ea1df9d7c1a0" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 Just like people, machines have different learning styles. Five to be precise:
                 <strong>
                  supervised, unsupervised, semi-supervised, self-supervised,
                 </strong>
                 and
                 <strong>
                  reinforcement learning
                 </strong>
                 .
                 <br/>
                 <br/>
                 Take a look at how these various types of machine learning paradigms can be applied with real-world examples.
                 <br/>
                 <br/>
                 <span style="text-decoration: underline; color: #00a3ff;">
                  <strong>
                   <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                    Dive into machine learning use cases &gt;
                   </a>
                  </strong>
                 </span>
                 <br/>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacerafe61e09-379c-4a6f-a9cd-510da1644bf3">
           <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacer60dd488f-9d9f-4bce-8561-d65a328bf6e3">
           <td class="darkmode-bg wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; background-color: #fefefe">
            <table align="center" bgcolor=" #d3dff0" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background-color:  #d3dff0; margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" bgcolor=" #d3dff0" height="2px" style="
                                                                background-color:  #d3dff0;
                                                                font-size: 5px;
                                                                line-height: 5px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPinka58d833e-61e3-43d0-a377-cbc04c3f13fd">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkText7f5a06e0-a852-45b7-8310-fa95c15f65b5" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 CERT ALERT 📚
                </h3>
                <!--
                                                            <a href=
"https://connect.pluralsight.com/MzAzLU1OSS04MDkAAAGZQvRe-SUSuGiH5ngBXiCYKEsZGNNkNRSyg4gr4FmV1_xiw9VS4ajARBQSo3ru7TTDgDY-_zY="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImage1e8bbf17-e145-464b-a892-0bdb269afdd9">
           <td align="center" class="wide-column" style="margin:0;padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px;">
            <div class="mktoImg" id="wideImg2049d3e7-84ad-4269-abd5-b0a038a021a5" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="Cert Alert" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2503-newsletter-skillslearner-section-4.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc0NDAxNX0:1tu9Af:lV1_CSlN0Oj84NiAIrCsLH0hlJb3uqXdCbX8U3CJjjc" style="width: 100%; max-width: 680px; height: auto; border-top-right-radius: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; background-color: #ffffff00; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 24px; line-height: 15px;color: #130f25; margin: auto; display: block;"/>
             </a>
            </div>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraphedabf0ea-3566-43f4-84cd-069691f4eef3">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphTextd7e4dcaa-41cd-4334-928c-7def97d88606" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 The
                 <strong>
                  Microsoft Azure Administrator Associate certification
                 </strong>
                 validates your skills in administering and managing Azure environments. But the exam has a few surprises that can make it difficult to pass.
                 <br/>
                 <br/>
                 Cloud expert and Principal Author
                 <span style="text-decoration: underline; color: #00a3ff;">
                  <strong>
                   <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                    Joe Lowery
                   </a>
                  </strong>
                 </span>
                 shares the technical domains covered in the exam, its structure, and tips to help you ace the AZ-104 exam the first time.
                 <br/>
                 <br/>
                 <span style="text-decoration: underline; color: #00a3ff;">
                  <strong>
                   <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                    Watch Joe’s video overview &gt;
                   </a>
                  </strong>
                 </span>
                 <br/>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacerd4bca296-6f99-40f2-abc6-ba966e5537f9">
           <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacer8edbe06c-ff7f-4481-a37a-7c18d3108fc2">
           <td class="darkmode-bg wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; background-color: #fefefe">
            <table align="center" bgcolor=" #d3dff0" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background-color:  #d3dff0; margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" bgcolor=" #d3dff0" height="2px" style="
                                                                background-color:  #d3dff0;
                                                                font-size: 5px;
                                                                line-height: 5px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPinkce32f805-3e4b-4705-884d-c4123faae292">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkTextaa6cc066-b439-4a7a-8868-1201f7a3e6e0" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 TIMES FOR SOME CLOUD CONTROL ⛅
                </h3>
                <!--
                                                            <a href=
"https://connect.pluralsight.com/MzAzLU1OSS04MDkAAAGZQvRe-SUSuGiH5ngBXiCYKEsZGNNkNRSyg4gr4FmV1_xiw9VS4ajARBQSo3ru7TTDgDY-_zY="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImage9d1993dc-6548-4d40-96de-e39e706b4c48">
           <td align="center" class="wide-column" style="margin:0;padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px;">
            <div class="mktoImg" id="wideImg778ae1dd-ba44-4d0d-a6ff-703f3ca4a24e" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="Time for Some Cloud Control" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2502-newsletter-skillsleader-section5.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc0NTY2N30:1tu9Af:4bdV3mFx9wI15IrPwyIIBTGFzTrkYiYoiQnuNCIedlA" style="width: 100%; max-width: 680px; height: auto; border-top-right-radius: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; background-color: #ffffff00; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 24px; line-height: 15px;color: #130f25; margin: auto; display: block;"/>
             </a>
            </div>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph3d8d0e2d-e5bb-489e-85c7-1997deee067a">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphTexte091ff06-5242-4e6e-ae57-ab9cd49e4d60" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 <strong>
                  Amazon Web Services (AWS)
                 </strong>
                 provides the tools and resources to thrive in cloud computing. It offers a global-scale platform to build, test, and run workloads, whether for development or production.
                 <br/>
                 <br/>
                 In this fresh article, you’ll learn the basics of AWS and how it can benefit your org, including:
                 <br/>
                </p>
                <ul>
                 <li>
                  Its global infrastructure
                 </li>
                 <li>
                  Top AWS services and their uses
                 </li>
                 <li>
                  What makes AWS' cloud solutions scalable, secure, and innovative
                 </li>
                </ul>
                <span style="text-decoration: underline; color: #00a3ff;">
                 <strong>
                  <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                   Get the inside scoop on AWS &gt;
                  </a>
                 </strong>
                </span>
                <br/>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacere79e02b2-4111-491f-9402-849f100cbe53">
           <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacerda5ed78a-7c3d-4f3f-bcfb-78e5fa0ca215">
           <td class="darkmode-bg wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; background-color: #fefefe">
            <table align="center" bgcolor="#D3DFF0" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background-color: #D3DFF0; margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" bgcolor="#D3DFF0" height="2px" style="
                                                                background-color: #D3DFF0;
                                                                font-size: 5px;
                                                                line-height: 5px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPinkf89e1fce-5e15-4a4c-a5c6-5131e4416f3f">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkText270c6433-6d6d-40da-96dc-de78fc01d058" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 POLL O’CLOCK
                </h3>
                <!--
                                                            <a href=
"https://connect.pluralsight.com/MzAzLU1OSS04MDkAAAGZQvRe-SUSuGiH5ngBXiCYKEsZGNNkNRSyg4gr4FmV1_xiw9VS4ajARBQSo3ru7TTDgDY-_zY="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule 31jan2025" id="paragraph6192a72a-ad1a-4a74-a783-8159ff610c38">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:18px;padding-left:50px; border-top-right-radius: 0px; border-top-left-radius: 0px;background-color:#ffffff00;font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 28px; color: #130f25;">
                <p class="mktoText" id="paragraphText12527378-d387-4778-964c-ed6703c2a708" style="margin: 0; font-size: 16px; color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 <strong>
                  What are you most interested in seeing in this newsletter?
                 </strong>
                 <br/>
                 Your vote shapes our content—choose below.
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule 31jan2025" id="anyHtmlbe59367a-ec77-4d9e-bb66-e8b236f33773">
           <td align="center" class="wide-column" style="padding-top: 10px; padding-right:50px; padding-bottom: 10px; padding-left:50px; text-align:center; background-color: #fefefe !important;">
            <!--[if mso]>    <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">    <tr>    <td width="600">    <![endif]-->
            <div class="" style="width:100%; margin: auto; vertical-align: top;">
             <table border="0" cellpadding="0" cellspacing="0" role="presentation">
              <tbody>
               <tr>
                <td class="sm-stack-column-center darkmode-text" style="width:50%; display:inline-block; vertical-align: top; padding-top: 10px;">
                 <a rel="noopener noreferrer" target="_blank">
                  <img alt="Technical tutorials" class="g-img sm-stack-column-center" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.ltms.app%252Fpl%252Fw9qc0yj3nqxfb8jwg8cvugln1%252F41246%252Foption.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5sdG1zLiIsInRpbWUiOjE3NDIyMTI5MzcuOTc0Nzc4fQ:1tu9Af:NcbdfNkCz2KyZJJcxPWMB--zi4QB8_jGMwwBHTFutkI" style="display:inline-block; width: 90%; height: auto; margin: auto;"/>
                 </a>
                </td>
                <td class="sm-stack-column-center darkmode-text" style="width:50%; display:inline-block; vertical-align: top; padding-top: 10px;">
                 <a rel="noopener noreferrer" target="_blank">
                  <img alt="Career advice" class="g-img sm-stack-column-center" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.ltms.app%252Fpl%252Fw9qc0yj3nqxfb8jwg8cvugln1%252F41247%252Foption.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5sdG1zLiIsInRpbWUiOjE3NDIyMTI5MzcuOTc0OTUxNX0:1tu9Af:pmJI7VLiPQ8u-qUA7imw60bqIlZkVUagShOApgIGh5I" style="display:inline-block; width: 90%; height: auto; margin: auto;"/>
                 </a>
                </td>
               </tr>
               <tr>
                <td class="sm-stack-column-center darkmode-text" style="width:50%; display:inline-block; vertical-align: top; padding-top: 10px;">
                 <div>
                  <a rel="noopener noreferrer" target="_blank">
                   <img alt="Tech predictions" class="g-img sm-stack-column-center" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.ltms.app%252Fpl%252Fw9qc0yj3nqxfb8jwg8cvugln1%252F41248%252Foption.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5sdG1zLiIsInRpbWUiOjE3NDIyMTI5MzcuOTc1MTU3N30:1tu9Af:oiFFaEFkkvwet_sJVQKt1bIISN1A6H7rNaJ9ITTun5k" style="display:inline-block; width: 90%; height: auto; margin: auto;"/>
                  </a>
                 </div>
                </td>
                <td class="sm-stack-column-center darkmode-text" style="width:50%; display:inline-block; vertical-align: top; padding-top: 10px;">
                 <div>
                  <a rel="noopener noreferrer" target="_blank">
                   <img alt="All of the above" class="g-img sm-stack-column-center" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.ltms.app%252Fpl%252Fw9qc0yj3nqxfb8jwg8cvugln1%252F41249%252Foption.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5sdG1zLiIsInRpbWUiOjE3NDIyMTI5MzcuOTc1MzU3M30:1tu9Af:Hm--1ik0VBwTMS0RPJnU06cT5vPFtEozeSa6gKdtcyI" style="display:inline-block; width: 90%; height: auto; margin: auto;"/>
                  </a>
                 </div>
                </td>
               </tr>
              </tbody>
             </table>
            </div>
            <!--[if mso]>    </td>    </tr>    </table>    <![endif]-->
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacer2ee98724-a0c6-4885-a6c9-be8c0ee03620">
           <td class="wide-column" style="padding-top:18px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacer3bccacdb-ce93-4db7-b405-1bb935a7399a">
           <td class="darkmode-bg wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; background-color: #fefefe">
            <table align="center" bgcolor="#D3DFF0" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background-color: #D3DFF0; margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" bgcolor="#D3DFF0" height="2px" style="
                                                                background-color: #D3DFF0;
                                                                font-size: 5px;
                                                                line-height: 5px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPink4ee99050-07ac-4543-983d-3e482f03a023">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkText5a44ccef-04b9-4d9a-9e79-950ff9005229" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 ICYMI 😀
                </h3>
                <!--
                                                            <a href=
"https://connect.pluralsight.com/MzAzLU1OSS04MDkAAAGZQvRe-SUSuGiH5ngBXiCYKEsZGNNkNRSyg4gr4FmV1_xiw9VS4ajARBQSo3ru7TTDgDY-_zY="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph8f2d4e81-723a-4ee1-b71e-34cda4012659">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphTextfa038706-71e8-468e-aa8f-ea27e97f094b" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                </p>
                <ul>
                 <li>
                  <span style="text-decoration: underline; color: #00a3ff;">
                   <strong>
                    <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                     [VIDEO] 2025 Tech Trends: The Skills to Master and Roles to Watch
                    </a>
                   </strong>
                  </span>
                 </li>
                 <li>
                  <span style="text-decoration: underline; color: #00a3ff;">
                   <strong>
                    <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                     There are $1 trillion reasons to have AI as a key skill in 2025
                    </a>
                   </strong>
                  </span>
                 </li>
                 <li>
                  <span style="text-decoration: underline; color: #00a3ff;">
                   <strong>
                    <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                     Using and Creating AWS CDK Constructs
                    </a>
                   </strong>
                  </span>
                 </li>
                 <li>
                  <span style="text-decoration: underline; color: #00a3ff;">
                   <strong>
                    <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                     Bringing AI on-prem: How to use local models in LangChain
                    </a>
                   </strong>
                  </span>
                 </li>
                </ul>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPinka234422f-376d-42e9-85b6-379665d9aa5a">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkText01e71b91-ecdb-4f16-b593-37233a7734bc" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 JOIN US 👋
                </h3>
                <!--
                                                            <a href=
"https://connect.pluralsight.com/MzAzLU1OSS04MDkAAAGZQvRe-SUSuGiH5ngBXiCYKEsZGNNkNRSyg4gr4FmV1_xiw9VS4ajARBQSo3ru7TTDgDY-_zY="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraphf147f14b-eb12-41f6-9a5a-c86090a7bd0a">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphText90a1a341-215a-42d5-905d-19ce2846eeda" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                </p>
                <ul>
                 <li>
                  <p>
                   Connect with us on
                   <span style="text-decoration: underline; color: #00a3ff;">
                    <strong>
                     <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                      LinkedIn
                     </a>
                    </strong>
                   </span>
                  </p>
                 </li>
                 <li>
                  <p>
                   Subscribe to our
                   <span style="text-decoration: underline;">
                    <span style="color: #00a3ff;">
                     <strong>
                      <a id="" style="color: #00a3ff; text-decoration: underline;" target="_blank">
                       YouTube channel
                      </a>
                     </strong>
                    </span>
                   </span>
                  </p>
                 </li>
                 <li>
                  <p>
                   Follow us on
                   <span style="text-decoration: underline;">
                    <span style="color: #00a3ff;">
                     <strong>
                      <a style="color: #00a3ff; text-decoration: underline;" target="_blank">
                       X
                      </a>
                     </strong>
                    </span>
                   </span>
                  </p>
                 </li>
                </ul>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacere3731596-3ebc-4b08-9a56-a5c38e8259ae">
           <td class="wide-column" style="padding-top:24px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule 31jan2025 footer" id="defaultFooteref018896-fd4b-4df5-bd53-6509d0ff6943">
           <td bgcolor="#E6EDF4" class="footer" style="background-color:#E6EDF4; padding: 40px 20px 0px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px; text-align: center; color: #242145 !important;">
            <table border="0" cellpadding="0" cellspacing="0" class="footer" role="presentation" style="max-width:680px">
             <!--LOGO : BEGIN-->
             <tbody>
              <tr>
               <td style="display: block; padding: 30px 0; text-align: center">
                <a>
                 <img alt="Pluralsight Logo" border="0" class="light-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252Femail%2520logo_footer%25402x.png%253Fversion%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc1NTMxNn0:1tu9Af:2fhmDBbo1c0MKi_RChQ-pjBUq4MPFUSa1B3d-jXTnAs" style="width:100%; max-width:200px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; 
font-size: 12px; line-height: 15px;color: #242145; margin:auto" width="200px"/>
                </a>
                <!--[if !mso]><! -->
                <a>
                 <img alt="Pluralsight Logo" border="0" class="dark-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FPluralsight-Logo-Horizontal-ColorWhite-Fill.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc1NjYwOH0:1tu9Af:PW16zbq3WCbnWs8BT-nl4MOUScXgo2NJxEaJ26kjlzg" style="width:100%; max-width:200px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: 
#242145; margin:auto; display:none" width="200px"/>
                </a>
                <!--<![endif]-->
               </td>
               <td style="display: none; padding: 30px 0; text-align: center">
                <a>
                 <img alt="A Cloud Guru Logo" border="0" class="light-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FACG-logo_ACG-Black.png%253Fversion%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc1NzcyfQ:1tu9Af:4qEftGsVVEDJa1S8NuKiI9XZd6opjqqCQwohQmCcCfQ" style="width:100%; max-width:200px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; 
font-size: 12px; line-height: 15px;color: #242145; margin:auto" width="200px"/>
                </a>
                <!--[if !mso]><! -->
                <a>
                 <img alt="A Cloud Guru Logo" border="0" class="dark-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FACG-logo_ACG-White.png%253Fversion%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc1ODc4Mn0:1tu9Af:o-IgegagfdiCOwbyrBMESJ6XiATmkGIr0ASylQH6mf4" style="width:100%; max-width:200px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: 
#242145; margin:auto; display:none" width="200px"/>
                </a>
                <!--<![endif]-->
               </td>
              </tr>
              <!--LOGO : END-->
              <!--Download Buttons : BEGIN-->
              <tr>
               <td style="padding:20px 0; text-align: center">
                <a style="padding: 20px 10px; text-align: center" target="_blank">
                 <img alt="Get it on Google Play" border="0" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252Fget-googleplay.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc2MDA5NH0:1tu9Af:CntmVaTOnJXAv4hIc5v9smo7FTgWRhAQ18b5rVArxsE" style="vertical-align:top; max-width:117.5px; height: auto; font-family: 
'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145;" width="40%"/>
                </a>
                <a style="padding: 20px 10px; text-align: center" target="_blank">
                 <img alt="Download on the App Store" border="0" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252Fdownload-apple.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc2MTk4NH0:1tu9Af:cd9FcB3Hc4um1CJ2hY2_pnYP372bqJIAv2wPvM4V1sk" style="vertical-align:top; max-width:117.5px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145;" width="40%"/>
                </a>
               </td>
              </tr>
              <!--Download Buttons : END-->
              <!--Social Icons : BEGIN-->
              <tr>
               <td style="padding: 20px 0; text-align: center; color: #242145 !important;">
                <!--Icons by icons8.com-->
                <a style="padding: 10px 10px; text-align: center" target="_blank">
                 <img alt="Instagram" border="0" class="light-img" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252Finstagram%25402x.png%253Fversion%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc2MzZ9:1tu9Af:qNqWJGgtYE5js-kgvFDpdS9pJQ39I6VKtCx_I4ywPNs" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; 
line-height: 15px;color: #242145;" width="auto"/>
                 <!--[if !mso]><! -->
                 <img alt="Instagram" border="0" class="dark-icon" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FL-instagram-50.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc2NTQ1fQ:1tu9Af:YB-96CSfoKx5Eh0kcRsU4LrypKu1SfO8-rWEwCqDiSg" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145; display:none" width="auto"/>
                 <!--<![endif]-->
                </a>
                <a style="padding: 10px 10px; text-align: center" target="_blank">
                 <img alt="Facebook" border="0" class="light-img" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252Ffacebook%25402x.png%253Fversion%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc2NzQ0Mn0:1tu9Af:93ZX3Iej038QN18qjsnV7XyDNp6F_hvu2nQOfyvbX5g" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; 
line-height: 15px;color: #242145;" width="auto"/>
                 <!--[if !mso]><! -->
                 <img alt="Facebook" border="0" class="dark-icon" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FL-facebook-64.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc2OTI4N30:1tu9Af:kgZGkqifebkzCUaH8gbD5W7uR1u3bnn_cgHFb7omtvk" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145; display:none" width="auto"/>
                 <!--<![endif]-->
                </a>
                <a style="padding: 10px 10px; text-align: center" target="_blank">
                 <img alt="YouTube" border="0" class="light-img" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252Fyoutube%25402x.png%253Fversion%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc3MTA3fQ:1tu9Af:JvAgSfPyKEGO0gdjHcsawdhSaxy_nCl8sfuKdYPoQ1E" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; 
line-height: 15px;color: #242145;" width="auto"/>
                 <!--[if !mso]><! -->
                 <img alt="YouTube" border="0" class="dark-icon" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FL-youtube-64.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc3Mjk0fQ:1tu9Af:5CcdLTRTIzKZM5ZmYYzUMvnDtqrcmjXJ15KZ0VvlsXM" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145; display:none" width="auto"/>
                 <!--<![endif]-->
                </a>
                <a style="padding: 10px 10px; text-align: center" target="_blank">
                 <img alt="LinkedIn" border="0" class="light-img" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252Flinkedin%25402x.png%253Fversion%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc3NTA2NH0:1tu9Af:XRVjGCxtxt-IHAodstsxZOWyMzAB73V57fLWAhYbD6E" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; 
line-height: 15px;color: #242145;" width="auto"/>
                 <!--[if !mso]><! -->
                 <img alt="LinkedIn" border="0" class="dark-icon" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FL-linkedin-64.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc3NzIyMn0:1tu9Af:u6RQsKfIgze12uX5PB0u5HuznNYDnXEV9-keC45KQ10" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145; display:none" width="auto"/>
                 <!--<![endif]-->
                </a>
                <a style="padding: 10px 10px; text-align: center" target="_blank">
                 <img alt="Twitter" border="0" class="light-img" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252Fx%25402x.png%253Fversion%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc3OTI4Mn0:1tu9Af:yiRIZBlKuXDE2C-XNo6U52YjBxOXE2RnBUUWF95oW-E" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 
15px;color: #242145;" width="auto"/>
                 <!--[if !mso]><! -->
                 <img alt="Twitter" border="0" class="dark-icon" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FL-twitter-50.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3NDIyMTI5MzcuOTc4MDUyfQ:1tu9Af:11RSysmfrILcWOJToG1eCd94O_DiCam-qqYzqUnSQUI" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145; display:none" width="auto"/>
                 <!--<![endif]-->
                </a>
                <!-- <a href=
"https://connect.pluralsight.com/MzAzLU1OSS04MDkAAAGZQvRe-bIPHGu9Po6GCq3aPH_n1erBS4vEX2hguiGn4KMGAY6Xu675DhWzgd2S1A2BX5KWI-I=" target="_blank" style="padding: 10px 10px; text-align: center"
>
                                                            <img src="https://go.pluralsight.com/rs/303-MNI-809/images/discord-50.png" width="12px" height="auto" alt="Discord" border="0" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145;"/>
                                                        </a> -->
               </td>
              </tr>
              <!--Social Icons : END-->
             </tbody>
            </table>
           </td>
          </tr>
         </table>
         <!-- MKTO Container : END -->
        </td>
       </tr>
      </tbody>
     </table>
     <!-- Email Body w Round Corners : END-->
     <!--[if mso]>
                </td>
                </tr>
                </table>
                <![endif]-->
    </div>
    <!--Email Header + Body : END-->
    <!-- Static Footer : BEGIN -->
    <table border="0" cellpadding="0" cellspacing="0" class="footer" role="presentation" style="max-width: 680px; margin: 0 auto;" width="100%">
     <tbody>
      <tr>
       <td bgcolor="#E6EDF4" style="background-color:#E6EDF4; padding: 0px 20px 40px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px; text-align: center; color: #242145 !important;">
        <table border="0" cellpadding="0" cellspacing="0" class="footer" role="presentation" style="max-width:680px">
         <tbody>
          <tr>
           <td style="padding: 20px 0px; text-align: center; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important;">
            <span class="unstyle-auto-detected-links">
             Copyright © 2004 - 2025 Pluralsight LLC
            </span>
            <br/>
            <span style="font-style: italic;">
             All logos and trademarks are the properties of their respective owners
            </span>
            <br/>
            <br/>
            <span class="unstyle-auto-detected-links">
             42 Future Way Draper, UT 84020
            </span>
            <br/>
            <br/>
            <span>
             <a style="text-decoration: underline; color: #242145;">
              manage preferences
             </a>
            </span>
            <span>
             |
            </span>
            <unsubscribe>
             <a style="text-decoration: underline; color: #242145;">
              unsubscribe
             </a>
            </unsubscribe>
            <span>
             |
            </span>
            <span>
             <a style="text-decoration: underline; color: #242145;">
              privacy policy
             </a>
            </span>
           </td>
          </tr>
          <tr>
           <td class="wide-column-footer" style="padding: 20px 30px 0px; text-align: justify; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important;">
            <div class="mktoText" id="disclaimer" style="text-align: justify; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important;">
            </div>
           </td>
          </tr>
         </tbody>
        </table>
       </td>
      </tr>
     </tbody>
    </table>
    <!-- Static Footer : END -->
    <!--[if mso]>
            </td>
            </tr>
            </table>
            <![endif]-->
   </div>
  </center>
  <!--Litmus Tracking Pixel: BEGIN-->
  <style data-ignore-inlining="">
   @media (prefers-color-scheme: dark) { #_t::before {content:url('https://inboxflows.com/_/image/https%253A%252F%252Fd8yw2ed2.emltrk.com%252Fv2%252Fd8yw2ed2%253Frd%2526i%253D4268818%2526t%253D250317-EB-Skills%2520Learner%2520B2B%2520Prospects/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkOHl3MmVkMi5lbSIsInRpbWUiOjE3NDIyMTI5MzcuOTM4MDkyfQ:1tu9Af:axI7ELPAMuUXmhvrByd55sixjsUVH4Oc7Uv_3t3uzso');}} 
    @media (prefers-color-scheme: light) { #_t::before {content:url('https://inboxflows.com/_/image/https%253A%252F%252Fd8yw2ed2.emltrk.com%252Fv2%252Fd8yw2ed2%253Frl%2526i%253D4268818%2526t%253D250317-EB-Skills%2520Learner%2520B2B%2520Prospects/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkOHl3MmVkMi5lbSIsInRpbWUiOjE3NDIyMTI5MzcuOTM5MTY1fQ:1tu9Af:ksGb3XeNJRBt8lNswAUTExQcgu3IhaMTg0R3opQa8WY');}} 
    @media print{ #_t {background-image:url('https://inboxflows.com/_/image/https%253A%252F%252Fd8yw2ed2.emltrk.com%252Fv2%252Fd8yw2ed2%253Fp%2526i%253D4268818%2526t%253D250317-EB-Skills%2520Learner%2520B2B%2520Prospects/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkOHl3MmVkMi5lbSIsInRpbWUiOjE3NDIyMTI5MzcuOTM5ODA2fQ:1tu9Af:hC7Yo4JCbMVWruoTsSEwyXKQ1jXihhKpJ1ID8uNClD0');}} 
    div.OutlookMessageHeader {background-image:url('https://inboxflows.com/_/image/https%253A%252F%252Fd8yw2ed2.emltrk.com%252Fv2%252Fd8yw2ed2%253Ff%2526i%253D4268818%2526t%253D250317-EB-Skills%2520Learner%2520B2B%2520Prospects/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkOHl3MmVkMi5lbSIsInRpbWUiOjE3NDIyMTI5MzcuOTQwMDk0NX0:1tu9Af:vpY-3tRaAlgBo8d1T65pHv1c14T5V_R0M-kvlPVFWa0')} 
    table.moz-email-headers-table {background-image:url('https://inboxflows.com/_/image/https%253A%252F%252Fd8yw2ed2.emltrk.com%252Fv2%252Fd8yw2ed2%253Ff%2526i%253D4268818%2526t%253D250317-EB-Skills%2520Learner%2520B2B%2520Prospects/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkOHl3MmVkMi5lbSIsInRpbWUiOjE3NDIyMTI5MzcuOTQwMDk0NX0:1tu9Af:vpY-3tRaAlgBo8d1T65pHv1c14T5V_R0M-kvlPVFWa0')} 
    blockquote #_t {background-image:url('https://inboxflows.com/_/image/https%253A%252F%252Fd8yw2ed2.emltrk.com%252Fv2%252Fd8yw2ed2%253Ff%2526i%253D4268818%2526t%253D250317-EB-Skills%2520Learner%2520B2B%2520Prospects/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkOHl3MmVkMi5lbSIsInRpbWUiOjE3NDIyMTI5MzcuOTQwMDk0NX0:1tu9Af:vpY-3tRaAlgBo8d1T65pHv1c14T5V_R0M-kvlPVFWa0')} 
    #MailContainerBody #_t {background-image:url('https://inboxflows.com/_/image/https%253A%252F%252Fd8yw2ed2.emltrk.com%252Fv2%252Fd8yw2ed2%253Ff%2526i%253D4268818%2526t%253D250317-EB-Skills%2520Learner%2520B2B%2520Prospects/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkOHl3MmVkMi5lbSIsInRpbWUiOjE3NDIyMTI5MzcuOTQwMDk0NX0:1tu9Af:vpY-3tRaAlgBo8d1T65pHv1c14T5V_R0M-kvlPVFWa0')}
  </style>
  <div id="_t">
  </div>
  <img alt="" border="0" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fd8yw2ed2.emltrk.com%252Fv2%252Fd8yw2ed2%253Fi%253D4268818%2526t%253D250317-EB-Skills%2520Learner%2520B2B%2520Prospects/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkOHl3MmVkMi5lbSIsInRpbWUiOjE3NDIyMTI5MzcuOTc4MTY4NX0:1tu9Af:twEILnN2cfMkqu3U-Z17BVkXtL90RJf91DMGw7o9Vn4" width="1"/>
  <!--Litmus Tracking Pixel: END-->
  <a>
  </a>
  <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fconnect.pluralsight.com%252Ftrk%253Ft%253D1%2526mid%253DMzAzLU1OSS04MDkAAAGZQvRe-ai21I31fnXXVEHtT3OWKIzXe-mFNhRaefY40rOCBGsbpNQs_t34Rpmnh_x9LHTjbVxVJ2k5Omr58D59-ISkyYjUq_JkpZ0-gPG7uGdj9lcWIgd0v47xwluefJbVhhh55HwLulM5y7dy/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjb25uZWN0LnBsdSIsInRpbWUiOjE3NDIyMTI5MzcuOTc4MzE3N30:1tu9Af:OIGGYpyKVKFX_yy1Q7B7eKlH-FpAwg8gvcWiVt6Kti4" style="display:none !important;" width="1"/>
  <p>
   <font face="Verdana" size="1">
    This email was sent to b68aae10@uifeed.com. If you no longer wish to receive these emails you may
    <a>
     unsubscribe
    </a>
    at any time.
   </font>
  </p>
 </body>
</html>