pbc.hunteryow.com
Open in
urlscan Pro
2606:4700:3033::6815:35e1
Public Scan
Submitted URL: http://hunteryow.com/
Effective URL: https://pbc.hunteryow.com/
Submission: On October 09 via api from US — Scanned from DE
Effective URL: https://pbc.hunteryow.com/
Submission: On October 09 via api from US — Scanned from DE
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 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-1">
<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="false">
<label class="custom-control-label d-flex align-items-center" for="creditCardRadio">
<img class="mastercard" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/mastercard-minimalist.svg" alt="mastercard minimalist">
<img class="visa" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/visa-minimalist.svg" alt="visa minimalist">
<img class="discover" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/discover-minimalist.svg" alt="discover minimalist">
<img class="amex" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/amex-minimalist.svg" alt="amex minimalist">
<img class="diners" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/diners-minimalist.svg" alt="diners minimalist">
<img class="jcb" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/jcb-minimalist.svg" alt="jcb minimalist">
</label>
</div>
</div>
<div id="cards" class="col-12 collapse show order-sm-3 order-3" data-parent="#payments">
<!-- ngIf: processor_selection == 'cc_processor' -->
</div>
<div class="col-sm-auto col-12 order-sm-1 mt-sm-0 mt-16 order-2" ng-show="canMakePaymentResult">
<div class="custom-control custom-radio m-0">
<input type="radio" id="digitalWalletRadio" name="paymentMethods" data-toggle="collapse" data-target="#digital-wallets:not(.show)" class="custom-control-input" ng-click="setPaymentType('digital_wallet')" aria-expanded="true" checked="">
<label class="custom-control-label d-flex align-items-center" for="digitalWalletRadio">
<svg ng-show="canMakePaymentResult.applePay" class="apple-pay ng-hide">
<use xlink:href="#apple-pay"></use>
</svg>
<svg ng-show="canMakePaymentResult && isChrome" class="google-pay">
<use xlink:href="#google-pay"></use>
</svg>
<svg ng-show="canMakePaymentResult && isEdge" class="microsoft-pay ng-hide">
<use xlink:href="#microsoft-pay"></use>
</svg>
</label>
</div>
<div id="digital-wallets" class="collapse show " data-parent="#payments"></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="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">$7.00</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">$7.00 </span>
</div>
</div>
<!-- ngIf: subscriptionsByProductId[checkoutContext.order.invoice.items[0].product_id] -->
<div ng-if="subscriptionsByProductId[checkoutContext.order.invoice.items[0].product_id]" class="invoice-item sub-desc text-right ng-scope">
<span class="price-item-detail">
<span class="ng-binding">Then $7.00 monthly</span>
</span>
</div><!-- end ngIf: subscriptionsByProductId[checkoutContext.order.invoice.items[0].product_id] -->
</div>
</div>
<div class="tpl-6__order text-center pt-sm-30 py-24">
<!-- ngIf: processor_selection !== 'digital_wallet' -->
<div id="payment-request-button" class="mx-auto mb-sm-12 mb-20 StripeElement" ng-show="processor_selection === 'digital_wallet'">
<div class="__PrivateStripeElement" style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;"><iframe
name="__privateStripeFrame86614" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *"
src="https://js.stripe.com/v3/elements-inner-payment-request-9b86f6e509340d41064883f794b5d780.html#fonts[0][family]=TextaAlt&fonts[0][src]=url('https%3A%2F%2Fsamcart.com%2Fmodules%2Fshared%2Ffonts%2FTextaAlt.ttf')&fonts[0][__resolveFontRelativeTo]=https%3A%2F%2Fpbc.hunteryow.com%2F&wait=false&mids[guid]=NA&mids[muid]=NA&mids[sid]=NA&rtl=false&componentName=paymentRequestButton&keyMode=live&apiKey=pk_live_51GG7E4KO5l8Hh1IFk0gUaVuni8Azf6gD45T4BPCFG4cEWWEoK7HT0uohdg4y7cmbxNMgwgGYEYJHEmdmujXQTuln00O4sGndYD&referrer=https%3A%2F%2Fpbc.hunteryow.com%2F&controllerId=__privateStripeController8661"
title="Secure payment button frame"
style="border: none !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 40px; min-height: auto;"></iframe><input
class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
</div>
</div>
</div>
</form>
Text Content
FROM SKINNY TO JACKED How to transform your body with just 3 Workouts per week (Like I did in the picture below!) Get Started HERE'S EVERYTHING YOU'LL GET WHEN YOU JOIN TODAY: THE "STRUCTURAL BASE" MODULE Learn how to develop strong, attractive posture as well as mobility, flexibility and stability so that you look, feel, and perform your best! THE "FUNDAMENTAL TRAINING PRINCIPLES" MODULE Learn the most crucial factors to building muscle and strength as a skinny guy, so that you can achieve your dream body in the shortest amount of time! THE "FUNDAMENTALS OF NUTRITION" MODULE Learn the most crucial factors to creating a solid nutritional plan, so that you can simplify your diet and build LEAN muscle, without giving up the foods you love! (Skinny guys can get away with eating cheat meals more often than obese guys can). (Yes, you can still fit in cheat meals!) THE "EXERCISE INTRUCTION" MODULE Instant access to 50+ videos that walk you through how to do each exercise, so that you can avoid injuries and make RAPID progress! BEGINNER, INTERMEDIATE, & ADVANCED TRAINING PROGRAMS These training programs (created by yours truly) will save you both the time and the frustration of having to build your own programs from scratch, so you can get in the gym and start getting results right away! PRIVATE MEMBERS COMMUNITY Have private access to a community of other members who are on the same journey as you, so you can ask questions, share your progress, and help each other out! All for just: $7 Per Month (76% Membership Discount) Cancel Anytime :) Normal Price: $30 Per Month Offer Ends: 00 days 00 hours 58 minutes 56 seconds If you're still on the fence, remember...this purchase is 100% Risk Free. If you decide to not continue your journey, just send me an email at hunter.pbclub@gmail.com within 30 days of your purchase and I'll refund your money. I look forward to helping you achieve your dream body in the shortest amount of time :) Your Coach, -Hunter Claim Your 76% Membership Discount below! (Cancel Anytime) Offer Ends: 00 days 00 hours 58 minutes 56 seconds CHECKOUT CONTACT First Name Last Name Email Address PAYMENT METHODS ORDER SUMMARY Subtotal: $7.00 Tax: $0.00 Shipping: $0.00 Discounts: -$0.00 Total: $7.00 Then $7.00 monthly © 2022 PowerBuilding Club. All Rights Reserved. Powered by SamCart PROCESSING