Clean up
This commit is contained in:
@@ -81,13 +81,16 @@ defined('EXIT__AUTO_MAX') || define('EXIT__AUTO_MAX', 125); // highest auto
|
|||||||
|
|
||||||
|
|
||||||
define('SITE_NAME', 'ChiefSoft Works');
|
define('SITE_NAME', 'ChiefSoft Works');
|
||||||
define('SITE_ADDRL1', '2451 Cumberland Pkwy');
|
define('SITE_ADDRL1', 'Cumberland Pkwy');
|
||||||
define('SITE_ADDRL2', 'Atlanta,GA 30339');
|
define('SITE_ADDRL2', 'Atlanta,GA 30339');
|
||||||
|
|
||||||
define('SITE_PHONE', '770 544-8029');
|
define('SITE_PHONE', '770 544-8029');
|
||||||
define('SITE_EMAIL', 'contact@chiefsoft.com');
|
define('SITE_EMAIL', 'contact@chiefsoft.com');
|
||||||
|
|
||||||
define('SITE_FACEBOOK', 'https://www.facebook.com/pages/ChiefSoft-Works/1545928555688960');
|
define('SITE_FACEBOOK', 'https://www.facebook.com/pages/ChiefSoft-Works/1545928555688960');
|
||||||
define('SITE_TWITTER', 'https://twitter.com/chiefsoft');
|
define('SITE_TWITTER', 'https://twitter.com/chiefsoft');
|
||||||
|
define('SITE_INSTAGRAM','https://www.instagram.com/chiefsoft/');
|
||||||
|
define('SITE_DRIBBLE', 'https://dribbble.com/chiefsoft');
|
||||||
|
|
||||||
define('SITE_CONTACT_HEAD','We love to hear from you.<br> Send us a message.');
|
define('SITE_CONTACT_HEAD','We love to hear from you.<br> Send us a message.');
|
||||||
define('SITE_CONTACT_OTHER_TXT','We love to hear from you. You can send a message anytime, and we will get back with you soon.<br> ');
|
define('SITE_CONTACT_OTHER_TXT','We love to hear from you. You can send a message anytime, and we will get back with you soon.<br> ');
|
||||||
@@ -42,7 +42,7 @@ include('header.php');
|
|||||||
<a href="<?=$blog_link?>" class="hover" rel="category">ChiefSoft</a>
|
<a href="<?=$blog_link?>" class="hover" rel="category">ChiefSoft</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- /.post-category -->
|
<!-- /.post-category -->
|
||||||
<h2 class="post-title mt-1 mb-0"><a class="link-dark" href="./blog-post.html"><?=$title?></a></h2>
|
<h2 class="post-title mt-1 mb-0"><a class="link-dark" href="#"><?=$title?></a></h2>
|
||||||
</div>
|
</div>
|
||||||
<!-- /.post-header -->
|
<!-- /.post-header -->
|
||||||
<div class="post-content">
|
<div class="post-content">
|
||||||
@@ -112,8 +112,8 @@ if($tt> 1){
|
|||||||
<nav class="nav social">
|
<nav class="nav social">
|
||||||
<a href="<?=SITE_TWITTER?>"><i class="uil uil-twitter"></i></a>
|
<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="<?=SITE_FACEBOOK?>"><i class="uil uil-facebook-f"></i></a>
|
||||||
<a href="#"><i class="uil uil-dribbble"></i></a>
|
<a href="<?=SITE_DRIBBLE?>"><i class="uil uil-dribbble"></i></a>
|
||||||
<a href="#"><i class="uil uil-instagram"></i></a>
|
<a href="<?=SITE_INSTAGRAM?>"><i class="uil uil-instagram"></i></a>
|
||||||
<a href="#"><i class="uil uil-youtube"></i></a>
|
<a href="#"><i class="uil uil-youtube"></i></a>
|
||||||
</nav>
|
</nav>
|
||||||
<!-- /.social -->
|
<!-- /.social -->
|
||||||
|
|||||||
+2
-15
@@ -1,4 +1,3 @@
|
|||||||
<!-- /.content-wrapper -->
|
|
||||||
<footer class="bg-dark text-inverse">
|
<footer class="bg-dark text-inverse">
|
||||||
<div class="container py-13 py-md-15">
|
<div class="container py-13 py-md-15">
|
||||||
<div class="row gy-6 gy-lg-0">
|
<div class="row gy-6 gy-lg-0">
|
||||||
@@ -9,24 +8,19 @@
|
|||||||
<nav class="nav social social-white">
|
<nav class="nav social social-white">
|
||||||
<a href="<?=SITE_TWITTER?>"><i class="uil uil-twitter"></i></a>
|
<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="<?=SITE_FACEBOOK?>"><i class="uil uil-facebook-f"></i></a>
|
||||||
<a href="#"><i class="uil uil-dribbble"></i></a>
|
<a href="<?=SITE_DRIBBLE?>"><i class="uil uil-dribbble"></i></a>
|
||||||
<a href="#"><i class="uil uil-instagram"></i></a>
|
<a href="<?=SITE_INSTAGRAM?>"><i class="uil uil-instagram"></i></a>
|
||||||
<a href="#"><i class="uil uil-youtube"></i></a>
|
<a href="#"><i class="uil uil-youtube"></i></a>
|
||||||
</nav>
|
</nav>
|
||||||
<!-- /.social -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /.widget -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /column -->
|
|
||||||
<div class="col-md-4 col-lg-3">
|
<div class="col-md-4 col-lg-3">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
<h4 class="widget-title text-white mb-3">Get in Touch</h4>
|
<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>
|
<address class="pe-xl-15 pe-xxl-17"><?=SITE_ADDRL1?>,<?=SITE_ADDRL2?></address>
|
||||||
<a href="mailto:#"><?=SITE_EMAIL?></a><br /> <?=SITE_PHONE?>
|
<a href="mailto:#"><?=SITE_EMAIL?></a><br /> <?=SITE_PHONE?>
|
||||||
</div>
|
</div>
|
||||||
<!-- /.widget -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /column -->
|
|
||||||
<div class="col-md-4 col-lg-3">
|
<div class="col-md-4 col-lg-3">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
<h4 class="widget-title text-white mb-3">Learn More</h4>
|
<h4 class="widget-title text-white mb-3">Learn More</h4>
|
||||||
@@ -36,9 +30,7 @@
|
|||||||
<li><a href="/projects">Projects</a></li>
|
<li><a href="/projects">Projects</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- /.widget -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /column -->
|
|
||||||
<div class="col-md-12 col-lg-3">
|
<div class="col-md-12 col-lg-3">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
<p class="mb-5">
|
<p class="mb-5">
|
||||||
@@ -47,15 +39,10 @@
|
|||||||
<div class="newsletter-wrapper">
|
<div class="newsletter-wrapper">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /.newsletter-wrapper -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /.widget -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /column -->
|
|
||||||
</div>
|
</div>
|
||||||
<!--/.row -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /.container -->
|
|
||||||
</footer>
|
</footer>
|
||||||
<div class="progress-wrap">
|
<div class="progress-wrap">
|
||||||
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
|
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<!--begin::Head-->
|
|
||||||
<head>
|
<head>
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-54829827-7"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-54829827-7"></script>
|
||||||
@@ -25,19 +24,13 @@
|
|||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:title" content="Metronic - Bootstrap 5 HTML, VueJS, React, Angular & Laravel Admin Dashboard Theme" />
|
<meta property="og:title" content="Metronic - Bootstrap 5 HTML, VueJS, React, Angular & Laravel Admin Dashboard Theme" />
|
||||||
<meta property="og:url" content="https://www.chiefsoft.net" />
|
<meta property="og:url" content="https://www.chiefsoft.net" />
|
||||||
<meta property="og:site_name" content="KeechiefSoft Works" />
|
<meta property="og:site_name" content="ChiefSoft Works" />
|
||||||
<link rel="canonical" href="https://Chiefsoft.net" />
|
<link rel="canonical" href="https://Chiefsoft.net" />
|
||||||
<link rel="shortcut icon" href="/passets/media/logos/favicon.ico" />
|
<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" />
|
<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/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/passets/css/style.bundle.css" rel="stylesheet" type="text/css" />
|
<link href="/passets/css/style.bundle.css" rel="stylesheet" type="text/css" />
|
||||||
<!--end::Global Stylesheets Bundle-->
|
|
||||||
</head>
|
</head>
|
||||||
<!--end::Head-->
|
|
||||||
<!--begin::Body-->
|
|
||||||
<body id="kt_body" class="bg-body">
|
<body id="kt_body" class="bg-body">
|
||||||
<!--begin::Main-->
|
<!--begin::Main-->
|
||||||
<!--begin::Root-->
|
<!--begin::Root-->
|
||||||
@@ -54,7 +47,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<!--end::Logo-->
|
<!--end::Logo-->
|
||||||
<!--begin::Title-->
|
<!--begin::Title-->
|
||||||
<h1 class="text-dark fs-2x mb-3">Welcome, Guest!</h1>
|
<h1 class="text-dark fs-2x mb-3">Welcome!</h1>
|
||||||
<!--end::Title-->
|
<!--end::Title-->
|
||||||
<!--begin::Description-->
|
<!--begin::Description-->
|
||||||
<div class="fw-bold fs-4 text-gray-400 mb-10">Plan your blog post by choosing a topic creating
|
<div class="fw-bold fs-4 text-gray-400 mb-10">Plan your blog post by choosing a topic creating
|
||||||
@@ -63,6 +56,8 @@
|
|||||||
<!--begin::Illustration-->
|
<!--begin::Illustration-->
|
||||||
<img src="/passets/media/8.png" class="h-250px h-lg-350px" />
|
<img src="/passets/media/8.png" class="h-250px h-lg-350px" />
|
||||||
<!--end::Illustration-->
|
<!--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>
|
</div>
|
||||||
<!--end::Content-->
|
<!--end::Content-->
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user