product page added
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers;
|
||||
|
||||
class Products extends BaseController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return view('products');
|
||||
}
|
||||
}
|
||||
+6
-165
@@ -1,101 +1,6 @@
|
||||
<!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="ChiefSoft Works" />
|
||||
<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.ico">
|
||||
<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="/">
|
||||
<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" href="/" data-bs-toggle="dropdown">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="offcanvas-footer d-lg-none">
|
||||
<div>
|
||||
<a href="mailto:<?=SITE_EMAIL?>" class="link-inverse"><?=SITE_EMAIL?></a>
|
||||
<br /> <?=SITE_PHONE?><br />
|
||||
<nav class="nav social social-white mt-4">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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="https://chiefsoft.com/contact" 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>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<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>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<?php
|
||||
include('header.php');
|
||||
?>
|
||||
<section class="wrapper bg-gray">
|
||||
<div class="container pt-10 pb-12 pt-md-14 pb-md-16 text-center">
|
||||
<div class="row">
|
||||
@@ -263,71 +168,7 @@ if($tt> 1){
|
||||
</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="https://chiefsoft.com/about">About Us</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">
|
||||
<p class="mb-5">
|
||||
<a class="twitter-timeline" data-height="220" href="https://twitter.com/chiefsoft?ref_src=twsrc%5Etfw">Tweets by chiefsoft</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</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>
|
||||
<?php
|
||||
include('footer.php');
|
||||
?>
|
||||
@@ -0,0 +1,69 @@
|
||||
<!-- /.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="https://chiefsoft.com/about">About Us</a></li>
|
||||
<li><a href="/products">Products</a></li>
|
||||
<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">
|
||||
<a class="twitter-timeline" data-height="220" href="https://twitter.com/chiefsoft?ref_src=twsrc%5Etfw">Tweets by chiefsoft</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</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>
|
||||
@@ -0,0 +1,98 @@
|
||||
<!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="ChiefSoft Works" />
|
||||
<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.ico">
|
||||
<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="/">
|
||||
<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" href="/" data-bs-toggle="dropdown">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="offcanvas-footer d-lg-none">
|
||||
<div>
|
||||
<a href="mailto:<?=SITE_EMAIL?>" class="link-inverse"><?=SITE_EMAIL?></a>
|
||||
<br /> <?=SITE_PHONE?><br />
|
||||
<nav class="nav social social-white mt-4">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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="https://chiefsoft.com/contact" 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>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<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>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
@@ -0,0 +1,233 @@
|
||||
<?php
|
||||
include("header.php");
|
||||
?>
|
||||
<section class="wrapper bg-light">
|
||||
<div class="container pt-10 pt-md-14 text-center">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-lg-7 col-xl-6 col-xxl-5 mx-auto">
|
||||
<h1 class="display-1 mb-3">Projects</h1>
|
||||
<p class="lead fs-lg px-lg-10 px-xxl-8">Check out some of our awesome projects.</p>
|
||||
</div>
|
||||
<!-- /column -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div>
|
||||
<!-- /.container -->
|
||||
</section>
|
||||
<!-- /section -->
|
||||
<section class="wrapper bg-light">
|
||||
<div class="container pt-9 pt-md-11 pb-14 pb-md-16">
|
||||
<div class="projects-overflow mt-md-10 mb-10 mb-lg-15">
|
||||
<div class="project item">
|
||||
<div class="row">
|
||||
<figure class="col-lg-8 col-xl-7 offset-xl-1 rounded"> <img src="./assets/img/photos/cs16.jpg" alt="" /></figure>
|
||||
<div class="project-details d-flex justify-content-center flex-column" style="right: 10%; bottom: 25%;">
|
||||
<div class="card shadow rellax" data-rellax-xs-speed="0" data-rellax-mobile-speed="0">
|
||||
<div class="card-body">
|
||||
<div class="post-header">
|
||||
<div class="post-category text-line text-purple mb-3">Cosmetic</div>
|
||||
<h2 class="post-title mb-3">Cras Fermentum Sem</h2>
|
||||
</div>
|
||||
<!-- /.post-header -->
|
||||
<div class="post-content">
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
|
||||
<a href="#" class="more hover link-purple">See Project</a>
|
||||
</div>
|
||||
<!-- /.post-content -->
|
||||
</div>
|
||||
<!-- /.card-body -->
|
||||
</div>
|
||||
<!-- /.card -->
|
||||
</div>
|
||||
<!-- /.project-details -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div>
|
||||
<!-- /.project -->
|
||||
<div class="project item">
|
||||
<div class="row">
|
||||
<figure class="col-lg-7 offset-lg-5 col-xl-6 offset-xl-5 rounded"> <img src="./assets/img/photos/cs17.jpg" alt="" /></figure>
|
||||
<div class="project-details d-flex justify-content-center flex-column" style="left: 18%; bottom: 25%;">
|
||||
<div class="card shadow rellax" data-rellax-xs-speed="0" data-rellax-mobile-speed="0">
|
||||
<div class="card-body">
|
||||
<div class="post-header">
|
||||
<div class="post-category text-line text-leaf mb-3">Coffee</div>
|
||||
<h2 class="post-title mb-3">Mollis Ipsum Mattis</h2>
|
||||
</div>
|
||||
<!-- /.post-header -->
|
||||
<div class="post-content">
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Nullam id dolor id nibh ultricies vehicula.</p>
|
||||
<a href="#" class="more hover link-leaf">See Project</a>
|
||||
</div>
|
||||
<!-- /.post-content -->
|
||||
</div>
|
||||
<!-- /.card-body -->
|
||||
</div>
|
||||
<!-- /.card -->
|
||||
</div>
|
||||
<!-- /.project-details -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div>
|
||||
<!-- /.project -->
|
||||
<div class="project item">
|
||||
<div class="row">
|
||||
<figure class="col-lg-9 col-xl-7 offset-xl-2 rounded"> <img src="./assets/img/photos/cs18.jpg" alt="" /></figure>
|
||||
<div class="project-details d-flex justify-content-center flex-column" style="right: 3%; bottom: 25%;">
|
||||
<div class="card shadow rellax" data-rellax-xs-speed="0" data-rellax-mobile-speed="0">
|
||||
<div class="card-body">
|
||||
<div class="post-header">
|
||||
<div class="post-category text-line text-violet mb-3">Still Life</div>
|
||||
<h2 class="post-title mb-3">Ipsum Ultricies Cursus</h2>
|
||||
</div>
|
||||
<!-- /.post-header -->
|
||||
<div class="post-content">
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
|
||||
<a href="#" class="more hover link-violet">See Project</a>
|
||||
</div>
|
||||
<!-- /.post-content -->
|
||||
</div>
|
||||
<!-- /.card-body -->
|
||||
</div>
|
||||
<!-- /.card -->
|
||||
</div>
|
||||
<!-- /.project-details -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div>
|
||||
<!-- /.project -->
|
||||
<div class="project item">
|
||||
<div class="row">
|
||||
<figure class="col-lg-9 offset-lg-3 col-xl-7 offset-xl-4 rounded"> <img src="./assets/img/photos/cs19.jpg" alt="" /></figure>
|
||||
<div class="project-details d-flex justify-content-center flex-column" style="left: 12%; bottom: 25%;">
|
||||
<div class="card shadow rellax" data-rellax-xs-speed="0" data-rellax-mobile-speed="0">
|
||||
<div class="card-body">
|
||||
<div class="post-header">
|
||||
<div class="post-category text-line text-yellow mb-3">Product</div>
|
||||
<h2 class="post-title mb-3">Sollicitudin Ornare Porta</h2>
|
||||
</div>
|
||||
<!-- /.post-header -->
|
||||
<div class="post-content">
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
|
||||
<a href="#" class="more hover link-yellow">See Project</a>
|
||||
</div>
|
||||
<!-- /.post-content -->
|
||||
</div>
|
||||
<!-- /.card-body -->
|
||||
</div>
|
||||
<!-- /.card -->
|
||||
</div>
|
||||
<!-- /.project-details -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div>
|
||||
<!-- /.project -->
|
||||
<div class="project item">
|
||||
<div class="row">
|
||||
<figure class="col-lg-8 col-xl-6 offset-xl-1 rounded"> <img src="./assets/img/photos/cs20.jpg" alt="" /></figure>
|
||||
<div class="project-details d-flex justify-content-center flex-column" style="right: 15%; bottom: 25%;">
|
||||
<div class="card shadow rellax" data-rellax-xs-speed="0" data-rellax-mobile-speed="0">
|
||||
<div class="card-body">
|
||||
<div class="post-header">
|
||||
<div class="post-category text-line text-orange mb-3">Product</div>
|
||||
<h2 class="post-title mb-3">Inceptos Euismod Egestas</h2>
|
||||
</div>
|
||||
<!-- /.post-header -->
|
||||
<div class="post-content">
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Nullam id dolor id nibh ultricies vehicula.</p>
|
||||
<a href="#" class="more hover link-orange">See Project</a>
|
||||
</div>
|
||||
<!-- /.post-content -->
|
||||
</div>
|
||||
<!-- /.card-body -->
|
||||
</div>
|
||||
<!-- /.card -->
|
||||
</div>
|
||||
<!-- /.project-details -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div>
|
||||
<!-- /.project -->
|
||||
<div class="project item">
|
||||
<div class="row">
|
||||
<figure class="col-lg-9 offset-lg-3 col-xl-7 offset-xl-5 rounded"> <img src="./assets/img/photos/cs21.jpg" alt="" /></figure>
|
||||
<div class="project-details d-flex justify-content-center flex-column ms-lg-n150 ms-xl-0" style="left: 18%; bottom: 25%;">
|
||||
<div class="card shadow rellax" data-rellax-xs-speed="0" data-rellax-mobile-speed="0">
|
||||
<div class="card-body">
|
||||
<div class="post-header">
|
||||
<div class="post-category text-line text-green mb-3">Workshop</div>
|
||||
<h2 class="post-title mb-3">Ipsum Mollis Vulputate</h2>
|
||||
</div>
|
||||
<!-- /.post-header -->
|
||||
<div class="post-content">
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
|
||||
<a href="#" class="more hover link-green">See Project</a>
|
||||
</div>
|
||||
<!-- /.post-content -->
|
||||
</div>
|
||||
<!-- /.card-body -->
|
||||
</div>
|
||||
<!-- /.card -->
|
||||
</div>
|
||||
<!-- /.project-details -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div>
|
||||
<!-- /.project -->
|
||||
<div class="project item">
|
||||
<div class="row">
|
||||
<figure class="col-lg-8 col-xl-6 offset-xl-1 rounded"> <img src="./assets/img/photos/cs22.jpg" alt="" /></figure>
|
||||
<div class="project-details d-flex justify-content-center flex-column" style="right: 15%; bottom: 25%;">
|
||||
<div class="card shadow rellax" data-rellax-xs-speed="0" data-rellax-mobile-speed="0">
|
||||
<div class="card-body">
|
||||
<div class="post-header">
|
||||
<div class="post-category text-line text-red mb-3">Concept</div>
|
||||
<h2 class="post-title mb-3">Porta Ornare Cras</h2>
|
||||
</div>
|
||||
<!-- /.post-header -->
|
||||
<div class="post-content">
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
|
||||
<a href="#" class="more hover link-red">See Project</a>
|
||||
</div>
|
||||
<!-- /.post-content -->
|
||||
</div>
|
||||
<!-- /.card-body -->
|
||||
</div>
|
||||
<!-- /.card -->
|
||||
</div>
|
||||
<!-- /.project-details -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div>
|
||||
<!-- /.project -->
|
||||
</div>
|
||||
<!-- /.projects-overflow -->
|
||||
<nav class="d-flex justify-content-center" aria-label="pagination">
|
||||
<ul class="pagination">
|
||||
<li class="page-item disabled">
|
||||
<a class="page-link" href="#" aria-label="Previous">
|
||||
<span aria-hidden="true"><i class="uil uil-arrow-left"></i></span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="page-item active"><a class="page-link" href="#">1</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#">2</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#">3</a></li>
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="#" aria-label="Next">
|
||||
<span aria-hidden="true"><i class="uil uil-arrow-right"></i></span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- /.pagination -->
|
||||
</nav>
|
||||
<!-- /nav -->
|
||||
</div>
|
||||
<!-- /.container -->
|
||||
</section>
|
||||
<!-- /section -->
|
||||
</div>
|
||||
|
||||
|
||||
<?php
|
||||
include("footer.php");
|
||||
?>
|
||||
@@ -58,7 +58,7 @@
|
||||
<!--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>
|
||||
<br />an outline and checking facts - <a href="https://project.chiefsoft.net/">Projects Management</a></div>
|
||||
<!--begin::Description-->
|
||||
<!--begin::Illustration-->
|
||||
<img src="/passets/media/8.png" class="h-250px h-lg-350px" />
|
||||
@@ -80,7 +80,7 @@
|
||||
<!--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>
|
||||
<a href="https://chiefsoft.com/contact" class="link-primary fw-bolder">Contact us</a>.</div>
|
||||
<!--end::Link-->
|
||||
</div>
|
||||
<!--begin::Heading-->
|
||||
@@ -108,27 +108,20 @@
|
||||
<!--end::Input wrapper-->
|
||||
|
||||
</div>
|
||||
<!--end::Wrapper-->
|
||||
<!--begin::Hint-->
|
||||
<div class="text-muted">Use 8 or more characters with a mix of letters, numbers & symbols.</div>
|
||||
<!--end::Hint-->
|
||||
</div>
|
||||
<!--end::Input group=-->
|
||||
|
||||
|
||||
<!--begin::Row-->
|
||||
</div>
|
||||
<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-label">Login</span>
|
||||
<span class="indicator-progress">Please wait...
|
||||
<span class="spinner-border spinner-border-sm align-middle ms-2"></span></span>
|
||||
</button>
|
||||
</div>
|
||||
<!--end::Row-->
|
||||
</div>
|
||||
</form>
|
||||
<!--end::Form-->
|
||||
|
||||
</div>
|
||||
<!--end::Wrapper-->
|
||||
|
||||
</div>
|
||||
<!--end::Right Content-->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user