www.signupgenius.com
Open in
urlscan Pro
2606:4700:10::6816:939
Public Scan
URL:
https://www.signupgenius.com/go/10c0e49a4aa2ca7fcc61-pancake
Submission: On May 24 via manual from US — Scanned from DE
Submission: On May 24 via manual from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST /index.cfm?go=s.PreProcessSignup
<form action="/index.cfm?go=s.PreProcessSignup" method="post" id="signupForm" class="ng-pristine ng-valid">
<div class="spacer-sm"></div>
<div data-ng-controller="topAdController" style="z-index:9000" class="ng-scope">
<div align="center" id="signuptop_dynamicbanner" network="sortable" platform="desktop" category="signups" section="sheet" type="dynamicbanner" themeid="498" position="top" class="ng-isolate-scope"><span>
<div class="ad-tag" data-ad-name="Desktop_SignUps_Sheet_970x90_Top" data-ad-size="970x90" data-ad-refresh="time 30s" data-ad-targeting="sug_theme=food" data-ad-processed="1" id="Desktop_SignUps_Sheet_970x90_Top_0" style="min-height: 90px;">
</div>
<script type="text/javascript">
var keyvalue = "sug_theme=food";
var adtags = document.querySelector(".ad-tag")
adtags.setAttribute("data-ad-targeting", keyvalue);
(deployads = window.deployads || []).disablePageSegmentSessionTracking = true;
(deployads = window.deployads || []).pageSegment = keyvalue;
</script>
</span></div>
</div>
<div class="spacer-sm"></div>
<div class="container ng-scope" style="min-width:970px !important;" data-ng-controller="sideAdLayoutController" id="sugBasicWrap">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<!-- ngIf: objConfig.showleft == true -->
<!-- ngIf: objConfig.showleft == true -->
<td class="SUGmain" valign="top" style="position:relative" id="signupcontainer">
<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/Waffles_335x225Image.gif",
"PAIRVALUE": "",
"ISAPPROVED": 1,
"SERVERFILENAME": "Waffles_335x225Image.gif",
"desktopMemberImage": "https://www.signupgenius.com/images/theme/Waffles_335x225Image.gif",
"IMAGEHEIGHT": 225,
"ID": 616838,
"THEMEID": 498,
"PAIREDIMAGEWIDTH": 0,
"isCustomImage": 0,
"PAIREDIMAGEFILENAME": "",
"stockThemeImage": "/images/theme/Waffles_335x225Image.gif",
"mainImagePath": "",
"DISABLED": 0,
"PAIREDIMAGEID": 0,
"mobileMemberImage": "https://www.signupgenius.com/images/theme/Waffles_335x225Image.gif",
"IMAGECROPCOORDS": [],
"IMAGEWIDTH": 335,
"IMAGECUSTOM": 0,
"IMAGETYPE": "Main",
"IMAGERATIO": 1.5,
"CLIENTFILENAME": "Waffles",
"PAIREDIMAGEHEIGHT": 0
};
//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
try {
$scope.col2height = $('#col2id').height();
} catch (e) {
$scope.col2height = 350;
}
$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">
<style>
.col-body-100 {
width: calc(100% - (335px + 25px));
max-width: calc(100% - (25px + 335px));
}
.col-image,
.mod-1-image-1 {
width: 335px;
max-width: 335px;
}
</style>
<style>
/* Image column - inline for this sign up only */
.col-image {
margin-top: 0;
margin-right: 25px;
float: left;
}
.col-body-100 {
float: left;
}
</style>
<style>
.col-body-100,
.col-image {
margin-bottom: 25px;
}
</style>
<div class="col-parent">
<div class="col-image">
<!-- We are not using image masks on templates 1-4 -->
<div id="image1">
<img class="mod-1-image-1 zoom-in" src="/images/theme/Waffles_335x225Image.gif" alt="" border="0">
</div>
</div>
</div>
<div class="col-body-100 SUGmain" id="col2id">
<div class="SUGbold">Volunteers</div>
<h1 class="SUGHeaderText">Pancake Breakfast</h1>
<p style="text-align: inherit;">Please review the available slots below and click on the button to sign up. Thank you!</p>
<strong>Date: </strong>06/07/2022 (Tue.) <p></p>
<strong>Time:</strong> 7:30am - 9:30am CDT <p></p>
<strong>Location: </strong>
<a href="https://www.google.com/maps/search/?api=1&query=1540+Genessee+St+Kansas+City+MO+64102" title="Show Map" class="SUGlink" target="_blank">
BlueScope Buildings
<div class="hrow" style="padding-left:75px;">
1540 Genessee St, Kansas City, MO 64102<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
</div>
</a>
<p></p>
<table>
<tbody>
<tr>
<td><strong>Created by:</strong> </td>
<td valign="top">
<profile-pic
dataset="{"id":1,"value":"PF","type":"initials","resource":{"small":"","medium":"","large":"","text":"PF","xlarge":""}}"
color="#fffffe" bgcolor="#e89546" 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: #e89546 !important; color: #fffffe !important;"> PF <!--<![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="{"rayId":"7106cc11987f918e","token":"124a47a53ebf4252a08b14b4aed23ef0","version":"2021.12.0","si":100}" crossorigin="anonymous"
class="ng-scope"></script>
</div>
</profile-pic>
</td>
<td> Patience Fleak</td>
<td>
<div style="padding-top:
2px;"> <a href="https://www.signupgenius.com/index.cfm?go=c.help&eid=08C0CDD7F9CAFA640C&cs=09CBBADF8FB98B627B0664765BB79BCAFDB5&id=36004353&urlID=10C0E49A4AA2CA7FCC61-pancake" class="SUGlink"><span class="glyphicon glyphicon-envelope" style="font-size:15px;"><span></span></span></a>
</div>
</td>
</tr>
</tbody>
</table>
<div class="row">
<div class="col-md-12">
<div style="margin-top:18px; padding-top:18px;border-top: 1px solid #544f4a;"> Already signed up? You can
<a href="https://www.signupgenius.com/index.cfm?go=s.EditHelp&urlid=10c0e49a4aa2ca7fcc61-pancake" class="SUGlink">change your sign up</a>. </div>
</div>
</div>
</div>
<div class="clearfix"></div>
<br>
</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>
<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>
.link_cursor {
cursor: pointer;
}
.popover-content {
color: #000 !important;
}
.disabled {
opacity: .5;
}
</style>
<script>
$(document).ready(function() {
// $('[data-toggle="tooltip"]').tooltip();
try {
$('[data-toggle="popover"]').popover();
} catch (e) {}
});
</script>
<input name="URLID" id="URLID" type="hidden" value="10C0E49A4AA2CA7FCC61-pancake">
<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="#fecf41" height="35" class="SUGtableheader"> Available Slot <span class="SUGheaddate"></span>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid;">
<p class="SUGbigbold hrow">Greeter (2)</p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Greet people as they are coming in and answer questions they have!</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #e89546 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid; padding-top:0px">
<div style="padding-top:5px !important;">
<span class="SUGbigbold">1 of 2 slots filled</span>
</div>
<!--<div><span class="glyphicon glyphicon-ok-sign SUGicon"></span>-->
<!-- display participant block -->
<table>
<tbody>
<tr>
<td valign="top" width="36" style="padding-top:3px;padding-bottom:3px;">
<profile-pic
dataset="{"id":1,"value":"CP","type":"initials","resource":{"small":"","medium":"","large":"","text":"CP","xlarge":""}}"
color="#fffffe" bgcolor="#e89546" 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: #e89546 !important; color: #fffffe !important;"> CP <!--<![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="{"rayId":"7106cc11987f918e","token":"124a47a53ebf4252a08b14b4aed23ef0","version":"2021.12.0","si":100}"
crossorigin="anonymous" class="ng-scope"></script>
</div>
</profile-pic>
</td>
<td valign="top" style="padding-top:5px;">
<span class="SUGsignups"> Cole Price </span>
</td>
</tr>
</tbody>
</table>
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1107571073);checkLIST(1107571073);">Sign Up </span>
<input name="siid" type="checkbox" value="1107571073" id="checkbox1107571073" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1107571073);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid;">
<p class="SUGbigbold hrow">Condiment Table (2)</p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Keep condiment table clean and refilled as needed.</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #e89546 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1107571069);checkLIST(1107571069);">Sign Up </span>
<input name="siid" type="checkbox" value="1107571069" id="checkbox1107571069" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1107571069);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid;">
<p class="SUGbigbold hrow">Pancake cook (4)</p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Cook pancakes on griddle!</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #e89546 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1107571074);checkLIST(1107571074);">Sign Up </span>
<input name="siid" type="checkbox" value="1107571074" id="checkbox1107571074" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1107571074);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid;">
<p class="SUGbigbold hrow">Waffle Cook (3)</p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Cook waffles on waffle maker!</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #e89546 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1107571067);checkLIST(1107571067);">Sign Up </span>
<input name="siid" type="checkbox" value="1107571067" id="checkbox1107571067" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1107571067);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid;">
<p class="SUGbigbold hrow">Kitchen Runner </p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Assist with anything cooks need (pancake mix, cooking spray, ect)</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #e89546 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1107571068);checkLIST(1107571068);">Sign Up </span>
<input name="siid" type="checkbox" value="1107571068" id="checkbox1107571068" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1107571068);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid;">
<p class="SUGbigbold hrow">Dinning Runner </p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Helps keep dinning area clean!</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #e89546 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1107571071);checkLIST(1107571071);">Sign Up </span>
<input name="siid" type="checkbox" value="1107571071" id="checkbox1107571071" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1107571071);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid;">
<p class="SUGbigbold hrow">Clean up Crew (3)</p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Helps with bussing in kitchen/dinning. Assists in clean up after event.</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #e89546 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #e89546 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1107571070);checkLIST(1107571070);">Sign Up </span>
<input name="siid" type="checkbox" value="1107571070" id="checkbox1107571070" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1107571070);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Order taker (2)</p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Helps keep track of what was ordered and hands the food from cook to customer.</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1107571072);checkLIST(1107571072);">Sign Up </span>
<input name="siid" type="checkbox" value="1107571072" id="checkbox1107571072" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1107571072);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<!-- ngIf: objConfig.showright == true -->
<td data-ng-if="objConfig.showright == true" width="40" class="ng-scope"><img src="/images/spacer.gif" width="40" height="1"></td><!-- end ngIf: objConfig.showright == true -->
<!-- ngIf: objConfig.showright == true -->
<td data-ng-if="objConfig.showright == true" valign="top" width="300" data-ng-class="[{thickCol: !objConfig.showthin, thinCol: objConfig.showthin}]" class="ng-scope [object Object]">
<div data-ng-class="[{thickCol: !objConfig.showthin, thinCol: objConfig.showthin}]" style="display:inline-block;" class="[object Object]"></div>
<!-- ngIf: !objConfig.showsecondary -->
<div data-ng-if="!objConfig.showsecondary" class="ng-scope">
<div id="sticky-anchor-ur"></div>
<div id="sticky-ur">
<div data-ng-controller="sideAdController" class="ng-scope">
<!-- ngIf: objConfig.showright && !objConfig.showthin -->
<div align="center" data-ng-if="objConfig.showright && !objConfig.showthin" id="signup_right_dynamicskyscraper" network="sortable" platform="desktop" category="signups" section="sheet" type="dynamicskyscraper" themeid="498"
position="right" class="ng-isolate-scope"><span>
<div class="ad-tag" data-ad-name="Desktop_SignUps_Sheet_300x600_Right" data-ad-size="300x600" data-ad-refresh="time 30s" data-ad-targeting="sug_theme=food" data-ad-processed="1" id="Desktop_SignUps_Sheet_300x600_Right_0"
style="min-height: 600px;"></div>
<script type="text/javascript">
var keyvalue = "sug_theme=food";
var adtags = document.querySelector(".ad-tag")
adtags.setAttribute("data-ad-targeting", keyvalue);
(deployads = window.deployads || []).disablePageSegmentSessionTracking = true;
(deployads = window.deployads || []).pageSegment = keyvalue;
</script>
</span></div><!-- end ngIf: objConfig.showright && !objConfig.showthin -->
<!-- ngIf: objConfig.showright && objConfig.showthin -->
</div>
<!-- ngIf: objConfig.shownoadlink && !objConfig.showsecondary -->
</div>
</div><!-- end ngIf: !objConfig.showsecondary -->
<!-- ngIf: objConfig.showsecondary -->
<!-- ngIf: objConfig.showsecondary -->
</td><!-- end ngIf: objConfig.showright == true -->
</tr>
</tbody>
</table>
<div id="sticky-bottom"></div>
<span class="spacer"></span>
</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 Volunteers PANCAKE BREAKFAST Please review the available slots below and click on the button to sign up. Thank you! Date: 06/07/2022 (Tue.) Time: 7:30am - 9:30am CDT Location: BlueScope Buildings 1540 Genessee St, Kansas City, MO 64102 Created by: PF Patience Fleak Already signed up? You can change your sign up. Available Slot Greeter (2) Greet people as they are coming in and answer questions they have! 1 of 2 slots filled CP Cole Price Sign Up Condiment Table (2) Keep condiment table clean and refilled as needed. Sign Up Pancake cook (4) Cook pancakes on griddle! Sign Up Waffle Cook (3) Cook waffles on waffle maker! Sign Up Kitchen Runner Assist with anything cooks need (pancake mix, cooking spray, ect) Sign Up Dinning Runner Helps keep dinning area clean! Sign Up Clean up Crew (3) Helps with bussing in kitchen/dinning. Assists in clean up after event. Sign Up Order taker (2) Helps keep track of what was ordered and hands the food from cook to customer. Sign Up ©2022 SignUpGenius. All Rights Reserved. Privacy Policy | Terms of Service | Do Not Sell My Personal Information