first commit

This commit is contained in:
dev-chiefworks
2022-09-30 11:35:02 -04:00
commit 12df0652f9
2048 changed files with 276151 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
<article class="item post col-md-6">
<div class="card">
<figure class="card-img-top overlay overlay-1 hover-scale"><a href="#"> <img src="<?=$blog_image?>" alt="" /></a>
<figcaption>
<h5 class="from-top mb-0">Read More</h5>
</figcaption>
</figure>
<div class="card-body">
<div class="post-header">
<div class="post-category text-line">
<a href="<?=$blog_link?>" class="hover" rel="category">ChiefSoft</a>
</div>
<!-- /.post-category -->
<h2 class="post-title h3 mt-1 mb-3"><a class="link-dark" href="<?=$blog_link?>"><?=$title?></a></h2>
</div>
<!-- /.post-header -->
<div class="post-content">
<p><?php echo $content; ?></p>
</div>
<!-- /.post-content -->
</div>
<!--/.card-body -->
<div class="card-footer">
<ul class="post-meta d-flex mb-0">
<li class="post-date"><i class="uil uil-calendar-alt"></i><span><?=$post_date?></span></li>
<li class="post-comments"><a href="#"><i class="uil uil-comment"></i><?=$comment_count?></a></li>
</ul>
<!-- /.post-meta -->
</div>
<!-- /.card-footer -->
</div>
<!-- /.card -->
</article>
+522
View File
@@ -0,0 +1,522 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- 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="ChiefSoft Works" />
<link rel="canonical" href="https://Chiefsoft.net" />
<meta name="author" content="ChiefSoft">
<link rel="shortcut icon" href="./assets/img/favicon.png">
<link rel="stylesheet" href="./assets/css/plugins.css">
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<div class="content-wrapper">
<header class="wrapper bg-gray">
<nav class="navbar navbar-expand-lg center-nav transparent navbar-light">
<div class="container flex-lg-row flex-nowrap align-items-center">
<div class="navbar-brand w-100">
<a href="./index.html">
<img src="./assets/img/chiefsoft-lg2.png" srcset="./assets/img/chiefsoft-lg2.png 2x" alt="ChiefSoft Works" />
</a>
</div>
<div class="navbar-collapse offcanvas offcanvas-nav offcanvas-start">
<div class="offcanvas-header d-lg-none">
<h3 class="text-white fs-30 mb-0">ChiefSoft</h3>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body ms-lg-auto d-flex flex-column h-100">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Pages</a>
<ul class="dropdown-menu">
<li class="dropdown dropdown-submenu dropend"><a class="dropdown-item dropdown-toggle" href="#" data-bs-toggle="dropdown">Services</a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="dropdown-item" href="./services.html">Services I</a></li>
<li class="nav-item"><a class="dropdown-item" href="./services2.html">Services II</a></li>
</ul>
</li>
<li class="dropdown dropdown-submenu dropend"><a class="dropdown-item dropdown-toggle" href="#" data-bs-toggle="dropdown">About</a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="dropdown-item" href="./about.html">About I</a></li>
<li class="nav-item"><a class="dropdown-item" href="./about2.html">About II</a></li>
</ul>
</li>
<li class="dropdown dropdown-submenu dropend"><a class="dropdown-item dropdown-toggle" href="#" data-bs-toggle="dropdown">Shop</a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="dropdown-item" href="./shop.html">Shop I</a></li>
<li class="nav-item"><a class="dropdown-item" href="./shop2.html">Shop II</a></li>
<li class="nav-item"><a class="dropdown-item" href="./shop-product.html">Product Page</a></li>
<li class="nav-item"><a class="dropdown-item" href="./shop-cart.html">Shopping Cart</a></li>
<li class="nav-item"><a class="dropdown-item" href="./shop-checkout.html">Checkout</a></li>
</ul>
</li>
<li class="dropdown dropdown-submenu dropend"><a class="dropdown-item dropdown-toggle" href="#" data-bs-toggle="dropdown">Contact</a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="dropdown-item" href="./contact.html">Contact I</a></li>
<li class="nav-item"><a class="dropdown-item" href="./contact2.html">Contact II</a></li>
<li class="nav-item"><a class="dropdown-item" href="./contact3.html">Contact III</a></li>
</ul>
</li>
<li class="dropdown dropdown-submenu dropend"><a class="dropdown-item dropdown-toggle" href="#" data-bs-toggle="dropdown">Career</a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="dropdown-item" href="./career.html">Job Listing I</a></li>
<li class="nav-item"><a class="dropdown-item" href="./career2.html">Job Listing II</a></li>
<li class="nav-item"><a class="dropdown-item" href="./career-job.html">Job Description</a></li>
</ul>
</li>
<li class="dropdown dropdown-submenu dropend"><a class="dropdown-item dropdown-toggle" href="#" data-bs-toggle="dropdown">Utility</a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="dropdown-item" href="./404.html">404 Not Found</a></li>
<li class="nav-item"><a class="dropdown-item" href="./page-loader.html">Page Loader</a></li>
<li class="nav-item"><a class="dropdown-item" href="./signin.html">Sign In I</a></li>
<li class="nav-item"><a class="dropdown-item" href="./signin2.html">Sign In II</a></li>
<li class="nav-item"><a class="dropdown-item" href="./signup.html">Sign Up I</a></li>
<li class="nav-item"><a class="dropdown-item" href="./signup2.html">Sign Up II</a></li>
<li class="nav-item"><a class="dropdown-item" href="./terms.html">Terms</a></li>
</ul>
</li>
<li class="nav-item"><a class="dropdown-item" href="./pricing.html">Pricing</a></li>
<li class="nav-item"><a class="dropdown-item" href="./onepage.html">One Page</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Projects</a>
<div class="dropdown-menu dropdown-lg">
<div class="dropdown-lg-content">
<div>
<h6 class="dropdown-header">Project Pages</h6>
<ul class="list-unstyled">
<li><a class="dropdown-item" href="./projects.html">Projects I</a></li>
<li><a class="dropdown-item" href="./projects2.html">Projects II</a></li>
<li><a class="dropdown-item" href="./projects3.html">Projects III</a></li>
<li><a class="dropdown-item" href="./projects4.html">Projects IV</a></li>
</ul>
</div>
<!-- /.column -->
<div>
<h6 class="dropdown-header">Single Projects</h6>
<ul class="list-unstyled">
<li><a class="dropdown-item" href="./single-project.html">Single Project I</a></li>
<li><a class="dropdown-item" href="./single-project2.html">Single Project II</a></li>
<li><a class="dropdown-item" href="./single-project3.html">Single Project III</a></li>
<li><a class="dropdown-item" href="./single-project4.html">Single Project IV</a></li>
</ul>
</div>
<!-- /.column -->
</div>
<!-- /auto-column -->
</div>
</li>
<li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Blog</a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="dropdown-item" href="./blog.html">Blog without Sidebar</a></li>
<li class="nav-item"><a class="dropdown-item" href="./blog2.html">Blog with Sidebar</a></li>
<li class="nav-item"><a class="dropdown-item" href="./blog3.html">Blog with Left Sidebar</a></li>
<li class="dropdown dropdown-submenu dropend"><a class="dropdown-item dropdown-toggle" href="#" data-bs-toggle="dropdown">Blog Posts</a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="dropdown-item" href="./blog-post.html">Post without Sidebar</a></li>
<li class="nav-item"><a class="dropdown-item" href="./blog-post2.html">Post with Sidebar</a></li>
<li class="nav-item"><a class="dropdown-item" href="./blog-post3.html">Post with Left Sidebar</a></li>
</ul>
</li>
</ul>
</li>
<li class="nav-item dropdown dropdown-mega">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Documentation</a>
<ul class="dropdown-menu mega-menu">
<li class="mega-menu-content">
<div class="row gx-0 gx-lg-3">
<div class="col-lg-4">
<h6 class="dropdown-header">Usage</h6>
<ul class="list-unstyled cc-2 pb-lg-1">
<li><a class="dropdown-item" href="./docs/index.html">Get Started</a></li>
<li><a class="dropdown-item" href="./docs/forms.html">Forms</a></li>
<li><a class="dropdown-item" href="./docs/faq.html">FAQ</a></li>
<li><a class="dropdown-item" href="./docs/changelog.html">Changelog</a></li>
<li><a class="dropdown-item" href="./docs/credits.html">Credits</a></li>
</ul>
<h6 class="dropdown-header mt-lg-6">Styleguide</h6>
<ul class="list-unstyled cc-2">
<li><a class="dropdown-item" href="./docs/styleguide/colors.html">Colors</a></li>
<li><a class="dropdown-item" href="./docs/styleguide/fonts.html">Fonts</a></li>
<li><a class="dropdown-item" href="./docs/styleguide/icons-svg.html">SVG Icons</a></li>
<li><a class="dropdown-item" href="./docs/styleguide/icons-font.html">Font Icons</a></li>
<li><a class="dropdown-item" href="./docs/styleguide/illustrations.html">Illustrations</a></li>
<li><a class="dropdown-item" href="./docs/styleguide/backgrounds.html">Backgrounds</a></li>
<li><a class="dropdown-item" href="./docs/styleguide/misc.html">Misc</a></li>
</ul>
</div>
<!--/column -->
<div class="col-lg-8">
<h6 class="dropdown-header">Elements</h6>
<ul class="list-unstyled cc-3">
<li><a class="dropdown-item" href="./docs/elements/accordion.html">Accordion</a></li>
<li><a class="dropdown-item" href="./docs/elements/alerts.html">Alerts</a></li>
<li><a class="dropdown-item" href="./docs/elements/animations.html">Animations</a></li>
<li><a class="dropdown-item" href="./docs/elements/avatars.html">Avatars</a></li>
<li><a class="dropdown-item" href="./docs/elements/background.html">Background</a></li>
<li><a class="dropdown-item" href="./docs/elements/badges.html">Badges</a></li>
<li><a class="dropdown-item" href="./docs/elements/buttons.html">Buttons</a></li>
<li><a class="dropdown-item" href="./docs/elements/card.html">Card</a></li>
<li><a class="dropdown-item" href="./docs/elements/carousel.html">Carousel</a></li>
<li><a class="dropdown-item" href="./docs/elements/dividers.html">Dividers</a></li>
<li><a class="dropdown-item" href="./docs/elements/form-elements.html">Form Elements</a></li>
<li><a class="dropdown-item" href="./docs/elements/image-hover.html">Image Hover</a></li>
<li><a class="dropdown-item" href="./docs/elements/image-mask.html">Image Mask</a></li>
<li><a class="dropdown-item" href="./docs/elements/lightbox.html">Lightbox</a></li>
<li><a class="dropdown-item" href="./docs/elements/player.html">Media Player</a></li>
<li><a class="dropdown-item" href="./docs/elements/modal.html">Modal</a></li>
<li><a class="dropdown-item" href="./docs/elements/pagination.html">Pagination</a></li>
<li><a class="dropdown-item" href="./docs/elements/progressbar.html">Progressbar</a></li>
<li><a class="dropdown-item" href="./docs/elements/shadows.html">Shadows</a></li>
<li><a class="dropdown-item" href="./docs/elements/shapes.html">Shapes</a></li>
<li><a class="dropdown-item" href="./docs/elements/tables.html">Tables</a></li>
<li><a class="dropdown-item" href="./docs/elements/tabs.html">Tabs</a></li>
<li><a class="dropdown-item" href="./docs/elements/text-animations.html">Text Animations</a></li>
<li><a class="dropdown-item" href="./docs/elements/text-highlight.html">Text Highlight</a></li>
<li><a class="dropdown-item" href="./docs/elements/tiles.html">Tiles</a></li>
<li><a class="dropdown-item" href="./docs/elements/tooltips-popovers.html">Tooltips & Popovers</a></li>
<li><a class="dropdown-item" href="./docs/elements/typography.html">Typography</a></li>
</ul>
</div>
<!--/column -->
</div>
<!--/.row -->
</li>
<!--/.mega-menu-content-->
</ul>
<!--/.dropdown-menu -->
</li>
</ul>
<!-- /.navbar-nav -->
<div class="offcanvas-footer d-lg-none">
<div>
<a href="mailto:first.last@email.com" class="link-inverse">info@email.com</a>
<br /> 00 (123) 456 78 90 <br />
<nav class="nav social social-white mt-4">
<a href="#"><i class="uil uil-twitter"></i></a>
<a href="#"><i class="uil uil-facebook-f"></i></a>
<a href="#"><i class="uil uil-dribbble"></i></a>
<a href="#"><i class="uil uil-instagram"></i></a>
<a href="#"><i class="uil uil-youtube"></i></a>
</nav>
<!-- /.social -->
</div>
</div>
<!-- /.offcanvas-footer -->
</div>
<!-- /.offcanvas-body -->
</div>
<!-- /.navbar-collapse -->
<div class="navbar-other w-100 d-flex ms-auto">
<ul class="navbar-nav flex-row align-items-center ms-auto">
<li class="nav-item d-none d-md-block">
<a href="./contact.html" class="btn btn-sm btn-primary rounded-pill">Contact</a>
</li>
<li class="nav-item d-lg-none">
<button class="hamburger offcanvas-nav-btn"><span></span></button>
</li>
</ul>
<!-- /.navbar-nav -->
</div>
<!-- /.navbar-other -->
</div>
<!-- /.container -->
</nav>
<!-- /.navbar -->
<div class="offcanvas offcanvas-top bg-light" id="offcanvas-search" data-bs-scroll="true">
<div class="container d-flex flex-row py-6">
<form class="search-form w-100">
<input id="search-form" type="text" class="form-control" placeholder="Type keyword and hit enter">
</form>
<!-- /.search-form -->
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<!-- /.container -->
</div>
<!-- /.offcanvas -->
</header>
<!-- /header -->
<section class="wrapper bg-gray">
<div class="container pt-10 pb-12 pt-md-14 pb-md-16 text-center">
<div class="row">
<div class="col-md-7 col-lg-6 col-xl-5 mx-auto">
<h1 class="display-1 mb-3">Research, Design & Implementation</h1>
<p class="lead px-lg-5 px-xxl-8">Welcome to our journal. Here you can find the latest company news and business articles.</p>
</div>
<!-- /column -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- /section -->
<section class="wrapper bg-light">
<div class="container py-14 py-md-16">
<div class="row gx-lg-8 gx-xl-12">
<div class="col-lg-8 order-lg-2">
<div class="blog classic-view">
<?php
$blgr = $blog_array[0];
// print_r($blgr);
$title = $blgr["post_title"];
$content = substr($blgr["post_content"], 0, 100);
$post_date = $blgr["post_date"];
$blog_id = $blgr["id"];
$comment_count = $blgr["comment_count"];
$meta_value = $blgr["meta_value"];
$blog_link="https://blog.chiefsoft.com/?p=".$blog_id;
$blog_image = "https://blog.chiefsoft.com/wp-content/uploads/".$meta_value;
?>
<article class="post">
<div class="card">
<figure class="card-img-top overlay overlay-1 hover-scale"><a href="<?=$blog_link?>"><img src="<?=$blog_image?>" alt="" /></a>
<figcaption>
<h5 class="from-top mb-0">Read More</h5>
</figcaption>
</figure>
<div class="card-body">
<div class="post-header">
<div class="post-category text-line">
<a href="<?=$blog_link?>" class="hover" rel="category">ChiefSoft</a>
</div>
<!-- /.post-category -->
<h2 class="post-title mt-1 mb-0"><a class="link-dark" href="./blog-post.html"><?=$title?></a></h2>
</div>
<!-- /.post-header -->
<div class="post-content">
<p> <?php echo $content; ?></p>
</div>
<!-- /.post-content -->
</div>
<!--/.card-body -->
<div class="card-footer">
<ul class="post-meta d-flex mb-0">
<li class="post-date"><i class="uil uil-calendar-alt"></i><span><?=$post_date?></span></li>
<li class="post-comments"><a href="#"><i class="uil uil-comment"></i><?=$comment_count?><span> Comments</span></a></li>
</ul>
<!-- /.post-meta -->
</div>
<!-- /.card-footer -->
</div>
<!-- /.card -->
</article>
</div>
<!-- /.blog -->
<div class="blog grid grid-view">
<div class="row isotope gx-md-8 gy-8 mb-8">
<?php
$tt = 0;
foreach ($blog_array as $blgr) {
// print_r($blgr);
$title = $blgr["post_title"];
$content = substr($blgr["post_content"], 0, 100);
$post_date = $blgr["post_date"];
$blog_id = $blgr["id"];
$comment_count = $blgr["comment_count"];
$meta_value = $blgr["meta_value"];
$blog_link="https://blog.chiefsoft.com/?p=".$blog_id;
$blog_image = "https://blog.chiefsoft.com/wp-content/uploads/".$meta_value;
$tt++;
if($tt> 1){
include 'blog_block.php';
}
?>
<?php
}
?>
</div>
<!-- /.row -->
</div>
<!-- /.blog -->
<!-- /nav -->
</div>
<!-- /column -->
<aside class="col-lg-4 sidebar mt-8 mt-lg-6">
<!-- /.widget -->
<div class="widget">
<h4 class="widget-title mb-3">About Us</h4>
<p>ChiefSoft Works provides expert system design and software consulting services. Whether you are looking to buy or build a software program for your business.</p>
<nav class="nav social">
<a href="<?=SITE_TWITTER?>"><i class="uil uil-twitter"></i></a>
<a href="<?=SITE_FACEBOOK?>"><i class="uil uil-facebook-f"></i></a>
<a href="#"><i class="uil uil-dribbble"></i></a>
<a href="#"><i class="uil uil-instagram"></i></a>
<a href="#"><i class="uil uil-youtube"></i></a>
</nav>
<!-- /.social -->
</div>
<!-- /.widget -->
<div class="widget">
<h4 class="widget-title mb-3">Popular Posts</h4>
<ul class="image-list">
<li>
<figure class="rounded"><a href="./blog-post.html"><img src="./assets/img/photos/a1.jpg" alt="" /></a></figure>
<div class="post-content">
<h6 class="mb-2"> <a class="link-dark" href="./blog-post.html">Magna Mollis Ultricies</a> </h6>
<ul class="post-meta">
<li class="post-date"><i class="uil uil-calendar-alt"></i><span>26 Mar 2022</span></li>
<li class="post-comments"><a href="#"><i class="uil uil-comment"></i>3</a></li>
</ul>
<!-- /.post-meta -->
</div>
</li>
<li>
<figure class="rounded"> <a href="./blog-post.html"><img src="./assets/img/photos/a2.jpg" alt="" /></a></figure>
<div class="post-content">
<h6 class="mb-2"> <a class="link-dark" href="./blog-post.html">Ornare Nullam Risus</a> </h6>
<ul class="post-meta">
<li class="post-date"><i class="uil uil-calendar-alt"></i><span>16 Feb 2022</span></li>
<li class="post-comments"><a href="#"><i class="uil uil-comment"></i>6</a></li>
</ul>
<!-- /.post-meta -->
</div>
</li>
<li>
<figure class="rounded"><a href="./blog-post.html"><img src="./assets/img/photos/a3.jpg" alt="" /></a></figure>
<div class="post-content">
<h6 class="mb-2"> <a class="link-dark" href="./blog-post.html">Euismod Nullam Fusce</a> </h6>
<ul class="post-meta">
<li class="post-date"><i class="uil uil-calendar-alt"></i><span>8 Jan 2022</span></li>
<li class="post-comments"><a href="#"><i class="uil uil-comment"></i>5</a></li>
</ul>
<!-- /.post-meta -->
</div>
</li>
</ul>
<!-- /.image-list -->
</div>
<!-- /.widget -->
<div class="widget">
<h4 class="widget-title mb-3">Links</h4>
<ul class="unordered-list bullet-primary text-reset">
<li><a href="#">Teamwork (21)</a></li>
<li><a href="#">Ideas (19)</a></li>
<li><a href="#">Workspace (16)</a></li>
<li><a href="#">Coding (7)</a></li>
<li><a href="#">Meeting (12)</a></li>
<li><a href="#">Business Tips (14)</a></li>
</ul>
</div>
</aside>
<!-- /column .sidebar -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- /section -->
</div>
<!-- /.content-wrapper -->
<footer class="bg-dark text-inverse">
<div class="container py-13 py-md-15">
<div class="row gy-6 gy-lg-0">
<div class="col-md-4 col-lg-3">
<div class="widget">
<img class="mb-4" src="./assets/img/chiefsoft-lg2.png" srcset="./assets/img/chiefsoft-lg2.png 2x" alt="ChiefSoft" />
<p class="mb-4">© 2022 ChiefSoft. <br class="d-none d-lg-block" />All rights reserved.</p>
<nav class="nav social social-white">
<a href="<?=SITE_TWITTER?>"><i class="uil uil-twitter"></i></a>
<a href="<?=SITE_FACEBOOK?>"><i class="uil uil-facebook-f"></i></a>
<a href="#"><i class="uil uil-dribbble"></i></a>
<a href="#"><i class="uil uil-instagram"></i></a>
<a href="#"><i class="uil uil-youtube"></i></a>
</nav>
<!-- /.social -->
</div>
<!-- /.widget -->
</div>
<!-- /column -->
<div class="col-md-4 col-lg-3">
<div class="widget">
<h4 class="widget-title text-white mb-3">Get in Touch</h4>
<address class="pe-xl-15 pe-xxl-17"><?=SITE_ADDRL1?>,<?=SITE_ADDRL2?></address>
<a href="mailto:#"><?=SITE_EMAIL?></a><br /> <?=SITE_PHONE?>
</div>
<!-- /.widget -->
</div>
<!-- /column -->
<div class="col-md-4 col-lg-3">
<div class="widget">
<h4 class="widget-title text-white mb-3">Learn More</h4>
<ul class="list-unstyled mb-0">
<li><a href="#">About Us</a></li>
<li><a href="#">Our Story</a></li>
<li><a href="https://project.chiefsoft.net/">Projects</a></li>
</ul>
</div>
<!-- /.widget -->
</div>
<!-- /column -->
<div class="col-md-12 col-lg-3">
<div class="widget">
<h4 class="widget-title text-white mb-3">Our Newsletter</h4>
<p class="mb-5">Subscribe to our newsletter to get our news & deals delivered to you.</p>
<div class="newsletter-wrapper">
</div>
<!-- /.newsletter-wrapper -->
</div>
<!-- /.widget -->
</div>
<!-- /column -->
</div>
<!--/.row -->
</div>
<!-- /.container -->
</footer>
<div class="progress-wrap">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
<script src="./assets/js/plugins.js"></script>
<script src="./assets/js/theme.js"></script>
</body>
</html>
+7
View File
@@ -0,0 +1,7 @@
<?php
use CodeIgniter\CLI\CLI;
CLI::error('ERROR: ' . $code);
CLI::write($message);
CLI::newLine();
+65
View File
@@ -0,0 +1,65 @@
<?php
use CodeIgniter\CLI\CLI;
// The main Exception
CLI::newLine();
CLI::write('[' . get_class($exception) . ']', 'light_gray', 'red');
CLI::newLine();
CLI::write($message);
CLI::newLine();
CLI::write('at ' . CLI::color(clean_path($exception->getFile()) . ':' . $exception->getLine(), 'green'));
CLI::newLine();
// The backtrace
if (defined('SHOW_DEBUG_BACKTRACE') && SHOW_DEBUG_BACKTRACE) {
$backtraces = $exception->getTrace();
if ($backtraces) {
CLI::write('Backtrace:', 'green');
}
foreach ($backtraces as $i => $error) {
$padFile = ' '; // 4 spaces
$padClass = ' '; // 7 spaces
$c = str_pad($i + 1, 3, ' ', STR_PAD_LEFT);
if (isset($error['file'])) {
$filepath = clean_path($error['file']) . ':' . $error['line'];
CLI::write($c . $padFile . CLI::color($filepath, 'yellow'));
} else {
CLI::write($c . $padFile . CLI::color('[internal function]', 'yellow'));
}
$function = '';
if (isset($error['class'])) {
$type = ($error['type'] === '->') ? '()' . $error['type'] : $error['type'];
$function .= $padClass . $error['class'] . $type . $error['function'];
} elseif (! isset($error['class']) && isset($error['function'])) {
$function .= $padClass . $error['function'];
}
$args = implode(', ', array_map(static function ($value) {
switch (true) {
case is_object($value):
return 'Object(' . get_class($value) . ')';
case is_array($value):
return count($value) ? '[...]' : '[]';
case $value === null:
return 'null'; // return the lowercased version
default:
return var_export($value, true);
}
}, array_values($error['args'] ?? [])));
$function .= '(' . $args . ')';
CLI::write($function);
CLI::newLine();
}
}
+5
View File
@@ -0,0 +1,5 @@
<?php
// On the CLI, we still want errors in productions
// so just use the exception template.
include __DIR__ . '/error_exception.php';
+197
View File
@@ -0,0 +1,197 @@
:root {
--main-bg-color: #fff;
--main-text-color: #555;
--dark-text-color: #222;
--light-text-color: #c7c7c7;
--brand-primary-color: #E06E3F;
--light-bg-color: #ededee;
--dark-bg-color: #404040;
}
body {
height: 100%;
background: var(--main-bg-color);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
color: var(--main-text-color);
font-weight: 300;
margin: 0;
padding: 0;
}
h1 {
font-weight: lighter;
letter-spacing: 0.8;
font-size: 3rem;
color: var(--dark-text-color);
margin: 0;
}
h1.headline {
margin-top: 20%;
font-size: 5rem;
}
.text-center {
text-align: center;
}
p.lead {
font-size: 1.6rem;
}
.container {
max-width: 75rem;
margin: 0 auto;
padding: 1rem;
}
.header {
background: var(--light-bg-color);
color: var(--dark-text-color);
}
.header .container {
padding: 1rem 1.75rem 1.75rem 1.75rem;
}
.header h1 {
font-size: 2.5rem;
font-weight: 500;
}
.header p {
font-size: 1.2rem;
margin: 0;
line-height: 2.5;
}
.header a {
color: var(--brand-primary-color);
margin-left: 2rem;
display: none;
text-decoration: none;
}
.header:hover a {
display: inline;
}
.footer {
background: var(--dark-bg-color);
color: var(--light-text-color);
}
.footer .container {
border-top: 1px solid #e7e7e7;
margin-top: 1rem;
text-align: center;
}
.source {
background: #343434;
color: var(--light-text-color);
padding: 0.5em 1em;
border-radius: 5px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 0.85rem;
margin: 0;
overflow-x: scroll;
}
.source span.line {
line-height: 1.4;
}
.source span.line .number {
color: #666;
}
.source .line .highlight {
display: block;
background: var(--dark-text-color);
color: var(--light-text-color);
}
.source span.highlight .number {
color: #fff;
}
.tabs {
list-style: none;
list-style-position: inside;
margin: 0;
padding: 0;
margin-bottom: -1px;
}
.tabs li {
display: inline;
}
.tabs a:link,
.tabs a:visited {
padding: 0rem 1rem;
line-height: 2.7;
text-decoration: none;
color: var(--dark-text-color);
background: var(--light-bg-color);
border: 1px solid rgba(0,0,0,0.15);
border-bottom: 0;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
display: inline-block;
}
.tabs a:hover {
background: var(--light-bg-color);
border-color: rgba(0,0,0,0.15);
}
.tabs a.active {
background: var(--main-bg-color);
color: var(--main-text-color);
}
.tab-content {
background: var(--main-bg-color);
border: 1px solid rgba(0,0,0,0.15);
}
.content {
padding: 1rem;
}
.hide {
display: none;
}
.alert {
margin-top: 2rem;
display: block;
text-align: center;
line-height: 3.0;
background: #d9edf7;
border: 1px solid #bcdff1;
border-radius: 5px;
color: #31708f;
}
ul, ol {
line-height: 1.8;
}
table {
width: 100%;
overflow: hidden;
}
th {
text-align: left;
border-bottom: 1px solid #e7e7e7;
padding-bottom: 0.5rem;
}
td {
padding: 0.2rem 0.5rem 0.2rem 0;
}
tr:hover td {
background: #f1f1f1;
}
td pre {
white-space: pre-wrap;
}
.trace a {
color: inherit;
}
.trace table {
width: auto;
}
.trace tr td:first-child {
min-width: 5em;
font-weight: bold;
}
.trace td {
background: var(--light-bg-color);
padding: 0 1rem;
}
.trace td pre {
margin: 0;
}
.args {
display: none;
}
+118
View File
@@ -0,0 +1,118 @@
// Tabs
var tabLinks = new Array();
var contentDivs = new Array();
function init()
{
// Grab the tab links and content divs from the page
var tabListItems = document.getElementById('tabs').childNodes;
console.log(tabListItems);
for (var i = 0; i < tabListItems.length; i ++)
{
if (tabListItems[i].nodeName == "LI")
{
var tabLink = getFirstChildWithTagName(tabListItems[i], 'A');
var id = getHash(tabLink.getAttribute('href'));
tabLinks[id] = tabLink;
contentDivs[id] = document.getElementById(id);
}
}
// Assign onclick events to the tab links, and
// highlight the first tab
var i = 0;
for (var id in tabLinks)
{
tabLinks[id].onclick = showTab;
tabLinks[id].onfocus = function () {
this.blur()
};
if (i == 0)
{
tabLinks[id].className = 'active';
}
i ++;
}
// Hide all content divs except the first
var i = 0;
for (var id in contentDivs)
{
if (i != 0)
{
console.log(contentDivs[id]);
contentDivs[id].className = 'content hide';
}
i ++;
}
}
function showTab()
{
var selectedId = getHash(this.getAttribute('href'));
// Highlight the selected tab, and dim all others.
// Also show the selected content div, and hide all others.
for (var id in contentDivs)
{
if (id == selectedId)
{
tabLinks[id].className = 'active';
contentDivs[id].className = 'content';
}
else
{
tabLinks[id].className = '';
contentDivs[id].className = 'content hide';
}
}
// Stop the browser following the link
return false;
}
function getFirstChildWithTagName(element, tagName)
{
for (var i = 0; i < element.childNodes.length; i ++)
{
if (element.childNodes[i].nodeName == tagName)
{
return element.childNodes[i];
}
}
}
function getHash(url)
{
var hashPos = url.lastIndexOf('#');
return url.substring(hashPos + 1);
}
function toggle(elem)
{
elem = document.getElementById(elem);
if (elem.style && elem.style['display'])
{
// Only works with the "style" attr
var disp = elem.style['display'];
}
else if (elem.currentStyle)
{
// For MSIE, naturally
var disp = elem.currentStyle['display'];
}
else if (window.getComputedStyle)
{
// For most other browsers
var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display');
}
// Toggle the state of the "display" style
elem.style.display = disp == 'block' ? 'none' : 'block';
return false;
}
+84
View File
@@ -0,0 +1,84 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404 Page Not Found</title>
<style>
div.logo {
height: 200px;
width: 155px;
display: inline-block;
opacity: 0.08;
position: absolute;
top: 2rem;
left: 50%;
margin-left: -73px;
}
body {
height: 100%;
background: #fafafa;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #777;
font-weight: 300;
}
h1 {
font-weight: lighter;
letter-spacing: 0.8;
font-size: 3rem;
margin-top: 0;
margin-bottom: 0;
color: #222;
}
.wrap {
max-width: 1024px;
margin: 5rem auto;
padding: 2rem;
background: #fff;
text-align: center;
border: 1px solid #efefef;
border-radius: 0.5rem;
position: relative;
}
pre {
white-space: normal;
margin-top: 1.5rem;
}
code {
background: #fafafa;
border: 1px solid #efefef;
padding: 0.5rem 1rem;
border-radius: 5px;
display: block;
}
p {
margin-top: 1.5rem;
}
.footer {
margin-top: 2rem;
border-top: 1px solid #efefef;
padding: 1em 2em 0 2em;
font-size: 85%;
color: #999;
}
a:active,
a:link,
a:visited {
color: #dd4814;
}
</style>
</head>
<body>
<div class="wrap">
<h1>404 - File Not Found</h1>
<p>
<?php if (! empty($message) && $message !== '(null)') : ?>
<?= nl2br(esc($message)) ?>
<?php else : ?>
Sorry! Cannot seem to find the page you were looking for.
<?php endif ?>
</p>
</div>
</body>
</html>
+397
View File
@@ -0,0 +1,397 @@
<?php $error_id = uniqid('error', true); ?>
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<title><?= esc($title) ?></title>
<style type="text/css">
<?= preg_replace('#[\r\n\t ]+#', ' ', file_get_contents(__DIR__ . DIRECTORY_SEPARATOR . 'debug.css')) ?>
</style>
<script type="text/javascript">
<?= file_get_contents(__DIR__ . DIRECTORY_SEPARATOR . 'debug.js') ?>
</script>
</head>
<body onload="init()">
<!-- Header -->
<div class="header">
<div class="container">
<h1><?= esc($title), esc($exception->getCode() ? ' #' . $exception->getCode() : '') ?></h1>
<p>
<?= nl2br(esc($exception->getMessage())) ?>
<a href="https://www.duckduckgo.com/?q=<?= urlencode($title . ' ' . preg_replace('#\'.*\'|".*"#Us', '', $exception->getMessage())) ?>"
rel="noreferrer" target="_blank">search &rarr;</a>
</p>
</div>
</div>
<!-- Source -->
<div class="container">
<p><b><?= esc(static::cleanPath($file, $line)) ?></b> at line <b><?= esc($line) ?></b></p>
<?php if (is_file($file)) : ?>
<div class="source">
<?= static::highlightFile($file, $line, 15); ?>
</div>
<?php endif; ?>
</div>
<div class="container">
<ul class="tabs" id="tabs">
<li><a href="#backtrace">Backtrace</a></li>
<li><a href="#server">Server</a></li>
<li><a href="#request">Request</a></li>
<li><a href="#response">Response</a></li>
<li><a href="#files">Files</a></li>
<li><a href="#memory">Memory</a></li>
</ul>
<div class="tab-content">
<!-- Backtrace -->
<div class="content" id="backtrace">
<ol class="trace">
<?php foreach ($trace as $index => $row) : ?>
<li>
<p>
<!-- Trace info -->
<?php if (isset($row['file']) && is_file($row['file'])) :?>
<?php
if (isset($row['function']) && in_array($row['function'], ['include', 'include_once', 'require', 'require_once'], true)) {
echo esc($row['function'] . ' ' . static::cleanPath($row['file']));
} else {
echo esc(static::cleanPath($row['file']) . ' : ' . $row['line']);
}
?>
<?php else : ?>
{PHP internal code}
<?php endif; ?>
<!-- Class/Method -->
<?php if (isset($row['class'])) : ?>
&nbsp;&nbsp;&mdash;&nbsp;&nbsp;<?= esc($row['class'] . $row['type'] . $row['function']) ?>
<?php if (! empty($row['args'])) : ?>
<?php $args_id = $error_id . 'args' . $index ?>
( <a href="#" onclick="return toggle('<?= esc($args_id, 'attr') ?>');">arguments</a> )
<div class="args" id="<?= esc($args_id, 'attr') ?>">
<table cellspacing="0">
<?php
$params = null;
// Reflection by name is not available for closure function
if (substr($row['function'], -1) !== '}') {
$mirror = isset($row['class']) ? new \ReflectionMethod($row['class'], $row['function']) : new \ReflectionFunction($row['function']);
$params = $mirror->getParameters();
}
foreach ($row['args'] as $key => $value) : ?>
<tr>
<td><code><?= esc(isset($params[$key]) ? '$' . $params[$key]->name : "#{$key}") ?></code></td>
<td><pre><?= esc(print_r($value, true)) ?></pre></td>
</tr>
<?php endforeach ?>
</table>
</div>
<?php else : ?>
()
<?php endif; ?>
<?php endif; ?>
<?php if (! isset($row['class']) && isset($row['function'])) : ?>
&nbsp;&nbsp;&mdash;&nbsp;&nbsp; <?= esc($row['function']) ?>()
<?php endif; ?>
</p>
<!-- Source? -->
<?php if (isset($row['file']) && is_file($row['file']) && isset($row['class'])) : ?>
<div class="source">
<?= static::highlightFile($row['file'], $row['line']) ?>
</div>
<?php endif; ?>
</li>
<?php endforeach; ?>
</ol>
</div>
<!-- Server -->
<div class="content" id="server">
<?php foreach (['_SERVER', '_SESSION'] as $var) : ?>
<?php
if (empty($GLOBALS[$var]) || ! is_array($GLOBALS[$var])) {
continue;
} ?>
<h3>$<?= esc($var) ?></h3>
<table>
<thead>
<tr>
<th>Key</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<?php foreach ($GLOBALS[$var] as $key => $value) : ?>
<tr>
<td><?= esc($key) ?></td>
<td>
<?php if (is_string($value)) : ?>
<?= esc($value) ?>
<?php else: ?>
<pre><?= esc(print_r($value, true)) ?></pre>
<?php endif; ?>
</td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<?php endforeach ?>
<!-- Constants -->
<?php $constants = get_defined_constants(true); ?>
<?php if (! empty($constants['user'])) : ?>
<h3>Constants</h3>
<table>
<thead>
<tr>
<th>Key</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<?php foreach ($constants['user'] as $key => $value) : ?>
<tr>
<td><?= esc($key) ?></td>
<td>
<?php if (is_string($value)) : ?>
<?= esc($value) ?>
<?php else: ?>
<pre><?= esc(print_r($value, true)) ?></pre>
<?php endif; ?>
</td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<?php endif; ?>
</div>
<!-- Request -->
<div class="content" id="request">
<?php $request = \Config\Services::request(); ?>
<table>
<tbody>
<tr>
<td style="width: 10em">Path</td>
<td><?= esc($request->getUri()) ?></td>
</tr>
<tr>
<td>HTTP Method</td>
<td><?= esc($request->getMethod(true)) ?></td>
</tr>
<tr>
<td>IP Address</td>
<td><?= esc($request->getIPAddress()) ?></td>
</tr>
<tr>
<td style="width: 10em">Is AJAX Request?</td>
<td><?= $request->isAJAX() ? 'yes' : 'no' ?></td>
</tr>
<tr>
<td>Is CLI Request?</td>
<td><?= $request->isCLI() ? 'yes' : 'no' ?></td>
</tr>
<tr>
<td>Is Secure Request?</td>
<td><?= $request->isSecure() ? 'yes' : 'no' ?></td>
</tr>
<tr>
<td>User Agent</td>
<td><?= esc($request->getUserAgent()->getAgentString()) ?></td>
</tr>
</tbody>
</table>
<?php $empty = true; ?>
<?php foreach (['_GET', '_POST', '_COOKIE'] as $var) : ?>
<?php
if (empty($GLOBALS[$var]) || ! is_array($GLOBALS[$var])) {
continue;
} ?>
<?php $empty = false; ?>
<h3>$<?= esc($var) ?></h3>
<table style="width: 100%">
<thead>
<tr>
<th>Key</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<?php foreach ($GLOBALS[$var] as $key => $value) : ?>
<tr>
<td><?= esc($key) ?></td>
<td>
<?php if (is_string($value)) : ?>
<?= esc($value) ?>
<?php else: ?>
<pre><?= esc(print_r($value, true)) ?></pre>
<?php endif; ?>
</td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<?php endforeach ?>
<?php if ($empty) : ?>
<div class="alert">
No $_GET, $_POST, or $_COOKIE Information to show.
</div>
<?php endif; ?>
<?php $headers = $request->getHeaders(); ?>
<?php if (! empty($headers)) : ?>
<h3>Headers</h3>
<table>
<thead>
<tr>
<th>Header</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<?php foreach ($headers as $value) : ?>
<?php
if (empty($value)) {
continue;
}
if (! is_array($value)) {
$value = [$value];
} ?>
<?php foreach ($value as $h) : ?>
<tr>
<td><?= esc($h->getName(), 'html') ?></td>
<td><?= esc($h->getValueLine(), 'html') ?></td>
</tr>
<?php endforeach; ?>
<?php endforeach; ?>
</tbody>
</table>
<?php endif; ?>
</div>
<!-- Response -->
<?php
$response = \Config\Services::response();
$response->setStatusCode(http_response_code());
?>
<div class="content" id="response">
<table>
<tr>
<td style="width: 15em">Response Status</td>
<td><?= esc($response->getStatusCode() . ' - ' . $response->getReason()) ?></td>
</tr>
</table>
<?php $headers = $response->getHeaders(); ?>
<?php if (! empty($headers)) : ?>
<?php natsort($headers) ?>
<h3>Headers</h3>
<table>
<thead>
<tr>
<th>Header</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<?php foreach ($headers as $name => $value) : ?>
<tr>
<td><?= esc($name, 'html') ?></td>
<td><?= esc($response->getHeaderLine($name), 'html') ?></td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<?php endif; ?>
</div>
<!-- Files -->
<div class="content" id="files">
<?php $files = get_included_files(); ?>
<ol>
<?php foreach ($files as $file) :?>
<li><?= esc(static::cleanPath($file)) ?></li>
<?php endforeach ?>
</ol>
</div>
<!-- Memory -->
<div class="content" id="memory">
<table>
<tbody>
<tr>
<td>Memory Usage</td>
<td><?= esc(static::describeMemory(memory_get_usage(true))) ?></td>
</tr>
<tr>
<td style="width: 12em">Peak Memory Usage:</td>
<td><?= esc(static::describeMemory(memory_get_peak_usage(true))) ?></td>
</tr>
<tr>
<td>Memory Limit:</td>
<td><?= esc(ini_get('memory_limit')) ?></td>
</tr>
</tbody>
</table>
</div>
</div> <!-- /tab-content -->
</div> <!-- /container -->
<div class="footer">
<div class="container">
<p>
Displayed at <?= esc(date('H:i:sa')) ?> &mdash;
PHP: <?= esc(PHP_VERSION) ?> &mdash;
CodeIgniter: <?= esc(\CodeIgniter\CodeIgniter::CI_VERSION) ?>
</p>
</div>
</div>
</body>
</html>
+25
View File
@@ -0,0 +1,25 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<title>Whoops!</title>
<style type="text/css">
<?= preg_replace('#[\r\n\t ]+#', ' ', file_get_contents(__DIR__ . DIRECTORY_SEPARATOR . 'debug.css')) ?>
</style>
</head>
<body>
<div class="container text-center">
<h1 class="headline">Whoops!</h1>
<p class="lead">We seem to have hit a snag. Please try again later...</p>
</div>
</body>
</html>
+77
View File
@@ -0,0 +1,77 @@
<!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>
+151
View File
@@ -0,0 +1,151 @@
<!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>
+523
View File
@@ -0,0 +1,523 @@
<!--begin::Container-->
<div id="kt_content_container" class="container-xxl">
<!--begin::Post card-->
<div class="card">
<!--begin::Body-->
<div class="card-body p-lg-20 pb-lg-0">
<!--begin::Layout-->
<div class="d-flex flex-column flex-xl-row">
<!--begin::Content-->
<div class="flex-lg-row-fluid me-xl-15">
<!--begin::Post content-->
<div class="mb-17">
<!--begin::Wrapper-->
<div class="mb-8">
<!--begin::Title-->
<div class="text-dark text-hover-primary fs-2 fw-bolder">Admin Panel - How To Get Started Tutorial. Create a customizable SaaS Based applications and solutions
</div>
<!--end::Title-->
<!--begin::Container-->
<div class="overlay mt-8">
<!--begin::Image-->
<div class="bgi-no-repeat bgi-position-center bgi-size-cover card-rounded min-h-350px" style="background-image:url('/passets/media/stock/1600x800/img-1.jpg')"></div>
<!--end::Image-->
</div>
<!--end::Container-->
</div>
<!--end::Wrapper-->
<!--begin::Description-->
<div class="fs-5 fw-bold text-gray-600">
<!--begin::Text-->
<p class="mb-8">First, a disclaimer the entire process of writing a blog post often takes more than a couple of hours, even if you can type eighty words per minute and your writing skills are sharp. From the seed of the idea to finally hitting “Publish, you might spend several days or maybe even a week “writing” a blog post, but its important to spend those vital hours planning your post and even thinking about
<a href="../../demo8/dist/pages/blog/post.html" class="link-primary pe-1">Your Post</a>(yes, thinking counts as working if youre a blogger) before you actually write it.</p>
<!--end::Text-->
<!--begin::Text-->
<p class="mb-8">Theres an old maxim that states,
<span class="text-gray-800 pe-1">“No fun for the writer, no fun for the reader.</span>No matter what industry youre working in, as a blogger, you should live and die by this statement.</p>
<!--end::Text-->
<!--begin::Text-->
<p class="mb-8">Before you do any of the following steps, be sure to pick a topic that actually interests you. Nothing and
<a href="../../demo8/dist/pages/blog/home.html" class="link-primary pe-1">I mean NOTHING</a> will kill a blog post more effectively than a lack of enthusiasm from the writer. You can tell when a writer is bored by their subject, and its so cringe-worthy its a little embarrassing.</p>
<!--end::Text-->
<!--begin::Text-->
<p class="mb-17">I can hear your objections already. “But Dan, I have to blog for a cardboard box manufacturing company. I feel your pain, I really do. During the course of my career, Ive written content for dozens of clients in some less-than-thrilling industries (such as financial regulatory compliance and corporate housing), but the hallmark of a professional blogger is the ability to write well about any topic, no matter how dry it may be. Blogging is a lot easier, however, if you can muster at least a little enthusiasm for the topic at hand.</p>
<!--end::Text-->
</div>
<!--end::Description-->
<!--begin::Block-->
<div class="d-flex align-items-center border-1 border-dashed card-rounded p-5 p-lg-10 mb-14">
<!--begin::Section-->
<div class="text-center flex-shrink-0 me-7 me-lg-13">
<!--begin::Avatar-->
<div class="symbol symbol-70px symbol-circle mb-2">
<img src="/passets/media/avatars/300-2.jpg" class="" alt="" />
</div>
<!--end::Avatar-->
<!--begin::Info-->
<div class="mb-0">
<a href="../../demo8/dist/pages/user-profile/overview.html" class="text-gray-700 fw-bolder text-hover-primary">Jane Johnson</a>
<span class="text-gray-400 fs-7 fw-bold d-block mt-1">Co-founder</span>
</div>
<!--end::Info-->
</div>
<!--end::Section-->
<!--begin::Text-->
<div class="mb-0 fs-6">
<div class="text-muted fw-bold lh-lg mb-2">First, a disclaimer the entire process of writing a blog post often takes more than a couple of hours, even if you can type eighty words per minute and your writing skills are sharp writing a blog post often takes more than a couple.</div>
<a href="../../demo8/dist/pages/user-profile/overview.html" class="fw-bold link-primary">Authors Profile</a>
</div>
<!--end::Text-->
</div>
<!--end::Block-->
<!--begin::Icons-->
<div class="d-flex flex-center">
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/passets/media/svg/brand-logos/facebook-4.svg" class="h-20px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/passets/media/svg/brand-logos/instagram-2-1.svg" class="h-20px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/passets/media/svg/brand-logos/github.svg" class="h-20px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/passets/media/svg/brand-logos/behance.svg" class="h-20px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/passets/media/svg/brand-logos/pinterest-p.svg" class="h-20px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/passets/media/svg/brand-logos/twitter.svg" class="h-20px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/passets/media/svg/brand-logos/dribbble-icon-1.svg" class="h-20px my-2" alt="" />
</a>
<!--end::Icon-->
</div>
<!--end::Icons-->
</div>
<!--end::Post content-->
</div>
<!--end::Content-->
<!--begin::Sidebar-->
<div class="flex-column flex-lg-row-auto w-100 w-xl-300px mb-10">
<!--begin::Catigories-->
<div class="mb-16">
<h4 class="text-black mb-7">Categories</h4>
<!--begin::Item-->
<div class="d-flex flex-stack fw-bold fs-5 text-muted mb-4">
<!--begin::Text-->
<a href="#" class="text-muted text-hover-primary pe-2">SaaS Solutions</a>
<!--end::Text-->
<!--begin::Number-->
<div class="m-0">24</div>
<!--end::Number-->
</div>
<!--end::Item-->
<!--begin::Item-->
<div class="d-flex flex-stack fw-bold fs-5 text-muted mb-4">
<!--begin::Text-->
<a href="#" class="text-muted text-hover-primary pe-2">Company News</a>
<!--end::Text-->
<!--begin::Number-->
<div class="m-0">152</div>
<!--end::Number-->
</div>
<!--end::Item-->
<!--begin::Item-->
<div class="d-flex flex-stack fw-bold fs-5 text-muted mb-4">
<!--begin::Text-->
<a href="#" class="text-muted text-hover-primary pe-2">Events &amp; Activities</a>
<!--end::Text-->
<!--begin::Number-->
<div class="m-0">52</div>
<!--end::Number-->
</div>
<!--end::Item-->
<!--begin::Item-->
<div class="d-flex flex-stack fw-bold fs-5 text-muted mb-4">
<!--begin::Text-->
<a href="#" class="text-muted text-hover-primary pe-2">Support Related</a>
<!--end::Text-->
<!--begin::Number-->
<div class="m-0">305</div>
<!--end::Number-->
</div>
<!--end::Item-->
<!--begin::Item-->
<div class="d-flex flex-stack fw-bold fs-5 text-muted mb-4">
<!--begin::Text-->
<a href="#" class="text-muted text-hover-primary pe-2">Innovations</a>
<!--end::Text-->
<!--begin::Number-->
<div class="m-0">70</div>
<!--end::Number-->
</div>
<!--end::Item-->
<!--begin::Item-->
<div class="d-flex flex-stack fw-bold fs-5 text-muted">
<!--begin::Text-->
<a href="#" class="text-muted text-hover-primary pe-2">Product Updates</a>
<!--end::Text-->
<!--begin::Number-->
<div class="m-0">585</div>
<!--end::Number-->
</div>
<!--end::Item-->
</div>
<!--end::Catigories-->
<!--begin::Recent posts-->
<div class="m-0">
<h4 class="text-black mb-7">Recent Posts</h4>
<!--begin::Item-->
<div class="d-flex flex-stack mb-7">
<!--begin::Symbol-->
<div class="symbol symbol-60px symbol-2by3 me-4">
<div class="symbol-label" style="background-image: url('/passets/media/stock/600x400/img-1.jpg')"></div>
</div>
<!--end::Symbol-->
<!--begin::Title-->
<div class="m-0">
<a href="#" class="text-dark fw-bolder text-hover-primary fs-6">About Bootstrap Admin</a>
<span class="text-gray-600 fw-bold d-block pt-1 fs-7">Weve been a focused on making a the sky</span>
</div>
<!--end::Title-->
</div>
<!--end::Item-->
<!--begin::Item-->
<div class="d-flex flex-stack mb-7">
<!--begin::Symbol-->
<div class="symbol symbol-60px symbol-2by3 me-4">
<div class="symbol-label" style="background-image: url('/passets/media/stock/600x400/img-2.jpg')"></div>
</div>
<!--end::Symbol-->
<!--begin::Title-->
<div class="m-0">
<a href="#" class="text-dark fw-bolder text-hover-primary fs-6">A yellow sofa</a>
<span class="text-gray-600 fw-bold d-block pt-1 fs-7">Weve been a focused on making a the sky</span>
</div>
<!--end::Title-->
</div>
<!--end::Item-->
<!--begin::Item-->
<div class="d-flex flex-stack mb-7">
<!--begin::Symbol-->
<div class="symbol symbol-60px symbol-2by3 me-4">
<div class="symbol-label" style="background-image: url('/passets/media/stock/600x400/img-3.jpg')"></div>
</div>
<!--end::Symbol-->
<!--begin::Title-->
<div class="m-0">
<a href="#" class="text-dark fw-bolder text-hover-primary fs-6">Our Camra Mega Set</a>
<span class="text-gray-600 fw-bold d-block pt-1 fs-7">Weve been a focused on making a the sky</span>
</div>
<!--end::Title-->
</div>
<!--end::Item-->
<!--begin::Item-->
<div class="d-flex flex-stack">
<!--begin::Symbol-->
<div class="symbol symbol-60px symbol-2by3 me-4">
<div class="symbol-label" style="background-image: url('/passets/media/stock/600x400/img-4.jpg')"></div>
</div>
<!--end::Symbol-->
<!--begin::Title-->
<div class="m-0">
<a href="#" class="text-dark fw-bolder text-hover-primary fs-6">Time to cook and eat?</a>
<span class="text-gray-600 fw-bold d-block pt-1 fs-7">Weve been a focused on making a the sky</span>
</div>
<!--end::Title-->
</div>
<!--end::Item-->
</div>
<!--end::Recent posts-->
</div>
<!--end::Sidebar-->
</div>
<!--end::Layout-->
<!--begin::Section-->
<div class="mb-17">
<!--begin::Content-->
<div class="d-flex flex-stack mb-5">
<!--begin::Title-->
<h3 class="text-dark">Video Tutorials</h3>
<!--end::Title-->
<!--begin::Link-->
<a href="#" class="fs-6 fw-bold link-primary">View All Videos</a>
<!--end::Link-->
</div>
<!--end::Content-->
<!--begin::Separator-->
<div class="separator separator-dashed mb-9"></div>
<!--end::Separator-->
<!--begin::Row-->
<div class="row g-10">
<!--begin::Col-->
<div class="col-md-4">
<!--begin::Feature post-->
<div class="card-xl-stretch me-md-6">
<!--begin::Image-->
<a class="d-block bgi-no-repeat bgi-size-cover bgi-position-center card-rounded position-relative min-h-175px mb-5" style="background-image:url('/passets/media/stock/600x400/img-73.jpg')" data-fslightbox="lightbox-video-tutorials" href="https://www.youtube.com/embed/btornGtLwIo">
<img src="/passets/media/svg/misc/video-play.svg" class="position-absolute top-50 start-50 translate-middle" alt="" />
</a>
<!--end::Image-->
<!--begin::Body-->
<div class="m-0">
<!--begin::Title-->
<a href="../../demo8/dist/pages/user-profile/overview.html" class="fs-4 text-dark fw-bolder text-hover-primary text-dark lh-base">Admin Panel - How To Started the Dashboard Tutorial</a>
<!--end::Title-->
<!--begin::Text-->
<div class="fw-bold fs-5 text-gray-600 text-dark my-4">Weve been focused on making a the from also not been afraid to and step away been focused create eye</div>
<!--end::Text-->
<!--begin::Content-->
<div class="fs-6 fw-bolder">
<!--begin::Author-->
<a href="../../demo8/dist/pages/user-profile/overview.html" class="text-gray-700 text-hover-primary">Jane Miller</a>
<!--end::Author-->
<!--begin::Date-->
<span class="text-muted">on Mar 21 2021</span>
<!--end::Date-->
</div>
<!--end::Content-->
</div>
<!--end::Body-->
</div>
<!--end::Feature post-->
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-md-4">
<!--begin::Feature post-->
<div class="card-xl-stretch mx-md-3">
<!--begin::Image-->
<a class="d-block bgi-no-repeat bgi-size-cover bgi-position-center card-rounded position-relative min-h-175px mb-5" style="background-image:url('/passets/media/stock/600x400/img-74.jpg')" data-fslightbox="lightbox-video-tutorials" href="https://www.youtube.com/embed/btornGtLwIo">
<img src="/passets/media/svg/misc/video-play.svg" class="position-absolute top-50 start-50 translate-middle" alt="" />
</a>
<!--end::Image-->
<!--begin::Body-->
<div class="m-0">
<!--begin::Title-->
<a href="../../demo8/dist/pages/user-profile/overview.html" class="fs-4 text-dark fw-bolder text-hover-primary text-dark lh-base">Admin Panel - How To Started the Dashboard Tutorial</a>
<!--end::Title-->
<!--begin::Text-->
<div class="fw-bold fs-5 text-gray-600 text-dark my-4">Weve been focused on making the from v4 to v5 but we have also not been afraid to step away been focused</div>
<!--end::Text-->
<!--begin::Content-->
<div class="fs-6 fw-bolder">
<!--begin::Author-->
<a href="../../demo8/dist/pages/user-profile/overview.html" class="text-gray-700 text-hover-primary">Cris Morgan</a>
<!--end::Author-->
<!--begin::Date-->
<span class="text-muted">on Apr 14 2021</span>
<!--end::Date-->
</div>
<!--end::Content-->
</div>
<!--end::Body-->
</div>
<!--end::Feature post-->
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-md-4">
<!--begin::Feature post-->
<div class="card-xl-stretch ms-md-6">
<!--begin::Image-->
<a class="d-block bgi-no-repeat bgi-size-cover bgi-position-center card-rounded position-relative min-h-175px mb-5" style="background-image:url('/passets/media/stock/600x400/img-47.jpg')" data-fslightbox="lightbox-video-tutorials" href="https://www.youtube.com/embed/TWdDZYNqlg4">
<img src="/passets/media/svg/misc/video-play.svg" class="position-absolute top-50 start-50 translate-middle" alt="" />
</a>
<!--end::Image-->
<!--begin::Body-->
<div class="m-0">
<!--begin::Title-->
<a href="../../demo8/dist/pages/user-profile/overview.html" class="fs-4 text-dark fw-bolder text-hover-primary text-dark lh-base">Admin Panel - How To Started the Dashboard Tutorial</a>
<!--end::Title-->
<!--begin::Text-->
<div class="fw-bold fs-5 text-gray-600 text-dark my-4">Weve been focused on making the from v4 to v5 but weve also not been afraid to step away been focused</div>
<!--end::Text-->
<!--begin::Content-->
<div class="fs-6 fw-bolder">
<!--begin::Author-->
<a href="../../demo8/dist/pages/user-profile/overview.html" class="text-gray-700 text-hover-primary">Carles Nilson</a>
<!--end::Author-->
<!--begin::Date-->
<span class="text-muted">on May 14 2021</span>
<!--end::Date-->
</div>
<!--end::Content-->
</div>
<!--end::Body-->
</div>
<!--end::Feature post-->
</div>
<!--end::Col-->
</div>
<!--end::Row-->
</div>
<!--end::Section-->
<!--begin::Section-->
<div class="mb-17">
<!--begin::Content-->
<div class="d-flex flex-stack mb-5">
<!--begin::Title-->
<h3 class="text-dark">Hottest Bundles</h3>
<!--end::Title-->
<!--begin::Link-->
<a href="#" class="fs-6 fw-bold link-primary">View All Offers</a>
<!--end::Link-->
</div>
<!--end::Content-->
<!--begin::Separator-->
<div class="separator separator-dashed mb-9"></div>
<!--end::Separator-->
<!--begin::Row-->
<div class="row g-10">
<!--begin::Col-->
<div class="col-md-4">
<!--begin::Hot sales post-->
<div class="card-xl-stretch me-md-6">
<!--begin::Overlay-->
<a class="d-block overlay" data-fslightbox="lightbox-hot-sales" href="/passets/media/stock/600x400/img-23.jpg">
<!--begin::Image-->
<div class="overlay-wrapper bgi-no-repeat bgi-position-center bgi-size-cover card-rounded min-h-175px" style="background-image:url('/passets/media/stock/600x400/img-23.jpg')"></div>
<!--end::Image-->
<!--begin::Action-->
<div class="overlay-layer card-rounded bg-dark bg-opacity-25">
<i class="bi bi-eye-fill fs-2x text-white"></i>
</div>
<!--end::Action-->
</a>
<!--end::Overlay-->
<!--begin::Body-->
<div class="mt-5">
<!--begin::Title-->
<a href="#" class="fs-4 text-dark fw-bolder text-hover-primary text-dark lh-base">25 Products Mega Bundle with 50% off discount amazing</a>
<!--end::Title-->
<!--begin::Text-->
<div class="fw-bold fs-5 text-gray-600 text-dark mt-3">Weve been focused on making a the from also not been eye</div>
<!--end::Text-->
<!--begin::Text-->
<div class="fs-6 fw-bolder mt-5 d-flex flex-stack">
<!--begin::Label-->
<span class="badge border border-dashed fs-2 fw-bolder text-dark p-2">
<span class="fs-6 fw-bold text-gray-400">$</span>28</span>
<!--end::Label-->
<!--begin::Action-->
<a href="#" class="btn btn-sm btn-primary">Purchase</a>
<!--end::Action-->
</div>
<!--end::Text-->
</div>
<!--end::Body-->
</div>
<!--end::Hot sales post-->
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-md-4">
<!--begin::Hot sales post-->
<div class="card-xl-stretch mx-md-3">
<!--begin::Overlay-->
<a class="d-block overlay" data-fslightbox="lightbox-hot-sales" href="/passets/media/stock/600x600/img-14.jpg">
<!--begin::Image-->
<div class="overlay-wrapper bgi-no-repeat bgi-position-center bgi-size-cover card-rounded min-h-175px" style="background-image:url('/passets/media/stock/600x600/img-14.jpg')"></div>
<!--end::Image-->
<!--begin::Action-->
<div class="overlay-layer card-rounded bg-dark bg-opacity-25">
<i class="bi bi-eye-fill fs-2x text-white"></i>
</div>
<!--end::Action-->
</a>
<!--end::Overlay-->
<!--begin::Body-->
<div class="mt-5">
<!--begin::Title-->
<a href="#" class="fs-4 text-dark fw-bolder text-hover-primary text-dark lh-base">25 Products Mega Bundle with 50% off discount amazing</a>
<!--end::Title-->
<!--begin::Text-->
<div class="fw-bold fs-5 text-gray-600 text-dark mt-3">Weve been focused on making a the from also not been eye</div>
<!--end::Text-->
<!--begin::Text-->
<div class="fs-6 fw-bolder mt-5 d-flex flex-stack">
<!--begin::Label-->
<span class="badge border border-dashed fs-2 fw-bolder text-dark p-2">
<span class="fs-6 fw-bold text-gray-400">$</span>27</span>
<!--end::Label-->
<!--begin::Action-->
<a href="#" class="btn btn-sm btn-primary">Purchase</a>
<!--end::Action-->
</div>
<!--end::Text-->
</div>
<!--end::Body-->
</div>
<!--end::Hot sales post-->
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-md-4">
<!--begin::Hot sales post-->
<div class="card-xl-stretch ms-md-6">
<!--begin::Overlay-->
<a class="d-block overlay" data-fslightbox="lightbox-hot-sales" href="/passets/media/stock/600x400/img-71.jpg">
<!--begin::Image-->
<div class="overlay-wrapper bgi-no-repeat bgi-position-center bgi-size-cover card-rounded min-h-175px" style="background-image:url('/passets/media/stock/600x400/img-71.jpg')"></div>
<!--end::Image-->
<!--begin::Action-->
<div class="overlay-layer card-rounded bg-dark bg-opacity-25">
<i class="bi bi-eye-fill fs-2x text-white"></i>
</div>
<!--end::Action-->
</a>
<!--end::Overlay-->
<!--begin::Body-->
<div class="mt-5">
<!--begin::Title-->
<a href="#" class="fs-4 text-dark fw-bolder text-hover-primary text-dark lh-base">25 Products Mega Bundle with 50% off discount amazing</a>
<!--end::Title-->
<!--begin::Text-->
<div class="fw-bold fs-5 text-gray-600 text-dark mt-3">Weve been focused on making a the from also not been eye</div>
<!--end::Text-->
<!--begin::Text-->
<div class="fs-6 fw-bolder mt-5 d-flex flex-stack">
<!--begin::Label-->
<span class="badge border border-dashed fs-2 fw-bolder text-dark p-2">
<span class="fs-6 fw-bold text-gray-400">$</span>25</span>
<!--end::Label-->
<!--begin::Action-->
<a href="#" class="btn btn-sm btn-primary">Purchase</a>
<!--end::Action-->
</div>
<!--end::Text-->
</div>
<!--end::Body-->
</div>
<!--end::Hot sales post-->
</div>
<!--end::Col-->
</div>
<!--end::Row-->
</div>
<!--end::Section-->
</div>
<!--end::Body-->
</div>
<!--end::Post card-->
</div>
<!--end::Container-->
+77
View File
@@ -0,0 +1,77 @@
<!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>