<html><body style="margin-top:0; margin-left:0; margin-right:0; margin-bottom:0;"><!DOCTYPE html>
<!--<div style="color:#ffffff">---- DO NOT EDIT BELOW THIS LINE ----</div>-->
<html>
   <head>
      <title>BuyGoods</title>
      <meta charset="utf-8">
      <!-- utf-8 works for most cases -->
      
      <meta name="viewport" content="width=device-width">
      <!-- Forcing initial-scale shouldn't be necessary -->
      
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <!-- Use the latest (edge) version of IE rendering engine -->
     
      <meta name="x-apple-disable-message-reformatting" content="x-apple-disable-message-reformatting">
      <!-- Disable auto-scale in iOS 10 Mail entirely -->

      <!-- The title tag shows in email notifications, like Android 4.4. -->
      <!-- Web Font / @font-face : BEGIN -->
      <!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
      <!-- 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: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
      <!--[if !mso]><!-->
      <!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
      <!--<![endif]-->
      <!-- Web Font / @font-face : END -->
      <!-- CSS Reset -->
      <style>
         /* 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;
            background-color: #f6f8f8 !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: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
         table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
            width: 100%;
         }
         table table table {
            table-layout: auto;
         }
         /* What it does: Uses a better rendering method when resizing images in IE. */
         img {
          -ms-interpolation-mode:bicubic;
         }
         .spi-html-emailcontainer img {
            max-width: 100% !important;
            height: auto;
         }
         /* What it does: A work-around for iOS meddling in triggered links. */
         *[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
         }
         /* What it does: A work-around for Gmail meddling in triggered links. */
         .x-gmail-data-detectors,
         .x-gmail-data-detectors *,
         .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
         }
         /* What it does: Prevents Gmail from displaying an 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: Prevents underlining the button text in Windows 10 */
         .button-link {
            text-decoration: 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 */
         /* Thanks to Eric Lepetit (@ericlepetitsf) for help troubleshooting */
         @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { /* iPhone 6 and 6+ */
            .email-container {
               min-width: 375px !important;
            }
         }
      </style>
      <!-- Progressive Enhancements -->
      <style>
         /* What it does: Hover styles for buttons */
         .button-td,
         .button-a {
            transition: all 100ms ease-in;
         }
         .button-td:hover,
         .button-a:hover {
            background: #2274ae !important;
            border-color: #2274ae !important;
         }
         .spiemail-left-column {
            width: 5% !important;
            vertical-align: top;
            padding: 5px;
         }
         .spiemail-right-column {
            width: 95% !important;
            padding: 5px;
         }
         .spiemail-left-column img {
            width: 100% !important;
            height: auto !important;
            border-radius: 50%;
         }
         /* Media Queries */
         @media screen and (max-width: 600px) {
         /* What it does: Adjust typography on small screens to improve readability */
            .email-container p {
               font-size: 17px !important;
               line-height: 22px !important;
            }
         }
         @media (max-width: 700px) {
            .spiemail-left-column img {
               width: 40px !important;
               height: auto !important;
               border-radius: 50%;
            }
            .spiemail-left-column {
               width: 20% !important;
            }
            .spiemail-right-column {
               width: 80% !important;
            }
         }
      </style>

   </head>
   <body style="background-color: #f6f8f8; padding-bottom: 30px !important; margin: 0; mso-line-height-rule: exactly;">
      

      <!-- What it does: Makes background images in 72ppi Outlook render at correct size. --> 
      <!--[if gte mso 9]>
      <xml>
         <o:OfficeDocumentSettings>
            <o:AllowPNG/>
            <o:PixelsPerInch>96</o:PixelsPerInch>
         </o:OfficeDocumentSettings>
      </xml>
      <![endif]-->
      <div style="text-align:left;">
         <!-- Visually Hidden Preheader Text : BEGIN -->
         <div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family: sans-serif;">
            <!-- (Optional) This text will appear in the inbox preview, but not the email body. -->
         </div>
         <!-- Visually Hidden Preheader Text : 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 600px.
            2. MSO tags for Desktop Windows Outlook enforce a 600px width.
            -->
         <div style="border: 1px solid #dadfe1;background-color: #fff;padding: 10px;" class="email-container">
            <!--[if mso]>
            <table role="presentation" style="border-spacing:0;padding:0;margin-left:auto" aria-hidden="true"   border="0" width="600">
               <tr>
                  <td>
                     <![endif]-->
                     <!-- Email Header : BEGIN -->
                     <table class='template_header' role="presentation" style="border-spacing:0;padding:0;width:100%;border:0;margin-left:auto" aria-hidden="true">
                        <tbody>
                           <tr>
                              <td style="padding: 10px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #dddddd; width:50px;">
                                 <img src="https://www.buygoods.com/images/buygoodslogo.png" width="140" alt="BuyGoods Logo" style="border:0;height:auto;font-family:sans-serif;font-size:24px;line-height: 27px;color:#555555;">
                              </td>
                              <td style="text-align: right;padding: 10px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #dddddd;width:50px;vertical-align:middle">
                                 <h1 style="margin: 0 0 10px 0;font-family: sans-serif;font-size: 24px;line-height: 27px;color: #23375b;font-weight: normal;">BuyGoods Support</h1>
                              </td>
                           </tr>
                        </tbody>
                     </table>
                     <!-- Email Header : END -->
                     <!-- Email Body : BEGIN -->
                     <table role="presentation" style="border-spacing:0;padding:0;width:100%;border:0;margin-left:auto" aria-hidden="true">
                        <!-- Hero Image, Flush : BEGIN -->
                        <tbody>
                           <!-- Hero Image, Flush : END -->
                           <!-- 1 Column Text + Button : BEGIN -->
                           <tr>
                              <td style='background-color:#ffffff'>
                                 <table role="presentation" style="border-spacing:0;padding:0;width:100%;border:0;" aria-hidden="true">
                                    <tbody>
                                       <tr>
                                          <td style="padding: 40px 10px;font-family: sans-serif;font-size: 15px;line-height: 20px;color: #555555;" class="spi-html-emailcontainer ticket_body">
                                             <table>
                                <tr>
                                        <td class="spiemail-left-column" width="5%" style="width:5%;">
                                                <img src="https://www.softwareprojects.com/images/default_avatar.png" width="70" height="70" style="width: 100% !important;height: auto !important;border-radius: 50%;" class="sender_image media-object">
                                        </td><td class="spiemail-right-column" width="95%" style="width:95%;padding: 5px;">           
                                        <h1 class="media-heading status" style="margin:0; mso-line-height-rule:exactly;color: #6B696B;font-size: initial;font-weight: normal;">
                                                <b style="color:black;">Tina Morris</b> started this conversation 
                                                
                                                <br>
                                                <span style="font-size: small;">Wednesday, February 17th, 2021, 7:10pm EST</span>                                                                                                                         
                                        </h1>
                                </td>
                        </tr><tr><td class="spiemail-left-column" style="width: 5%;vertical-align: top;padding: 5px;"> </td>
                                                <td class="spiemail-right-column" style="width: 90%;padding: 5px;font-family:Verdana, Geneva, sans-serif; font-size:12px; color:black"><p class="MsoNormal" style="-webkit-text-size-adjust: auto; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="font-size: 12pt; color: black;">The NANOG Board of Directors is pleased to announce that the following community members have been appointed to serve on the respective NANOG committees listed below:<span class="apple-converted-space"> </span></span><br><br>NANOG Scholarship Committee:<br>Bryan Brooks                <span class="Apple-tab-span" style="white-space: pre;">  </span>Craig MacKinder<br>Tom Daly                     <span class="Apple-tab-span" style="white-space: pre;">     </span>Alankar Sharma<br><br>New! NANOG Education Committee:<br>Hosein Badran            <span class="Apple-tab-span" style="white-space: pre;">        </span>Ron Kovac<br>Michael Costello           <span class="Apple-tab-span" style="white-space: pre;">      </span>Reddy Urimindi<br>Paul Ebersman<span class="apple-converted-space"> </span><br><br>New! NANOG Mentorship Committee:<br>Ron Grant                  <span class="Apple-tab-span" style="white-space: pre;">        </span>Matthew Petach<br>Wendy Leedy                  Reddy Urimindi<br><br>NANOG Program Committee (PC):<br>Melchior Aelmans       <span class="Apple-tab-span" style="white-space: pre;">  </span>Marlin Martes              <span class="Apple-tab-span" style="white-space: pre;">    </span>Kat Ronay<br>Jeff Bartig                    <span class="Apple-tab-span" style="white-space: pre;"> </span>Steve Meuse                 <span class="Apple-tab-span" style="white-space: pre;"> </span>Alankar Sharma<br>Tom Beecher                 <span class="Apple-tab-span" style="white-space: pre;"> </span>Stevan Plote                  <span class="Apple-tab-span" style="white-space: pre;">       </span>Yordan Sutanto<br>Omkar Bhalekar           <span class="Apple-tab-span" style="white-space: pre;">       </span>Jingjing Ren                <span class="Apple-tab-span" style="white-space: pre;">      </span>Anna Valsami<br>Hao Fu                           <span class="Apple-tab-span" style="white-space: pre;">     </span>Matt Ringel                    <span class="Apple-tab-span" style="white-space: pre;"> </span>Michael Voity<br>Alex Latzko<br><br>Wed also like to give special recognition and thanks for the many contributions made by the PC alumni whose terms ended in December 2020:<span class="apple-converted-space"> </span><br>Adam Davenport         <span class="Apple-tab-span" style="white-space: pre;">  </span>Greg Hankins<br>Steve Feldman              <span class="Apple-tab-span" style="white-space: pre;">      </span>Brad Raymo<br><br><span style="font-size: 12pt; color: rgb(34, 34, 34);">As an organization, NANOG was founded by volunteers who developed a quality forum for North Americas operator community. Despite the growth in NANOGs programs, volunteers greatly outnumber professional staff, and the volunteer-only PC is wholly responsible for soliciting, developing, and selecting all program content presented at NANOG meetings and other events. NANOG volunteers and community participation are instrumental in our continued growth and success, and we thank everyone for their ongoing support and involvement.<span class="apple-converted-space"> </span></span><span style="font-size: 12pt; color: black;"><br><br>To learn more about how you can get involved, including how you submit talk ideas for NANOG 82, please visit:<span class="apple-converted-space"> </span></span><span style="font-size: 12pt;"><a href="http://t.clickcrm.com/ls/click?upn=PgfuDtxayUwwzcMyiND5l8Nwss3TWlWceSkayeDT2Yw-3DWhYv_FXQS9GGQnf2NUciIM2Uj1P5Rmzx6-2Fb1NEqYJ37Xi2EbMO8MSr-2FK0j1HFi8xBXIlda9KjiyxNoHw8iaoVFvjxvBQ3IuLpqCTMfR66yHm2qAUrzvDqFUs5opUav0I8hhuZnAvAXrMPZLRLdXW3aTZudwh24WCHPXlDQZfkkOl45YjFtbHprPFtiqR-2FNKyadNgTAJHdhy9swmw7xUCNw-2FY6Cfs-2FhmHBLBMFMeCVHkvFhyNBsQrO5CY-2F5F-2F7JI8AYpvhMvsfyWxN1Cx9XAJDvoPGEz2qWDuNaLV82yMbEtjoO9A-3D" style="color: rgb(5, 99, 193);">www.nanog.org</a><span style="color: black;"><br><br>On behalf of the NANOG Board of Directors we wish to personally congratulate and thank each of these individuals for their commitment to serve. We also wish to recognize and thank all of our nominees, including everyone who participated in the nomination process.<br><br>Thanks,<br>Tina Morris</span><br>Chair, NANOG Board of </span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-size: 16px;">Directors  </span><span style="font-size: 12pt;">                                                                                                               </span></p><p class="MsoNormal" style="-webkit-text-size-adjust: auto; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;"><o:p></o:p></p><p class="MsoNormal" style="-webkit-text-size-adjust: auto; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;"><o:p> </o:p></p></td></tr></table>
                                          </td>
                                       </tr>
                                    </tbody>
                                 </table>
                              </td>
                           </tr>
                           <!-- 1 Column Text + Button : END -->
                           <!-- 2 Even Columns : BEGIN -->
                           <!-- Two Even Columns : END -->
                           <!-- Clear Spacer : BEGIN -->
                           <tr>
                              <td style="font-size: 0; line-height: 0; height:40px;">
                                  
                              </td>
                           </tr>
                           <!-- Clear Spacer : END -->
                           <!-- 1 Column Text : BEGIN -->
                           <!-- 1 Column Text : END -->
                        </tbody>
                     </table>
                     <!-- Email Body : END -->
                     <!-- Email Footer : BEGIN -->                    
                     <!-- Email Footer : END -->
                     <!--[if mso]>
                  </td>
               </tr>
            </table>
            <![endif]-->
         </div>
      </div>
   </body>
</html><img src="http://t.clickcrm.com/wf/open?upn=x1kRTgIQoVhlGSsMYVp-2FUYWcytH725erWxP0yLhGCi6xPX9ZF4QpQDv35DaXTgXCTAc5T36IjxP195x12aE8Eqeh5j4tDtDPLVKQwGL1nWeluF-2FrwCvCDUWWuC78gy66n-2BKXbya1yojV37ZMN6-2Fh0HyI6qhqCbfuR7vPYOCxjf-2BPpU18EARRJmRJKROCjjcS1RCq2bVFqOexlq7X6Fy-2FKcPxGsbgg9hxyW2TfehclCdVBVrlqVUP7pEAmW1MkicweXOPv1KCoAV-2BXkQ-2FbtWYM5CcOsKnaHHbdVeoKGQMf5w-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/></body></html>