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

77 lines
3.8 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<!--begin::Head-->
<head>
<title>Metronic - the world's #1 selling Bootstrap Admin Theme Ecosystem for HTML, Vue, React, Angular &amp; Laravel by Keenthemes</title>
<meta charset="utf-8" />
<meta name="description" content="The most advanced Bootstrap Admin Theme on Themeforest trusted by 94,000 beginners and professionals. Multi-demo, Dark Mode, RTL support and complete React, Angular, Vue &amp; Laravel versions. Grab your copy now and get life-time updates for free." />
<meta name="keywords" content="Metronic, bootstrap, bootstrap 5, Angular, VueJs, React, Laravel, admin themes, web design, figma, web development, free templates, free admin themes, bootstrap theme, bootstrap template, bootstrap dashboard, bootstrap dak mode, bootstrap button, bootstrap datepicker, bootstrap timepicker, fullcalendar, datatables, flaticon" />
<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://keenthemes.com/metronic" />
<meta property="og:site_name" content="Keenthemes | Metronic" />
<link rel="canonical" href="https://preview.keenthemes.com/metronic8" />
<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="auth-bg">
<!--begin::Main-->
<!--begin::Root-->
<div class="d-flex flex-column flex-root">
<!--begin::Authentication - Signup Welcome Message -->
<div class="d-flex flex-column flex-column-fluid">
<!--begin::Content-->
<div class="d-flex flex-column flex-column-fluid text-center p-10 py-lg-15">
<!--begin::Logo-->
<a href="../../demo8/dist/index.html" class="mb-10 pt-lg-10">
<img alt="Logo" src="/passets/media/chiefsoft-lg2.png" class="h-40px mb-5" />
</a>
<!--end::Logo-->
<!--begin::Wrapper-->
<div class="pt-lg-10 mb-10">
<!--begin::Logo-->
<h1 class="fw-bolder fs-2qx text-gray-800 mb-7">Welcome to ChiefSoft Works</h1>
<!--end::Logo-->
</div>
<!--end::Wrapper-->
<?php include('welcome_body.php');?>
</div>
<!--end::Content-->
<!--begin::Footer-->
<div class="d-flex flex-center flex-column-auto p-10">
<!--begin::Links-->
<div class="d-flex align-items-center fw-bold fs-6">
<a href="https://www.chiefsoft.com/about" class="text-muted text-hover-primary px-2">About</a>
<a href="https://www.chiefsoft.com/contact" class="text-muted text-hover-primary px-2">Contact Us</a>
<a href="/projects" class="text-muted text-hover-primary px-2">Clients</a>
<a href="/office" class="text-muted text-hover-primary px-2">Office</a>
</div>
<!--end::Links-->
</div>
<!--end::Footer-->
</div>
<!--end::Authentication - Signup Welcome Message-->
</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-->
<!--end::Javascript-->
</body>
<!--end::Body-->
</html>