New Coregrade

This commit is contained in:
CHIEFSOFT\ameye
2024-10-10 14:29:52 -04:00
parent ef905e9ed6
commit 612f101232
166 changed files with 12749 additions and 22 deletions
+10
View File
@@ -79,6 +79,16 @@ defined('EXIT__AUTO_MIN') || define('EXIT__AUTO_MIN', 9); // lowest automat
defined('EXIT__AUTO_MAX') || define('EXIT__AUTO_MAX', 125); // highest automatically-assigned error code
const SOCIAL_FACEBOOK = 'https://www.facebook.com/coregradeweb/';
const SOCIAL_TWITTER = 'https://twitter.com/core_grade';
const SOCIAL_INSTAGRAM = 'https://www.instagram.com/coregrade_web';
const SOCIAL_YOUTUBE = '';
const SITE_EMAIL = 'support@coregrade.com';
const SITE_PHONE = '404-858-7966';
const SITE_ADDRESS = '32 Oatgrass Dr, Grayson GA 30017';
const COREGRADE_ACCOUNT_TESTEMAIL = 11001;
const COREGRADE_ACCOUNT_PENDING = 11010;
const COREGRADE_VERIFY_PENDING_LINK = 11015;
+3 -1
View File
@@ -38,7 +38,9 @@ $routes->get('/security', 'Home::security');
$routes->get('/terms', 'Home::terms');
$routes->get('/privacy', 'Home::privacy');
$routes->get('/contact', 'Home::contact');
$routes->get('/howitworks', 'Home::howitworks');
$routes->get('/blog-details', 'Home::blogdetails');
$routes->get('/old', 'Home::indexold');
$routes->get('/auth', 'Home::login');
$routes->get('/newuser', 'Home::newuser');
+38 -20
View File
@@ -8,12 +8,35 @@ class Home extends BaseController
{
public function index()
{
return view('home/index');
return view('web/index');
}
public function blog()
{
// $data = array();
// $data["blog_post"] =$this->getBlogItems(); // $blog_post;
return view('web/blog');
}
public function privacy()
{
return view('web/privacy');
}
public function contact()
{
return view('web/contact');
}
public function about()
{
return view('home/index');
return view('web/about');
}
public function blogdetails()
{
return view('web/blog-details');
}
public function security()
@@ -23,19 +46,14 @@ class Home extends BaseController
public function terms()
{
return view('home/index');
return view('web/terms');
}
public function privacy()
public function indexold()
{
return view('home/index');
}
public function contact()
{
return view('home/index');
}
public function login()
{
return view('home/login');
@@ -70,14 +88,14 @@ class Home extends BaseController
}
public function howitworks()
{
return view('home/howitworks');
}
public function blog()
{
$data = array();
$data["blog_post"] =$this->getBlogItems(); // $blog_post;
return view('blog/index',$data);
}
// public function blogdetails()
// {
// return view('web/blog-details');
// }
// public function blog()
// {
// $data = array();
// $data["blog_post"] =$this->getBlogItems(); // $blog_post;
// return view('blog/index',$data);
// }
}
+385
View File
@@ -0,0 +1,385 @@
<?= $this->extend('web/layouts/master') ?>
<?= $this->section('content') ?>
<!-- Page Header Start !-->
<div class="page-breadcrumb-area" style="background-image: url('images/section-bg/page-header.png')">
<div class="page-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="te-breadcrumb-wrapper">
<div class="te-page-heading">
<h3 class="te-page-title">About Us</h3>
</div>
<div class="te-breadcrumb-list">
<ul>
<li><a href="/">Home</a></li>
<li class="active"><a href="#">About</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Page Header End !-->
<!-- About Us Area Start !-->
<div class="about-us-area style-1">
<div class="container">
<div class="row gy-4">
<div class="col-lg-6">
<div class="te-about-image-card">
<div class="te-main-img-wrapper">
<div class="te-main-img-inner">
<img class="tilt-animate" src="/asset/images/about/about-card-3.jpg" alt="image" />
<div class="image-two">
<img class="tilt-animate" src="/asset/images/about/about-card-4.jpg" alt="image" />
</div>
<div class="te-img-card-shape">
<img class="tilt-animate" src="/asset/images/about/about-shape.png" alt="Shape" />
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 align-self-center">
<div class="te-about-info-card">
<div class="te-about-info-content">
<div class="te-section-title">
<div class="te-section-content">
<div>
<span class="short-title only-divider">Features</span>
</div>
<h2 class="title">AI solutions <span>tailored</span> <br/> for startups</h2>
<div class="te-section-desc">
<p>It is a long established fact that a reader will be distracted by the readable contedable content of a page whennt of a page when looking at its layout. The point of using Lorem Ipsum</p>
</div>
</div>
</div>
<div class="te-list-item-wrapper">
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-angles-right"></i>
</span>
<span class="text">Startup with AI intelligence Making</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-angles-right"></i>
</span>
<span class="text">Power of AI for your startup</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-angles-right"></i>
</span>
<span class="text">AI solutions designed for startups</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Us Area End !-->
<!-- Abour Area Start !-->
<div class="about-feature-area">
<div class="circle-drop-shadow"></div>
<div class="container">
<div class="row gy-4 align-items-center">
<div class="col-lg-6 order-2 order-lg-1 wow animate__animated animate__slideInLeft animate__slow">
<div class="about-us-card">
<div class="te-section-title">
<div class="te-section-content">
<div class="short-title-wrapper">
<span class="short-title">About Us</span>
</div>
<h2 class="title">Technology It's not just the about the gadgets it's </h2>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at</p>
</div>
</div>
<div class="te-list-item-wrapper">
<div class="te-list-item">
<div class="icon">
<img src="/asset/images/icon/list-icon/icon-1.png" alt="icon">
</div>
<span class="text">OUR HISTORY</span>
</div>
<div class="te-list-item">
<div class="icon">
<img src="/asset/images/icon/list-icon/icon-2.png" alt="icon">
</div>
<span class="text">OUR VISION</span>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-xl-5 offset-xl-1 order-1 order-lg-2 wow animate__animated animate__zoomIn animate__slow">
<div class="image-card">
<img class="tilt-animate" src="/asset/images/about/about-card-1.jpg" alt="image">
</div>
</div>
</div>
<div class="row gy-4 align-items-center mt-30">
<div class="col-lg-6 col-xl-5 wow animate__animated animate__zoomIn animate__slow">
<div class="image-card">
<img class="tilt-animate" src="/asset/images/about/about-card-2.jpg" alt="image">
</div>
</div>
<div class="col-lg-6 col-xl-6 offset-xl-1 wow animate__animated animate__slideInRight animate__slower">
<div class="about-us-card">
<div class="te-section-title">
<div class="te-section-content">
<div class="short-title-wrapper">
<span class="short-title">Features</span>
</div>
<h2 class="title">The Future Starts with AI</h2>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at It is a long</p>
</div>
</div>
<div class="te-list-item-wrapper">
<div class="te-list-item">
<div class="icon">
<img src="/asset/images/icon/list-icon/icon-1.png" alt="icon">
</div>
<span class="text">OUR HISTORY</span>
</div>
<div class="te-list-item">
<div class="icon">
<img src="/asset/images/icon/list-icon/icon-2.png" alt="icon">
</div>
<span class="text">OUR VISION</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Abour Area End !-->
<!-- Work Progress Area Start -->
<div class="work-prgress-area style-1">
<div class="container">
<div class="row">
<div class="col-12 wow animate__animated animate__slideInDown animate__slow">
<div class="te-section-title justify-content-center text-center">
<div class="te-section-content">
<div>
<span class="short-title">Work process</span>
</div>
<h2 class="title">Transforming <br/> businesses with AI</h2>
</div>
</div>
</div>
</div>
<div class="row gy-5">
<!-- Single Service Start !-->
<div class="col-lg-4 col-md-6 te-process-two-step-wrapper wow animate__animated animate__fadeInTopLeft animate__slow">
<div class="te-process-step style-2">
<div class="te-content-wrapper">
<div class="te-title-wrapper">
<div class="icon-wrapper">
<div class="icon">
<img src="/asset/images/icon/work-progress/icon-1.png" alt="Icon">
</div>
</div>
<h3 class="title">Plan</h3>
<div class="shape-image">
<img class="shape-1" src="/asset/images/icon/work-progress/shape.png" alt="shape">
<img class="shape-2" src="/asset/images/icon/work-progress/shape-two.png" alt="shape">
</div>
</div>
<div class="content">
<p class="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore go</p>
</div>
</div>
</div>
</div>
<!-- Single Service End !-->
<!-- Single Service Start !-->
<div class="col-lg-4 col-md-6 te-process-two-step-wrapper wow animate__animated animate__fadeInUp animate__slow">
<div class="te-process-step style-2">
<div class="te-content-wrapper">
<div class="te-title-wrapper">
<div class="icon-wrapper">
<div class="icon">
<img src="/asset/images/icon/work-progress/icon-2.png" alt="Icon">
</div>
</div>
<h3 class="title">Polish</h3>
<div class="shape-image">
<img class="shape-1" src="/asset/images/icon/work-progress/shape.png" alt="shape">
<img class="shape-2" src="/asset/images/icon/work-progress/shape-two.png" alt="shape">
</div>
</div>
<div class="content">
<p class="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore go</p>
</div>
</div>
</div>
</div>
<!-- Single Service End !-->
<!-- Single Service Start !-->
<div class="col-lg-4 col-md-6 te-process-two-step-wrapper wow animate__animated animate__fadeInTopRight animate__slow">
<div class="te-process-step style-2">
<div class="te-content-wrapper">
<div class="te-title-wrapper">
<div class="icon-wrapper">
<div class="icon">
<img src="/asset/images/icon/work-progress/icon-3.png" alt="Icon">
</div>
</div>
<h3 class="title">Prototype</h3>
<div class="shape-image">
<img class="shape-1" src="/asset/images/icon/work-progress/shape.png" alt="shape">
<img class="shape-2" src="/asset/images/icon/work-progress/shape-two.png" alt="shape">
</div>
</div>
<div class="content">
<p class="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore go</p>
</div>
</div>
</div>
</div>
<!-- Single Service End !-->
</div>
</div>
</div>
<!-- Work Progress Area End -->
<!-- Newsletter Section Start-->
<div class="subscribe-area style-1 wow animate__animated animate__flipInX animate__slow">
<div class="circle-drop-shadow"></div>
<div class="circle-drop-shadow two"></div>
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-8 offset-xl-3 offset-lg-2">
<div class="te-section-title justify-content-center text-center">
<div class="te-section-content">
<div class="short-title-wrapper">
<span class="short-title">Newsletter</span>
</div>
<h2 class="title">Technology Making the <br/> world a smaller</h2>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem </p>
</div>
</div>
<div class="te-subscribe-form-widget">
<form>
<div class="mc4wp-form-fields">
<div class="single-field">
<input type="email" placeholder="Enter Your Email" />
</div>
<button class="submit-btn" type="submit">Subscribe Now <i class="fa fa-solid fa-arrow-right"></i></button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Newsletter Section End-->
<!-- Price Area Start -->
<div class="price-area style-1">
<div class="container">
<div class="row">
<div class="col-12 wow animate__animated animate__slideInDown animate__slow">
<div class="te-section-title justify-content-center text-center">
<div class="te-section-content">
<div>
<span class="short-title">Pricing action</span>
</div>
<h2 class="title">Technology that inspires us <br/> Technology for all</h2>
</div>
</div>
</div>
</div>
<div class="row gy-4">
<div class="col-md-6 col-lg-4 price-card-wrapper wow animate__animated animate__fadeInUp animate__fast">
<div class="price-card style-1">
<div class="circle-drop-shadow"></div>
<div class="price">
<h3 class="price-heading">
<span class="currency">$</span>19
</h3>
<p class="price-desc">/mo</p>
</div>
<div class="card-title">
<h3 class="title">Stater</h3>
<p class="sub-title">Lorem Ipsum is simply dummy text of the printing.</p>
</div>
<a href="#" class="price-label">Get Started <i class="fa-solid fa-arrow-right"></i></a>
<div class="list-wrapper">
<div class="list">
<ul>
<li><i class="fa-light fa-check"></i> Mistakes To Avoid</li>
<li><i class="fa-light fa-check"></i> Miss his To Avoid</li>
<li><i class="fa-light fa-check"></i> Your Startup</li>
<li><i class="fa-light fa-check"></i> Knew About Fonts</li>
<li><i class="fa-thin fa-xmark"></i> Winning Metric for Your Startup</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 price-card-wrapper wow animate__animated animate__fadeInUp animate__slow">
<div class="price-card style-1 active">
<div class="circle-drop-shadow"></div>
<div class="price">
<h3 class="price-heading">
<span class="currency">$</span>28
</h3>
<p class="price-desc">/mo</p>
</div>
<div class="card-title">
<h3 class="title">Professional <span>popular</span></h3>
<p class="sub-title">Lorem Ipsum is simply dummy text of the printing.</p>
</div>
<a href="#" class="price-label">Get Started <i class="fa-solid fa-arrow-right"></i></a>
<div class="list-wrapper">
<div class="list">
<ul>
<li><i class="fa-light fa-check"></i> Mistakes To Avoid</li>
<li><i class="fa-light fa-check"></i> Miss his To Avoid</li>
<li><i class="fa-light fa-check"></i> Your Startup</li>
<li><i class="fa-light fa-check"></i> Knew About Fonts</li>
<li><i class="fa-thin fa-xmark"></i> Winning Metric for Your Startup</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 price-card-wrapper wow animate__animated animate__fadeInUp animate__slower">
<div class="price-card style-1">
<div class="circle-drop-shadow"></div>
<div class="price">
<h3 class="price-heading">
<span class="currency">$</span>85
</h3>
<p class="price-desc">/mo</p>
</div>
<div class="card-title">
<h3 class="title">Enterprise</h3>
<p class="sub-title">Lorem Ipsum is simply dummy text of the printing.</p>
</div>
<a href="#" class="price-label">Get Started <i class="fa-solid fa-arrow-right"></i></a>
<div class="list-wrapper">
<div class="list">
<ul>
<li><i class="fa-light fa-check"></i> Mistakes To Avoid</li>
<li><i class="fa-light fa-check"></i> Miss his To Avoid</li>
<li><i class="fa-light fa-check"></i> Your Startup</li>
<li><i class="fa-light fa-check"></i> Knew About Fonts</li>
<li><i class="fa-thin fa-check"></i> Winning Metric for Your Startup</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Price Area End -->
<?= $this->endSection() ?>
+145
View File
@@ -0,0 +1,145 @@
<?= $this->extend('web/layouts/master') ?>
<?= $this->section('content') ?>
<!-- Page Header Start !-->
<div class="page-breadcrumb-area page-bg" style="background-image: url('images/section-bg/page-header.png')">
<div class="page-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="te-breadcrumb-wrapper">
<div class="te-page-heading">
<h3 class="te-page-title">Project Details</h3>
</div>
<div class="te-breadcrumb-list">
<ul>
<li><a href="/">Home</a></li>
<li class="active"><a href="#">Project</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Page Header End !-->
<!-- Project Details Page Start !-->
<div class="project-details-page">
<div class="container">
<div class="row gy-5">
<!-- Project Details Content Start -->
<div class="col-12">
<div class="project-details">
<div class="content">
<div class="text">
<h2 class="title">Ethical considerations for AI-powered</h2>
</div>
</div>
<div class="image">
<img src="images/project/project-details.jpg" alt="Image"/>
</div>
</div>
</div>
<div class="col-lg-8">
<div class="te-project-details-wrapper">
<div class="project-details-overview">
<div class="content">
<p>Aliquam eros justo, posuere loborti vive rra laoreet matti ullamc orper posu ere viverra .Aliquam eros justo, posuere lobortis non, vive rra laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, posuere loborti viverra laoreet mat ullamcorper posue Aliquam eros justo, posuere lobortis non laoreet augue matt fermentum laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros</p>
<p></p>
<p>justo, posuere loborti viverra laoreet mat laoreet augue mattis fermentum ullamcorper viverralaoreet Aliquam eros justo, Aliquam eros justo, posuere loborti vive rra laoreet matti ullamc orper posu ere viverra .Aliquam eros justo, posuere lobortis non, vive rra laoreaugue mattis fermentum ullamcorper viverra laoreet Aliquam eros jus</p>
<p></p>
<p></p>
<br/>
<h3 class="mb-20">CXhalleng with ai</h3>
<p>eet augue mattis fermentum ullamcorper viverralaoreet Aliquam eros justo, Aliquam eros justo, posuere loborti vive rra laoreet matti ullamc orper posu ere viverra .Aliquam eros justo, posuere lobortis non, vive rra laoreaugue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, posuere loborti viverra laoreet mat ullamcorper posue Aliquam eros justo, posuere lobortis non laoreet augue mattis fermentum laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, posuere loborti viverra laoreet mat</p>
<p>Skills in AI, data science, business development, and a deep understanding of the target industry are valuable Regulations vary by country, but many governments are working on AI ethics and governance frameworks.</p>
<p></p>
<p>Aliquam eros justo, posuere loborti vive rra laoreet matti ullamc orper posu ere viverra .Aliquam eros justo, posuere lobortis non, vive rra laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, posuere loborti viverra laoreet mat ullamcorper posue Aliquam eros justo, posuere lobortis non laoreet augue matt fermentum laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, </p>
</div>
<div class="row mt-40">
<h3 class="mb-30">Project Challenge</h3>
<div class="col-lg-6">
<div class="te-list-item-wrapper">
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">Aliquam eros justo, posuere loborti vive rra laoreet</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">laoreet matti ullameros justo,c orper posu ere vi</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">Aliquam eros justo, posuere leros justo,oborti </span>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="te-list-item-wrapper">
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">Aliquam eros justo, posuere loborti vive rra laoreet</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">laoreet matti ullameros justo,c orper posu ere vi</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">Aliquam eros justo, posuere leros justo,oborti </span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="project-info-wrapper">
<div class="project-info">
<div class="te-single-meta">
<span class="meta-title">Client</span>
<span class="meta-text">Sandi leo rakiul</span>
</div>
<div class="te-single-meta">
<span class="meta-title">150000 USD</span>
<span class="meta-text">Data Mind Solutions</span>
</div>
<div class="te-single-meta">
<span class="meta-title">Customer</span>
<span class="meta-text">Hs robin</span>
</div>
<div class="te-single-meta">
<span class="meta-title">Category</span>
<span class="meta-text">Planing, AI Boost Pro</span>
</div>
<div class="te-single-meta">
<span class="meta-title">Date</span>
<span class="meta-text">Nov 19, 2022</span>
</div>
</div>
</div>
</div>
<!-- Project Details Content End -->
</div>
</div>
</div>
<!-- Project Details Page End !-->
<?= $this->endSection() ?>
+331
View File
@@ -0,0 +1,331 @@
<?= $this->extend('web/layouts/master') ?>
<?= $this->section('content') ?>
<!-- Page Header Start !-->
<div class="page-breadcrumb-area page-bg" style="background-image: url('images/section-bg/page-header.png')">
<div class="page-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="te-breadcrumb-wrapper">
<div class="te-page-heading">
<h3 class="te-page-title">Blog</h3>
</div>
<div class="te-breadcrumb-list">
<ul>
<li><a href="/">Home</a></li>
<li class="active"><a href="#">Blog</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Page Header End !-->
<!-- Blog Start !-->
<div class="blog-area">
<div class="container">
<div class="row">
<div class="col-lg-8 te-blog-post">
<!-- Single Blog Start -->
<article class="te-post-item format-image">
<div class="te-post-thumbnail">
<a href="/blog-details">
<img src="/asset/images/blog/b1.jpg" alt="Blog Image"/>
</a>
</div>
<div class="te-post-content-wrapper">
<div class="te-post-meta">
<span><i class="fa-light fa-folder-open"></i>Creativity</span>
<span><i class="fa-regular fa-clock"></i>28th February 2022</span>
<span><a href="#"><i class="fa-regular fa-comments"></i> 04 Comments</a></span>
</div>
<h3 class="te-post-title">
<a href="/blog-details">5 Tips for machine learning, and how does it relate to AI startups</a>
</h3>
<div class="te-post-content">
<p>Aliquam eros justo, posuere loborti viverra lao ullamcorper posuere viverra .Aliquam eros justo, posuere lobortis non, viverra laoreet augue mattis start fermentum ullamcor viverra </p>
</div>
<div class="te-read-more">
<a href="/blog-details" class="te-theme-btn">Continue reading</a>
<div class="te-social-share">
<span class="te-social-share-title">share</span>
<a class="facebook" href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a class="twitter" href="#"><i class="fa-brands fa-twitter"></i></a>
<a class="linkedin" href="#"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>
</article>
<!-- Single Blog End -->
<!-- Single Blog Start -->
<article class="te-post-item format-video">
<div class="post-video">
<img src="/asset/images/blog/b2.jpg" alt="Blog Image"/>
<div class="popup-video-wrapper">
<div class="video-btn">
<a
href="https://www.youtube.com/watch?v=7e90gBu4pas"
class="mfp-iframe video-play"
>
<i class="fa-solid fa-play" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="te-post-content-wrapper">
<div class="te-post-meta">
<span><i class="fa-light fa-folder-open"></i>Creativity</span>
<span><i class="fa-regular fa-clock"></i>28th February 2022</span>
<span><a href="#"><i class="fa-regular fa-comments"></i> 04 Comments</a></span>
</div>
<h3 class="te-post-title">
<a href="/blog-details">What are some popular AI-powered startup success stories</a>
</h3>
<div class="te-post-content">
<p>Aliquam eros justo, posuere loborti viverra lao ullamcorper posuere viverra .Aliquam eros justo, posuere lobortis non, viverra laoreet augue mattis start fermentum ullamcor viverra </p>
</div>
<div class="te-read-more">
<a href="/blog-details" class="te-theme-btn">Continue reading</a>
<div class="te-social-share">
<span class="te-social-share-title">share</span>
<a class="facebook" href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a class="twitter" href="#"><i class="fa-brands fa-twitter"></i></a>
<a class="linkedin" href="#"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>
</article>
<!-- Single Blog End -->
<!-- Single Blog Start -->
<article class="te-post-item format-gallery">
<div class="post-gallery">
<img src="/asset/images/blog/b3.jpg" alt="Blog Image"/>
<img src="/asset/images/blog/b3.jpg" alt="Blog Image"/>
<img src="/asset/images/blog/b3.jpg" alt="Blog Image"/>
<img src="/asset/images/blog/b3.jpg" alt="Blog Image"/>
<img src="/asset/images/blog/b3.jpg" alt="Blog Image"/>
<img src="/asset/images/blog/b3.jpg" alt="Blog Image"/>
</div>
<div class="te-post-content-wrapper">
<div class="te-post-meta">
<span><i class="fa-light fa-folder-open"></i>Creativity</span>
<span><i class="fa-regular fa-clock"></i>28th February 2022</span>
<span><a href="#"><i class="fa-regular fa-comments"></i> 04 Comments</a></span>
</div>
<h3 class="te-post-title">
<a href="/blog-details">AI technology expensive for startups to implement</a>
</h3>
<div class="te-post-content">
<p>Aliquam eros justo, posuere loborti viverra lao ullamcorper posuere viverra .Aliquam eros justo, posuere lobortis non, viverra laoreet augue mattis start fermentum ullamcor viverra </p>
</div>
<div class="te-read-more">
<a href="/blog-details" class="te-theme-btn">Continue reading</a>
<div class="te-social-share">
<span class="te-social-share-title">share</span>
<a class="facebook" href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a class="twitter" href="#"><i class="fa-brands fa-twitter"></i></a>
<a class="linkedin" href="#"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>
</article>
<!-- Single Blog End -->
<!-- Single Blog Start -->
<article class="te-post-item format-audio">
<div class="post-audio embed-responsive">
<iframe
src="https://w.soundcloud.com/player/?visual=true&amp;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F666328004&amp;show_artwork=true&amp;maxheight=960&amp;maxwidth=640"
data-dashlane-frameid="695"
></iframe>
</div>
<div class="te-post-content-wrapper">
<div class="te-post-meta">
<span><i class="fa-light fa-folder-open"></i>Creativity</span>
<span><i class="fa-regular fa-clock"></i>28th February 2022</span>
<span><a href="#"><i class="fa-regular fa-comments"></i> 04 Comments</a></span>
</div>
<h3 class="te-post-title">
<a href="/blog-details">5 Tips for machine learning, and how does it relate to AI startups</a>
</h3>
<div class="te-post-content">
<p>Aliquam eros justo, posuere loborti viverra lao ullamcorper posuere viverra .Aliquam eros justo, posuere lobortis non, viverra laoreet augue mattis start fermentum ullamcor viverra </p>
</div>
<div class="te-read-more">
<a href="/blog-details" class="te-theme-btn">Continue reading</a>
<div class="te-social-share">
<span class="te-social-share-title">share</span>
<a class="facebook" href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a class="twitter" href="#"><i class="fa-brands fa-twitter"></i></a>
<a class="linkedin" href="#"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>
</article>
<!-- Single Blog End -->
<!-- Single Blog Start -->
<article class="te-post-item format-image">
<div class="te-post-thumbnail">
<a href="/blog-details">
<img src="/asset/images/blog/b3.jpg" alt="Blog Image"/>
</a>
</div>
<div class="te-post-content-wrapper">
<div class="te-post-meta">
<span><i class="fa-light fa-folder-open"></i>Creativity</span>
<span><i class="fa-regular fa-clock"></i>28th February 2022</span>
<span><a href="#"><i class="fa-regular fa-comments"></i> 04 Comments</a></span>
</div>
<h3 class="te-post-title">
<a href="/blog-details">5 Tips for machine learning, and how does it relate to AI startups</a>
</h3>
<div class="te-post-content">
<p>Aliquam eros justo, posuere loborti viverra lao ullamcorper posuere viverra .Aliquam eros justo, posuere lobortis non, viverra laoreet augue mattis start fermentum ullamcor viverra </p>
</div>
<div class="te-read-more">
<a href="/blog-details" class="te-theme-btn">Continue reading</a>
<div class="te-social-share">
<span class="te-social-share-title">share</span>
<a class="facebook" href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a class="twitter" href="#"><i class="fa-brands fa-twitter"></i></a>
<a class="linkedin" href="#"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>
</article>
<!-- Single Blog End -->
<div class="te-basic-pagination">
<ul>
<li><span aria-current="page" class="page-numbers current">1</span></li>
<li><a class="page-numbers" href="#">2</a></li>
<li><a class="page-numbers" href="#">3</a></li>
<li><span class="page-numbers dots">…</span></li>
<li><a class="page-numbers" href="#">5</a></li>
<li><a class="next page-numbers" href="#"><i class="fa fa-arrow-right"></i></a></li>
</ul>
</div>
</div>
<!-- Blog Post List End -->
<!-- Blog Sidebar Start -->
<div class="col-lg-4 order-1 order-lg-2">
<div class="sidebar">
<div class="widget te_widget_search">
<div class="te-widget-title">
<h4 class="wp-block-heading">Search</h4>
</div>
<form class="search-form" action="#" method="get">
<input type="text" placeholder="Type and Search"/>
<button type="submit"><i class="fas fa-search"></i></button>
</form>
</div>
<div class="widget te_widget_latest_post">
<div class="te-widget-title">
<h4 class="wp-block-heading">Recent Posts</h4>
</div>
<ul>
<li>
<div class="te-latest-post-thumb">
<img src="/asset/images/blog/rp-1.jpg" alt=""/>
</div>
<div class="te-latest-post-desc">
<h3 class="te-latest-post-title">
<a href="/blog-details">startups measure the ROI of their AI investments</a>
</h3>
<span class="te-latest-post-meta"><i class="fa-light fa-folder-open"></i>Web Design</span>
</div>
</li>
<li>
<div class="te-latest-post-thumb">
<img src="/asset/images/blog/rp-2.jpg" alt=""/>
</div>
<div class="te-latest-post-desc">
<h3 class="te-latest-post-title">
<a href="/blog-details">AI-powered startups ensure the security</a>
</h3>
<span class="te-latest-post-meta"><i class="fa-light fa-folder-open"></i>Web Design</span>
</div>
</li>
<li>
<div class="te-latest-post-thumb">
<img src="/asset/images/blog/rp-3.jpg" alt=""/>
</div>
<div class="te-latest-post-desc">
<h3 class="te-latest-post-title">
<a href="/blog-details">AI-powered tools that helps startups </a>
</h3>
<span class="te-latest-post-meta"><i class="fa-light fa-folder-open"></i>Web Design</span>
</div>
</li>
</ul>
</div>
<div class="widget te_widget_categories">
<div class="te-widget-title">
<h4 class="wp-block-heading">Categories</h4>
</div>
<ul>
<li><a href="#">AI-powered startup</a>(12)</li>
<li><a href="#">AI and automation</a>(24)</li>
<li><a href="#">AI-powered tools</a>(32)</li>
<li><a href="#">Regular start</a>(56)</li>
</ul>
</div>
<div class="widget te_widget_tag_cloud">
<div class="te-widget-title">
<h4 class="wp-block-heading">Tags</h4>
</div>
<div class="tagcloud">
<a href="#">All Project</a>
<a href="#">Startup</a>
<a href="#">Regular</a>
<a href="#">startups security </a>
<a href="#">Automation</a>
</div>
</div>
<div class="widget te_widget_instagram_feed">
<div class="te-widget-title">
<h4 class="wp-block-heading">Gallery</h4>
</div>
<div class="widget-instagram-feed">
<div class="single-instagram-feed">
<img src="/asset/images/instagram/instagram-1.jpg" alt="instagram photo">
</div>
<div class="single-instagram-feed">
<img src="/asset/images/instagram/instagram-2.jpg" alt="instagram photo">
</div>
<div class="single-instagram-feed">
<img src="/asset/images/instagram/instagram-3.jpg" alt="instagram photo">
</div>
<div class="single-instagram-feed">
<img src="/asset/images/instagram/instagram-4.jpg" alt="instagram photo">
</div>
<div class="single-instagram-feed">
<img src="/asset/images/instagram/instagram-5.jpg" alt="instagram photo">
</div>
<div class="single-instagram-feed">
<img src="/asset/images/instagram/instagram-6.jpg" alt="instagram photo">
</div>
</div>
</div>
<div class="widget te_widget_social_profile">
<div class="te-widget-title">
<h4 class="wp-block-heading">Social</h4>
</div>
<div class="te-social-profile">
<a class="facebook" href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a class="twitter" href="#"><i class="fa-brands fa-twitter"></i></a>
<a class="linkedin" href="#"><i class="fa-brands fa-linkedin-in"></i></a>
<a class="instagram" href="#"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
<!-- Blog Sidebar Start -->
</div>
</div>
</div>
<!-- Blog End !-->
<?= $this->endSection() ?>
+128
View File
@@ -0,0 +1,128 @@
<?= $this->extend('web/layouts/master') ?>
<?= $this->section('content') ?>
<!-- Page Header Start !-->
<div class="page-breadcrumb-area page-bg" style="background-image: url('images/section-bg/page-header.png')">
<div class="page-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="te-breadcrumb-wrapper">
<div class="te-page-heading">
<h3 class="te-page-title">Contact</h3>
</div>
<div class="te-breadcrumb-list">
<ul>
<li><a href="/">Home</a></li>
<li class="active"><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Page Header End !-->
<!-- Contact Form Section Start -->
<div class="contact-form-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- Contact Info Section Start !-->
<div class="te-contact-info-wrapper">
<div class="te-contact-info">
<div class="single-contact-info">
<div class="contact-info-inner">
<div class="title-wrapper">
<h3 class="title">Address</h3>
</div>
<div class="content-wrapper">
<p><?=SITE_ADDRESS?></p>
</div>
</div>
<div class="contact-info-inner">
<div class="title-wrapper">
<h3 class="title">Email Address</h3>
</div>
<div class="content-wrapper">
<p><?=SITE_EMAIL?></p>
</div>
</div>
</div>
<div class="single-contact-info">
<div class="contact-info-inner">
<div class="title-wrapper">
<h3 class="title">Phone number</h3>
</div>
<div class="content-wrapper">
<p><?=SITE_PHONE?></p>
</div>
</div>
<div class="contact-info-inner">
<div class="title-wrapper">
<h3 class="title">Social media</h3>
</div>
<div class="content-wrapper">
<div class="social-link">
<a href="<?=SOCIAL_FACEBOOK?>"><i class="fa-brands fa-facebook-f"></i></a>
<a href="<?=SOCIAL_TWITTER?>"><i class="fa-brands fa-twitter"></i></a>
<a href="<?=SOCIAL_INSTAGRAM?>"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="<?=SOCIAL_YOUTUBE?>"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Info Section End -->
</div>
<div class="col-lg-12">
<!-- Comment Form Start -->
<div class="te-comment-respond mt-0">
<h2 class="title">Get in touch with us</h2>
<form action="#" method="post" class="te-comment-form">
<div class="row gx-4">
<div class="col-xl-12">
<div class="te-contacts-name">
<input name="name" type="text" placeholder="Your Name">
</div>
</div>
<div class="col-xl-6">
<div class="te-contacts-email">
<input name="email" type="text" placeholder="Your Email*">
</div>
</div>
<div class="col-xl-6">
<div class="te-contacts-name">
<input name="phone" type="text" placeholder="Your Phone">
</div>
</div>
<div class="col-xl-12">
<div class="te-contacts-message">
<textarea name="comment" cols="20" rows="3" placeholder="Write your Message here"></textarea>
</div>
</div>
<div class="col-12 text-center">
<button class="te-theme-btn blue-btn rounded-1" type="submit">Send a messege</button>
</div>
</div>
</form>
</div>
<!-- Comment Form End -->
</div>
</div>
</div>
</div>
<!-- Contact Form Section End -->
<!-- Map start -->
<div class="contact-map-area">
<div class="te-map-widget">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d423284.04409246973!2d-118.74137159485794!3d34.020608470699536!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80c2c75ddc27da13%3A0xe22fdf6f254608f4!2sLos%20Angeles%2C%20CA%2C%20USA!5e0!3m2!1sen!2sbd!4v1692992084415!5m2!1sen!2sbd" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<!-- Map end -->
<?= $this->endSection() ?>
+429
View File
@@ -0,0 +1,429 @@
<?= $this->extend('web/layouts/master') ?>
<?= $this->section('content') ?>
<!-- Banner Area Start !-->
<div class="banner-area style-2">
<div class="circle-drop-shadow"></div>
<div class="container">
<div class="row gy-4">
<div class="col-12">
<div class="te-section-title justify-content-center text-center">
<div class="te-section-content">
<h1 class="title">Learn Faster with <span>AI</span></h1>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="banner-info-card style-2">
<div class="content-wrapper">
<h3 class="title"><span>Startup</span><br/> Technology</h3>
<div class="content">
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using</p>
</div>
</div>
<div class="image">
<img class="tilt-animate" src="/asset/images/banner/banner-1.jpg" alt="image" />
</div>
</div>
</div>
<div class="col-lg-4">
<div class="banner-image">
<img class="tilt-animate" src="/asset/images/banner/banner-2.jpg" alt="image" />
</div>
</div>
<div class="col-lg-4">
<div class="banner-info-card style-3">
<div class="image">
<img class="tilt-animate" src="/asset/images/banner/banner-3.jpg" alt="image" />
</div>
<div class="content-wrapper">
<div class="content">
<p>It is a long established fact that a reader will be distracted by the able content of a </p>
<div class="btn-wrapper">
<a href="#">Get Started <i class="fa fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="counter-card">
<div class="te-counter-wrapper">
<span class="counter">10</span><span>K+</span>
</div>
<h6 class="title">Satisficed <br/> Clients</h6>
</div>
</div>
</div>
</div>
</div>
<!-- Banner Area End !-->
<!-- Feature Area Start-->
<div class="feature-area style-2">
<div class="container">
<div class="row">
<div class="col-12">
<div class="te-section-title justify-content-center text-center">
<div class="te-section-content">
<div>
<span class="short-title">Latest service</span>
</div>
<h2 class="title">Revolutionize your business with <br/> <span>AI</span> technology</h2>
</div>
</div>
</div>
</div>
<div class="row gy-4">
<!-- single te-info-card start -->
<div class="col-md-6 col-lg-6 col-xl-3">
<div class="te-info-card ">
<div class="te-info-card-inner">
<div class="te-content-wrapper">
<div class="te-title-wrapper">
<div class="icon">
<img src="/asset/images/icon/latest-service/v-2/icon-1.png" alt="icon" />
</div>
<h3 class="title"><a href="#">Spark Mind AI</a></h3>
</div>
<div class="content">
<p class="desc">One important area of ecology is consevation biology, which focuses protecting </p>
</div>
</div>
</div>
</div>
</div>
<!-- single te-info-card end-->
<!-- single te-info-card start -->
<div class="col-md-6 col-lg-6 col-xl-3">
<div class="te-info-card ">
<div class="te-info-card-inner">
<div class="te-content-wrapper">
<div class="te-title-wrapper">
<div class="icon">
<img src="/asset/images/icon/latest-service/v-2/icon-2.png" alt="icon" />
</div>
<h3 class="title"><a href="#">AI Forge Labs</a></h3>
</div>
<div class="content">
<p class="desc">One important area of ecology is consevation biology, which focuses protecting </p>
</div>
</div>
</div>
</div>
</div>
<!-- single te-info-card end-->
<!-- single te-info-card start -->
<div class="col-md-6 col-lg-6 col-xl-3">
<div class="te-info-card ">
<div class="te-info-card-inner">
<div class="te-content-wrapper">
<div class="te-title-wrapper">
<div class="icon">
<img src="/asset/images/icon/latest-service/v-2/icon-3.png" alt="icon" />
</div>
<h3 class="title"><a href="#">Synergy Sense AI</a></h3>
</div>
<div class="content">
<p class="desc">One important area of ecology is consevation biology, which focuses protecting </p>
</div>
</div>
</div>
</div>
</div>
<!-- single te-info-card end-->
<!-- single te-info-card start -->
<div class="col-md-6 col-lg-6 col-xl-3">
<div class="te-info-card ">
<div class="te-info-card-inner">
<div class="te-content-wrapper">
<div class="te-title-wrapper">
<div class="icon">
<img src="/asset/images/icon/latest-service/v-2/icon-4.png" alt="icon" />
</div>
<h3 class="title"><a href="#">Think Ahead AI</a></h3>
</div>
<div class="content">
<p class="desc">One important area of ecology is consevation biology, which focuses protecting </p>
</div>
</div>
</div>
</div>
</div>
<!-- single te-info-card end-->
</div>
</div>
</div>
<!-- Feature Area End !-->
<!-- About Us Area Start !-->
<div class="about-us-area style-1">
<div class="container">
<div class="row gy-4">
<div class="col-lg-6">
<div class="te-about-image-card">
<div class="te-main-img-wrapper">
<div class="te-main-img-inner">
<img class="tilt-animate" src="/asset/images/about/about-card-3.jpg" alt="image" />
<div class="image-two">
<img class="tilt-animate" src="/asset/images/about/about-card-4.jpg" alt="image" />
</div>
<div class="te-img-card-shape">
<img class="tilt-animate" src="/asset/images/about/about-shape.png" alt="Shape" />
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 align-self-center">
<div class="te-about-info-card">
<div class="te-about-info-content">
<div class="te-section-title">
<div class="te-section-content">
<div>
<span class="short-title only-divider">Features</span>
</div>
<h2 class="title">AI solutions <span>tailored</span> <br/> for startups</h2>
<div class="te-section-desc">
<p>It is a long established fact that a reader will be distracted by the readable contedable content of a page whennt of a page when looking at its layout. The point of using Lorem Ipsum</p>
</div>
</div>
</div>
<div class="te-list-item-wrapper">
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-angles-right"></i>
</span>
<span class="text">Startup with AI intelligence Making</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-angles-right"></i>
</span>
<span class="text">Power of AI for your startup</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-angles-right"></i>
</span>
<span class="text">AI solutions designed for startups</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FAQ Area Start -->
<div class="faq-area style-2">
<div class="circle-drop-shadow"></div>
<div class="faq-img-wrapper">
<div class="faq-image">
<img class="tilt-animate" src="/asset/images/faq/image-2.jpg" alt="about card img" />
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-4">
<!-- Accordion Start -->
<div class="accordion-wrapper style-2">
<div class="te-section-title">
<div class="te-section-content">
<div>
<span class="short-title">FAQs</span>
</div>
<h2 class="title">What are types of <br/> technology</h2>
</div>
</div>
<div class="te-accordion-box-wrapper" id="faq_list_two">
<!-- Single Accordion Start -->
<div class="te-accordion-list-item">
<div id="headingOne">
<div class="te-accordion-head" role="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
<h3 class="te-accordion-title">Contrary to popular Lorem Ipsum this item is ?</h3>
</div>
</div>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#faq_list_two">
<div class="te-accordion-body">
<p>It is a long established fact that a reader will be distrol acted bioiiy desig de the rea dablea content of a page when looking at its layout this is Thoiie point of using.It is a long this established fact that a reader</p>
</div>
</div>
</div>
<!-- Single Accordion End -->
<!-- Single Accordion Start -->
<div class="te-accordion-list-item">
<div id="headingTwo">
<div class="te-accordion-head collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<h3 class="te-accordion-title">Ignite your startup print ingan through AI innovation type ?</h3>
</div>
</div>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#faq_list_two">
<div class="te-accordion-body">
<p>It is a long established fact that a reader will be distrol acted bioiiy desig de the rea dablea content of a page when looking at its layout this is Thoiie point of using.It is a long this established fact that a reader</p>
</div>
</div>
</div>
<!-- Single Accordion End -->
<!-- Single Accordion Start -->
<div class="te-accordion-list-item">
<div id="headingThree">
<div class="te-accordion-head collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
<h3 class="te-accordion-title"> The future with AI for startups print print AI capabilities ?</h3>
</div>
</div>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#faq_list_two">
<div class="te-accordion-body">
<p>It is a long established fact that a reader will be distrol acted bioiiy desig de the rea dablea content of a page when looking at its layout this is Thoiie point of using.It is a long this established fact that a reader</p>
</div>
</div>
</div>
<!-- Single Accordion End -->
<!-- Single Accordion Start -->
<div class="te-accordion-list-item">
<div id="headingFour">
<div class="te-accordion-head collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
<h3 class="te-accordion-title">Many desktop publishing packages and web page ?</h3>
</div>
</div>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#faq_list_two">
<div class="te-accordion-body">
<p>It is a long established fact that a reader will be distrol acted bioiiy desig de the rea dablea content of a page when looking at its layout this is Thoiie point of using.It is a long this established fact that a reader</p>
</div>
</div>
</div>
<!-- Single Accordion End -->
</div>
</div>
<!-- Accordion End -->
</div>
</div>
</div>
</div>
<!-- FAQ Area End -->
<!-- Latest Posts Area Start -->
<div class="latest-posts-area style-2">
<div class="circle-drop-shadow"></div>
<div class="container">
<div class="row">
<div class="col-12">
<div class="te-section-title justify-content-center text-center">
<div class="te-section-content">
<div>
<span class="short-title">LATEST BLOG</span>
</div>
<h2 class="title"><span>Innovate</span> and thrive with <br/> AI technology</h2>
</div>
</div>
</div>
</div>
<div class="row gy-5">
<div class="col-lg-4 col-md-6">
<div class="te-post-card style-1">
<div class="image">
<img src="/asset/images/latest-post/l1.jpg" alt="post"/>
<div class="te-post-date">
<span>Feb 06 2023</span>
</div>
</div>
<div class="content">
<div class="te-post-meta-info">
<div class="te-single-meta">
<span class="icon">
<i class="fa-solid fa-user"></i>
</span>
<span class="text">By admin</span>
</div>
<div class="te-single-meta">
<span class="icon">
<i class="fa-solid fa-comments"></i>
</span>
<span class="text">Comments (05)</span>
</div>
</div>
<h3 class="title">
<a href="blog-details.html">The future outlook for AI-powered your startups</a>
</h3>
<div class="te-post-content">
<p>It is a long established fact that and a reader will be distrol acted It is a long established fact that</p>
</div>
<a href="blog-details.html" class="read-btn">Learn More <i class="fa-light fa-arrow-right-long"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="te-post-card style-1">
<div class="image">
<img src="/asset/images/latest-post/l2.jpg" alt="post"/>
<div class="te-post-date">
<span>Feb 06 2023</span>
</div>
</div>
<div class="content">
<div class="te-post-meta-info">
<div class="te-single-meta">
<span class="icon">
<i class="fa-solid fa-user"></i>
</span>
<span class="text">By admin</span>
</div>
<div class="te-single-meta">
<span class="icon">
<i class="fa-solid fa-comments"></i>
</span>
<span class="text">Comments (05)</span>
</div>
</div>
<h3 class="title">
<a href="blog-details.html">Difference between your AI and automation</a>
</h3>
<div class="te-post-content">
<p>It is a long established fact that and a reader will be distrol acted It is a long established fact that</p>
</div>
<a href="blog-details.html" class="read-btn">Learn More <i class="fa-light fa-arrow-right-long"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="te-post-card style-1">
<div class="image">
<img src="/asset/images/latest-post/l3.jpg" alt="post"/>
<div class="te-post-date">
<span>Feb 06 2023</span>
</div>
</div>
<div class="content">
<div class="te-post-meta-info">
<div class="te-single-meta">
<span class="icon">
<i class="fa-solid fa-user"></i>
</span>
<span class="text">By admin</span>
</div>
<div class="te-single-meta">
<span class="icon">
<i class="fa-solid fa-comments"></i>
</span>
<span class="text">Comments (05)</span>
</div>
</div>
<h3 class="title">
<a href="blog-details.html">Ignite ethical considerations for AI-powered startups</a>
</h3>
<div class="te-post-content">
<p>It is a long established fact that and a reader will be distrol acted It is a long established fact that</p>
</div>
<a href="blog-details.html" class="read-btn">Learn More <i class="fa-light fa-arrow-right-long"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Latest Posts Area End -->
<?= $this->endSection() ?>
+287
View File
@@ -0,0 +1,287 @@
<!DOCTYPE html>
<html dir="ltr" lang="zxx">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta charset="utf-8" />
<meta
name="description"
content="CoreGrade is the world's most flexible subscription-based learning platform for everybody. Used by over anybody that wants to lean, CoreGrade provides personalized learning with smart starter templates. An interactive session, classroom settings, personal and family learning goals."/>
<meta name="author" content="">
<meta name="keywords" content="flexible learning, learning, learn to anything, math, organize learning, every age education, learning templates, teacher">
<title>CoreGrade - Flexible Learning, Customizable classrooms</title>
<link rel="icon" type="image/png" href="/asset/images/logo/favicon.png" />
<link rel="apple-touch-icon" href="/asset/images/logo/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/asset/images/logo/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/asset/images/logo/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/asset/images/logo/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/asset/images/logo/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/asset/images/logo/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/asset/images/logo/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/asset/images/logo/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/asset/images/logo/apple-touch-icon-180x180.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/asset/css/bootstrap.min.css" />
<link rel="stylesheet" href="/asset/css/fontawesome.min.css" />
<link rel="stylesheet" href="/asset/css/magnific-popup.css" />
<link rel="stylesheet" href="/asset/css/slick.css" />
<link rel="stylesheet" href="/asset/css/meanmenu.css" />
<link rel="stylesheet" href="/asset/css/nice-select.css" />
<link rel="stylesheet" href="/asset/css/animate.css" />
<link rel="stylesheet" href="/asset/css/style.css" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader Start !-->
<div id="preloader">
<div id="preloader-status">
<div class="preloader-ripple">
<div></div>
<div></div>
</div>
</div>
</div>
<!-- Preloader End !-->
<!-- Header Start !-->
<header class="header-area style-2">
<!-- Header Nav Menu Start -->
<div class="te-header-menu-area">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-6 col-6 d-flex align-items-center">
<div class="te-logo">
<a href="/" class="te-standard-logo">
<img src="/asset/images/logo/logo.png" alt="logo"/>
</a>
<a href="/" class="te-sticky-logo">
<img src="/asset/images/logo/logo.png" alt="logo" />
</a>
<a href="/" class="te-retina-logo">
<img src="/asset/images/logo/logo.png" alt="logo"/>
</a>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-6 col-6 d-flex align-items-center justify-content-end">
<div class="te-menu d-inline-block">
<nav id="main-menu" class="te-main-menu">
<ul>
<li class="active">
<a href="/">Home</a>
</li>
<li><a href="/about">About</a></li>
<li>
<a href="/blog">Blog</a>
</li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
</div>
<!-- Header Button Start !-->
<div class="te-header-btn">
<a href="https://learning.coregrade.com/login" class="te-quote-btn">Log in <i class="fa-solid fa-arrow-right"></i></a>
</div>
<!-- Header Button Start !-->
<!-- Mobile Menu Toggle Button Start !-->
<div class="te-mobile-menu-bar d-lg-none text-end">
<a href="#" class="te-mobile-menu-toggle-btn"><i class="fal fa-bars"></i></a>
</div>
<!-- Mobile Menu Toggle Button End !-->
</div>
</div>
</div>
</div>
<!-- Header Nav Menu End -->
</header>
<!-- Header End !-->
<!-- Menu sidebar Section Start -->
<div class="te-menu-sidebar-area">
<div class="te-menu-sidebar-wrapper">
<div class="te-menu-sidebar-close">
<button class="te-menu-sidebar-close-btn" id="menu_sidebar_close_btn">
<i class="fal fa-times"></i>
</button>
</div>
<div class="te-menu-sidebar-content">
<div class="te-menu-sidebar-logo">
<a href="index.html">
<img src="/asset/images/logo/logo.png" alt="logo" />
</a>
</div>
<div class="te-mobile-nav-menu"></div>
<div class="te-menu-sidebar-content">
<div class="te-menu-sidebar-single-widget">
<h5 class="te-menu-sidebar-title">Contact Info</h5>
<div class="te-header-contact-info">
<span><i class="fa-solid fa-location-dot"></i>6391 Elgin St. Celina, 10299</span>
<span><a href="mailto:info@example.com"><i class="fa-solid fa-envelope"></i>info@example.com</a> </span>
<span><a href="tel:+123-456-7890"><i class="fa-solid fa-phone"></i>+123-456-7890</a></span>
</div>
<div class="te-social-profile">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Menu sidebar Section Start -->
<div class="te-body-overlay"></div>
<?= $this->renderSection('content') ?>
<!--- Start Footer !-->
<footer class="footer style-1">
<div class="te-footer-sec">
<div class="container">
<div class="row gy-5">
<div class="col-xl-3 col-lg-6 col-md-6 te-footer-widget-wrapper">
<div class="te-footer-widget">
<div class="te-footer-widget-info">
<div class="te-footer-logo">
<a href="index.html"><img src="/asset/images/logo/logo.png" alt="Footer Logo"></a>
</div>
<p>You LEARN,PRACTICE,GROW AND PERFECT Your Knowledge.</p>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6 te-footer-widget-wrapper">
<div class="te-footer-widget te_widget_nav_menu">
<h3 class="te-footer-widget-title">Tools</h3>
<ul class="menu">
<li><a href="/tools">Printables</a></li>
<li><a href="#">Your Startup</a></li>
<li><a href="#">Knew About Fonts</a></li>
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6 te-footer-widget-wrapper">
<div class="te-footer-widget">
<h3 class="te-footer-widget-title">Contact</h3>
<div class="te-footer-widget-contact">
<div class="footer-contact">
<ul>
<li>
<div class="contact-icon">
<i class="fa-solid fa-phone"></i>
</div>
<div class="contact-text">
<a href="tel:<?=SITE_PHONE?>"><?=SITE_PHONE?></a>
</div>
</li>
<li>
<div class="contact-icon">
<i class="fa-solid fa-envelope"></i>
</div>
<div class="contact-text">
<a href="mailto:hello@netfusion.com"><span><?=SITE_EMAIL?></span></a>
</div>
</li>
<li>
<div class="contact-icon">
<i class="fa-solid fa-location-dot"></i>
</div>
<div class="contact-text">
<span><?=SITE_ADDRESS?></span>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6 te-footer-widget-wrapper">
<div class="te-footer-widget">
<div class="te-footer-widget-newsletter">
<h3 class="te-footer-widget-title">Get Free Newsletter</h3>
<div class="te-subscribe-form-widget">
<form>
<div class="mc4wp-form-fields">
<div class="single-field">
<input type="email" placeholder="Email here">
</div>
<button class="submit-btn" type="submit"><i class="fa-solid fa-paper-plane"></i></button>
</div>
</form>
</div>
<div class="te-social-profile">
<a href="<?=SOCIAL_FACEBOOK?>"><i class="fa-brands fa-facebook-f"></i></a>
<a href="<?=SOCIAL_TWITTER?>"><i class="fa-brands fa-twitter"></i></a>
<a href="<?=SOCIAL_INSTAGRAM?>"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="<?=SOCIAL_YOUTUBE?>"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="te-footer-bottom-wrapper">
<div class="te-copyright-text">
<p>&copy; <a href="#">CoreGrade</a> <?=date('Y')?> | All Rights Reserved</p>
</div>
<div class="te-footer-bottom-menu">
<ul>
<li>
<a href="/terms">Terms & Condition</a>
</li>
<li>
<a href="/privacy">Privacy Policy</a>
</li>
<li>
<a href="/contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--- End Footer !-->
<!-- Scroll Up Section Start -->
<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>
<!-- Scroll Up Section End -->
<script src="/asset/js/jquery.min.js"></script>
<script src="/asset/js/bootstrap.min.js"></script>
<script src="/asset/js/jquery.nice-select.min.js"></script>
<script src="/asset/js/slick.min.js"></script>
<script src="/asset/js/jquery.counterup.min.js"></script>
<script src="/asset/js/waypoints.js"></script>
<script src="/asset/js/jquery.meanmenu.min.js"></script>
<script src="/asset/js/jquery.magnific-popup.min.js"></script>
<script src="/asset/js/inview.min.js"></script>
<script src="/asset/js/wow.js"></script>
<script src="/asset/js/tilt.jquery.js"></script>
<script src="/asset/js/isotope.min.js"></script>
<script src="/asset/js/scrolltotop.min.js"></script>
<script src="/asset/js/plugins.js"></script>
<script src="/asset/js/custom.js"></script>
</body>
+145
View File
@@ -0,0 +1,145 @@
<?= $this->extend('web/layouts/master') ?>
<?= $this->section('content') ?>
<!-- Page Header Start !-->
<div class="page-breadcrumb-area page-bg" style="background-image: url('images/section-bg/page-header.png')">
<div class="page-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="te-breadcrumb-wrapper">
<div class="te-page-heading">
<h3 class="te-page-title">Privacy Policy</h3>
</div>
<div class="te-breadcrumb-list">
<ul>
<li><a href="/">Home</a></li>
<li class="active"><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Page Header End !-->
<!-- Project Details Page Start !-->
<div class="project-details-page">
<div class="container">
<div class="row gy-5">
<!-- Project Details Content Start -->
<div class="col-12">
<div class="project-details">
<div class="content">
<div class="text">
<h2 class="title">Privacy Policy</h2>
</div>
</div>
<!-- <div class="image">-->
<!-- <img src="/asset/images/project/project-details.jpg" alt="Image"/>-->
<!-- </div>-->
</div>
</div>
<div class="col-lg-8">
<div class="te-project-details-wrapper">
<div class="project-details-overview">
<div class="content">
<p>Aliquam eros justo, posuere loborti vive rra laoreet matti ullamc orper posu ere viverra .Aliquam eros justo, posuere lobortis non, vive rra laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, posuere loborti viverra laoreet mat ullamcorper posue Aliquam eros justo, posuere lobortis non laoreet augue matt fermentum laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros</p>
<p></p>
<p>justo, posuere loborti viverra laoreet mat laoreet augue mattis fermentum ullamcorper viverralaoreet Aliquam eros justo, Aliquam eros justo, posuere loborti vive rra laoreet matti ullamc orper posu ere viverra .Aliquam eros justo, posuere lobortis non, vive rra laoreaugue mattis fermentum ullamcorper viverra laoreet Aliquam eros jus</p>
<p></p>
<p></p>
<br/>
<h3 class="mb-20">CXhalleng with ai</h3>
<p>eet augue mattis fermentum ullamcorper viverralaoreet Aliquam eros justo, Aliquam eros justo, posuere loborti vive rra laoreet matti ullamc orper posu ere viverra .Aliquam eros justo, posuere lobortis non, vive rra laoreaugue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, posuere loborti viverra laoreet mat ullamcorper posue Aliquam eros justo, posuere lobortis non laoreet augue mattis fermentum laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, posuere loborti viverra laoreet mat</p>
<p>Skills in AI, data science, business development, and a deep understanding of the target industry are valuable Regulations vary by country, but many governments are working on AI ethics and governance frameworks.</p>
<p></p>
<p>Aliquam eros justo, posuere loborti vive rra laoreet matti ullamc orper posu ere viverra .Aliquam eros justo, posuere lobortis non, vive rra laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, posuere loborti viverra laoreet mat ullamcorper posue Aliquam eros justo, posuere lobortis non laoreet augue matt fermentum laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, </p>
</div>
<div class="row mt-40">
<h3 class="mb-30">Project Challenge</h3>
<div class="col-lg-6">
<div class="te-list-item-wrapper">
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">Aliquam eros justo, posuere loborti vive rra laoreet</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">laoreet matti ullameros justo,c orper posu ere vi</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">Aliquam eros justo, posuere leros justo,oborti </span>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="te-list-item-wrapper">
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">Aliquam eros justo, posuere loborti vive rra laoreet</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">laoreet matti ullameros justo,c orper posu ere vi</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">Aliquam eros justo, posuere leros justo,oborti </span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="project-info-wrapper">
<div class="project-info">
<div class="te-single-meta">
<span class="meta-title">Client</span>
<span class="meta-text">Sandi leo rakiul</span>
</div>
<div class="te-single-meta">
<span class="meta-title">150000 USD</span>
<span class="meta-text">Data Mind Solutions</span>
</div>
<div class="te-single-meta">
<span class="meta-title">Customer</span>
<span class="meta-text">Hs robin</span>
</div>
<div class="te-single-meta">
<span class="meta-title">Category</span>
<span class="meta-text">Planing, AI Boost Pro</span>
</div>
<div class="te-single-meta">
<span class="meta-title">Date</span>
<span class="meta-text">Nov 19, 2022</span>
</div>
</div>
</div>
</div>
<!-- Project Details Content End -->
</div>
</div>
</div>
<!-- Project Details Page End !-->
<?= $this->endSection() ?>
+146
View File
@@ -0,0 +1,146 @@
<?= $this->extend('web/layouts/master') ?>
<?= $this->section('content') ?>
<!-- Page Header Start !-->
<div class="page-breadcrumb-area page-bg" style="background-image: url('images/section-bg/page-header.png')">
<div class="page-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="te-breadcrumb-wrapper">
<div class="te-page-heading">
<h3 class="te-page-title">Terms & Condition</h3>
</div>
<div class="te-breadcrumb-list">
<ul>
<li><a href="/">Home</a></li>
<li class="active"><a href="#">Terms & Condition</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Page Header End !-->
<!-- Project Details Page Start !-->
<div class="project-details-page">
<div class="container">
<div class="row gy-5">
<!-- Project Details Content Start -->
<div class="col-12">
<div class="project-details">
<div class="content">
<div class="text">
<h2 class="title">Terms & Condition</h2>
</div>
</div>
<!-- <div class="image">-->
<!-- <img src="/asset/images/project/project-details.jpg" alt="Image"/>-->
<!-- </div>-->
</div>
</div>
<div class="col-lg-8">
<div class="te-project-details-wrapper">
<div class="project-details-overview">
<div class="content">
<p>Aliquam eros justo, posuere loborti vive rra laoreet matti ullamc orper posu ere viverra .Aliquam eros justo, posuere lobortis non, vive rra laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, posuere loborti viverra laoreet mat ullamcorper posue Aliquam eros justo, posuere lobortis non laoreet augue matt fermentum laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros</p>
<p></p>
<p>justo, posuere loborti viverra laoreet mat laoreet augue mattis fermentum ullamcorper viverralaoreet Aliquam eros justo, Aliquam eros justo, posuere loborti vive rra laoreet matti ullamc orper posu ere viverra .Aliquam eros justo, posuere lobortis non, vive rra laoreaugue mattis fermentum ullamcorper viverra laoreet Aliquam eros jus</p>
<p></p>
<p></p>
<br/>
<h3 class="mb-20">CXhalleng with ai</h3>
<p>eet augue mattis fermentum ullamcorper viverralaoreet Aliquam eros justo, Aliquam eros justo, posuere loborti vive rra laoreet matti ullamc orper posu ere viverra .Aliquam eros justo, posuere lobortis non, vive rra laoreaugue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, posuere loborti viverra laoreet mat ullamcorper posue Aliquam eros justo, posuere lobortis non laoreet augue mattis fermentum laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, posuere loborti viverra laoreet mat</p>
<p>Skills in AI, data science, business development, and a deep understanding of the target industry are valuable Regulations vary by country, but many governments are working on AI ethics and governance frameworks.</p>
<p></p>
<p>Aliquam eros justo, posuere loborti vive rra laoreet matti ullamc orper posu ere viverra .Aliquam eros justo, posuere lobortis non, vive rra laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, posuere loborti viverra laoreet mat ullamcorper posue Aliquam eros justo, posuere lobortis non laoreet augue matt fermentum laoreet augue mattis fermentum ullamcorper viverra laoreet Aliquam eros justo, </p>
</div>
<div class="row mt-40">
<h3 class="mb-30">Project Challenge</h3>
<div class="col-lg-6">
<div class="te-list-item-wrapper">
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">Aliquam eros justo, posuere loborti vive rra laoreet</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">laoreet matti ullameros justo,c orper posu ere vi</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">Aliquam eros justo, posuere leros justo,oborti </span>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="te-list-item-wrapper">
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">Aliquam eros justo, posuere loborti vive rra laoreet</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">laoreet matti ullameros justo,c orper posu ere vi</span>
</div>
<div class="te-list-item">
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
<span class="text">Aliquam eros justo, posuere leros justo,oborti </span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="project-info-wrapper">
<div class="project-info">
<div class="te-single-meta">
<span class="meta-title">Client</span>
<span class="meta-text">Sandi leo rakiul</span>
</div>
<div class="te-single-meta">
<span class="meta-title">150000 USD</span>
<span class="meta-text">Data Mind Solutions</span>
</div>
<div class="te-single-meta">
<span class="meta-title">Customer</span>
<span class="meta-text">Hs robin</span>
</div>
<div class="te-single-meta">
<span class="meta-title">Category</span>
<span class="meta-text">Planing, AI Boost Pro</span>
</div>
<div class="te-single-meta">
<span class="meta-title">Date</span>
<span class="meta-text">Nov 19, 2022</span>
</div>
</div>
</div>
</div>
<!-- Project Details Content End -->
</div>
</div>
</div>
<!-- Project Details Page End !-->
<?= $this->endSection() ?>
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8.1-apache
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
RUN apt-get clean
RUN apt-get update
+8
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+8
View File
@@ -0,0 +1,8 @@
/*! #######################################################################
MeanMenu 2.0.7
--------
To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */a.meanmenu-reveal{display:none}.mean-container .mean-bar{float:left;width:100%;position:relative;background:#070337;padding:4px 0;min-height:42px;z-index:999999}.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px 13px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700}.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-container .mean-nav{float:left;width:100%;background:#070337;margin-top:44px}.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-container .mean-nav ul li{position:relative;float:left;width:100%}.mean-container .mean-nav ul li a{display:block;float:left;width:90%;padding:10px 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #e0e3ed;text-decoration:none;text-transform:uppercase}.mean-container .mean-nav ul li li a{width:80%;padding:10px 10%;text-shadow:none !important;visibility:visible}.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}.mean-container .mean-nav ul li li li a{width:70%;padding:10px 15%}.mean-container .mean-nav ul li li li li a{width:60%;padding:10px 20%}.mean-container .mean-nav ul li li li li li a{width:50%;padding:10px 25%}.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:26px;height:32px;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:transparent;border:none !important;font-size:14px}.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}.mean-nav .wrapper{width:100%;padding:0;margin:0}.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mean-remove{display:none !important}
+1
View File
@@ -0,0 +1 @@
.nice-select{border-radius:5px;color:#778196;opacity:1;font-size:16px;font-weight:400;font-family:"Poppins",sans-serif;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;height:60px;border:1px solid #dfe2e9;line-height:60px;outline:0;padding-left:18px;padding-right:30px;position:relative;margin-bottom:12px;text-align:left !important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%}.nice-select:hover{border-color:#005bac}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#005bac}.nice-select:after{border-width:0 5.5px 7px 5.5px;border-color:transparent transparent #778196 transparent;border-style:solid;transform:rotate(180deg);content:'';display:block;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-0)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,0.11);box-sizing:border-box;margin-top:1px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;width:100%;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent !important}.nice-select .option{cursor:pointer;color:#393d48;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}
+1
View File
@@ -0,0 +1 @@
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 746 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 806 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 806 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 806 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 806 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 B

+4
View File
@@ -0,0 +1,4 @@
<svg width="20" height="9" viewBox="0 0 20 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 1L20 1" stroke="white" stroke-width="2"/>
<path d="M0 8L20 8" stroke="white" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Some files were not shown because too many files have changed in this diff Show More