myisminc.samcart.com
Open in
urlscan Pro
99.83.253.99
Public Scan
Submitted URL: https://mautic.hyperskill.org/r/8933ea24d39d8cfbd497fdd93?ct=YTo1OntzOjY6InNvdXJjZSI7YToyOntpOjA7czoxNDoiY2FtcGFpZ24uZXZlbnQiO...
Effective URL: https://myisminc.samcart.com/products/rep-eng-tools?utm_source=hyperskill.org&utm_medium=email&utm_campaign=newsletter_oct_ep1
Submission: On October 16 via manual from BR — Scanned from NL
Effective URL: https://myisminc.samcart.com/products/rep-eng-tools?utm_source=hyperskill.org&utm_medium=email&utm_campaign=newsletter_oct_ep1
Submission: On October 16 via manual from BR — Scanned from NL
Form analysis
1 forms found in the DOMName: paymentForm —
<form id="paymentForm" name="paymentForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email" novalidate="novalidate">
<h3 class="tpl-6__checkout__title mb-sm-24 mb-16">Checkout</h3>
<h4 class="tpl-6__checkout__subtitle mb-sm-20 mb-16">Contact</h4>
<div class="row mobile-display">
<div class="col-sm-6 col-12">
<div class="form-group d-flex flex-column">
<input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.first_name !== ''}" autofill="" id="fname" name="fname" ng-model="order.customer.first_name"
required="" spellcheck="false" value="" autocomplete="given-name">
<label for="fname" class="order-1">First Name</label>
</div>
</div>
<div class="col-sm-6 col-12">
<div class="form-group d-flex flex-column">
<input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.last_name !== ''}" autofill="" id="lname" name="lname" ng-model="order.customer.last_name"
required="" spellcheck="false" value="" autocomplete="family-name">
<label for="lname" class="order-1">Last Name</label>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-12">
<div class="form-group d-flex flex-column">
<input type="email" class="form-control form-control--icon form-control--email order-2 ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.email !== ''}" autofill="" id="email"
name="email" ng-model="order.customer.email" required="" spellcheck="false" value="" autocomplete="email">
<label for="email" class="order-1">Email Address</label>
</div>
</div>
<div class="col-sm-6 col-12">
<!-- ngIf: checkoutState.product.properties.phone_number_field -->
</div>
</div>
<h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Payment Options</h4>
<div class="mb-sm-24 mb-16">
<div class="custom-control custom-radio">
<input class="custom-control-input selected" type="radio" name="radio_option" id="product-option-559752" ng-click="setProductOption('product_option',559752 )" ng-checked="checkoutContext.cart.settings.selected_payment_option === 559752"
checked="checked">
<label for="product-option-559752" class="custom-control-label w-100">
<div class="row">
<div class="col">
<span>2023 Resilient Updates</span>
<div>
<small class="text-muted"></small>
</div>
</div>
<div class="col-auto">
<div class="float-right text-right">
<span>$299.99</span>
</div>
</div>
</div>
</label>
</div>
</div>
<div class="mb-sm-24 mb-16">
<div class="custom-control custom-radio">
<input class="custom-control-input" type="radio" name="radio_option" id="product-option-410998" ng-click="setProductOption('product_option',410998 )" ng-checked="checkoutContext.cart.settings.selected_payment_option === 410998">
<label for="product-option-410998" class="custom-control-label w-100">
<div class="row">
<div class="col">
<span>Resilient Entrepreneur Webinar</span>
<div>
<small class="text-muted"></small>
</div>
</div>
<div class="col-auto">
<div class="float-right text-right">
<span>$49.99</span>
</div>
</div>
</div>
</label>
</div>
</div>
<div class="mb-sm-24 mb-16">
<div class="custom-control custom-radio">
<input class="custom-control-input" type="radio" name="radio_option" id="product-option-559739" ng-click="setProductOption('product_option',559739 )" ng-checked="checkoutContext.cart.settings.selected_payment_option === 559739">
<label for="product-option-559739" class="custom-control-label w-100">
<div class="row">
<div class="col">
<span>Resilient Entrepreneur Canvas and Workbook (Name Your Price, Suggested $39.99)</span>
<div>
<small class="text-muted"></small>
</div>
</div>
<div class="col-auto">
<div class="float-right text-right">
<span>$0.00</span>
</div>
</div>
</div>
</label>
</div>
</div>
<!-- ngIf: customer_pricing.visible -->
<h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Payment Methods</h4>
<div id="payments" class="tpl-6__payment mb-sm-34 mb-24 mx-sm-0 mx-n16 p-sm-24 p-16">
<div class="row">
<div class="col-sm-auto col-12 order-sm-1 mt-sm-0 mt-16 order-3 ml-20 pr-0">
<div class="custom-control custom-radio m-0">
<input type="radio" id="creditCardRadio" name="paymentMethods" data-toggle="collapse" data-target="#cards:not(.show)" class="custom-control-input" ng-click="setPaymentType('cc_processor')" aria-expanded="true" checked="">
<label class="custom-control-label d-flex align-items-center" for="creditCardRadio">
<div class="payment-method-label" style="height: 16px"><span>Credit Card</span></div>
</label>
</div>
</div>
<div id="cards" class="col-12 collapse order-sm-4 order-3 show " data-parent="#payments">
<div class="payment-element-container">
<div class="payment-form cc-processor-form sampay-processor-form" ng-show="processor_selection == 'cc_processor'">
<!-- ngIf: renderingPaymentElement -->
<!-- ngIf: !renderingPaymentElement -->
<div ng-if="!renderingPaymentElement" class="ng-scope">
<stripe-element id="payment-element" instance="paymentElement" class="stripe-payment-element ng-isolate-scope">
<div stripe-element-decorator="" class="StripeElement">
<div class="__PrivateStripeElement"
style="margin: -4px 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important; clear: both !important; transition: height 0.35s ease 0s !important;">
<iframe name="__privateStripeFrame97613" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *"
src="https://js.stripe.com/v3/elements-inner-payment-f9c96f24bc2ee3664ce6806f7a49bc3b.html#wait=true&rtl=false&publicOptions[wallets][applePay]=never&publicOptions[wallets][googlePay]=never&publicOptions[layout][type]=accordion&publicOptions[layout][defaultCollapsed]=false&publicOptions[layout][radios]=false&publicOptions[layout][spacedAccordionItems]=true&stripeAccount=acct_1HxYAXAdPYmblXtK&componentName=payment&keyMode=live&apiKey=pk_live_51HxYAXAdPYmblXtKZEfS7lJf4zKIIIc6dl2jwJw7oKEqmKtBNZKiGx1ePq0Nj90sPxboOIKZMp6H82mxYje5ur9Z00GtmQeHdN&referrer=https%3A%2F%2Fmyisminc.samcart.com%2Fproducts%2Frep-eng-tools%3Futm_source%3Dhyperskill.org%26utm_medium%3Demail%26utm_campaign%3Dnewsletter_oct_ep1&controllerId=__privateStripeController9761"
title="Secure payment input frame"
style="border: none !important; margin: -4px; padding: 0px !important; width: calc(100% + 8px); min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 283.531px; opacity: 1; transition: opacity 0.4s ease 0.1s;"></iframe>
</div>
</div>
</stripe-element>
</div><!-- end ngIf: !renderingPaymentElement -->
</div>
</div>
</div>
<div class="col-sm-auto col-12 order-sm-2 mt-sm-0 mt-16 order-1 ml-20 pr-0">
<div class="custom-control custom-radio m-0">
<input type="radio" id="payPalRadio" name="paymentMethods" data-toggle="collapse" data-target="#paypal:not(.show)" class="custom-control-input" ng-click="setPaymentType('paypal')" aria-expanded="false">
<label class="custom-control-label d-flex align-items-center" for="payPalRadio">
<div class="payment-method-label"><img class="paypal-icon-v2" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/paypal-v2.svg" alt="PayPal"><span>PayPal</span></div>
</label>
</div>
</div>
<div id="paypal" class="col-12 collapse order-sm-4 order-1" data-parent="#payments">
<div class="alternate-payments">
<img class="payment-logo" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/paypal-redirect.svg" alt="PayPal logo">
<p>PayPal selected.</p>
<div>
<img class="external-link" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/external-link.svg">
<p class="payment-subtext">After submitting, you will be redirected to the PayPal website to fill out your payment information. You will be redirected back to our site once the payment is completed.</p>
</div>
</div>
</div>
</div>
</div>
<h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Order Summary</h4>
<div id="order-summary-widget" box-loading="contextRefresh">
<div id="product-list" class="box">
<!-- ngRepeat: invoiceItem in checkoutContext.order.invoice.items -->
<div class="product-item ng-scope" ng-repeat="invoiceItem in checkoutContext.order.invoice.items">
<div class="product-label-col">
<span class="product-item-name ng-binding">2023 Resilient Updates</span>
<!-- ngIf: subscriptionsByProductId[invoiceItem.product_id] -->
<!-- ngIf: invoiceItem.type === 'bump' -->
</div>
<div class="product-price-col float-right text-right">
<!-- ngIf: invoiceItem.quantity > 1 --><span class="unit-amount ng-binding">$299.99</span>
</div>
</div><!-- end ngRepeat: invoiceItem in checkoutContext.order.invoice.items -->
</div>
<div id="summary-totals" class="box">
<div class="invoice-item subtotal-row ng-hide" ng-show="checkoutContext.order.invoice.subtotal !== checkoutContext.order.invoice.total">
<div class="invoice-label-col">
<span class="invoice-item-label">Subtotal:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding">$299.99</span>
</div>
</div>
<div class="invoice-item tax-row ng-hide" ng-show="checkoutContext.order.invoice.tax !== 0">
<div class="invoice-label-col">
<span class="invoice-item-label">Tax:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding">$0.00</span>
</div>
</div>
<div class="invoice-item shipping-row ng-hide" ng-show="checkoutContext.order.invoice.shipping !== 0">
<div class="invoice-label-col">
<span class="invoice-item-label">Shipping:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding">$0.00</span>
</div>
</div>
<div class="invoice-item discount-row ng-hide" ng-show="checkoutContext.order.invoice.discount !== 0">
<div class="invoice-label-col">
<span class="invoice-item-label">Discounts:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding">-$0.00</span>
</div>
</div>
<div class="invoice-item total-row">
<div class="invoice-label-col">
<span class="invoice-item-label">Total:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding" id="total">$299.99 </span>
</div>
</div>
</div>
</div>
<div class="tpl-6__order text-center pt-sm-30 py-24">
<div class="g-recaptcha-container">
<script type="text/javascript">
var recaptchaCallback = function(response) {
window.recaptchaResponse = response;
};
var onloadCallback = function() {
window.recaptchaWidgetId = grecaptcha.render('submit', {
'sitekey': '6LfyULUmAAAAAJld89qgZEGDDIGnjfWqZGBkXh3t',
'callback': recaptchaCallback,
'size': 'invisible'
});
};
</script>
<input id="submit" type="hidden" value="Submit" style="">
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async="" defer=""></script>
<script>
const sleepUntil = async (f, timeoutMs) => {
return new Promise((resolve, reject) => {
const timeWas = new Date();
const wait = setInterval(function() {
if (f()) {
clearInterval(wait);
resolve();
} else if (new Date() - timeWas > timeoutMs) { // Timeout
clearInterval(wait);
reject();
}
}, 20);
});
}
function fetchToken() {
return new Promise(async function(resolve, reject) {
grecaptcha.execute(window.recaptchaWidgetId);
try {
await sleepUntil(() => window.recaptchaResponse, 60000);
resolve('');
} catch {
grecaptcha.reset();
reject('reCAPTCHA timeout exceeded!');
}
});
}
</script>
</div>
<!-- ngIf: processor_selection !== 'digital_wallet' --><button type="submit" class="btn btn-primary mx-auto mb-sm-12 mb-20 w-100 main-cta ng-scope" id="placeOrder" name="placeOrder" ng-click="placeOrder('QVQHTyreCotLDWZAq1aKpYmf')"
ng-disabled="shippingCountryIsRestricted || isProcessingOrder" ng-if="processor_selection !== 'digital_wallet'"> Place Order Now </button><!-- end ngIf: processor_selection !== 'digital_wallet' -->
<div id="payment-request-button" class="mx-auto mb-sm-12 mb-20 ng-hide" ng-show="processor_selection === 'digital_wallet'"></div>
</div>
</form>
Text Content
TOOLS FOR RESILIENT ENGINEERS 0 0 days 1 2 hours 5 8 minutes 5 45 seconds PRE-PLANNED MODULES FOR BUSINESS OWNERS LIKE YOU! ACCESS TO INSIGHTS FROM LEADERS AROUND THE WORLD Be part of a global community! ACCESS TO ALL ONLINE RECORDINGS FOR LIFE Access to online tools for life! 5 WEEK COURSE WITH BI-WEEKLY VIDEOS 4 KEY components! WORKBOOK AND CANVAS Visualize your plan and track your progess to stay reslient! UNDERSTAND BUSINESS STEPS Being resilient in business comes down to 4 components - learn them here! CREATE AN ACTION PLAN Understand what it would take to move forward during challenging times! BECOME A RESILIENT ENGINEER Engineers are always testing, trying, and launching solutions to problems - they are trained to be resilient. The challenge is that as you become formalized in your work as an engineer, you have always followed certain ways and methodologies, and breaking away from them can be a challenge. The Resilient Entrepreneur© Program is a direct response to the COVID-19 pandemic, designed to prepare leaders and entrepreneurs in sustaining their business activities both now, and into the future by providing a framework for working through a crisis. RESILIENT ENTREPRENEUR PROGRAM This is a hands-on experience. In each session you’ll learn useful skills and read case studies from successful businesses that will give you valuable insights to begin implementing into your own workplace. We will utilize the Resilient Entrepreneur Canvas and Workbook, creating an actionable workplan to move forward. This Beginner package has four components which includes a five-week course that consists of weekly sessions using structured educational material. These sessions will be delivered to your email each week so you may work at your own pace without getting overwhelmed. Enroll Now! The Resilient Entrepreneur Webinar is an introductory high-impact 1-hour session designed to both prepare leaders and entrepreneurs with a foundation in business sustainability best-practice, as well as contributing to audience solid preparations for attending a full online program. In addition, you will experience the tools and techniques that we explore on a full live online platform. We also provide some useful skills you can take away immediately to begin implementing in your workplace with your team straight after the session. Enroll Now! RESILIENT ENTREPRENEUR WEBINAR DON'T FORGET THE WORKBOOK AND CANVAS! Designed to be used with the Resilient Entrepreneur Program© Available in English, Arabic and Russian! Pay What You Can MEET YOUR INSTRUCTOR As Founder and CEO of ISM, Faris Alami works with international leaders and entrepreneurs on strategies and implementations, to create an empowering environment for startups and existing businesses to prosper and grow. Find Faris online: 1. Weekly blog on leadership, entrepreneurship, education, globalization, and community topics 2. Weekly Finjan show podcast, available on YouTube 3. StartupGrind host 4. Yearly host and keynote speaker of the Global Entrepreneurship Week 5. Guest, live on stage during programs and events, shows, and podcast including international, national, and local news channels and social media outlets. In the course of his career, Faris has been a special advisor and Entrepreneurial Ecosystem expert with the World Bank, a Business Advisor with Goldman Sachs 10,000 Small Businesses Program, and a Mentor to MBA Students and Entrepreneurs globally. Facilitating economic and workforce development programs on entrepreneurship, small/medium enterprise development, mentorship, and funding, Faris works with high-ranking officials—presidents of countries, ministries, universities, incubators/accelerators, and economic development groups. He also leads the ISM team in supporting entrepreneurs in underserved communities in finding success. His insights into, strategies for, and facilitation of entrepreneurship activities have been sought out by more than 61 leaders of nations and organizations. ISM's programs include training entrepreneurs, trainers, and management teams in supporting entrepreneurs, and in technology, retail, workforce development, leadership, and culture-related programs. Faris founded the non-profit Connecting Dots Globally — a STEMprenuerer program in which high school and university students learn to launch a global technology company. Current Boards: • Automation Alley International Center, Advisory Board • Center For The Study Of Citizenship at Wayne State University • Executive Board of Directors/Vice Chair GlobalTies Detroit • Leadership Oakland, Board of Directors • Franklin University MBA Advisory Board Member • American Lung Association, Board Member • Oakland Livingston Human Service Agency Board Member • George Washington University School of Business Advisory Board Member • U.S. Global Leadership Coalition Michigan Advisory Committee Sample Professional Honors and Awards: • Leader of Leaders Award • Corp! Diversity Business Leader Award • Professional Resource Business Award • KNF Appreciation Award • Global Entrepreneurship Week Host & Keynote Speaker Prior Boards, Committees, and Awards: • The Oakland County Employment Diversity Council (OCEDC) • Automation Alley Workforce Committee • Troy Chamber of Commerce Workforce Leadership Council WHAT OUR STUDENTS HAVE TO SAY... "I liked the simplicity of the presentation that anyone can grasp the information very well. I also like how the presenter got the audience to engage in the presentation by asking for thoughts and ideas and discussing them." OSAID HAMIDI RECENT PROGRAM GRADUATE "This course has taught me to change my mindset and look for opportunities within my actual resources. By the end of the course, I was able to identify different opportunities for my business and applied them right away. Amazing insights!" MELANIA SANHUEZA CEO AT T-SHARE “Strong strategic management skills and the ability to communicate the use of those skills to others. Highly recommended.” LAWRENCE F. JACKSON MSEE AT PURDUE UNIVERSITY "I liked the simplicity of the presentation that anyone can grasp the information very well. I also like how the presenter got the audience to engage in the presentation by asking for thoughts and ideas and discussing them." OSAID HAMIDI RECENT PROGRAM GRADUATE "This course has taught me to change my mindset and look for opportunities within my actual resources. By the end of the course, I was able to identify different opportunities for my business and applied them right away. Amazing insights!" MELANIA SANHUEZA CEO AT T-SHARE THERE'S NO SUCH THING AS A DUMB QUESTION! WHEN DOES THE PROGRAM START AND FINISH? The program is a completely self-paced online course - although is intended to be completed in 5 weeks. We suggest you follow the coursework each week to connect with the community that's taking the course with you, so you can work on your challenges together. HOW LONG DO I HAVE ACCESS TO THE PROGRAM? How does lifetime access sound? After enrolling, you have unlimited access to this program for as long as you like - across any and all devices you own. This access will also include any updates we make to the curriculum over the years! ARE THERE LIVE SESSIONS INCLUDED? One-on-one live coaching is available at an additional cost. Group coaching is also available. ARE THE WORKBOOK AND CANVAS REQUIRED? They are not required, but they are most helpful for following along and they are organized in a way that is meaningful for you to create your own resiliency plans. WHAT CAN I DO IF I AM NOT HAPPY WITH MY PURCHASE? Answer BodyWe are working hard to make our products really valuable to you, but if you are not completely satisfied after the first 30 days, we will be happy to provide a solution that works for you. HAVE A QUESTION THAT WE DIDN'T ANSWER? Contact us at info@myisminc.com -------------------------------------------------------------------------------- CHECKOUT CONTACT First Name Last Name Email Address PAYMENT OPTIONS 2023 Resilient Updates $299.99 Resilient Entrepreneur Webinar $49.99 Resilient Entrepreneur Canvas and Workbook (Name Your Price, Suggested $39.99) $0.00 PAYMENT METHODS Credit Card PayPal PayPal selected. After submitting, you will be redirected to the PayPal website to fill out your payment information. You will be redirected back to our site once the payment is completed. ORDER SUMMARY 2023 Resilient Updates $299.99 Subtotal: $299.99 Tax: $0.00 Shipping: $0.00 Discounts: -$0.00 Total: $299.99 Place Order Now © 2023 International Strategic Managment. All Rights Reserved. PROCESSING