www.ijonaskills.us Open in urlscan Pro
44.237.37.199  Public Scan

URL: https://www.ijonaskills.us/mentorShip-webDetail?mentorid=20&speakerid=0&domain=0
Submission Tags: falconsandbox
Submission: On September 21 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

POST search-on-index

<form action="search-on-index" class="navbar-form" role="search" method="POST">
  <div class="input-group add-on">
    <input class="form-control" placeholder="Search" name="keyWord" id="srch-term" type="text">
    <div class="input-group-btn">
      <button class="btn btn-default" type="submit" onclick="return searchValidation()"><i class="glyphicon glyphicon-search"></i></button>
    </div>
  </div>
</form>

POST addToMentorShipCart

<form id="cartForm" action="addToMentorShipCart" method="post">
  <div class="panel-heading" style="background:#000; color:white; text-align:center">Mentorship Id: ISMEN002 </div>
  <div class="panel-body" style="padding:0px; border:solid 1px #ccc;">
    <div class="form-horizontal">
      <div class="form-group" style="background:#808080; color:white; border-bottom: solid 1px #ccc; margin: 0px; padding:0px;">
        <label class="col-sm-6 control-label">Training Options </label>
        <div class="col-sm-6">
          <p class="form-control-static">Duration: <strong>60 mins</strong></p>
        </div>
      </div>
      <input id="mentorForm.speakerForm.speaker_id" name="mentorForm.speakerForm.speaker_id" value="116" type="hidden">
      <input id="mentorForm.mentorshipID" name="mentorForm.mentorshipID" value="20" type="hidden">
      <input id="productId" name="productId" value="ISMEN002" type="hidden">
      <input id="careerDomainForm.domainId" name="careerDomainForm.domainId" value="4" type="hidden">
      <input id="productType" name="productType" value="mentorship" type="hidden">
      <p>
      </p>
      <div class="checkbox" style="border-bottom: solid 1px #ccc; margin: 0px;">
        <label><strong class="p-title">Recorded: </strong>[Six months unlimited access] </label>
        <label>
          <input type="radio" name="productPrice" value="339">
          <strong style="color: #CC3300;">$339 </strong> (Single Attendee) <input type="radio" name="productPrice" value="549">
          <strong style="color: #CC3300;">$549 </strong> (Unlimited Attendee) </label>
      </div>
      <hr style="margin-top:10px ;margin-bottom :10px ; border-top: 1px solid #dedcdc">
      <div class="form-group" style="border-bottom: solid 1px #ccc; margin: 0px;">
        <div class="col-sm-12">
          <p class="form-control-static">
            <font color="#AC3045" size="2.5px">Webinar Packages(Live/Recorded):</font>
            <a href="https://salesiq.zoho.com/signaturesupport.ls?widgetcode=94ef4007f41f01fad31fcee5bb0f13eaa7aa837be7d1e799c5af1fddcac214b2de93bb6ba143a6411ab100955b7a2172" target="blanck">Our representative can help curate a webinar package for you.Talk to us by clicking this link. </a>
          </p>
        </div>
      </div>
      <div class="form-group" style="border-bottom: solid 1px #ccc; margin: 0px;">
        <div class="col-sm-12">
          <p class="form-control-static">
            <font color="#FF6E33" size="2px">In-Class training:</font>
            <a href="https://salesiq.zoho.com/signaturesupport.ls?widgetcode=94ef4007f41f01fad31fcee5bb0f13eaa7aa837be7d1e799c5af1fddcac214b2de93bb6ba143a6411ab100955b7a2172" target="blanck">We can help organize In-Class training for your organization.Talk to us by clicking this link.</a>
          </p>
        </div>
      </div>
      <div class="form-group">
        <div class="col-sm-12">
          <button type="button" value="Add to cart" onclick="submitCartForm()" id="add_to_cart_btn" class="btn btn-danger" style="width:100px;  margin:5px;">Add to Cart</button>
          <!--  <button value="showRefundPolicyPage" class="btn btn-primary" style="width:120px; margin:5px;">Return Policy</button> -->
          <a href="refund-policy" target="_blank" class="btn btn-primary" style="width:120px; margin:5px;">Refund Policy</a><br> <br>
        </div>
      </div>
    </div>
  </div>
</form>

saveNewsLetter

<form action="saveNewsLetter">
  <div class="form-group">
    <input name="email" id="newsLetteremail" class="form-control" placeholder="Enter your Email">
  </div>
  <div class="form-group">
    <input name="industry" id="industry" type="text" class="form-control" placeholder="Enter your Industry">
  </div>
  <div>
    <input name="button5" type="button" class="btn btn-primary" id="button5" value="Subscribe" onclick="return sendNewsLetter('SUBSCRIBE')">
    <input name="button6" type="button" class="btn btn-primary" id="button6" value="Unsubscribe" onclick="return sendNewsLetter('UNSUBSCRIBE')">
  </div>
  <div class="social-icons">
    <h4>Follow Us:</h4>
    <a href="https://www.facebook.com/ijonaskills" target="_blank" id="fb"><i class="fa fa-facebook" aria-hidden="true"></i></a>
    <a href="https://www.linkedin.com/company/13375195" target="_blank" id="ln"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
    <!-- <a href="https://plus.google.com/u/0/117446426155634678723" target="_blank" id="gp"><i class="fa fa-google" aria-hidden="true"></i></a> -->
    <a href="https://twitter.com/ijonaskills" target="_blank" id="tw"><i class="fa fa-twitter" aria-hidden="true"></i></a>
  </div>
</form>

POST saveSignUp

<form id="form" action="saveSignUp" method="post">
  <div class="form-group">
    <input id="fname" name="fullName" placeholder="Full Name" class="form-control-login" type="text" value="">
  </div>
  <div class="form-group">
    <input id="number" name="mobileNo" placeholder="Mobile No." class="form-control-login" type="text" value="">
  </div>
  <div class="form-group">
    <input id="email" name="email" placeholder="Email" type="email" class="form-control-login" value="">
    <br>
  </div>
  <div class="form-group">
    <input id="password" name="password" placeholder="Password" class="form-control-login" type="password" value="">
  </div>
  <br>
  <div class="modal-footer">
    <button type="button" onclick="validateForm('signUp')" class="btn btn-default n" style="disabled:true;" id="SignUp_btn">Sign Up</button>
  </div>
</form>

POST login

<form id="signInForm" action="login" method="post">
  <div class="form-group">
    <br>
    <div id="errorMesg1" style="color:red" align="center">
    </div>
    <input id="signInEmail" name="email" placeholder="Email" class="form-control-login" type="text" value="">
  </div>
  <div class="form-group">
    <input id="signInpassword" name="password" placeholder="********" class="form-control-login" type="password" value="">
  </div>
  <a href="#about" data-toggle="modal" data-target="#myModal2" padding-left:="" 10px;="">Forgot Password ?</a>
  <a href="viewSignUp" style="padding-left: 80px;">Don't have Account ?</a>
  <br>
  <div class="modal-footer">
    <button type="button" onclick="validateSignInForm()" class="btn btn-default n" id="login_btn">Sign In</button>
  </div>
</form>

POST reset

<form id="form1" action="reset" method="post">
  <div class="form-group">
    <input id="resetEmail" name="email" placeholder="Email" class="form-control-login" type="text" value="">
  </div>
  <a href="#" class="cant-link"></a><br>
  <br>
</form>

Text Content

 * All
   

 * support@ijonaskills.us

 * +1 302-830-3132

   
 * Login
 * Sign Up

Toggle navigation
 * Home(current)
   
 * Domain
   * Soft Skills
   * Finance
   * Human Capital Management
   * Risk Management
   * Information Technology
   * Sales & Marketing
     
 * Webinar
   * Upcoming Webinar
   * Past Webinar (Recorded)
 * Seminar
   * Upcoming Seminar
   * Past Seminar (Recorded)
 * Mentorship
   * Upcoming Mentorship
   * Past Mentorship (Recorded)
 * Packages
 * Our Experts
   
 * Compliance Webinar
   
 * LMSoffer
 * Learning Passnew
   
   


EXCEL - MENTORSHIP PROGRAM

PleaseSign Upto continue. if you are already registered, Please Sign Into
continue.
Please select a learning package.

This Webinar qualifies for a recertification credit hour that may be counted
toward SHRM-CP and SHRM-SCP recertification from SHRM.
This Lecture contains 3.0 Credits..

 * Our Expert



Mentorship Id: ISMEN002
Training Options

Duration: 60 mins



Recorded: [Six months unlimited access] $339 (Single Attendee) $549 (Unlimited
Attendee)

--------------------------------------------------------------------------------

Webinar Packages(Live/Recorded): Our representative can help curate a webinar
package for you.Talk to us by clicking this link.

In-Class training: We can help organize In-Class training for your
organization.Talk to us by clicking this link.

Add to Cart Refund Policy



NEWS LETTER:

FOLLOW US:

   QUICK LINKS:

 * About
 * Testimonials
 * Terms and Conditions
 * Privacy Policy
 * Refund Policy
 * Partners
 * FAQs
 * Support
 * Contact Us
 * Our Experts
   
 * Unsubscribe

   SECURE PAYMENT:

 * 

   HIPAA TRAINING PARTNER:

   
   
   

POWERED BY:

COMPLIANCE TRAINING PARTNER:



Copyright @ 2020 Ijona Skills. All rights reserved.


top
×

SIGN UP TO CONTINUE TO WEBINAR






Sign Up
×

SIGN IN





Forgot Password ? Don't have Account ?

Sign In
×


RESET YOUR PASSWORD

PLEASE ENTER YOUR EMAIL ADDRESS TO RESET YOUR PASSWORD.





Submit
l

AddThis Sharing Sidebar
Share to LinkedInLinkedInShare to FacebookFacebook
, Number of shares
Share to TwitterTwitterShare to EmailEmailMore AddThis Share optionsAddThis
, Number of shares
Hide
Show
Close

AddThis

AddThis Sharing
SHARESLinkedInFacebookTwitterEmailAddThis