Project index clean up

This commit is contained in:
dev-chiefworks
2022-12-24 09:25:41 -05:00
parent 00ca4276a7
commit 1a7f3898e6
+19 -47
View File
@@ -33,62 +33,29 @@
<link href="/passets/css/chiefsoft.css" rel="stylesheet" type="text/css" />
</head>
<body id="kt_body" class="bg-body-chft">
<!--begin::Main-->
<!--begin::Root-->
<div class="d-flex flex-column flex-root">
<!--begin::Authentication - Signup Free Trial-->
<div class="d-flex flex-column flex-xl-row flex-column-fluid">
<!--begin::Aside-->
<div class="d-flex flex-column flex-center flex-lg-row-fluid">
<!--begin::Content-->
<div class="d-flex align-items-start flex-column p-5 p-lg-15">
<!--begin::Logo-->
<a href="/" class="mb-15">
<img alt="Logo" src="/passets/media/chiefsoft-lg2.png" class="h-40px" />
</a>
<!--end::Logo-->
<!--begin::Title-->
<h1 class="text-dark fs-2x mb-3">Welcome!</h1>
<!--end::Title-->
<!--begin::Description-->
<div class="fw-bold fs-4 text-gray-400 mb-10">Plan your blog post by choosing a topic creating
<br />an outline and checking facts - <a href="https://project.chiefsoft.net/">Projects Management</a></div>
<!--begin::Description-->
<!--begin::Illustration-->
<img src="/passets/media/8.png" class="h-250px h-lg-350px" />
<!--end::Illustration-->
<div class="fw-bold fs-4 text-gray-400 mb-10">Plan your blog post by choosing a topic creating
<br />an outline and checking facts - <a href="https://project.chiefsoft.net/">Projects Management</a></div>
</div>
<!--end::Content-->
</div>
<!--begin::Aside-->
<!--begin::Content-->
<div class="flex-row-fluid d-flex flex-center justfiy-content-xl-first p-10">
<!--begin::Wrapper-->
<div class="d-flex flex-center p-15 shadow-sm bg-body rounded w-100 w-md-550px mx-auto ms-xl-20">
<!--begin::Form-->
<form class="form" novalidate="novalidate" id="kt_free_trial_form">
<!--begin::Heading-->
<div class="text-center mb-10">
<!--begin::Title-->
<img alt="Logo" src="/passets/media/chiefsoft-lg2.png" class="h-40px" />
<h1 class="text-dark mb-3">Log in to follow your project</h1>
<!--end::Title-->
<!--begin::Link-->
<div class="text-gray-400 fw-bold fs-4">Have questions ?
<a href="https://chiefsoft.com/contact" class="link-primary fw-bolder">Contact us</a>.</div>
<!--end::Link-->
</div>
<!--begin::Heading-->
<!--begin::Input group-->
<div class="fv-row mb-10">
<label class="form-label fw-bolder text-dark fs-6">Email</label>
<input class="form-control form-control-solid" type="email" placeholder="" name="email" autocomplete="off" />
</div>
<!--end::Input group-->
<!--begin::Input group-->
<div class="mb-7 fv-row" data-kt-password-meter="true">
<!--begin::Wrapper-->
<div class="mb-1">
<!--begin::Label-->
<label class="form-label fw-bolder text-dark fs-6">Password</label>
@@ -104,7 +71,10 @@
<!--end::Input wrapper-->
</div>
<div class="text-muted">.</div>
<div class="text-muted">
.
</div>
</div>
<div class="text-center pb-lg-0 pb-8">
<button type="button" id="kt_free_trial_submit" class="btn btn-lg btn-primary fw-bolder">
@@ -112,7 +82,17 @@
<span class="indicator-progress">Please wait...
<span class="spinner-border spinner-border-sm align-middle ms-2"></span></span>
</button>
</div>
</div>
<div class="text-center pb-lg-0 pb-8">
<br />
<hr />
<br>
<a href="https://project.chiefsoft.net/">Projects Management
</div>
</form>
</div>
@@ -123,18 +103,10 @@
</div>
<!--end::Authentication - Signup Free Trial-->
</div>
<!--end::Root-->
<!--end::Main-->
<!--begin::Javascript-->
<script>var hostUrl = "/passets/";</script>
<!--begin::Global Javascript Bundle(used by all pages)-->
<script src="/passets/plugins/global/plugins.bundle.js"></script>
<script src="/passets/js/scripts.bundle.js"></script>
<!--end::Global Javascript Bundle-->
<!--begin::Page Custom Javascript(used by this page)-->
<script src="/passets/js/custom/authentication/sign-up/free-trial.js"></script>
<!--end::Page Custom Javascript-->
<!--end::Javascript-->
</body>
<!--end::Body-->
</html>