lovesparkscuba.com Open in urlscan Pro
35.81.132.171  Public Scan

Submitted URL: http://www.lovesparkscuba.com//
Effective URL: https://lovesparkscuba.com/
Submission: On July 15 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST /signin

<form action="/signin" class="login-form" id="ContactSigninForm" method="post" accept-charset="utf-8" novalidate="novalidate">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <div class="input email"><label for="ContactLoginEmail">Email</label><input name="data[Contact][login_email]" class="form-control" maxlength="255" type="email" id="ContactLoginEmail"></div>
  <div style="clear:both"></div>
  <div class="input password"><label for="ContactLoginPassword">Password</label><input name="data[Contact][login_password]" class="form-control" type="password" id="ContactLoginPassword"></div> <span id="forgot_pass">
    <a href="/forget_password">Forgot your password?</a>
  </span>
  <span id="signin_otp"><br>
    <a href="javascript:void(0);" class="signin_otp">Signin with OTP</a>
  </span>
  <button type="submit" class="btn btn-warning login_form_btn">Sign In</button>
  <p class="message">Not registered? <a href="javascript:;" onclick="show_register_form()">Create an account</a></p>
</form>

POST /create_account

<form action="/create_account" class="login-form" id="LoginInfoCreateAccountForm" method="post" accept-charset="utf-8" novalidate="novalidate">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <div class="input text"><label for="LoginInfoFirstName">First Name</label><input name="data[LoginInfo][first name]" class="form-control" placeholder="" type="text" id="LoginInfoFirstName"></div>
  <div style="clear:both"></div>
  <div class="input text"><label for="LoginInfoLastName">Last Name</label><input name="data[LoginInfo][last name]" class="form-control" placeholder="" type="text" id="LoginInfoLastName"></div>
  <div style="clear:both"></div>
  <div class="input email"><label for="LoginInfoEmail">Email</label><input name="username" class="form-control" placeholder="" type="email" id="LoginInfoEmail"></div>
  <div style="clear:both"></div>
  <div class="input text"><label for="LoginInfoCell">Mobile</label><input name="data[LoginInfo][cell]" class="form-control" placeholder="" maxlength="12" type="text" id="LoginInfoCell"></div>
  <div class="input password"><label for="LoginInfoPassword">Password</label><input name="data[LoginInfo][password]" class="form-control" placeholder="at least 6 characters" autocomplete="new-password" type="password" id="LoginInfoPassword"></div>
  <div style="clear:both"></div>
  <div class="input password"><label for="LoginInfoPasswordAgain">Password Again</label><input name="data[LoginInfo][password again]" class="form-control" placeholder="" autocomplete="new-password" type="password" id="LoginInfoPasswordAgain"></div>
  <div style="clear:both"></div>
  <div class="simple_security">
    <img src="https://lovesparkscuba.com/site/captcha?type=image&amp;model=User&amp;field=CaptchaRegister&amp;width=150&amp;height=50&amp;theme=default&amp;length=6" vspace="2" alt=""><a href="#" class="creload">Can't read? Reload</a>
    <div class="input text"><label for="UserCaptchaRegister">
        <p>Enter security code shown above:</p>
      </label><input name="data[User][CaptchaRegister]" autocomplete="off" class="clabel" data-val="" type="text" id="UserCaptchaRegister"></div>
  </div>
  <div style="clear:both"></div>
  <input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptcha" id="hiddenRecaptcha" aria-required="true">
  <button type="button" class="btn btn-warning login_form_btn">Create Your Account</button>
  <p class="message">Already have an account? <a href="javascript:;" onclick="show_signin_form()">Sign In</a></p>
</form>

POST /forget_password

<form action="/forget_password" class="login-form" id="ContactForgetPasswordForm" method="post" accept-charset="utf-8" novalidate="novalidate">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <div class="layout-form" style="margin-top: 7px;">
    <div class="input email"><label for="ContactContactEmail">Email</label><input name="data[Contact][contact_email]" class="form-control" type="email" id="ContactContactEmail"></div>
    <div style="clear:both"></div>
    <div class="g-recaptcha" data-sitekey="6Lcs39kUAAAAAA1cCRTtKZWOcvciX3CdVRW1YJw6" data-callback="recaptchaUserForgetCallback">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-y08s6zvb7fqf" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lcs39kUAAAAAA1cCRTtKZWOcvciX3CdVRW1YJw6&amp;co=aHR0cHM6Ly9sb3Zlc3BhcmtzY3ViYS5jb206NDQz&amp;hl=de&amp;v=-80zvSY9h4i8O-ocN2P5qTJk&amp;size=normal&amp;cb=x9o6ehmf0e48"></iframe>
        </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div>
    </div>
    <input type="hidden" class="hiddenRecaptchaForget required" name="hiddenRecaptchaForget" id="hiddenRecaptchaForget" aria-required="true">
    <div style="clear:both"></div>
    <button type="submit" class="btn btn-warning login_form_btn">Continue</button>
  </div>
</form>

POST /site/contact_us

<form action="/site/contact_us" class="contact-us-form" id="ContactContactUsForm" method="post" accept-charset="utf-8" novalidate="novalidate">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <div class="input text"><label for="ContactName">Name</label><input name="data[Contact][name]" class="form-control" type="text" id="ContactName"></div>
  <div class="input email"><label for="ContactEmail">Email</label><input name="data[Contact][email]" class="form-control" type="email" id="ContactEmail"></div>
  <div class="input textarea"><label for="ContactMessage">Message</label><textarea name="data[Contact][message]" class="form-control" placeholder="Optional" cols="30" rows="6" id="ContactMessage"></textarea></div>
  <div class="simple_security">
    <img src="https://lovesparkscuba.com/site/captcha?type=image&amp;model=User&amp;field=CaptchaContactUs&amp;width=150&amp;height=50&amp;theme=default&amp;length=6" vspace="2" alt=""><a href="#" class="creload">Can't read? Reload</a>
    <div class="input text"><label for="UserCaptchaContactUs">
        <p>Enter security code shown above:</p>
      </label><input name="data[User][CaptchaContactUs]" autocomplete="off" class="clabel" data-val="" type="text" id="UserCaptchaContactUs"></div>
  </div>
  <input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptchaContactus" id="hiddenRecaptchaContactus" aria-required="true">
  <input type="hidden" name="part_number" id="contact_part_number" value="">
  <input type="hidden" name="description" id="contact_description" value="">
  <input type="hidden" name="color" id="contact_color" value="">
  <input type="hidden" name="size" id="contact_size" value="">
  <button type="button" class="btn btn-warning contact_us_form_btn">Contact Us</button>
</form>

POST /signin_otp

<form action="/signin_otp" class="login-form" id="ContactSigninOtpForm" method="post" accept-charset="utf-8" novalidate="novalidate">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <div class="layout-form" style="margin-top: 7px;">
    <div class="input text"><label for="ContactOtpLoginEmail">Email/Mobile Number</label><input name="data[Contact][login_email]" id="ContactOtpLoginEmail" class="form-control" maxlength="255" type="text"></div>
    <div style="clear:both"></div>
    <div class="input text"><label for="ContactLoginEmailOtp">OTP number</label><input name="data[Contact][login_email_otp]" class="form-control" maxlength="6"
        onkeyup="$(&quot;.login_otp_form_btn&quot;).show();if (/\D/g.test(this.value)) this.value = this.value.replace(/\D/g,'')" type="text" id="ContactLoginEmailOtp"></div>
    <div class="simple_security">
      <img src="https://lovesparkscuba.com/site/captcha?type=image&amp;model=User&amp;field=CaptchaSigninOtp&amp;width=150&amp;height=50&amp;theme=default&amp;length=6" vspace="2" alt=""><a href="#" class="creload">Can't read? Reload</a>
      <div class="input text"><label for="UserCaptchaSigninOtp">
          <p>Enter security code shown above:</p>
        </label><input name="data[User][CaptchaSigninOtp]" autocomplete="off" class="clabel" data-val="" type="text" id="UserCaptchaSigninOtp"></div>
    </div>
    <div style="clear:both"></div>
    <span id="forgot_pass">
      <span class="otp_counter" id="otp_counter"></span>
      <a href="javascript:void(0);" class="resend_otp">Resend OTP</a>
    </span>
    <button type="button" class="btn btn-warning login_otp_form_btn">Continue</button>
  </div>
</form>

Text Content

info@lovesparkscuba.com



815-633-6969

 * My Account
   * Register
   * Login
 *   0 item(s) - $0.00
   * Subtotal:  $0.00
   * View Cart Checkout

View Cart
Toggle navigation
 * Home
 * Discover Scuba Lessons
 * Scuba Diving Courses
   * Learn to Scuba Dive
   * Refresher Class
   * Intermediate Scuba Diving Courses
   * Advanced Scuba Diving Courses
   * Shipwreck Scuba Diver
   * Snorkeling Lessons
   * All Courses
 * Scuba Diving Trips
 * Charters
 * Pearl Lake
 * Shop
 * Repairs and Services
 * Scuba Air, Nitrox and CO2 Fills
 * Meet Our Team

 * 
 * 




POPULAR COURSES

SSI EXPLORER KIDS PROGRAM

More Info

SDI OPEN WATER SCUBA DIVER

More Info

SDI ADVANCED ADVENTURE DIVER

More Info

GLOBAL REFERRAL CLASS & POOL

More Info

SDI SCUBA DISCOVERY PROGRAM

More Info

SDI INACTIVE DIVER/REFRESHER PROGRAM

More Info

SNORKELING LESSONS

More Info



UPCOMING TRIPS

MUNISING SHIPWRECK DIVE TRIP

More Info

PLAYA OCTOBER 26-NOVEMBER 2, 2024

More Info



LOVES PARK SCUBA & SNORKEL


ESTABLISHED 1984


LOVES PARK SCUBA OFFERS SDI AND ERDI CERTIFICATIONS!

 

We are excited to announce that LOVES PARK SCUBA AND SNORKEL is under NEW
OWNERSHIP as of July 2022!

As new owners, the Tovar family will continue to provide excellence in every
aspect of a full service Scuba Center.  Our Training, Retail Gear Sales and
Equipment Service, will proudly continue to serve the diving community in the
Midwest from our Loves Park Location.

After serving our community of Scuba Dive for the past 38 years, the time has
come for Dan and Remy Johnson to move on and enjoy their retirement. They will
be available in a limited capacity for the next few weeks to assist with the
transition.

We can’t express our appreciation enough for the support and wonderful memories
Dan Johnson and Loves Park Scuba have created over the years. They have
certified over 14,000 students, which is quite an accomplishment! Please join us
in congratulating them as they move on to a new chapter in their lives.

Dan and Remy would like to express that it has been an immense privilege and
honor to have served you for all these years - THANK YOU!

Sincerely, Victor and Natalia Tovar.

Sign up to get the latest News and Discounts




LINKS

 * Home
 * Pearl Lake
 * Scuba Diving Courses
 * Scuba Diving Trips
 * Scuba Lessons Now
 * Contact Us



CERTIFICATION

 * Beginning Open Water
 * Refresher Class
 * Intermediate Scuba Diving Courses
 * Advanced Scuba Diving Courses
 * Shipwreck Scuba Diver
 * Snorkeling Lessons
 * All Courses
 * Meet our Instructors



Copyright © 2023 LOVES PARK SCUBA & SNORKEL. All Rights Reserved. Powered by
DiveShop360

 * 
 * 


top
x


SIGN IN


Email

Password
Forgot your password?
Signin with OTP Sign In

Not registered? Create an account

OR

Continue as a guest
You will have the option to register for an account after your purchase.
x


CREATE ACCOUNT

First Name

Last Name

Email

Mobile
Password

Password Again

Can't read? Reload

Enter security code shown above:


Create Your Account

Already have an account? Sign In

OR

Continue as a guest
You will have the option to register for an account after your purchase.
x


FORGET YOUR PASSWORD?

Email



Continue
CLOSE



Enquiry for
Name
Email
Message
Can't read? Reload

Enter security code shown above:

Contact Us
x


SIGNIN WITH OTP



Email/Mobile Number

OTP number
Can't read? Reload

Enter security code shown above:


Resend OTP Continue