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: 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>
   /* 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;
            }
	        /* 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 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;
            }
            }

        /* 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;
            }
            .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-->
 <!-- <meta class="mktoNumber" id="spacerHeight" mktoName="Spacer Height" default="20" min="5" max="40" units="px" step="5" mktoModuleScope="true"> -->
 <!-- <meta class="mktoString" id="transparentCTA" mktoName="Transparent CTA" default="padding: 0px !important; font-weight: bold; background-color: inherit; color:#e7005e !important" mktoModuleScope="false"> -->
 <!-- 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;">
   Resources on in-demand skills &amp; best-paying roles
  </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%252FPluralsight-Logo-Horizontal-Color-Fill.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTg5Mzk1OH0:1rcp8u:ski7lD-myoXMrfu7wYDWGroBd6lqBis64CY3JEKA0_c" style="width:100%; max-width:172.5px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 15px; line-height: 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkwMjgwM30:1rcp8u:VrfQgYa-6RPIBQCmvkE7-ZU7_PXHji2CA2kigkr9en4" style="width:100%; max-width:172.5px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 15px; line-height: 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="blankSpacere034b9be-72fe-4d32-b611-09ae55400786">
           <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="linksLearnerNewsletter53f25a47-ad8e-46d9-9b85-cc80922857a7">
           <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="newsletterLinksf974643c-9c12-48a8-bf09-6c21f878ba22" style="margin: 0; font-size: 12px; color: #808284; text-align:center; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important;">
                 <span>
                  <a style="color: #808284">
                   Log in
                  </a>
                 </span>
                 <span>
                  |
                 </span>
                 <span>
                  <a style="color: #808284">
                   Create a channel
                  </a>
                 </span>
                 <span>
                  |
                 </span>
                 <span>
                  <a style="color: #808284">
                   Leave a review
                  </a>
                 </span>
                 <span>
                  |
                 </span>
                 <span>
                  <a style="color: #808284">
                   Set a learning goal
                  </a>
                 </span>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level2Heading11909363-56a0-4e0c-81aa-f0f1c7e5b4f1">
           <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:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 32px; line-height: 20px; color: #130f25;">
                <h2 class="mktoText" id="heading2Textecb1fa5a-0d55-4090-9529-af5edd6065ba" 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;">
                  Welcome to our newsletter, tech learner
                 </div>
                </h2>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph77162969-a6dd-4d71-90a0-218c6f7d4baa">
           <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="paragraphText0f19996e-5f6c-46d4-95f1-d1b75e662137" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                </p>
                <div style="text-align: center;">
                 <em style="text-size-adjust: 100%; color: #130f25; font-family: Montserrat, Tahoma, Arial, sans-serif; font-size: 14px; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #fefefe; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">
                  Digging these insights? Share it with a fellow learner (so they can dig them, too).
                 </em>
                </div>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacera0c2ddc9-9be0-4d06-b0d5-899d804e1f4b">
           <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="level3HeadingPink331b5841-4d5d-4209-9bdf-0823f72fff66">
           <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="heading3PinkText7b2c2e9a-54c9-4a68-83f9-8e6ad8622c74" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 TECH TAKES 🌶
                </h3>
                <!--
                                                            <a href=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGRa2VjxcBy-XrEa2HA9Zw_SXyOYSNbYDHlQXXjXCZTvG9TBU_cc0xF9BUeYwFVUWA36QrYbKg="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImage9477bcd8-4128-4a8b-aa05-a0cc510f7142">
           <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="wideImg57bf2bf1-d04d-46ad-b818-eada686974bd" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="TECH TAKES" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2402-newsletter-skillslearner-section1image.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkwNTQ4OH0:1rcp8u:STKMjBgX3hXxoT4Fo6QvCBPsrPGBFO1E900oz0n37t4" 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="paragraph5058f97b-6725-4ec1-9085-84a29ff10a73">
           <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="paragraphText2b66f955-4c8d-45e2-b17c-54a9671418b6" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 In tech, having to constantly learn new things is just part of the game. But figuring out what to focus on can be tricky. To save you hours of Googling in the wee hours of the night, we’ve done the research and put together a list of the top skills to learn if you’re looking to make more money, rise up the tech ladder, and stand out to recruiters.
                 <br/>
                 <br/>
                 Here are the top
                 <span style="color: #ff1675;">
                  <strong>
                   <a id="" style="color: #ff1675;" target="_blank">
                    10 hottest tech skills
                   </a>
                  </strong>
                 </span>
                 to add to your toolbox in 2024:
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph24828f48-5c56-4c79-b238-62244798b672">
           <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="paragraphTexta83c4f13-3337-4f00-989d-85f1df0fefbd" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                </p>
                <ol>
                 <li>
                  AI/ML
                 </li>
                 <li>
                  Multicloud
                 </li>
                 <li>
                  Cybersecurity
                 </li>
                 <li>
                  Python
                 </li>
                 <li>
                  Kubernetes
                 </li>
                 <li>
                  Java
                 </li>
                 <li>
                  Linux
                 </li>
                 <li>
                  Docker
                 </li>
                 <li>
                  Powershell
                 </li>
                 <li>
                  Terraform
                 </li>
                </ol>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacere4b8ac62-3059-43d3-9475-10e9ebe2e871">
           <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="level3HeadingPink94516b00-f9ce-470f-bfb6-38ccecdc47df">
           <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="heading3PinkText27f72f5f-81cc-4573-95cd-264847ae061a" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 FOOD FOR THOUGHT 🍕
                </h3>
                <!--
                                                            <a href=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGRa2VjxcBy-XrEa2HA9Zw_SXyOYSNbYDHlQXXjXCZTvG9TBU_cc0xF9BUeYwFVUWA36QrYbKg="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImage3600881e-1140-4cf8-b5ca-8c562b29bdb9">
           <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="wideImg7602e7d0-3e56-4a37-9f1b-abe324ea75ee" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="FOOD FOR THOUGHT" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2402-newsletter-skillslearner-section2image.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkwNzU3fQ:1rcp8u:lAXu_ikYN_y9ejEmL4QEC_0mV2FNmQRD3ec-Lqia-cs" 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="paragraph6fc54ecb-ed36-4862-ac8e-c2b1f6cc1962">
           <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="paragraphTextdb249fca-ac13-40eb-ab0b-d06a991dbe00" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 It's hard to get far in tech without, you know, tech skills. The hard skills. But what happens when you've earned every cert there is, but you can't network to save your life?
                 <br/>
                 <br/>
                 Because the ones doing the hiring, promoting, and recommending aren’t robots and machines—they’re people. And if you plan on moving up or growing in any role, you’ll need to get good at people-ing.
                 <br/>
                 <br/>
                 So, despite what you’ve been told, here’s
                 <span style="color: #ff1675;">
                  <strong>
                   <a id="" style="color: #ff1675;" target="_blank">
                    why soft skills matter more than coding in tech careers
                   </a>
                  </strong>
                 </span>
                 .
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacerb50c74c9-5d77-4725-9c37-f42c22618b62">
           <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="lineSolidSpacer2bfd521d-136a-42af-892e-95b5c838b704">
           <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="level3HeadingPink286d1448-5927-4756-b7f0-ae5819a30b18">
           <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="heading3PinkText8588e711-10f0-462a-98c3-f6c4a729c58a" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 HOW TO 🛠
                </h3>
                <!--
                                                            <a href=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGRa2VjxcBy-XrEa2HA9Zw_SXyOYSNbYDHlQXXjXCZTvG9TBU_cc0xF9BUeYwFVUWA36QrYbKg="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImage7d419a27-304a-4e0e-8c00-3bab883b338a">
           <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="wideImg04ce666d-e3b9-4210-a0a7-91123a15707c" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="How to create and use Lambda layers using AWS" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2402-newsletter-skillslearner-section3image.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkwOTM1Mn0:1rcp8u:hV7keS5Dcq4d0X8oIMX166pTau7WooM806b-qO55fY0" 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="paragraph8549c7f4-dab3-46b7-b5a4-a0dbe4ca798a">
           <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="paragraphText65765fb8-e803-4a86-9283-2f8b617b731d" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 Ever wondered how to save tons of hours by not having to redo code you’ve already written?
                 <br/>
                 <br/>
                 <span style="color: #ff1675;">
                  <strong>
                   <a id="" style="color: #ff1675;" target="_blank">
                    In this tutorial
                   </a>
                  </strong>
                 </span>
                 , Principal Training Architect Andru Estes goes over how to easily package and reuse code across organizations and accounts using Lambda layers.
                 <br/>
                 <br/>
                 You’ll learn how to:
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph27290acf-a979-4261-b2de-09a379f0a208">
           <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="paragraphText40839f3f-7682-4d7b-843b-1d596d9f9176" 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>
                  Navigate the AWS console to create a Lambda layer
                 </li>
                 <li>
                  Implement and test a custom virus-scanning tool outside of Python’s default run-time
                 </li>
                 <li>
                  Use your Lambda layer to scan objects that get placed into an S3 bucket
                 </li>
                </ul>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacer52adfc9f-402a-4600-a2b9-997db1bda72e">
           <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="lineSolidSpacer2dfc0ffd-f7e0-4692-bf52-682f861e660c">
           <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="level3HeadingPink9d668399-4d4d-4b8e-9b25-abfe4fc4c8c8">
           <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="heading3PinkText8f932f7b-9b3c-4535-8d11-a19a740d3aad" 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=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGRa2VjxcBy-XrEa2HA9Zw_SXyOYSNbYDHlQXXjXCZTvG9TBU_cc0xF9BUeYwFVUWA36QrYbKg="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImage90b776b5-3b72-47bd-a9a1-286134d6acc7">
           <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="wideImg41a89d2e-6ab4-4275-a122-26f3417f55b2" 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%252F2402-newsletter-skillslearner-section4image.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkxMTAyfQ:1rcp8u:zIb-AOzJAJJlXcpdW5QmclEpHOlua4IAfjdbPY1HBlM" 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="paragraph3c18c477-d394-4fc1-a8a8-f5b6fa2152d6">
           <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="paragraphTextcab79819-b69d-4488-8d6c-46547615e867" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 Studying for the AZ-500 exam? Understanding defense in depth (DiD) best practices will go a long way in preparing for the certification and shoring up defenses against common attack vectors.
                 <br/>
                 <br/>
                 <span style="color: #ff1675;">
                  <strong>
                   <a style="color: #ff1675;" target="_blank">
                    In this 12-minute read
                   </a>
                  </strong>
                 </span>
                 , find out what DiD is, why it’s important, and the seven layers that make up this concept.
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacer69e5425b-0631-418d-ae24-7e01bc6c0f66">
           <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="lineSolidSpacer5c22b700-e31b-4db9-a0e1-30e945314257">
           <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="level3HeadingPinkc3365e71-f7d4-4e8a-ad30-40528fcf95c8">
           <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="heading3PinkText2f758618-3820-4e75-a7d3-85be790732ab" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 PATHWAYS TO SUCCESS 🛣
                </h3>
                <!--
                                                            <a href=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGRa2VjxcBy-XrEa2HA9Zw_SXyOYSNbYDHlQXXjXCZTvG9TBU_cc0xF9BUeYwFVUWA36QrYbKg="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImagea7cfe661-fdd9-4a75-97b7-ccbf8e5f1f8d">
           <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="wideImg591a30dd-197b-461b-8a73-e78e987328c6" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="PATHWAYS TO SUCCESS" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2402-newsletter-skillslearner-section5image.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkxMjkyNH0:1rcp8u:9Q222RQxBG_LOhHw8IT9KEVPUKkxAyhK9ayA2JSTnW8" 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="paragraph35eecf58-f502-4c36-ae77-0a574ccce47e">
           <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="paragraphTextdcfe9589-a053-4c93-9204-0e9ddd88cd04" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 Honestly, it’s never been a better time to be in or get into the IT field. With a handsome base pay and average raise of 9.2%, IT ranks second in both job security and opportunities.
                 <br/>
                 <br/>
                 <span style="color: #ff1675;">
                  <strong>
                   <a id="" style="color: #ff1675;" target="_blank">
                    Here’s a complete list of the highest-paying non-exec roles
                   </a>
                  </strong>
                 </span>
                 to go for in the IT field:
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraphee27d3da-0567-49bc-9304-06e56344f5d3">
           <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="paragraphText4116e2c5-8c13-46a7-9a87-0c2d4a3d351b" 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>
                  AI Architect
                 </li>
                 <li>
                  Application Architect
                 </li>
                 <li>
                  Cloud Architect
                 </li>
                 <li>
                  Systems Security Manager
                 </li>
                 <li>
                  Data Architect
                 </li>
                 <li>
                  Security Architect
                 </li>
                 <li>
                  Cloud Manager
                 </li>
                 <li>
                  Big Data Engineer
                 </li>
                 <li>
                  Senior Software Engineer
                 </li>
                 <li>
                  Database Engineer
                 </li>
                 <li>
                  Software &amp; Applications Manager
                 </li>
                </ul>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph3e63377d-e64b-4d07-a91e-8d1d8a50d2fe">
           <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="paragraphText8d7406a2-1e92-4aba-90f8-e467ab0387ae" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 <span style="color: #ff1675;">
                  <strong>
                   <a id="" style="color: #ff1675;" target="_blank">
                    Check out this 10-minute read
                   </a>
                  </strong>
                 </span>
                 for more salary info for novice, seasoned, and expert levels.
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacera4f1db7b-2c6c-4464-b485-552638496c23">
           <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="lineSolidSpacer8c12bb5e-04cd-4b68-a498-3e932384bba1">
           <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="paragraphfe930737-7a84-4517-bdaa-851ccbbefa3d">
           <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="paragraphText051875bd-4d93-425d-969e-dd982474190b" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                </p>
                <h3 class="mktoText" id="266101" style="text-size-adjust: 100%; color: #ff1675 !important; font-family: Montserrat, Tahoma, Arial, sans-serif !important; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #fefefe; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; margin: 0px; font-size: 16px; line-height: 36px; font-weight: bold;">
                 ICYMI 😀
                </h3>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph22ac92ac-89d3-4b97-8c32-fa8aacc286ab">
           <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="paragraphTextf809662f-6f6a-434b-b7c3-052a125a483d" 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="color: #ff1675;">
                   <strong>
                    <a id="" style="color: #ff1675;" target="_blank">
                     It's time to start to say goodbye to triple-DEA
                    </a>
                   </strong>
                  </span>
                 </li>
                 <li>
                  <span style="color: #ff1675;">
                   <strong>
                    <a id="" style="color: #ff1675;" target="_blank">
                     Using AWS for free: Setting up alerting so you never pay a dime
                    </a>
                   </strong>
                  </span>
                 </li>
                 <li>
                  <span style="color: #ff1675;">
                   <strong>
                    <a id="" style="color: #ff1675;" target="_blank">
                     Tech in 2024: The top 10 tech trends to watch this year
                    </a>
                   </strong>
                  </span>
                 </li>
                 <li>
                  <span style="color: #ff1675;">
                   <strong>
                    <a id="" style="color: #ff1675;" target="_blank">
                     How to connect &amp; secure hybrid cloud networks with Azure
                    </a>
                   </strong>
                  </span>
                 </li>
                </ul>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph32049fab-ea64-4672-91be-adc34e386f2e">
           <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="paragraphTextc24f7c92-0027-439f-bb51-22be14d90674" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                </p>
                <h3 class="mktoText pointerCursor" id="266104" style="text-size-adjust: 100%; cursor: pointer !important; color: #ff1675 !important; font-family: Montserrat, Tahoma, Arial, sans-serif !important; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #fefefe; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; margin: 0px; font-size: 16px; line-height: 36px; font-weight: bold;">
                 JOIN US 👋
                </h3>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph0cbd94a3-862e-41f6-b2fa-83fe440b0675">
           <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="paragraphText4b108d90-5132-4365-9ba7-b3f1e51b77b5" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                </p>
                <ul style="color: #130f25; font-family: Montserrat, Tahoma, Arial, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 500; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">
                 <li>
                  Subscribe to our
                  <span>
                  </span>
                  <strong>
                   <span style="color: #ff1675;">
                    <a id="" style="color: #ff1675;" target="_blank">
                     YouTube channel
                    </a>
                   </span>
                  </strong>
                 </li>
                 <li>
                  Follow us on
                  <span>
                  </span>
                  <strong>
                   <span style="color: #ff1675;">
                    <a id="" style="color: #ff1675;" target="_blank">
                     Twitter
                    </a>
                   </span>
                  </strong>
                 </li>
                </ul>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacer08941aae-ad5c-48ba-879e-6a2d9a23ea41">
           <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 footer" id="defaultFooter">
           <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%252FPluralsight-Logo-Horizontal-Color-Fill.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkxNDYxN30:1rcp8u:pA5XAQ6omfKqHtW9v-q1ozAHANi6CDTYWBeHn-PUTDQ" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkxNjUwN30:1rcp8u:w4_ErkKZRjIM5_JUjfcF8SiE5lg2RIvlO_Do_MNM01o" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkxODI0fQ:1rcp8u:0YD9igzHMRfSvjCmQTlP0-iZyodChJ_0cCe3xE95jmI" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkxOTc4OH0:1rcp8u:OzKiWp8RVND_hKwvjIVVQ-qZTrr8PhPBAoOjhKiVhAs" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkyMjE5NH0:1rcp8u:tuq8WTMFVITQl1yYZBXyBbC8esgA3wFDsSlJ47nH00o" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkyMzg4fQ:1rcp8u:t2xXCuwi0SoAjbnuiBuu5ebveOkygcCBMTzZiZaACYU" 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%252FD-instagram-50.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkyNTQzMX0:1rcp8u:1YD3aYbQxulFBgnUkiJhShRdPdsP1VUtKth5ZFsYHAU" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkyNjk0NX0:1rcp8u:xZtEXPowYUHT-a9_Qvcxbxw9F6ETFbwOERzshGgBsaM" 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%252FD-facebook-64.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkyODQ4OH0:1rcp8u:f0LewIdM2jT1jUq8b5LWOSWG9SQ0CJS8Qr9FSgCGPFQ" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkzMDEyM30:1rcp8u:OSu3Hjrjl-CPwhhEi8kCr31p2t5WlhrAZABpxktC5Lg" 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%252FD-youtube-64.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkzMTU4fQ:1rcp8u:34LwcqU2JZM_BrN4bWjLhZKKxHyyJGipkLDA8kNoHMo" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkzMjc5MX0:1rcp8u:7op2xbMdv6P_w_48SicokyD3QmxNQkuIRCTSr82ibdc" 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%252FD-linkedin-64.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkzNDEwM30:1rcp8u:kTN3R8wL955rM9-HAf_OUySQmrE1uZR64-Wmu0_J7uc" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkzNTIyNX0:1rcp8u:xxasgfnfcf8Q4oU-SvNusOm2EsUK6m4_RGydjUdS5HE" 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%252FD-twitter-50.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkzNzI0fQ:1rcp8u:_9vVsH-hMrFqOyIebxLx4Wz_fU7frs6x6pgsC56ydrU" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDg1MzE3MDAuNTkzODc3OH0:1rcp8u:DMqSB0AGpRBcw8yq4v8H8ANDc_JQf3yOpDM9pBGsNRM" 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=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGRa2Vjxai4w12KjoeeHPvi1x1g597lVxR5XVjfKRu5MhwwYKYFk9Buw1W_KhXktco2Eml7pGs=" 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 - 2024 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>
         </tbody>
        </table>
       </td>
      </tr>
     </tbody>
    </table>
    <!-- Static Footer : END -->
    <!--[if mso]>
            </td>
            </tr>
            </table>
            <![endif]-->
   </div>
  </center>
  <a>
  </a>
  <img alt="" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Fconnect.pluralsight.com%252Ftrk%253Ft%253D1%2526mid%253DMzAzLU1OSS04MDkAAAGRa2VjxcY-UTf87XMkGW_GoOnAYCZV54uNUqHsnH0zNtdJ6acLNXm6AVd9q34M7lKWYCf2v0OALIttH_7bZztwjx42ysNrVyiULr6GDrse93DTHm7XtFHwyqQfQXthhUkCzxFczO4vjnct/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmNvbm5lY3QucGx1ciIsInRpbWUiOjE3MDg1MzE3MDAuNTk0MTA0OH0:1rcp8u:x8REDO243s_eAIS5Rs5HQqujAmu2dXZ9vJRg29eL2NE" 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>