64 lines
2.8 KiB
PHP
64 lines
2.8 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<!--begin::Head-->
|
|
<head>
|
|
<meta name="title" content="WrenchBoard: Find a Freelancer | Sell Professional Services" />
|
|
<?php include("header_contents.php");?>
|
|
</head>
|
|
<!--end::Head-->
|
|
<!--begin::Body-->
|
|
<body id="kt_body" class="bg-body">
|
|
<!--begin::Main-->
|
|
<!--begin::Root-->
|
|
<div class="d-flex flex-column flex-root">
|
|
<!--begin::Authentication - Password reset -->
|
|
<div class="d-flex flex-column flex-column-fluid bgi-position-y-bottom position-x-center bgi-no-repeat bgi-size-contain bgi-attachment-fixed" style="background-image: url(site3/assets/media/background/home.jpg">
|
|
<!--begin::Content-->
|
|
<div class="d-flex flex-center flex-column flex-column-fluid p-10 pb-lg-20">
|
|
<!--begin::Logo-->
|
|
<a href="/" class="mb-12">
|
|
<img alt="WrenchBoard" src="/assets/ext/images/wrenchboard.png" class="h-40px" />
|
|
</a>
|
|
<!--end::Logo-->
|
|
<!--begin::Wrapper-->
|
|
<div class="w-lg-500px bg-body rounded shadow-sm p-10 p-lg-15 mx-auto">
|
|
<!--begin::Form-->
|
|
<form class="form w-100" novalidate="novalidate" action="/" method="POST">
|
|
<!--begin::Heading-->
|
|
<div class="text-center mb-10">
|
|
<!--begin::Title-->
|
|
<h1 class="text-dark mb-3">Let's verify your email now. </h1>
|
|
<!--end::Title-->
|
|
<!--begin::Link-->
|
|
<div class="text-gray-400 fw-bold fs-4">check your email.</div>
|
|
<!--end::Link-->
|
|
</div>
|
|
<!--begin::Heading-->
|
|
<!--begin::Input group-->
|
|
<div class="fv-row mb-10">
|
|
<label class="form-label fw-bolder text-gray-900 fs-6"><? echo $page_title; ?></label>
|
|
|
|
Help us secure your WrenchBoard account by verifying your email registration address. Verification will let you access all of WrenchBoard's features.
|
|
<hr size="1">
|
|
If you do not receive the confirmation message within a few minutes of signing up, please check your Junk E-mail folder just in case the confirmation email got delivered there instead of your inbox. If so, select the confirmation message and click Not Junk, which will allow future messages to get through.
|
|
</div>
|
|
|
|
|
|
<div class="d-flex flex-wrap justify-content-center pb-lg-0">
|
|
<a href="/" class="btn btn-lg btn-light-primary fw-bolder">Return Home</a>
|
|
</div>
|
|
</form>
|
|
<!--end::Form-->
|
|
</div>
|
|
<!--end::Wrapper-->
|
|
</div>
|
|
<!--end::Content-->
|
|
<?php include("footer_links.php");?>
|
|
</div>
|
|
</div>
|
|
<script src="/site3/assets/plugins/global/plugins.bundle.js"></script>
|
|
<script src="/site3/assets/js/scripts.bundle.js"></script>
|
|
<script src="assets/js/custom/authentication/password-reset/password-reset.js"></script>
|
|
</body>
|
|
<!--end::Body-->
|
|
</html>
|