www.fitconnect.top Open in urlscan Pro
2606:4700:3037::6815:2804  Public Scan

URL: https://www.fitconnect.top/
Submission: On October 29 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

POST

<form action="" method="post" id="sign_in_form" class="mx-auto w-100 px-4 ">
  <div class="mb-3">
    <div class="position-relative">
      <input type="text" name="email" id="email_login" class="form-control px-5 py-3 text-white" placeholder="Email" style="font-size: 12px; background-color: #293244; border: none;">
      <img src="/assets/img/icons/user.svg" width="24" height="24" class="user-img" alt="">
    </div>
  </div>
  <div class="">
    <div class="position-relative">
      <input type="password" class="form-control px-5 py-3" name="password" id="password_login" style="font-size: 12px; background-color: #293244; border: none;" placeholder="Password">
      <img src="/assets/img/icons/lock.png" width="24" height="24" class="lock-img" alt="">
      <a href="#" type="button">
                                <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye-slash-fill toggle-password-login" viewBox="0 0 16 16">
                                    <path d="m10.79 12.912-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7.029 7.029 0 0 0 2.79-.588zM5.21 3.088A7.028 7.028 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474L5.21 3.089z" fill="gray"></path>
                                    <path d="M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829l-2.83-2.829zm4.95.708-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829zm3.171 6-12-12 .708-.708 12 12-.708.708z" fill="gray"></path>
                                </svg>
                                <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye-fill toggle-password-login d-none" viewBox="0 0 16 16">
                                    <path d="M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="gray"></path>
                                    <path d="M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" fill="gray"></path>
                                </svg>
                            </a>
    </div>
  </div>
  <p class="sign_in_message text-danger fs-8"></p>
  <div class="d-flex justify-content-between align-items-center mb-2">
    <div class="form-check">
      <input class="form-check-input" type="checkbox" value="" id="check-user" style="background-color: #293244; border: none;">
      <label class="form-check-label" for="check-user" style="font-size: 12px; color: #5E6272"> Remember me </label>
    </div>
    <span style="font-size:12px; color: #A8CDFF">Forgot Password</span>
  </div>
  <div class="mb-3">
    <a href="#" type="button" id="btn-login" class="btn w-100">Log In</a>
  </div>
  <div class="text-center" style="font-size: 14px;color: #5E6272"> Don't have account? <span>
      <button type="button" class="bg-transparent border-0" data-toggle="modal" data-target="#modal_register" style="color: #A8CDFF"> Sign Up </button>
    </span>
  </div>
</form>

POST

<form id="sign_up_form" action="" method="post" class="mx-auto px-2">
  <div class="">
    <div class="mb-2">
      <label for="" class="form-label" style="font-size: 10px; color: #A8CDFF;">Full Name</label>
      <input type="text" class="form-control py-3" name="fullName" id="fullName" style="background-color: #293244; border: none;" placeholder="Enter your first name" value="">
    </div>
    <div class="mb-2">
      <label for="" class="form-label" style="font-size: 10px; color: #A8CDFF;">Email</label>
      <input type="email" class="form-control py-3" name="email" id="email_register" style="background-color: #293244; border: none;" placeholder="Enter your email">
    </div>
    <div class="mb-1">
      <div>
        <label for="" class="form-label" style="font-size: 10px; color: #A8CDFF;">Password</label>
        <div class="position-relative">
          <input type="password" class="form-control py-3" name="password" id="password_register" placeholder="Enter a secure password" style="background-color: #293244; border: none;">
          <a href="#" type="button">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye-slash-fill toggle-password" viewBox="0 0 16 16">
                                            <path d="m10.79 12.912-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7.029 7.029 0 0 0 2.79-.588zM5.21 3.088A7.028 7.028 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474L5.21 3.089z" fill="gray"></path>
                                            <path d="M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829l-2.83-2.829zm4.95.708-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829zm3.171 6-12-12 .708-.708 12 12-.708.708z" fill="gray"></path>
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye-fill toggle-password d-none" viewBox="0 0 16 16">
                                            <path d="M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="gray"></path>
                                            <path d="M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" fill="gray"></path>
                                        </svg>
                                    </a>
        </div>
      </div>
    </div>
    <div class="mb-3">
      <span class="check_password"></span>
    </div>
    <div class="mb-3 d-none">
      <div class="form-check">
        <input class="form-check-input" type="checkbox" value="" id="check_info">
        <label class="form-check-label" for="" id="check_contact_info"> I do not wish to receive communications </label>
      </div>
      <div class="mt-3">
        <p class="check_contact_info_item">We will send you news, updates and promotions from 9Score. If you wish to opt out please select the tick box above.</p>
      </div>
    </div>
    <div class="mb-3">
      <div class="form-check">
        <input class="form-check-input" type="checkbox" value="" id="check_age" name="check_age">
        <label class="form-check-label" for="" id="check_age_item"> I agree to FitConnect's <span><a class="text-primary" style="font-size: 10px" href="">Terms &amp; Conditions</a></span>
        </label>
      </div>
      <div class="mt-3">
        <p class="check_age_title">You can find out about your rights and choices and how we use your information in our <span><a class="text-primary" href="">privacy policy</a></span>.</p>
      </div>
    </div>
    <div class="mb-3">
      <a href="javascript:void(0);" id="sign_up_btn" type="submit" class="btn w-100 text-white semibold" style="background-color: #4C40F7">Create account</a>
    </div>
    <div class="text-center" style="font-size: 14px; color: #5E6272"> Already have an account?<span> <a href="javascript:void(0)" data-bs-toggle="modal" data-bs-target="#modal_login" class="register_button open_modal_offcanvas">Log In</a></span>
    </div>
  </div>
</form>

#

<form action="#">
  <input type="text" placeholder="your Email">
  <button type="submit">Sign Up</button>
</form>

Text Content

 * About us
 * Pricing
 * Meal plans
 * BMI Calculate
 * Nutrition Handbook
 * 

MENU
 * About us
 * Pricing
 * Meal plans
 * BMI Calculate
 * Nutrition Handbook
 * 


SCIENCE BMR

Read More


SMART MEAL SUGGESTION

Read More


BMI CONTROL

Read More


SCIENCE BMR

Read More


SMART MEAL SUGGESTION

Read More


BMI CONTROL

Read More


SCIENCE BMR

Read More



BMI CALCULATOR

We will calculate your BMI based on your height and weight measurements..

BMR CALCULATOR

We will calculate your BMR based on your height, weight, and age..

MEAL SUGGESTION

We will suggest your diet based on your height, weight, and level of exercise.

Next

PREMIUM MEMBER


25% DISCOUNT

New

PREMIUM MEMBER

 * Remove ads
 * Meal suggestion
 * Nutrition Tracking
 * Activity Tracking
 * Body Tracking

Sign up Now

Remember me
Forgot Password
Log In
Don't have account? Sign Up
Full Name
Email
Password


I do not wish to receive communications

We will send you news, updates and promotions from 9Score. If you wish to opt
out please select the tick box above.

I agree to FitConnect's Terms & Conditions

You can find out about your rights and choices and how we use your information
in our privacy policy.

Create account
Already have an account? Log In

Live chat

Thank you for choosing me as your personal trainer. Please let me know your free
time and expected training schedule.

6pm to 8pm, everyday.



It is your schedule.

Type your message
 * Home
 * About us
 * Classes
 * Instructors
 * News
 * Contact

Sign Up


Copyright ©2024 All rights reserved