This commit is contained in:
dev-chiefworks
2022-10-16 15:29:20 -04:00
parent f026c18584
commit 78d984682a
4 changed files with 14 additions and 29 deletions
+5 -2
View File
@@ -81,13 +81,16 @@ defined('EXIT__AUTO_MAX') || define('EXIT__AUTO_MAX', 125); // highest auto
define('SITE_NAME', 'ChiefSoft Works');
define('SITE_ADDRL1', '2451 Cumberland Pkwy');
define('SITE_ADDRL1', 'Cumberland Pkwy');
define('SITE_ADDRL2', 'Atlanta,GA 30339');
define('SITE_PHONE', '770 544-8029');
define('SITE_EMAIL', 'contact@chiefsoft.com');
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_OTHER_TXT','We love to hear from you. You can send a message anytime, and we will get back with you soon.<br> ');
+3 -3
View File
@@ -42,7 +42,7 @@ include('header.php');
<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>
<h2 class="post-title mt-1 mb-0"><a class="link-dark" href="#"><?=$title?></a></h2>
</div>
<!-- /.post-header -->
<div class="post-content">
@@ -112,8 +112,8 @@ if($tt> 1){
<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="<?=SITE_DRIBBLE?>"><i class="uil uil-dribbble"></i></a>
<a href="<?=SITE_INSTAGRAM?>"><i class="uil uil-instagram"></i></a>
<a href="#"><i class="uil uil-youtube"></i></a>
</nav>
<!-- /.social -->
+2 -15
View File
@@ -1,4 +1,3 @@
<!-- /.content-wrapper -->
<footer class="bg-dark text-inverse">
<div class="container py-13 py-md-15">
<div class="row gy-6 gy-lg-0">
@@ -9,24 +8,19 @@
<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="<?=SITE_DRIBBLE?>"><i class="uil uil-dribbble"></i></a>
<a href="<?=SITE_INSTAGRAM?>"><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>
@@ -36,9 +30,7 @@
<li><a href="/projects">Projects</a></li>
</ul>
</div>
<!-- /.widget -->
</div>
<!-- /column -->
<div class="col-md-12 col-lg-3">
<div class="widget">
<p class="mb-5">
@@ -47,15 +39,10 @@
<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">
+4 -9
View File
@@ -1,6 +1,5 @@
<!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>
@@ -25,19 +24,13 @@
<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" />
<meta property="og:site_name" content="ChiefSoft 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-->
@@ -54,7 +47,7 @@
</a>
<!--end::Logo-->
<!--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-->
<!--begin::Description-->
<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-->
<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>