Fix link preview text, build site
This commit is contained in:
201
public/author/index.html
Normal file
201
public/author/index.html
Normal file
@ -0,0 +1,201 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Authors</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="Datacenter, Network, Web and Security Consulting">
|
||||
|
||||
<meta name="author" content="Aperture Computer Technologies">
|
||||
<meta name="generator" content="Hugo 0.81.0" />
|
||||
|
||||
<!-- plugins -->
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/plugins/bootstrap/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/plugins/themify-icons/themify-icons.css">
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/plugins/magnific-popup/magnific-popup.css">
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/plugins/slick/slick.css">
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anaheim%7cQuattrocento+Sans:400,700&display=swap">
|
||||
|
||||
|
||||
<!-- Main Stylesheet -->
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/css/style.min.css" media="screen">
|
||||
|
||||
<!-- Custom stylesheet - for your changes -->
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/css/custom.min.css" media="screen">
|
||||
|
||||
<!--Favicon-->
|
||||
<link rel="shortcut icon" href="https://www.aperturect.com/images/favicon.png" type="image/x-icon">
|
||||
<link rel="icon" href="https://www.aperturect.com/images/favicon.png" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
|
||||
<div id="content">
|
||||
|
||||
|
||||
|
||||
<section class="sticky-top navigation">
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark">
|
||||
<a class="navbar-brand p-0" href="/">
|
||||
|
||||
<img class="lozad" data-src="https://www.aperturect.com/images/logo.png" alt="ApertureCT" height="42">
|
||||
|
||||
</a>
|
||||
|
||||
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navigation">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/#about">About</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/#services">Services</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/#contact">Contact</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Start Blog Section -->
|
||||
<section id="blog" class="section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<!-- section title -->
|
||||
<div class="title text-center wow fadeInDown">
|
||||
<h2> Latest <span class="color">
|
||||
Post </span></h2>
|
||||
<div class="border-meghna"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /section title -->
|
||||
|
||||
|
||||
<article class="col-lg-4 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
|
||||
<div class="post-block">
|
||||
<div class="media-wrapper">
|
||||
<img class="img-fluid lozad" data-src="https://www.aperturect.com" onerror="this.onerror=null;this.src='https:\/\/www.aperturect.com\/images\/team\/jeremy1.jpg'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="https://www.aperturect.com/author/jeremy-berkleef/">Jeremy D. Berkleef</a></h3>
|
||||
<p>Aspiring systems engineer, Car enthusiast, Aperture Computer Tech’s founder and dog person.</p>
|
||||
<a class="btn btn-transparent" href="https://www.aperturect.com/author/jeremy-berkleef/">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
<article class="col-lg-4 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
|
||||
<div class="post-block">
|
||||
<div class="media-wrapper">
|
||||
<img class="img-fluid lozad" data-src="https://www.aperturect.com" onerror="this.onerror=null;this.src='https:\/\/www.aperturect.com'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="https://www.aperturect.com/author/shaquille-soekhlal/">Shaquille Soekhlal</a></h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. Duis auctor lacus id vehicula gravida.</p>
|
||||
<a class="btn btn-transparent" href="https://www.aperturect.com/author/shaquille-soekhlal/">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
<div class="col-12">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- /blog -->
|
||||
|
||||
|
||||
</div><!-- end Contact Area -->
|
||||
<footer id="footer" class="section-bg">
|
||||
<div class="container">
|
||||
<div class="row wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="col-xl-12">
|
||||
|
||||
<!-- Footer Social Links -->
|
||||
<div class="social-icon">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item"><a href="https://www.facebook.com/ApertureComputerTechnologies/"><i class="ti-facebook"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="#"><i class="ti-youtube"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="https://www.linkedin.com/company/aperture-ct/"><i class="ti-linkedin"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- copyright -->
|
||||
<div class="copyright text-center">
|
||||
<a href="https://www.aperturect.com/">
|
||||
<img src="https://www.aperturect.com/images/logo.png" alt="ApertureCT" height="42" />
|
||||
</a>
|
||||
<br>
|
||||
<p>Copyright © 2021 Aperture Computer Technologies, Designed by Themefisher</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- /footer -->
|
||||
|
||||
<!-- Google Map API -->
|
||||
|
||||
|
||||
<!-- JS Plugins -->
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/jquery/jquery.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/bootstrap/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/slick/slick.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/shuffle/shuffle.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/lazy-load/lozad.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/google-map/map.js"></script>
|
||||
|
||||
|
||||
<!-- Main Script -->
|
||||
|
||||
<script src="https://www.aperturect.com/js/script.min.b98b8dcfa3dc53b74ecf3cf8724a1f75b4d217da25463ff3d6a28fc4a09e965bf9818dfce85452f5fb478bce779ee8cc.js" integrity="sha384-uYuNz6PcU7dOzzz4ckofdbTSF9olRj/z1qKPxKCellv5gY386FRS9ftHi853nujM"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
29
public/author/index.xml
Normal file
29
public/author/index.xml
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Authors on ApertureCT</title>
|
||||
<link>https://www.aperturect.com/author/</link>
|
||||
<description>Recent content in Authors on ApertureCT</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>Copyright &copy; 2021 Aperture Computer Technologies, Designed by Themefisher</copyright><atom:link href="https://www.aperturect.com/author/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Jeremy D. Berkleef</title>
|
||||
<link>https://www.aperturect.com/author/jeremy-berkleef/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/author/jeremy-berkleef/</guid>
|
||||
<description>Aspiring systems engineer, Car enthusiast, Aperture Computer Tech&rsquo;s founder and dog person.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Shaquille Soekhlal</title>
|
||||
<link>https://www.aperturect.com/author/shaquille-soekhlal/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/author/shaquille-soekhlal/</guid>
|
||||
<description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. Duis auctor lacus id vehicula gravida.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
193
public/author/jeremy-berkleef/index.html
Normal file
193
public/author/jeremy-berkleef/index.html
Normal file
@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Jeremy D. Berkleef</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="Datacenter, Network, Web and Security Consulting">
|
||||
|
||||
<meta name="author" content="Aperture Computer Technologies">
|
||||
<meta name="generator" content="Hugo 0.81.0" />
|
||||
|
||||
<!-- plugins -->
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/plugins/bootstrap/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/plugins/themify-icons/themify-icons.css">
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/plugins/magnific-popup/magnific-popup.css">
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/plugins/slick/slick.css">
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anaheim%7cQuattrocento+Sans:400,700&display=swap">
|
||||
|
||||
|
||||
<!-- Main Stylesheet -->
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/css/style.min.css" media="screen">
|
||||
|
||||
<!-- Custom stylesheet - for your changes -->
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/css/custom.min.css" media="screen">
|
||||
|
||||
<!--Favicon-->
|
||||
<link rel="shortcut icon" href="https://www.aperturect.com/images/favicon.png" type="image/x-icon">
|
||||
<link rel="icon" href="https://www.aperturect.com/images/favicon.png" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
|
||||
<div id="content">
|
||||
|
||||
|
||||
|
||||
<section class="sticky-top navigation">
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark">
|
||||
<a class="navbar-brand p-0" href="/">
|
||||
|
||||
<img class="lozad" data-src="https://www.aperturect.com/images/logo.png" alt="ApertureCT" height="42">
|
||||
|
||||
</a>
|
||||
|
||||
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navigation">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/#about">About</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/#services">Services</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/#contact">Contact</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="section section-bg">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 mx-auto">
|
||||
<div class="title text-center">
|
||||
<h2> About <span class="color">
|
||||
author </span></h2>
|
||||
<div class="border-meghna"></div>
|
||||
</div>
|
||||
<div class="content text-center">
|
||||
<figure>
|
||||
|
||||
<img class="rounded-circle img-fluid lozad" data-src="/images/team/jeremy1.jpg">
|
||||
|
||||
<figcaption>
|
||||
<h5 class="font-weight-bold">
|
||||
Jeremy D. Berkleef
|
||||
</h5>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<hr>
|
||||
<p>Aspiring systems engineer, Car enthusiast, Aperture Computer Tech’s founder and dog person.</p>
|
||||
|
||||
<hr>
|
||||
<ul class="list-inline">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="title text-center">
|
||||
<h2> Author's <span class="color">
|
||||
posts </h2>
|
||||
<div class="border-meghna"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div><!-- end Contact Area -->
|
||||
<footer id="footer" class="section-bg">
|
||||
<div class="container">
|
||||
<div class="row wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="col-xl-12">
|
||||
|
||||
<!-- Footer Social Links -->
|
||||
<div class="social-icon">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item"><a href="https://www.facebook.com/ApertureComputerTechnologies/"><i class="ti-facebook"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="#"><i class="ti-youtube"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="https://www.linkedin.com/company/aperture-ct/"><i class="ti-linkedin"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- copyright -->
|
||||
<div class="copyright text-center">
|
||||
<a href="https://www.aperturect.com/">
|
||||
<img src="https://www.aperturect.com/images/logo.png" alt="ApertureCT" height="42" />
|
||||
</a>
|
||||
<br>
|
||||
<p>Copyright © 2021 Aperture Computer Technologies, Designed by Themefisher</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- /footer -->
|
||||
|
||||
<!-- Google Map API -->
|
||||
|
||||
|
||||
<!-- JS Plugins -->
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/jquery/jquery.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/bootstrap/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/slick/slick.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/shuffle/shuffle.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/lazy-load/lozad.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/google-map/map.js"></script>
|
||||
|
||||
|
||||
<!-- Main Script -->
|
||||
|
||||
<script src="https://www.aperturect.com/js/script.min.b98b8dcfa3dc53b74ecf3cf8724a1f75b4d217da25463ff3d6a28fc4a09e965bf9818dfce85452f5fb478bce779ee8cc.js" integrity="sha384-uYuNz6PcU7dOzzz4ckofdbTSF9olRj/z1qKPxKCellv5gY386FRS9ftHi853nujM"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
1
public/author/page/1/index.html
Normal file
1
public/author/page/1/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://www.aperturect.com/author/</title><link rel="canonical" href="https://www.aperturect.com/author/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://www.aperturect.com/author/" /></head></html>
|
204
public/author/shaquille-soekhlal/index.html
Normal file
204
public/author/shaquille-soekhlal/index.html
Normal file
@ -0,0 +1,204 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Shaquille Soekhlal</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="Datacenter, Network, Web and Security Consulting">
|
||||
|
||||
<meta name="author" content="Aperture Computer Technologies">
|
||||
<meta name="generator" content="Hugo 0.81.0" />
|
||||
|
||||
<!-- plugins -->
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/plugins/bootstrap/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/plugins/themify-icons/themify-icons.css">
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/plugins/magnific-popup/magnific-popup.css">
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/plugins/slick/slick.css">
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anaheim%7cQuattrocento+Sans:400,700&display=swap">
|
||||
|
||||
|
||||
<!-- Main Stylesheet -->
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/css/style.min.css" media="screen">
|
||||
|
||||
<!-- Custom stylesheet - for your changes -->
|
||||
|
||||
<link rel="stylesheet" href="https://www.aperturect.com/css/custom.min.css" media="screen">
|
||||
|
||||
<!--Favicon-->
|
||||
<link rel="shortcut icon" href="https://www.aperturect.com/images/favicon.png" type="image/x-icon">
|
||||
<link rel="icon" href="https://www.aperturect.com/images/favicon.png" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
|
||||
<div id="content">
|
||||
|
||||
|
||||
|
||||
<section class="sticky-top navigation">
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark">
|
||||
<a class="navbar-brand p-0" href="/">
|
||||
|
||||
<img class="lozad" data-src="https://www.aperturect.com/images/logo.png" alt="ApertureCT" height="42">
|
||||
|
||||
</a>
|
||||
|
||||
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navigation">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/#about">About</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/#services">Services</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/#contact">Contact</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="section section-bg">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 mx-auto">
|
||||
<div class="title text-center">
|
||||
<h2> About <span class="color">
|
||||
author </span></h2>
|
||||
<div class="border-meghna"></div>
|
||||
</div>
|
||||
<div class="content text-center">
|
||||
<figure>
|
||||
|
||||
<img class="rounded-circle img-fluid lozad"
|
||||
data-src="https://www.gravatar.com/avatar/3733c078494c641de31e3b56dfc7ec5e?s=128&pg&d=identicon">
|
||||
|
||||
<figcaption>
|
||||
<h5 class="font-weight-bold">
|
||||
Shaquille Soekhlal
|
||||
</h5>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<hr>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. Duis auctor lacus id vehicula gravida. Nam suscipit vitae purus et laoreet.
|
||||
Donec nisi dolor, consequat vel pretium id, auctor in dui. Nam iaculis, neque ac ullamcorper.</p>
|
||||
|
||||
<hr>
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item"><a class="simple-icon" href="#"><i
|
||||
class="ti-facebook"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="simple-icon" href="#"><i
|
||||
class="ti-twitter-alt"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="simple-icon" href="#"><i
|
||||
class="ti-github"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="title text-center">
|
||||
<h2> Author's <span class="color">
|
||||
posts </h2>
|
||||
<div class="border-meghna"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div><!-- end Contact Area -->
|
||||
<footer id="footer" class="section-bg">
|
||||
<div class="container">
|
||||
<div class="row wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="col-xl-12">
|
||||
|
||||
<!-- Footer Social Links -->
|
||||
<div class="social-icon">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item"><a href="https://www.facebook.com/ApertureComputerTechnologies/"><i class="ti-facebook"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="#"><i class="ti-youtube"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="https://www.linkedin.com/company/aperture-ct/"><i class="ti-linkedin"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- copyright -->
|
||||
<div class="copyright text-center">
|
||||
<a href="https://www.aperturect.com/">
|
||||
<img src="https://www.aperturect.com/images/logo.png" alt="ApertureCT" height="42" />
|
||||
</a>
|
||||
<br>
|
||||
<p>Copyright © 2021 Aperture Computer Technologies, Designed by Themefisher</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- /footer -->
|
||||
|
||||
<!-- Google Map API -->
|
||||
|
||||
|
||||
<!-- JS Plugins -->
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/jquery/jquery.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/bootstrap/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/slick/slick.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/shuffle/shuffle.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/lazy-load/lozad.min.js"></script>
|
||||
|
||||
<script src="https://www.aperturect.com/plugins/google-map/map.js"></script>
|
||||
|
||||
|
||||
<!-- Main Script -->
|
||||
|
||||
<script src="https://www.aperturect.com/js/script.min.b98b8dcfa3dc53b74ecf3cf8724a1f75b4d217da25463ff3d6a28fc4a09e965bf9818dfce85452f5fb478bce779ee8cc.js" integrity="sha384-uYuNz6PcU7dOzzz4ckofdbTSF9olRj/z1qKPxKCellv5gY386FRS9ftHi853nujM"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user