Files
ChiefSoftNet2022/app/Views/projects/index.php
T
dev-chiefworks 12df0652f9 first commit
2022-09-30 11:35:02 -04:00

151 lines
6.2 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<!--begin::Head-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-54829827-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-54829827-7');
</script>
<title>ChiefSoft Works</title>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="keywords" content="software development,software developers,custom software development, web and mobile development, QA services. Headquartered in Atlanta, Georgiar" />
<meta name="description" content="software development,software developers" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Metronic - Bootstrap 5 HTML, VueJS, React, Angular &amp; Laravel Admin Dashboard Theme" />
<meta property="og:url" content="https://www.chiefsoft.net" />
<meta property="og:site_name" content="KeechiefSoft Works" />
<link rel="canonical" href="https://Chiefsoft.net" />
<link rel="shortcut icon" href="/passets/media/logos/favicon.ico" />
<!--begin::Fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
<!--end::Fonts-->
<!--begin::Global Stylesheets Bundle(used by all pages)-->
<link href="/passets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" />
<link href="/passets/css/style.bundle.css" rel="stylesheet" type="text/css" />
<!--end::Global Stylesheets Bundle-->
</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 - 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, Guest!</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</div>
<!--begin::Description-->
<!--begin::Illustration-->
<img src="/passets/media/8.png" class="h-250px h-lg-350px" />
<!--end::Illustration-->
</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-->
<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="/" 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>
<!--end::Label-->
<!--begin::Input wrapper-->
<div class="position-relative mb-3">
<input class="form-control form-control-solid" type="password" placeholder="" name="password" autocomplete="off" />
<span class="btn btn-sm btn-icon position-absolute translate-middle top-50 end-0 me-n2" data-kt-password-meter-control="visibility">
<i class="bi bi-eye-slash fs-2"></i>
<i class="bi bi-eye fs-2 d-none"></i>
</span>
</div>
<!--end::Input wrapper-->
</div>
<!--end::Wrapper-->
<!--begin::Hint-->
<div class="text-muted">Use 8 or more characters with a mix of letters, numbers &amp; symbols.</div>
<!--end::Hint-->
</div>
<!--end::Input group=-->
<!--begin::Row-->
<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">
<span class="indicator-label">Create an Account</span>
<span class="indicator-progress">Please wait...
<span class="spinner-border spinner-border-sm align-middle ms-2"></span></span>
</button>
</div>
<!--end::Row-->
</form>
<!--end::Form-->
</div>
<!--end::Wrapper-->
</div>
<!--end::Right Content-->
</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>