www.signupgenius.com Open in urlscan Pro
2606:4700:10::ac43:7f8  Public Scan

Submitted URL: http://email.signupgenius.com/ls/click?upn=QSGae4y1zLdLbUpXVK0MOUWSXfjVaLPzgYC0CUzWlTqXStkxp7bbuCq1Y7aXn5RfF4ryRVdI89brGFdSLhA...
Effective URL: https://www.signupgenius.com/go/professionaldevelopment
Submission: On May 02 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /index.cfm?go=s.PreProcessSignup

<form action="/index.cfm?go=s.PreProcessSignup" method="post" id="signupForm" class="ng-pristine ng-valid">
  <link rel="stylesheet" href="/css/angular/ngmodal-v1.css">
  <style>
    /* Still current */
    .tb-shadow {
      filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.45));
    }

    .tb-shadow-safari {
      -webkit-filter: drop-shadow(0 12px 1.5em rgba(0, 0, 0, 0.35));
      /*Fix for Safari's harsh shadow's*/
    }

    .tb-shadow-half {
      filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.45));
    }

    t .tb-shadow-half-safari {
      -webkit-filter: drop-shadow(0 6px 0.75em rgba(0, 0, 0, 0.35));
      /*Fix for Safari's harsh shadow's*/
    }

    .rendering {
      image-rendering: auto;
    }
  </style>
  <script>
    (function() {
      var desktopSignup = function($scope, $timeout) {
        $scope.image1 = {};
        $scope.image2 = {};
        $scope.image3 = {};
        var ua = navigator.userAgent;
        /* use Chrome's shadow settings */
        $scope.tbshadow = "tb-shadow";
        $scope.tbshadowhalf = "tb-shadow-half";
        if ((ua.indexOf("Safari") > -1) && !(ua.indexOf("Chrome") > -1)) {
          $scope.tbshadow = "tb-shadow-safari";
          $scope.tbshadowhalf = "tb-shadow-safari";
        }
        $scope.image1 = {
          "IMAGEPOSITION": 1,
          "IMAGETYPEID": 1,
          "THEMEIMAGE": "/images/theme/8CBC42221B4FC0F4524D314ED0C63C62_50866340.jpg",
          "PAIRVALUE": 1489168556,
          "ISAPPROVED": 1,
          "SERVERFILENAME": "8CBC42221B4FC0F4524D314ED0C63C62_50866340.jpg",
          "desktopMemberImage": "https://www.signupgenius.com/images/theme/8CBC42221B4FC0F4524D314ED0C63C62_50866340.jpg",
          "IMAGEHEIGHT": 217,
          "ID": 681843,
          "THEMEID": 3027,
          "PAIREDIMAGEWIDTH": 1254,
          "isCustomImage": 0,
          "PAIREDIMAGEFILENAME": "914D3648D8890168BA6BF5813D67F6F3_50866340.jpg",
          "stockThemeImage": "/images/theme/8CBC42221B4FC0F4524D314ED0C63C62_50866340.jpg",
          "mainImagePath": "",
          "DISABLED": 0,
          "PAIREDIMAGEID": 681844,
          "mobileMemberImage": "https://www.signupgenius.com/images/theme/8CBC42221B4FC0F4524D314ED0C63C62_50866340.jpg",
          "IMAGECROPCOORDS": [9.0, 6.0, 306.0, 204.0, 297.0, 198.0],
          "IMAGEWIDTH": 325,
          "IMAGECUSTOM": 0,
          "IMAGETYPE": "Main",
          "IMAGERATIO": 1.5,
          "CLIENTFILENAME": "Training 3",
          "PAIREDIMAGEHEIGHT": 836
        };
        $scope.image2 = {
          "IMAGEPOSITION": 2,
          "IMAGETYPEID": 4,
          "THEMEIMAGE": "/images/theme/E76FBB60ECD503041D183B30EBBC3A44_50866340.jpg",
          "PAIRVALUE": 1489167728,
          "ISAPPROVED": 1,
          "SERVERFILENAME": "E76FBB60ECD503041D183B30EBBC3A44_50866340.jpg",
          "desktopMemberImage": "https://www.signupgenius.com/images/theme/E76FBB60ECD503041D183B30EBBC3A44_50866340.jpg",
          "IMAGEHEIGHT": 878,
          "ID": 681812,
          "THEMEID": 3027,
          "PAIREDIMAGEWIDTH": 325,
          "isCustomImage": 0,
          "PAIREDIMAGEFILENAME": "DD780B8344264157A1F236D0460A89D7_50866340.jpg",
          "stockThemeImage": "/images/theme/E76FBB60ECD503041D183B30EBBC3A44_50866340.jpg",
          "mainImagePath": "",
          "DISABLED": 0,
          "PAIREDIMAGEID": 681811,
          "mobileMemberImage": "https://www.signupgenius.com/images/theme/E76FBB60ECD503041D183B30EBBC3A44_50866340.jpg",
          "IMAGECROPCOORDS": [2.0, 488.0, 1301.0, 859.0, 1299.0, 371.0],
          "IMAGEWIDTH": 1300,
          "IMAGECUSTOM": 0,
          "IMAGETYPE": "Large Main",
          "IMAGERATIO": 1.5,
          "CLIENTFILENAME": "Staff Meeting",
          "PAIREDIMAGEHEIGHT": 220
        };
        //Displays the MaskView. It's MaskViewController is at the base of this document.
        $scope.displayMaskView = function(originalImageData, MaskViewTitle, imageKey, aspectRatio, coords) {
          $scope.MaskOpen = true;
          var confirmationWindow = $modal.open({
            templateUrl: '/view/tools/prothemeMaskwindow.html?v1.6',
            controller: MaskViewController,
            resolve: {
              originalImageData: function() {
                return originalImageData;
              },
              MaskViewTitle: function() {
                return MaskViewTitle;
              },
              aspectRatio: function() {
                return aspectRatio;
              },
              coords: function() {
                return coords;
              }
            }
          });
          confirmationWindow.result.then(function(result) {
            $scope.MaskOpen = false; // Can spawn a new Mask window
            if (result.success) {
              $scope.createCoordinates(imageKey, result.coordinates, originalImageData);
            }
          });
        };
        $scope.getImageSize = function(key, url) {
          var image = new Image();
          image.src = url;
          image.onload = function() {
            /* fix for images that do not have images set */
            $scope[key].IMAGEWIDTH = image.width;
            $scope[key].IMAGEHEIGHT = image.height;
            $scope.createCoordinates(key, $scope[key].IMAGECROPCOORDS);
          }
        }
        // This method figures out the placement, and scale of the image inside its container / mask.
        $scope.createCoordinates = function(imageKey, coordinates) {
          //Vertical align value for Templates 1 and 2 -tb 2/15/17
          $scope[imageKey].coords = coordinates;
          $scope[imageKey].containerwidth = $('#' + imageKey).width();
          $scope[imageKey].containerheight = $('#' + imageKey).height();
          $scope[imageKey].x1 = $scope[imageKey].coords[0];
          $scope[imageKey].y1 = $scope[imageKey].coords[1];
          $scope[imageKey].x2 = $scope[imageKey].coords[2];
          $scope[imageKey].y2 = $scope[imageKey].coords[3];
          $scope[imageKey].coordw = $scope[imageKey].coords[4];
          $scope[imageKey].coordh = $scope[imageKey].coords[5];
          //set coordinates
          $scope[imageKey].width = $scope[imageKey].IMAGEWIDTH;
          $scope[imageKey].height = $scope[imageKey].IMAGEHEIGHT;
          $scope[imageKey].left = ($scope[imageKey].containerwidth / $scope[imageKey].coordw) * $scope[imageKey].x1 * -1;
          $scope[imageKey].top = ($scope[imageKey].containerheight / $scope[imageKey].coordh) * $scope[imageKey].y1 * -1;
          $scope[imageKey].newwidth = ($scope[imageKey].containerwidth / $scope[imageKey].coordw * $scope[imageKey].width);
          $scope[imageKey].newheight = ($scope[imageKey].containerheight / $scope[imageKey].coordh * $scope[imageKey].height);
        }
        $scope.setupCoords = function() {
          if ($scope.image1 && $scope.image1.IMAGECROPCOORDS) {
            if ($scope.image1.IMAGEHEIGHT < 2 || $scope.image1.IMAGEWIDTH < 2) {
              /* if the image size is missing, load the image to get its size and continue there */
              var imagesize = $scope.getImageSize('image1', $scope.image1.THEMEIMAGE)
            } else {
              $scope.createCoordinates('image1', $scope.image1.IMAGECROPCOORDS);
            }
          }
          if ($scope.image2 && $scope.image2.IMAGECROPCOORDS) {
            if ($scope.image2.IMAGEHEIGHT < 2 || $scope.image2.IMAGEWIDTH < 2) {
              /* if the image size is missing, load the image to get its size and continue there */
              var imagesize = $scope.getImageSize('image2', $scope.image2.THEMEIMAGE);
            } else {
              $scope.createCoordinates('image2', $scope.image2.IMAGECROPCOORDS);
            }
          }
          if ($scope.image3 && $scope.image3.IMAGECROPCOORDS) {
            if ($scope.image3.IMAGEHEIGHT < 2 || $scope.image3.IMAGEWIDTH < 2) {
              /* if the image size is missing, load the image to get its size and continue there */
              var imagesize = $scope.getImageSize('image3', $scope.image3.THEMEIMAGE);
            } else {
              $scope.createCoordinates('image3', $scope.image3.IMAGECROPCOORDS);
            }
          }
        }
        $scope.setupCoords();
        //** Auto Rescales the crops when the window resizes **//
        //
        //This technique can be used for responsive headers
        $(window).resize(function() {
          $timeout(function() {
            $scope.setupCoords();
          }, 1);
        });
        // make fundlyurl available as an angular variable for template headers
        $scope.fundlyurl = '';
      };
      //allows angular to work with script minifiers
      desktopSignup.$inject = ['$scope', '$timeout'];
      //register controller with AngularJS
      angular.module('SUGApp').controller('desktopSignup', desktopSignup);
    }());
  </script>
  <div ng-controller="desktopSignup" class="ng-scope">
    <div style="width=100%">
      <div class="mod-6-wrap-2">
        <div id="image2" class="imagemask rendering zoom-in">
          <img src="/images/theme/E76FBB60ECD503041D183B30EBBC3A44_50866340.jpg" alt="" border="0" data-ng-style="{'margin-left': image2.left,'margin-top': image2.top,'width': image2.newwidth, 'height': image2.newheight}"
            style="margin-left: -2.46343px; margin-top: -599.806px; width: 1601.23px; height: 1079.16px;">
        </div>
      </div>
    </div>
    <div class="container">
      <style>
        /* 2.1.2017 -tb
		/* Adjustments per Dan */
        /* original CSS is with the module */
        .mod-6-group-1 {
          min-width: 325px;
          max-width: 28.508771929824561%;
          margin: calc(-216.667px / 1.5) 0 auto 0;
        }
      </style>
      <div class="mod-6-grandparent" align="center">
        <div class="mod-6-parent">
          <div class="tb-module-6 mod-6-resp">
            <div class="mod-6-group-1" align="center">
              <!-- image 1 content -->
              <div ng-class="tbshadow" class="mod-6-wrap-1 tb-shadow">
                <div id="image1" class="imagemask rendering zoom-in">
                  <img src="/images/theme/8CBC42221B4FC0F4524D314ED0C63C62_50866340.jpg" alt="" border="0" data-ng-style="{'margin-left': image1.left,'margin-top': image1.top,'width': image1.newwidth, 'height': image1.newheight}"
                    style="margin-left: -9.84848px; margin-top: -6.57576px; width: 355.64px; height: 237.823px;">
                </div>
              </div>
            </div>
            <div class="tb-title-6">
              <div class="SUGbold" align="center">Schools</div>
              <h1 class="SUGHeaderText" align="center">Professional Development Training</h1>
            </div>
          </div>
        </div>
      </div>
      <div class="clearfix tb-desc-6 SUGmain">
        <p style="text-align: inherit;">Please review the available slots below and click on the button to sign up.</p>
      </div>
      <div class="col-md-12 col-body-100 SUGmain" align="center">
        <div align="center"></div>
        <div align="center">
          <table>
            <tbody>
              <tr>
                <td><strong>Created by:</strong>&nbsp;</td>
                <td valign="top">
                  <profile-pic
                    dataset="{&quot;id&quot;:1,&quot;value&quot;:&quot;SS&quot;,&quot;type&quot;:&quot;initials&quot;,&quot;resource&quot;:{&quot;small&quot;:&quot;&quot;,&quot;medium&quot;:&quot;&quot;,&quot;large&quot;:&quot;&quot;,&quot;text&quot;:&quot;SS&quot;,&quot;xlarge&quot;:&quot;&quot;}}"
                    color="#FFFFFF" bgcolor="#54B2E8" class="ng-isolate-scope"><!-- ngInclude: getContentUrl() -->
                    <div ng-include="getContentUrl()" style="height:30px;" class="ng-scope">
                      <style class="ng-scope">
                        @media all and (-ms-high-contrast: none),
                        (-ms-high-contrast: active) {
                          .bs {
                            background-color: #FFF590;
                            color: #F68B1C;
                          }
                        }
                      </style>
                      <div style="display: inline-block;" class="ng-scope">
                        <!--[if IE 9]><div class="ppic ppic-{{imgsize}}" style="background-color: #FFF590; color: #F68B1C"> {{value}} <![endif]-->
                        <!--[if !IE]><!-->
                        <div class="ppic ppic-30 bs" style="background-color: #54B2E8 !important; color: #FFFFFF !important;"> SS <!--<![endif]-->
                        </div>
                        <div data-ng-show="link" class="ppic ppic-edit-30 ng-hide">
                          <a href="https://www.signupgenius.com/index.cfm?go=m.editprofile" alt="Edit profile image"><span class="glyphicon glyphicon-camera"></span></a>
                        </div>
                      </div>
                      <script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/v652eace1692a40cfa3763df669d7439c1639079717194"
                        integrity="sha512-Gi7xpJR8tSkrpF7aordPZQlW2DLtzUlZcumS8dMQjwDHEnw9I7ZLyiOj/6tZStRBGtGgN6ceN6cMH8z7etPGlw=="
                        data-cf-beacon="{&quot;rayId&quot;:&quot;7050cbab3cbe9b64&quot;,&quot;token&quot;:&quot;124a47a53ebf4252a08b14b4aed23ef0&quot;,&quot;version&quot;:&quot;2021.12.0&quot;,&quot;si&quot;:100}" crossorigin="anonymous"
                        class="ng-scope"></script>
                    </div>
                  </profile-pic>
                </td>
                <td>&nbsp;SignUpGenius Staff</td>
                <td>
                  <div style="padding-top:
				2px;">&nbsp;<a href="https://www.signupgenius.com/index.cfm?go=c.help&amp;eid=0CC3C1D9FACEFB65&amp;cs=09B0BADC8FCC8B6C7B7E64725BB49BCB&amp;id=24771267&amp;urlID=professionaldevelopment" class="SUGlink"><span class="glyphicon glyphicon-envelope" style="font-size:15px;"><span></span></span></a>
                  </div>
                </td>
              </tr>
            </tbody>
          </table>
        </div>
        <div class="row">
          <div class="col-md-12">
            <div style="margin-top:18px; padding-top:18px;border-top: 1px solid #EAEAF1;"> Already signed up? You can
              <a href="https://www.signupgenius.com/index.cfm?go=s.EditHelp&amp;urlid=professionaldevelopment" class="SUGlink">change your sign up</a>. </div>
          </div>
        </div>
      </div>
      <div class="clearfix"></div>
      <style>
        /* tb-module-6 */
        /* Begin Responsive tb-module-6 */
        .tb-module-6 {
          width: 100%;
          max-width: 1140px;
        }

        .mod-6-wrap-1 {
          width: 100%;
          padding-bottom: 66.666666666666667%;
          /* 6x4 horz 3x2 1.5 ratio, ratio 250w x 250h */
          position: relative;
        }

        .mod-6-wrap-2 {
          width: 100%;
          padding-bottom: 28.530670470756063%;
          /* Ratio 3.507  1140w x 325 */
          position: relative;
          padding-top: 0;
          margin-top: 0;
        }

        /* 2.1.2017 -tb
/* Moved to top of file for specific min-sizes with Ads and without ads */
        /* Adjustments per Dan */
        /*



/* original too small:
.mod-6-group-1 {
	max-width:28.508771929824561%;
	margin: -9.5% 0 auto 0;
}
*/
        /* recommended, use this instead:
/* this is use at the top of this doc for with ads
and also use this for mobile and print */
        /* Leave it commented it out here */
        /*
.mod-6-group-1 {
	max-width:35%;
	margin: calc(-12% * 1.25) 0 auto 0;
}
*/
        .mod-6-parent {
          width: 100%;
        }

        .mod-6-fixed {
          display: block;
          /* 100% responsive */
        }

        .mod-6-resp {
          display: inline;
          /* 100% responsive */
        }

        .mod-6-scale {
          display: inline-block;
          /* Honors Max Width */
        }

        .mod-6-spc-1 {
          width: 100%;
          padding-bottom: 8%;
        }

        div.mod-6-wrap-1>.imagemask,
        div.mod-6-wrap-2>.imagemask,
        div.mod-6-wrap-3>.imagemask {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          overflow: hidden;
        }

        /* End Responsive module 6 */
      </style>
      <style>
        .tb-title-6 {
          text-align: center;
          padding-top: 2.5%;
        }

        .col-body-100 {
          width: 100%;
          padding-bottom: 2.5rem;
          /*padding-left:3%;
		padding-right:3%;*/
          /* removed 2.1.17 tb */
        }

        .tb-desc-6 {
          width: 100%;
          text-align: center;
          padding-top: 0.5%;
          /*padding-left:3%;
		padding-right:3%;*/
        }

        @media (max-width: 1199px) {}
      </style>
    </div>
    <script>
      // header/footer updates for the menu dropdown not to overlay ads
      (function() {
        $(document).ready(function() {
          $('.nav-dropdown-menu').on('show.bs.dropdown', function() {
            $('#SUGContainer').addClass('open-horizontal');
          });
          $('.nav-dropdown-menu').on('hide.bs.dropdown', function() {
            $('#SUGContainer').removeClass('open-horizontal');
          });
        });
      })();
    </script>
    <div class="container" style="min-width:970px !important;">
      <script>
        <!--
        // This allows you to check the box using the entire button
        function checkTheBox(siid) {
          var thischeck = document.getElementById('checkbox' + siid);
          if (thischeck.checked == true) {
            thischeck.checked = false;
          } else {
            thischeck.checked = true;
          }
        };
        // This resets the hidden field called 'siids' everytime you click a button
        function checkLIST(siid) {
          var cboxes = document.getElementsByName('siid');
          var idlist = '';
          var restrict = restictQuantity(siid);
          if (!restrict) {
            for (i = 0; i < cboxes.length; i++) {
              if (cboxes[i].checked == true) {
                var tempval = idlist;
                if (tempval == '') {
                  var idlist = cboxes[i].value;
                } else {
                  var idlist = tempval + ',' + cboxes[i].value;
                }
              }
            }
            document.getElementById('siids').value = idlist;
            saveSelectedToStorage(idlist);
          }
        };

        function restictQuantity(siid) {
          var result = false;
          return result;
        };
        /** temporary storage for selected idlist **/
        function saveSelectedToStorage(idlist) {
          if (typeof(Storage) !== "undefined") {
            window.sessionStorage.siidList = idlist;
          }
        };
        /** this is specific to selected slot IDs **/
        window.onload = function() {
          window.sessionStorage.removeItem("calView");
          if (typeof(Storage) !== "undefined" && ('siidList' in window.sessionStorage) && window.sessionStorage.siidList.toString().length > 0) {
            var arrSiid = window.sessionStorage.siidList.split(',');
            for (var i in arrSiid) {
              var thischeck = document.getElementById('checkbox' + arrSiid[i]);
              if (!thischeck.checked) thischeck.checked = true;
            }
          }
        };
        /** this is specific to selected slot IDs **/
        window.onbeforeunload = function(e) {
          if (typeof(Storage) !== "undefined" && ('siidList' in window.sessionStorage) && window.sessionStorage.siidList.toString().length > 0) {
            if (!('calView' in window.sessionStorage) || !window.sessionStorage.calView) {
              window.sessionStorage.removeItem("siidList");
            }
          }
        };
        /** This is alternative event for mobile Safari and mobile Chrome **/
        window.onpagehide = function(e) {
          if (typeof(Storage) !== "undefined" && ('siidList' in window.sessionStorage) && window.sessionStorage.siidList.toString().length > 0) {
            if (!('calView' in window.sessionStorage) || !window.sessionStorage.calView) {
              window.sessionStorage.removeItem("siidList");
            }
          }
        };
        /** this is specific to selected slot IDs and calendar view **/
        function setCalView() {
          window.sessionStorage.calView = true;
        };
        //  End 
        -->
      </script>
      <style>
        .createdlink_cursor {
          cursor: pointer;
        }

        .popover-content {
          color: #000 !important;
        }
      </style>
      <script>
        $(document).ready(function() {
          $('[data-toggle="popover"]').popover();
        });
      </script>
      <input name="URLID" id="URLID" type="hidden" value="professionaldevelopment">
      <input name="useMultiple" type="hidden" value="true">
      <input name="siids" id="siids" type="hidden" value="">
      <table width="100%" cellspacing="0" align="center" class="SUGtableouter">
        <tbody>
          <tr>
            <td bgcolor="#C8E7EB" height="35" class="SUGtableheader" style="min-width:120px;"> Available Slot <span class="SUGheaddate"></span>
            </td>
            <td bgcolor="#C8E7EB" height="35" class="SUGtableheader"> Location </td>
            <td bgcolor="#C8E7EB" height="35" class="SUGtableheader">
              <div style="float:right; width:130px; text-align:right;">
                <a href="/index.cfm?go=s.signup&amp;urlid=professionaldevelopment&amp;view=calendar" class="SUGcalbutton rounded"><span class="glyphicon glyphicon-calendar"></span> Calendar View</a>
              </div> Date <span class="SUGheaddate">(mm/dd/yyyy EDT)</span>
            </td>
          </tr>
          <tr>
            <td class="SUGtable itemColumn" valign="top" rowspan="1" style="padding-top:10px !important;padding-bottom:10px;">
              <p class="SUGbigbold hrow">Supporting Beginning Teachers</p>
            </td>
            <td class="SUGtable enforce-wrap" valign="top" rowspan="1" style="padding-top:7px;">
              <span class="SUGbigbold">Cafe&nbsp;</span>
            </td>
            <td class="SUGtable" valign="top">
              <table width="100%" cellpadding="0" cellspacing="0">
                <tbody>
                  <tr>
                    <td nowrap="" valign="top" style="margin:0 !important;padding-top:5px !important;padding-bottom:5px">
                      <p class="SUGbigbold hrow"> 08/01/2025 <span class="SUGmain">
                          <br> (Fri, 1:00pm - 3:00pm) </span> (20) </p>
                    </td>
                    <td width="4%" valign="top"> &nbsp; </td>
                    <td valign="top" width="48%" style=";padding-top: 10px !important;">
                      <div style="padding-top:5px !important;">
                        <span class="SUGbigbold">3 of 20 slots filled</span>
                      </div>
                      <table>
                        <tbody>
                          <tr>
                            <td valign="top" width="36" style="padding-top:3px;padding-bottom:3px;">
                              <profile-pic dataset="{&quot;id&quot;:5,&quot;value&quot;:38457397,&quot;type&quot;:&quot;customimage&quot;}" color="#FFFFFF" bgcolor="#54B2E8" class="ng-isolate-scope"><!-- ngInclude: getContentUrl() -->
                                <div ng-include="getContentUrl()" style="height:30px;" class="ng-scope">
                                  <div style="display: inline-block;" class="ng-scope">
                                    <div class="ppic ppic-30" data-ng-style="{'background-color': bgcolor }" style="background-color: rgb(84, 178, 232);">
                                      <img alt="Profile Icon" style="margin: 0px !important; padding: 0px !important; vertical-align: baseline !important; height: 30px; width: 30px;" data-ng-style="{height: imgsize + 'px' , width: imgsize +'px'}"
                                        data-ng-src="https://images.signupgenius.com/memberImages/profile/38457397/profilepic_30.png?0.15610092605287385"
                                        src="https://images.signupgenius.com/memberImages/profile/38457397/profilepic_30.png?0.15610092605287385">
                                    </div>
                                    <div data-ng-show="link" class="ppic ppic-edit-30 ng-hide">
                                      <a href="https://www.signupgenius.com/index.cfm?go=m.editprofile" alt="Edit profile image"><span class="glyphicon glyphicon-camera"></span></a>
                                    </div>
                                  </div>
                                </div>
                              </profile-pic>
                            </td>
                            <td valign="top" style="padding-top:5px;">
                              <span class="SUGsignups"> E.N. Stein </span>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                      <table>
                        <tbody>
                          <tr>
                            <td valign="top" width="36" style="padding-top:3px;padding-bottom:3px;">
                              <profile-pic
                                dataset="{&quot;id&quot;:1,&quot;value&quot;:&quot;RS&quot;,&quot;type&quot;:&quot;initials&quot;,&quot;resource&quot;:{&quot;small&quot;:&quot;&quot;,&quot;medium&quot;:&quot;&quot;,&quot;large&quot;:&quot;&quot;,&quot;text&quot;:&quot;RS&quot;,&quot;xlarge&quot;:&quot;&quot;}}"
                                color="#FFFFFF" bgcolor="#54B2E8" class="ng-isolate-scope"><!-- ngInclude: getContentUrl() -->
                                <div ng-include="getContentUrl()" style="height:30px;" class="ng-scope">
                                  <style class="ng-scope">
                                    @media all and (-ms-high-contrast: none),
                                    (-ms-high-contrast: active) {
                                      .bs {
                                        background-color: #FFF590;
                                        color: #F68B1C;
                                      }
                                    }
                                  </style>
                                  <div style="display: inline-block;" class="ng-scope">
                                    <!--[if IE 9]><div class="ppic ppic-{{imgsize}}" style="background-color: #FFF590; color: #F68B1C"> {{value}} <![endif]-->
                                    <!--[if !IE]><!-->
                                    <div class="ppic ppic-30 bs" style="background-color: #54B2E8 !important; color: #FFFFFF !important;"> RS <!--<![endif]-->
                                    </div>
                                    <div data-ng-show="link" class="ppic ppic-edit-30 ng-hide">
                                      <a href="https://www.signupgenius.com/index.cfm?go=m.editprofile" alt="Edit profile image"><span class="glyphicon glyphicon-camera"></span></a>
                                    </div>
                                  </div>
                                  <script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/v652eace1692a40cfa3763df669d7439c1639079717194"
                                    integrity="sha512-Gi7xpJR8tSkrpF7aordPZQlW2DLtzUlZcumS8dMQjwDHEnw9I7ZLyiOj/6tZStRBGtGgN6ceN6cMH8z7etPGlw=="
                                    data-cf-beacon="{&quot;rayId&quot;:&quot;7050cbab3cbe9b64&quot;,&quot;token&quot;:&quot;124a47a53ebf4252a08b14b4aed23ef0&quot;,&quot;version&quot;:&quot;2021.12.0&quot;,&quot;si&quot;:100}" crossorigin="anonymous"
                                    class="ng-scope"></script>
                                </div>
                              </profile-pic>
                            </td>
                            <td valign="top" style="padding-top:5px;">
                              <span class="SUGsignups"> Rita Storee </span>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                      <table>
                        <tbody>
                          <tr>
                            <td valign="top" width="36" style="padding-top:3px;padding-bottom:3px;">
                              <profile-pic dataset="{&quot;id&quot;:5,&quot;value&quot;:38457462,&quot;type&quot;:&quot;customimage&quot;}" color="#FFFFFF" bgcolor="#54B2E8" class="ng-isolate-scope"><!-- ngInclude: getContentUrl() -->
                                <div ng-include="getContentUrl()" style="height:30px;" class="ng-scope">
                                  <div style="display: inline-block;" class="ng-scope">
                                    <div class="ppic ppic-30" data-ng-style="{'background-color': bgcolor }" style="background-color: rgb(84, 178, 232);">
                                      <img alt="Profile Icon" style="margin: 0px !important; padding: 0px !important; vertical-align: baseline !important; height: 30px; width: 30px;" data-ng-style="{height: imgsize + 'px' , width: imgsize +'px'}"
                                        data-ng-src="https://images.signupgenius.com/memberImages/profile/38457462/profilepic_30.png?0.8331808627961699"
                                        src="https://images.signupgenius.com/memberImages/profile/38457462/profilepic_30.png?0.8331808627961699">
                                    </div>
                                    <div data-ng-show="link" class="ppic ppic-edit-30 ng-hide">
                                      <a href="https://www.signupgenius.com/index.cfm?go=m.editprofile" alt="Edit profile image"><span class="glyphicon glyphicon-camera"></span></a>
                                    </div>
                                  </div>
                                </div>
                              </profile-pic>
                            </td>
                            <td valign="top" style="padding-top:5px;">
                              <span class="SUGsignups"> Tom Jefferson </span>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                      <div style="width: 125px !important; padding: 0 0 10px 0;" class="link_cursor">
                        <span class="SUGbutton rounded">
                          <span onclick="checkTheBox(926277618);checkLIST(926277618);">Sign Up&nbsp;</span>
                          <input name="siid" type="checkbox" value="926277618" id="checkbox926277618" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(926277618);">
                        </span>
                      </div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </td>
          </tr>
          <tr>
            <td class="SUGtable itemColumn" valign="top" rowspan="1" style="padding-top:10px !important;padding-bottom:10px;">
              <p class="SUGbigbold hrow">Large Motor Skills</p>
            </td>
            <td class="SUGtable enforce-wrap" valign="top" rowspan="1" style="padding-top:7px;">
              <span class="SUGbigbold">Room 245&nbsp;</span>
            </td>
            <td class="SUGtable" valign="top">
              <table width="100%" cellpadding="0" cellspacing="0">
                <tbody>
                  <tr>
                    <td nowrap="" valign="top" style="margin:0 !important;padding-top:5px !important;padding-bottom:5px">
                      <p class="SUGbigbold hrow"> 08/22/2025 <span class="SUGmain">
                          <br> (Fri, 9:00am - 11:30am) </span> (20) </p>
                    </td>
                    <td width="4%" valign="top"> &nbsp; </td>
                    <td valign="top" width="48%" style=";padding-top: 10px !important;">
                      <div style="width: 125px !important; padding: 0 0 5px 0;" class="link_cursor">
                        <span class="SUGbutton rounded">
                          <span onclick="checkTheBox(926276919);checkLIST(926276919);">Sign Up&nbsp;</span>
                          <input name="siid" type="checkbox" value="926276919" id="checkbox926276919" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(926276919);">
                        </span>
                      </div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </td>
          </tr>
          <tr>
            <td class="SUGtable itemColumn" valign="top" rowspan="1" style="padding-top:10px !important;padding-bottom:10px;">
              <p class="SUGbigbold hrow">Using Questioning Sequences in the Classroom</p>
            </td>
            <td class="SUGtable enforce-wrap" valign="top" rowspan="1" style="padding-top:7px;">
              <span class="SUGbigbold">Room 114&nbsp;</span>
            </td>
            <td class="SUGtable" valign="top">
              <table width="100%" cellpadding="0" cellspacing="0">
                <tbody>
                  <tr>
                    <td nowrap="" valign="top" style="margin:0 !important;padding-top:5px !important;padding-bottom:5px">
                      <p class="SUGbigbold hrow"> 08/01/2025 <span class="SUGmain">
                          <br> (Fri, 1:00pm - 3:00pm) </span> (20) </p>
                    </td>
                    <td width="4%" valign="top"> &nbsp; </td>
                    <td valign="top" width="48%" style=";padding-top: 10px !important;">
                      <div style="width: 125px !important; padding: 0 0 5px 0;" class="link_cursor">
                        <span class="SUGbutton rounded">
                          <span onclick="checkTheBox(926277649);checkLIST(926277649);">Sign Up&nbsp;</span>
                          <input name="siid" type="checkbox" value="926277649" id="checkbox926277649" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(926277649);">
                        </span>
                      </div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </td>
          </tr>
          <tr>
            <td class="SUGtable itemColumn" valign="top" rowspan="1" style="padding-top:10px !important;padding-bottom:10px;">
              <p class="SUGbigbold hrow">Fine Motor Skils</p>
            </td>
            <td class="SUGtable enforce-wrap" valign="top" rowspan="1" style="padding-top:7px;">
              <span class="SUGbigbold">Cafe&nbsp;</span>
            </td>
            <td class="SUGtable" valign="top">
              <table width="100%" cellpadding="0" cellspacing="0">
                <tbody>
                  <tr>
                    <td nowrap="" valign="top" style="margin:0 !important;padding-top:5px !important;padding-bottom:5px">
                      <p class="SUGbigbold hrow"> 08/22/2025 <span class="SUGmain">
                          <br> (Fri, 9:00am - 11:30am) </span> (30) </p>
                    </td>
                    <td width="4%" valign="top"> &nbsp; </td>
                    <td valign="top" width="48%" style=";padding-top: 10px !important;">
                      <div style="padding-top:5px !important;">
                        <span class="SUGbigbold">1 of 30 slots filled</span>
                      </div>
                      <table>
                        <tbody>
                          <tr>
                            <td valign="top" width="36" style="padding-top:3px;padding-bottom:3px;">
                              <profile-pic dataset="{&quot;id&quot;:5,&quot;value&quot;:38457397,&quot;type&quot;:&quot;customimage&quot;}" color="#FFFFFF" bgcolor="#54B2E8" class="ng-isolate-scope"><!-- ngInclude: getContentUrl() -->
                                <div ng-include="getContentUrl()" style="height:30px;" class="ng-scope">
                                  <div style="display: inline-block;" class="ng-scope">
                                    <div class="ppic ppic-30" data-ng-style="{'background-color': bgcolor }" style="background-color: rgb(84, 178, 232);">
                                      <img alt="Profile Icon" style="margin: 0px !important; padding: 0px !important; vertical-align: baseline !important; height: 30px; width: 30px;" data-ng-style="{height: imgsize + 'px' , width: imgsize +'px'}"
                                        data-ng-src="https://images.signupgenius.com/memberImages/profile/38457397/profilepic_30.png?0.011227311347984159"
                                        src="https://images.signupgenius.com/memberImages/profile/38457397/profilepic_30.png?0.011227311347984159">
                                    </div>
                                    <div data-ng-show="link" class="ppic ppic-edit-30 ng-hide">
                                      <a href="https://www.signupgenius.com/index.cfm?go=m.editprofile" alt="Edit profile image"><span class="glyphicon glyphicon-camera"></span></a>
                                    </div>
                                  </div>
                                </div>
                              </profile-pic>
                            </td>
                            <td valign="top" style="padding-top:5px;">
                              <span class="SUGsignups"> E.N. Stein </span>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                      <div style="width: 125px !important; padding: 0 0 10px 0;" class="link_cursor">
                        <span class="SUGbutton rounded">
                          <span onclick="checkTheBox(926276898);checkLIST(926276898);">Sign Up&nbsp;</span>
                          <input name="siid" type="checkbox" value="926276898" id="checkbox926276898" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(926276898);">
                        </span>
                      </div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </td>
          </tr>
          <tr>
            <td class="SUGtable itemColumn" valign="top" rowspan="1" style="padding-top:10px !important;padding-bottom:10px;">
              <p class="SUGbigbold hrow">Motivating and Inspiring Students</p>
            </td>
            <td class="SUGtable enforce-wrap" valign="top" rowspan="1" style="padding-top:7px;">
              <span class="SUGbigbold">Media Center&nbsp;</span>
            </td>
            <td class="SUGtable" valign="top">
              <table width="100%" cellpadding="0" cellspacing="0">
                <tbody>
                  <tr>
                    <td nowrap="" valign="top" style="margin:0 !important;padding-top:5px !important;padding-bottom:5px">
                      <p class="SUGbigbold hrow"> 08/01/2025 <span class="SUGmain">
                          <br> (Fri, 1:00pm - 3:00pm) </span> (20) </p>
                    </td>
                    <td width="4%" valign="top"> &nbsp; </td>
                    <td valign="top" width="48%" style=";padding-top: 10px !important;">
                      <div style="padding-top:5px !important;">
                        <span class="SUGbigbold">2 of 20 slots filled</span>
                      </div>
                      <table>
                        <tbody>
                          <tr>
                            <td valign="top" width="36" style="padding-top:3px;padding-bottom:3px;">
                              <profile-pic
                                dataset="{&quot;id&quot;:1,&quot;value&quot;:&quot;EB&quot;,&quot;type&quot;:&quot;initials&quot;,&quot;resource&quot;:{&quot;small&quot;:&quot;&quot;,&quot;medium&quot;:&quot;&quot;,&quot;large&quot;:&quot;&quot;,&quot;text&quot;:&quot;EB&quot;,&quot;xlarge&quot;:&quot;&quot;}}"
                                color="#FFFFFF" bgcolor="#54B2E8" class="ng-isolate-scope"><!-- ngInclude: getContentUrl() -->
                                <div ng-include="getContentUrl()" style="height:30px;" class="ng-scope">
                                  <style class="ng-scope">
                                    @media all and (-ms-high-contrast: none),
                                    (-ms-high-contrast: active) {
                                      .bs {
                                        background-color: #FFF590;
                                        color: #F68B1C;
                                      }
                                    }
                                  </style>
                                  <div style="display: inline-block;" class="ng-scope">
                                    <!--[if IE 9]><div class="ppic ppic-{{imgsize}}" style="background-color: #FFF590; color: #F68B1C"> {{value}} <![endif]-->
                                    <!--[if !IE]><!-->
                                    <div class="ppic ppic-30 bs" style="background-color: #54B2E8 !important; color: #FFFFFF !important;"> EB <!--<![endif]-->
                                    </div>
                                    <div data-ng-show="link" class="ppic ppic-edit-30 ng-hide">
                                      <a href="https://www.signupgenius.com/index.cfm?go=m.editprofile" alt="Edit profile image"><span class="glyphicon glyphicon-camera"></span></a>
                                    </div>
                                  </div>
                                  <script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/v652eace1692a40cfa3763df669d7439c1639079717194"
                                    integrity="sha512-Gi7xpJR8tSkrpF7aordPZQlW2DLtzUlZcumS8dMQjwDHEnw9I7ZLyiOj/6tZStRBGtGgN6ceN6cMH8z7etPGlw=="
                                    data-cf-beacon="{&quot;rayId&quot;:&quot;7050cbab3cbe9b64&quot;,&quot;token&quot;:&quot;124a47a53ebf4252a08b14b4aed23ef0&quot;,&quot;version&quot;:&quot;2021.12.0&quot;,&quot;si&quot;:100}" crossorigin="anonymous"
                                    class="ng-scope"></script>
                                </div>
                              </profile-pic>
                            </td>
                            <td valign="top" style="padding-top:5px;">
                              <span class="SUGsignups"> Earl E. Bird </span>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                      <table>
                        <tbody>
                          <tr>
                            <td valign="top" width="36" style="padding-top:3px;padding-bottom:3px;">
                              <profile-pic
                                dataset="{&quot;id&quot;:1,&quot;value&quot;:&quot;BE&quot;,&quot;type&quot;:&quot;initials&quot;,&quot;resource&quot;:{&quot;small&quot;:&quot;&quot;,&quot;medium&quot;:&quot;&quot;,&quot;large&quot;:&quot;&quot;,&quot;text&quot;:&quot;BE&quot;,&quot;xlarge&quot;:&quot;&quot;}}"
                                color="#FFFFFF" bgcolor="#54B2E8" class="ng-isolate-scope"><!-- ngInclude: getContentUrl() -->
                                <div ng-include="getContentUrl()" style="height:30px;" class="ng-scope">
                                  <style class="ng-scope">
                                    @media all and (-ms-high-contrast: none),
                                    (-ms-high-contrast: active) {
                                      .bs {
                                        background-color: #FFF590;
                                        color: #F68B1C;
                                      }
                                    }
                                  </style>
                                  <div style="display: inline-block;" class="ng-scope">
                                    <!--[if IE 9]><div class="ppic ppic-{{imgsize}}" style="background-color: #FFF590; color: #F68B1C"> {{value}} <![endif]-->
                                    <!--[if !IE]><!-->
                                    <div class="ppic ppic-30 bs" style="background-color: #54B2E8 !important; color: #FFFFFF !important;"> BE <!--<![endif]-->
                                    </div>
                                    <div data-ng-show="link" class="ppic ppic-edit-30 ng-hide">
                                      <a href="https://www.signupgenius.com/index.cfm?go=m.editprofile" alt="Edit profile image"><span class="glyphicon glyphicon-camera"></span></a>
                                    </div>
                                  </div>
                                  <script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/v652eace1692a40cfa3763df669d7439c1639079717194"
                                    integrity="sha512-Gi7xpJR8tSkrpF7aordPZQlW2DLtzUlZcumS8dMQjwDHEnw9I7ZLyiOj/6tZStRBGtGgN6ceN6cMH8z7etPGlw=="
                                    data-cf-beacon="{&quot;rayId&quot;:&quot;7050cbab3cbe9b64&quot;,&quot;token&quot;:&quot;124a47a53ebf4252a08b14b4aed23ef0&quot;,&quot;version&quot;:&quot;2021.12.0&quot;,&quot;si&quot;:100}" crossorigin="anonymous"
                                    class="ng-scope"></script>
                                </div>
                              </profile-pic>
                            </td>
                            <td valign="top" style="padding-top:5px;">
                              <span class="SUGsignups"> Brighton Early </span>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                      <div style="width: 125px !important; padding: 0 0 10px 0;" class="link_cursor">
                        <span class="SUGbutton rounded">
                          <span onclick="checkTheBox(926277562);checkLIST(926277562);">Sign Up&nbsp;</span>
                          <input name="siid" type="checkbox" value="926277562" id="checkbox926277562" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(926277562);">
                        </span>
                      </div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </td>
          </tr>
          <tr>
            <td class="SUGtable itemColumn" valign="top" rowspan="1" style="padding-top:10px !important;padding-bottom:10px;">
              <p class="SUGbigbold hrow">Guided Play</p>
            </td>
            <td class="SUGtable enforce-wrap" valign="top" rowspan="1" style="padding-top:7px;">
              <span class="SUGbigbold">Media Center&nbsp;</span>
            </td>
            <td class="SUGtable" valign="top">
              <table width="100%" cellpadding="0" cellspacing="0">
                <tbody>
                  <tr>
                    <td nowrap="" valign="top" style="margin:0 !important;padding-top:5px !important;padding-bottom:5px">
                      <p class="SUGbigbold hrow"> 08/22/2025 <span class="SUGmain">
                          <br> (Fri, 9:00am - 11:30am) </span> (45) </p>
                    </td>
                    <td width="4%" valign="top"> &nbsp; </td>
                    <td valign="top" width="48%" style=";padding-top: 10px !important;">
                      <div style="padding-top:5px !important;">
                        <span class="SUGbigbold">1 of 45 slots filled</span>
                      </div>
                      <table>
                        <tbody>
                          <tr>
                            <td valign="top" width="36" style="padding-top:3px;padding-bottom:3px;">
                              <profile-pic
                                dataset="{&quot;id&quot;:1,&quot;value&quot;:&quot;RS&quot;,&quot;type&quot;:&quot;initials&quot;,&quot;resource&quot;:{&quot;small&quot;:&quot;&quot;,&quot;medium&quot;:&quot;&quot;,&quot;large&quot;:&quot;&quot;,&quot;text&quot;:&quot;RS&quot;,&quot;xlarge&quot;:&quot;&quot;}}"
                                color="#FFFFFF" bgcolor="#54B2E8" class="ng-isolate-scope"><!-- ngInclude: getContentUrl() -->
                                <div ng-include="getContentUrl()" style="height:30px;" class="ng-scope">
                                  <style class="ng-scope">
                                    @media all and (-ms-high-contrast: none),
                                    (-ms-high-contrast: active) {
                                      .bs {
                                        background-color: #FFF590;
                                        color: #F68B1C;
                                      }
                                    }
                                  </style>
                                  <div style="display: inline-block;" class="ng-scope">
                                    <!--[if IE 9]><div class="ppic ppic-{{imgsize}}" style="background-color: #FFF590; color: #F68B1C"> {{value}} <![endif]-->
                                    <!--[if !IE]><!-->
                                    <div class="ppic ppic-30 bs" style="background-color: #54B2E8 !important; color: #FFFFFF !important;"> RS <!--<![endif]-->
                                    </div>
                                    <div data-ng-show="link" class="ppic ppic-edit-30 ng-hide">
                                      <a href="https://www.signupgenius.com/index.cfm?go=m.editprofile" alt="Edit profile image"><span class="glyphicon glyphicon-camera"></span></a>
                                    </div>
                                  </div>
                                  <script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/v652eace1692a40cfa3763df669d7439c1639079717194"
                                    integrity="sha512-Gi7xpJR8tSkrpF7aordPZQlW2DLtzUlZcumS8dMQjwDHEnw9I7ZLyiOj/6tZStRBGtGgN6ceN6cMH8z7etPGlw=="
                                    data-cf-beacon="{&quot;rayId&quot;:&quot;7050cbab3cbe9b64&quot;,&quot;token&quot;:&quot;124a47a53ebf4252a08b14b4aed23ef0&quot;,&quot;version&quot;:&quot;2021.12.0&quot;,&quot;si&quot;:100}" crossorigin="anonymous"
                                    class="ng-scope"></script>
                                </div>
                              </profile-pic>
                            </td>
                            <td valign="top" style="padding-top:5px;">
                              <span class="SUGsignups"> Rita Storee </span>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                      <div style="width: 125px !important; padding: 0 0 10px 0;" class="link_cursor">
                        <span class="SUGbutton rounded">
                          <span onclick="checkTheBox(926276911);checkLIST(926276911);">Sign Up&nbsp;</span>
                          <input name="siid" type="checkbox" value="926276911" id="checkbox926276911" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(926276911);">
                        </span>
                      </div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </td>
          </tr>
          <tr>
            <td class="SUGtable itemColumn" valign="top" rowspan="1" style="padding-top:10px !important;padding-bottom:10px;">
              <p class="SUGbigbold hrow">Leading Standards-Based Learning</p>
            </td>
            <td class="SUGtable enforce-wrap" valign="top" rowspan="1" style="padding-top:7px;">
              <span class="SUGbigbold">Room 245&nbsp;</span>
            </td>
            <td class="SUGtable" valign="top">
              <table width="100%" cellpadding="0" cellspacing="0">
                <tbody>
                  <tr>
                    <td nowrap="" valign="top" style="margin:0 !important;padding-top:5px !important;padding-bottom:5px">
                      <p class="SUGbigbold hrow"> 08/01/2025 <span class="SUGmain">
                          <br> (Fri, 1:00pm - 3:00pm) </span> (20) </p>
                    </td>
                    <td width="4%" valign="top"> &nbsp; </td>
                    <td valign="top" width="48%" style=";padding-top: 10px !important;">
                      <div style="width: 125px !important; padding: 0 0 5px 0;" class="link_cursor">
                        <span class="SUGbutton rounded">
                          <span onclick="checkTheBox(926277501);checkLIST(926277501);">Sign Up&nbsp;</span>
                          <input name="siid" type="checkbox" value="926277501" id="checkbox926277501" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(926277501);">
                        </span>
                      </div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </td>
          </tr>
          <tr>
            <td class="SUGtable itemColumn" valign="top" rowspan="1" style="padding-top:10px !important;padding-bottom:10px;">
              <p class="SUGbigbold hrow">School Readiness</p>
            </td>
            <td class="SUGtable enforce-wrap" valign="top" rowspan="1" style="padding-top:7px;">
              <span class="SUGbigbold">Room 114&nbsp;</span>
            </td>
            <td class="SUGtable" valign="top">
              <table width="100%" cellpadding="0" cellspacing="0">
                <tbody>
                  <tr>
                    <td nowrap="" valign="top" style="margin:0 !important;padding-top:5px !important;padding-bottom:5px">
                      <p class="SUGbigbold hrow"> 08/22/2025 <span class="SUGmain">
                          <br> (Fri, 9:00am - 11:30am) </span> (20) </p>
                    </td>
                    <td width="4%" valign="top"> &nbsp; </td>
                    <td valign="top" width="48%" style=";padding-top: 10px !important;">
                      <div style="padding-top:5px !important;">
                        <span class="SUGbigbold">1 of 20 slots filled</span>
                      </div>
                      <table>
                        <tbody>
                          <tr>
                            <td valign="top" width="36" style="padding-top:3px;padding-bottom:3px;">
                              <profile-pic dataset="{&quot;id&quot;:5,&quot;value&quot;:38457462,&quot;type&quot;:&quot;customimage&quot;}" color="#FFFFFF" bgcolor="#54B2E8" class="ng-isolate-scope"><!-- ngInclude: getContentUrl() -->
                                <div ng-include="getContentUrl()" style="height:30px;" class="ng-scope">
                                  <div style="display: inline-block;" class="ng-scope">
                                    <div class="ppic ppic-30" data-ng-style="{'background-color': bgcolor }" style="background-color: rgb(84, 178, 232);">
                                      <img alt="Profile Icon" style="margin: 0px !important; padding: 0px !important; vertical-align: baseline !important; height: 30px; width: 30px;" data-ng-style="{height: imgsize + 'px' , width: imgsize +'px'}"
                                        data-ng-src="https://images.signupgenius.com/memberImages/profile/38457462/profilepic_30.png?0.10455677917823558"
                                        src="https://images.signupgenius.com/memberImages/profile/38457462/profilepic_30.png?0.10455677917823558">
                                    </div>
                                    <div data-ng-show="link" class="ppic ppic-edit-30 ng-hide">
                                      <a href="https://www.signupgenius.com/index.cfm?go=m.editprofile" alt="Edit profile image"><span class="glyphicon glyphicon-camera"></span></a>
                                    </div>
                                  </div>
                                </div>
                              </profile-pic>
                            </td>
                            <td valign="top" style="padding-top:5px;">
                              <span class="SUGsignups"> Tom Jefferson </span>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                      <div style="width: 125px !important; padding: 0 0 10px 0;" class="link_cursor">
                        <span class="SUGbutton rounded">
                          <span onclick="checkTheBox(926276907);checkLIST(926276907);">Sign Up&nbsp;</span>
                          <input name="siid" type="checkbox" value="926276907" id="checkbox926276907" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(926276907);">
                        </span>
                      </div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </td>
          </tr>
          <tr>
            <td class="SUGtable itemColumn" valign="top" rowspan="1" style="padding-top:10px !important;padding-bottom:10px;">
              <p class="SUGbigbold hrow">Differentiation Strategies</p>
            </td>
            <td class="SUGtable enforce-wrap" valign="top" rowspan="1" style="padding-top:7px;">
              <span class="SUGbigbold">Room 214&nbsp;</span>
            </td>
            <td class="SUGtable" valign="top">
              <table width="100%" cellpadding="0" cellspacing="0">
                <tbody>
                  <tr>
                    <td nowrap="" valign="top" style="margin:0 !important;padding-top:5px !important;padding-bottom:5px">
                      <p class="SUGbigbold hrow"> 08/01/2025 <span class="SUGmain">
                          <br> (Fri, 1:00pm - 3:00pm) </span> (20) </p>
                    </td>
                    <td width="4%" valign="top"> &nbsp; </td>
                    <td valign="top" width="48%" style=";padding-top: 10px !important;">
                      <div style="width: 125px !important; padding: 0 0 5px 0;" class="link_cursor">
                        <span class="SUGbutton rounded">
                          <span onclick="checkTheBox(926277459);checkLIST(926277459);">Sign Up&nbsp;</span>
                          <input name="siid" type="checkbox" value="926277459" id="checkbox926277459" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(926277459);">
                        </span>
                      </div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </td>
          </tr>
          <tr>
            <td class="SUGtable itemColumn" valign="top" rowspan="1" style="padding-top:10px !important;padding-bottom:10px;">
              <p class="SUGbigbold hrow">Social Problem Solving</p>
            </td>
            <td class="SUGtable enforce-wrap" valign="top" rowspan="1" style="padding-top:7px;">
              <span class="SUGbigbold">Room 117&nbsp;</span>
            </td>
            <td class="SUGtable" valign="top">
              <table width="100%" cellpadding="0" cellspacing="0">
                <tbody>
                  <tr>
                    <td nowrap="" valign="top" style="margin:0 !important;padding-top:5px !important;padding-bottom:5px">
                      <p class="SUGbigbold hrow"> 08/22/2025 <span class="SUGmain">
                          <br> (Fri, 9:00am - 11:30am) </span> (20) </p>
                    </td>
                    <td width="4%" valign="top"> &nbsp; </td>
                    <td valign="top" width="48%" style=";padding-top: 10px !important;">
                      <div style="width: 125px !important; padding: 0 0 5px 0;" class="link_cursor">
                        <span class="SUGbutton rounded">
                          <span onclick="checkTheBox(926276915);checkLIST(926276915);">Sign Up&nbsp;</span>
                          <input name="siid" type="checkbox" value="926276915" id="checkbox926276915" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(926276915);">
                        </span>
                      </div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div style="background-color:#060F40; height:150px;">
    <div id="submitfooter" align="center">
      <div class="container">
        <div class="SUGsmall" style="float: right;  font-size: 9px; opacity: 0.7; text-align: right;"> ©2022 SignUpGenius.<br>All Rights Reserved.<br>
          <a target="_self" href="https://www.signupgenius.com/about/privacy.cfm" class="SUGlink" style="font-size: 9px;">Privacy Policy</a>&nbsp;|&nbsp;<a target="_self" href="https://www.signupgenius.com/about/terms-of-service.cfm" class="SUGlink" style="font-size: 9px;">Terms of Service</a>
          &nbsp;|&nbsp; <a href="#/" class="qc-ccpa-persistent-link SUGlink" style="display: none; visibility: hidden;">Do Not Sell My Personal Information</a>
        </div>
        <input type="submit" value="Submit and Sign Up" class="giantsubmitbutton rounded link_cursor">
      </div>
    </div>
  </div>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products.

With your permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting. Please note that some processing of your personal data may not
require your consent, but you have a right to object to such processing. Your
preferences will apply to this website only. You can change your preferences at
any time by returning to this site or visit our privacy policy.

MORE OPTIONSAGREE


We value your privacy. We use cookies and other technologies to keep the site
reliable and secure, tailor your experience, measure site performance and
present relevant offers and advertisements, as described in our Privacy Policy.
Got it!
Toggle navigation
 * Features
 * Pricing
 * More
   * Resources & Tips
   * Blog
   * Collect Money
   * Enterprise
   * Help

 * Log In
 * 


Create a Sign Up
Schools


PROFESSIONAL DEVELOPMENT TRAINING

Please review the available slots below and click on the button to sign up.

Created by: 
SS

 SignUpGenius Staff
 

Already signed up? You can change your sign up.


Available Slot Location
Calendar View
Date (mm/dd/yyyy EDT)

Supporting Beginning Teachers

Cafe 

08/01/2025
(Fri, 1:00pm - 3:00pm) (20)

 
3 of 20 slots filled

E.N. Stein

RS

Rita Storee


Tom Jefferson

Sign Up 

Large Motor Skills

Room 245 

08/22/2025
(Fri, 9:00am - 11:30am) (20)

 
Sign Up 

Using Questioning Sequences in the Classroom

Room 114 

08/01/2025
(Fri, 1:00pm - 3:00pm) (20)

 
Sign Up 

Fine Motor Skils

Cafe 

08/22/2025
(Fri, 9:00am - 11:30am) (30)

 
1 of 30 slots filled

E.N. Stein

Sign Up 

Motivating and Inspiring Students

Media Center 

08/01/2025
(Fri, 1:00pm - 3:00pm) (20)

 
2 of 20 slots filled
EB

Earl E. Bird

BE

Brighton Early

Sign Up 

Guided Play

Media Center 

08/22/2025
(Fri, 9:00am - 11:30am) (45)

 
1 of 45 slots filled
RS

Rita Storee

Sign Up 

Leading Standards-Based Learning

Room 245 

08/01/2025
(Fri, 1:00pm - 3:00pm) (20)

 
Sign Up 

School Readiness

Room 114 

08/22/2025
(Fri, 9:00am - 11:30am) (20)

 
1 of 20 slots filled

Tom Jefferson

Sign Up 

Differentiation Strategies

Room 214 

08/01/2025
(Fri, 1:00pm - 3:00pm) (20)

 
Sign Up 

Social Problem Solving

Room 117 

08/22/2025
(Fri, 9:00am - 11:30am) (20)

 
Sign Up 

©2022 SignUpGenius.
All Rights Reserved.
Privacy Policy | Terms of Service  |  Do Not Sell My Personal Information