Merge branch 'master' of https://git.tau.aperturect.com/AP-CT/apct-landing
21
config.toml
@ -1,6 +1,7 @@
|
||||
################################# Default configuration ###################
|
||||
baseURL = "https://www.aperturect.com"
|
||||
title = "Aperture Computer Technologies"
|
||||
title = "Aperture Computer Technologies"
|
||||
theme = "meghna-hugo"
|
||||
# post pagination
|
||||
paginate = "6"
|
||||
@ -42,13 +43,13 @@ link = "plugins/google-map/map.js"
|
||||
|
||||
################### English Navigation ########################
|
||||
[[Languages.en.menu.main]]
|
||||
name = "about"
|
||||
name = "About"
|
||||
pre = "#"
|
||||
url = "about"
|
||||
weight = 1
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "services"
|
||||
name = "Services"
|
||||
pre = "#"
|
||||
url = "services"
|
||||
weight = 2
|
||||
@ -59,6 +60,11 @@ weight = 2
|
||||
# url = "portfolio"
|
||||
# weight = 3
|
||||
|
||||
# [[Languages.en.menu.main]]
|
||||
# name = "team"
|
||||
# pre = "#"
|
||||
# url = "team"
|
||||
# weight = 4
|
||||
# [[Languages.en.menu.main]]
|
||||
# name = "team"
|
||||
# pre = "#"
|
||||
@ -71,6 +77,11 @@ weight = 2
|
||||
# url = "pricing"
|
||||
# weight = 5
|
||||
|
||||
# [[Languages.en.menu.main]]
|
||||
# name = "blog"
|
||||
# pre = "#"
|
||||
# url = "blog"
|
||||
# weight = 6
|
||||
# [[Languages.en.menu.main]]
|
||||
# name = "blog"
|
||||
# pre = "#"
|
||||
@ -78,7 +89,7 @@ weight = 2
|
||||
# weight = 6
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "contact"
|
||||
name = "Contact"
|
||||
pre = "#"
|
||||
url = "contact"
|
||||
weight = 7
|
||||
@ -133,7 +144,7 @@ weight = 7
|
||||
[params]
|
||||
logo = "images/Aperture_FullLogo_Dark.svg"
|
||||
# Meta data
|
||||
description = "Edited Theme"
|
||||
description = "Datacenter, Network, Web and Security Consulting"
|
||||
author = "Aperture Computer Technologies"
|
||||
# Google Analytics
|
||||
google_analytics_id = "" # Your ID
|
||||
@ -187,4 +198,4 @@ copyright = "Copyright © 2023 Aperture Computer Technologies, Designed by T
|
||||
# contentDir = "content/dutch"
|
||||
# weight = 2
|
||||
# home = "Home"
|
||||
# copyright = "Copyright © 2020 Designed by [Themefisher](https://themefisher.com)"
|
||||
# copyright = "Copyright © 2021"
|
||||
|
@ -4,8 +4,8 @@ banner:
|
||||
bg_image_webp : "images/backgrounds/hero-area.webp"
|
||||
bg_image : "images/backgrounds/hero-area.jpg"
|
||||
icon : "" # themify icon pack : https://themify.me/themify-icons
|
||||
title : "Ensuring your future"
|
||||
content : "Datacenter, network, web and security consulting."
|
||||
title : "Aperture Computer Technologies"
|
||||
content : "Datacenter, Network, Web and Security Consulting"
|
||||
button:
|
||||
enable : true
|
||||
label : "Explore Us"
|
||||
|
49
public/.htaccess
Normal file
@ -0,0 +1,49 @@
|
||||
<IfModule mod_deflate.c>
|
||||
AddOutputFilterByType DEFLATE text/plain
|
||||
AddOutputFilterByType DEFLATE text/html
|
||||
AddOutputFilterByType DEFLATE text/xml
|
||||
AddOutputFilterByType DEFLATE text/css
|
||||
AddOutputFilterByType DEFLATE application/xml
|
||||
AddOutputFilterByType DEFLATE application/xhtml+xml
|
||||
AddOutputFilterByType DEFLATE application/rss+xml
|
||||
AddOutputFilterByType DEFLATE application/javascript
|
||||
AddOutputFilterByType DEFLATE application/x-javascript
|
||||
AddOutputFilterByType DEFLATE image/jpg
|
||||
AddOutputFilterByType DEFLATE image/png
|
||||
AddOutputFilterByType DEFLATE image/gif
|
||||
AddOutputFilterByType DEFLATE image/jpeg
|
||||
AddOutputFilterByType DEFLATE image/svg+xml
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
|
||||
# Images
|
||||
ExpiresByType image/jpeg "access plus 1 year"
|
||||
ExpiresByType image/gif "access plus 1 year"
|
||||
ExpiresByType image/png "access plus 1 year"
|
||||
ExpiresByType image/webp "access plus 1 year"
|
||||
ExpiresByType image/svg+xml "access plus 1 year"
|
||||
ExpiresByType image/x-icon "access plus 1 year"
|
||||
|
||||
# Video
|
||||
ExpiresByType video/webm "access plus 1 year"
|
||||
ExpiresByType video/mp4 "access plus 1 year"
|
||||
ExpiresByType video/mpeg "access plus 1 year"
|
||||
|
||||
# Fonts
|
||||
ExpiresByType font/ttf "access plus 1 year"
|
||||
ExpiresByType font/otf "access plus 1 year"
|
||||
ExpiresByType font/woff "access plus 1 year"
|
||||
ExpiresByType font/woff2 "access plus 1 year"
|
||||
ExpiresByType application/font-woff "access plus 1 year"
|
||||
|
||||
# CSS, JavaScript
|
||||
ExpiresByType text/css "access plus 1 year"
|
||||
ExpiresByType text/javascript "access plus 1 year"
|
||||
ExpiresByType application/javascript "access plus 1 year"
|
||||
|
||||
# Others
|
||||
ExpiresByType application/pdf "access plus 1 year"
|
||||
ExpiresByType image/vnd.microsoft.icon "access plus 1 year"
|
||||
</IfModule>
|
158
public/404.html
Normal file
@ -0,0 +1,158 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>404 Page not found</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="Aperture Computer Technologies" 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">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-center">
|
||||
<h1>404</h1>
|
||||
<h2>Page Not Found</h2>
|
||||
<a class="btn btn-main" href="/">Back to home</a>
|
||||
</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="Aperture Computer Technologies" 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>
|
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="Aperture Computer Technologies" 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="Aperture Computer Technologies" 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
@ -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 Aperture Computer Technologies</title>
|
||||
<link>https://www.aperturect.com/author/</link>
|
||||
<description>Recent content in Authors on Aperture Computer Technologies</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
@ -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="Aperture Computer Technologies" 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="Aperture Computer Technologies" 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
@ -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
@ -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="Aperture Computer Technologies" 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="Aperture Computer Technologies" 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>
|
281
public/blog/index.html
Normal file
@ -0,0 +1,281 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Blogs</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="Aperture Computer Technologies" 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/images/blog/blog-post-2.webp" onerror="this.onerror=null;this.src='https:\/\/www.aperturect.com\/images\/blog\/blog-post-2.jpg'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="https://www.aperturect.com/blog/simple-blog-post-8/">Are You Doing the Right Way</a></h3>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p>
|
||||
<a class="btn btn-transparent" href="https://www.aperturect.com/blog/simple-blog-post-8/">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/images/blog/meghna.webp" onerror="this.onerror=null;this.src='https:\/\/www.aperturect.com\/images\/blog\/meghna.jpg'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="https://www.aperturect.com/blog/installation/">How To Setup Meghna Hugo</a></h3>
|
||||
<p>Install this template by following those simple steps: STEP-1 : Hugo installation Check this link below for install hugo on your computer.</p>
|
||||
<a class="btn btn-transparent" href="https://www.aperturect.com/blog/installation/">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/images/blog/blog-post-3.webp" onerror="this.onerror=null;this.src='https:\/\/www.aperturect.com\/images\/blog\/blog-post-3.jpg'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="https://www.aperturect.com/blog/simple-blog-post-1/">How to x</a></h3>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p>
|
||||
<a class="btn btn-transparent" href="https://www.aperturect.com/blog/simple-blog-post-1/">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/images/blog/blog-post-2.webp" onerror="this.onerror=null;this.src='https:\/\/www.aperturect.com\/images\/blog\/blog-post-2.jpg'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="https://www.aperturect.com/blog/simple-blog-post-2/">Simple Blog Post</a></h3>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p>
|
||||
<a class="btn btn-transparent" href="https://www.aperturect.com/blog/simple-blog-post-2/">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/images/blog/blog-post-1.webp" onerror="this.onerror=null;this.src='https:\/\/www.aperturect.com\/images\/blog\/blog-post-1.jpg'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="https://www.aperturect.com/blog/simple-blog-post-3/">Simple Blog Post</a></h3>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p>
|
||||
<a class="btn btn-transparent" href="https://www.aperturect.com/blog/simple-blog-post-3/">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/images/blog/blog-post-3.webp" onerror="this.onerror=null;this.src='https:\/\/www.aperturect.com\/images\/blog\/blog-post-3.jpg'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="https://www.aperturect.com/blog/simple-blog-post-4/">Simple Blog Post</a></h3>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p>
|
||||
<a class="btn btn-transparent" href="https://www.aperturect.com/blog/simple-blog-post-4/">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
<div class="col-12">
|
||||
|
||||
<ul class="pagination">
|
||||
<li class="page-item">
|
||||
<a href="/blog/" class="page-link" aria-label="First"><span aria-hidden="true">««</span></a>
|
||||
</li>
|
||||
<li class="page-item disabled">
|
||||
<a class="page-link" aria-label="Previous"><span aria-hidden="true">«</span></a>
|
||||
</li>
|
||||
<li class="page-item active">
|
||||
<a class="page-link" href="/blog/">1</a>
|
||||
</li>
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="/blog/page/2/">2</a>
|
||||
</li>
|
||||
<li class="page-item">
|
||||
<a href="/blog/page/2/" class="page-link" aria-label="Next"><span aria-hidden="true">»</span></a>
|
||||
</li>
|
||||
<li class="page-item">
|
||||
<a href="/blog/page/2/" class="page-link" aria-label="Last"><span aria-hidden="true">»»</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</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="Aperture Computer Technologies" 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>
|
93
public/blog/index.xml
Normal file
@ -0,0 +1,93 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Blogs on Aperture Computer Technologies</title>
|
||||
<link>https://www.aperturect.com/blog/</link>
|
||||
<description>Recent content in Blogs on Aperture Computer Technologies</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>Copyright &copy; 2021 Aperture Computer Technologies, Designed by Themefisher</copyright>
|
||||
<lastBuildDate>Wed, 12 Sep 2018 14:51:12 +0600</lastBuildDate><atom:link href="https://www.aperturect.com/blog/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Are You Doing the Right Way</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-8/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 14:51:12 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-8/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>How To Setup Meghna Hugo</title>
|
||||
<link>https://www.aperturect.com/blog/installation/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 14:51:12 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/installation/</guid>
|
||||
<description>Install this template by following those simple steps: STEP-1 : Hugo installation Check this link below for install hugo on your computer.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>How to x</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-1/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-1/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simple Blog Post</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-2/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-2/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simple Blog Post</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-3/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-3/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simple Blog Post</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-4/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-4/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simple Blog Post</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-5/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-5/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simple Blog Post</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-6/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-6/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simple Blog Post</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-7/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-7/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
308
public/blog/installation/index.html
Normal file
@ -0,0 +1,308 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>How To Setup Meghna Hugo</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="This is meta description">
|
||||
|
||||
<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="Aperture Computer Technologies" 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">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 offset-lg-2 text-center">
|
||||
<h1>How To Setup Meghna Hugo</h1>
|
||||
<ul class="list-inline mb-50">
|
||||
<li class="list-inline-item"><a href="/author/jeremy-berkleef/">Jeremy Berkleef</a></li>
|
||||
<li class="list-inline-item">Wednesday, Sep 12, 2018</li>
|
||||
</ul>
|
||||
<img class="img-fluid mb-50 lozad" data-src="https://www.aperturect.com/images/blog/meghna.jpg" alt="blog-image">
|
||||
</div>
|
||||
<div class="col-lg-8 offset-lg-2">
|
||||
<div class="post-single-content">
|
||||
<h2 id="install-this-template-by-following-those-simple-steps">Install this template by following those simple steps:</h2>
|
||||
<h3 id="step-1--hugo-installation">STEP-1 : Hugo installation</h3>
|
||||
<p>Check this link below for install hugo on your computer.
|
||||
<a href="https://gohugo.io/getting-started/installing/">hugo install documentation</a></p>
|
||||
<h3 id="step-2--create-your-project">STEP-2 : Create your project</h3>
|
||||
<p>Hugo provides a <code>new</code> command to create a new website.</p>
|
||||
<pre><code>hugo new site <new_project>
|
||||
</code></pre><h3 id="step-3--install-the-theme">STEP-3 : Install the theme</h3>
|
||||
<p>Run this command</p>
|
||||
<pre><code>hugo new site meghna-hugo
|
||||
</code></pre><p>and then go to the themes folder inside of meghna-hugo folder. You can also use this command <code>cd meghna-hugo/themes</code> for going to this folder.
|
||||
Then run the command</p>
|
||||
<pre><code>git clone git@github.com:themefisher/meghna-hugo.git
|
||||
</code></pre><p>Alternatively, you can <a href="https://github.com/themefisher/meghna-hugo/archive/master.zip">download the theme as .zip</a> file and extract it in the <code>themes</code> directory</p>
|
||||
<p>After that you need to go to the <code>meghna-hugo/exampleSite</code> folder and copy or cut all the elements, and now go back to the root folder and paste it here.</p>
|
||||
<p>open the command prompt again and run <code>cd ../</code> command for go back to the root folder.</p>
|
||||
<h3 id="step-4--host-locally">STEP-4 : Host locally</h3>
|
||||
<p>Launching the website locally by using the following command:</p>
|
||||
<pre><code>hugo serve
|
||||
</code></pre><p>Go to <code>http://localhost:1313</code></p>
|
||||
<p>Or you can check this video documentation for installing this template:
|
||||
|
||||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
|
||||
<iframe src="https://www.youtube.com/embed/3O3qvDoVp5g" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
|
||||
</div>
|
||||
</p>
|
||||
<h3 id="step-5--basic-configuration">STEP-5 : Basic configuration</h3>
|
||||
<p>When building the website, you can set a theme by using <code>--theme</code> option. However, we suggest you modify the configuration file (<code>config.toml</code>) and set the theme as the default.</p>
|
||||
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-toml" data-lang="toml"><span style="color:#75715e"># Change the default theme to be use when building the site with Hugo</span>
|
||||
<span style="color:#a6e22e">theme</span> = <span style="color:#e6db74">"meghna-hugo"</span>
|
||||
</code></pre></div><h3 id="step-6--create-your-first-content-pages">STEP-6 : Create your first content pages</h3>
|
||||
<pre><code>hugo new blog/post-name.md
|
||||
</code></pre><h3 id="step-7--build-the-website">STEP-7 : Build the website</h3>
|
||||
<p>When your site is ready to deploy, run the following command:</p>
|
||||
<pre><code>hugo
|
||||
|
||||
# You can also create a minified version by using this command:
|
||||
hugo--minify
|
||||
|
||||
</code></pre><p>A <code>public</code> folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="social-share pt-4">
|
||||
<h4>Share:</h4>
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.aperturect.com%2fblog%2finstallation%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--facebook resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://twitter.com/intent/tweet/?text=How%20To%20Setup%20Meghna%20Hugo&url=https%3a%2f%2fwww.aperturect.com%2fblog%2finstallation%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--twitter resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://plus.google.com/share?url=https%3a%2f%2fwww.aperturect.com%2fblog%2finstallation%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--google resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M11.37 12.93c-.73-.52-1.4-1.27-1.4-1.5 0-.43.03-.63.98-1.37 1.23-.97 1.9-2.23 1.9-3.57 0-1.22-.36-2.3-1-3.05h.5c.1 0 .2-.04.28-.1l1.36-.98c.16-.12.23-.34.17-.54-.07-.2-.25-.33-.46-.33H7.6c-.66 0-1.34.12-2 .35-2.23.76-3.78 2.66-3.78 4.6 0 2.76 2.13 4.85 5 4.9-.07.23-.1.45-.1.66 0 .43.1.83.33 1.22h-.08c-2.72 0-5.17 1.34-6.1 3.32-.25.52-.37 1.04-.37 1.56 0 .5.13.98.38 1.44.6 1.04 1.84 1.86 3.55 2.28.87.23 1.82.34 2.8.34.88 0 1.7-.1 2.5-.34 2.4-.7 3.97-2.48 3.97-4.54 0-1.97-.63-3.15-2.33-4.35zm-7.7 4.5c0-1.42 1.8-2.68 3.9-2.68h.05c.45 0 .9.07 1.3.2l.42.28c.96.66 1.6 1.1 1.77 1.8.05.16.07.33.07.5 0 1.8-1.33 2.7-3.96 2.7-1.98 0-3.54-1.23-3.54-2.8zM5.54 3.9c.33-.38.75-.58 1.23-.58h.05c1.35.05 2.64 1.55 2.88 3.35.14 1.02-.08 1.97-.6 2.55-.32.37-.74.56-1.23.56h-.03c-1.32-.04-2.63-1.6-2.87-3.4-.13-1 .08-1.92.58-2.5zM23.5 9.5h-3v-3h-2v3h-3v2h3v3h2v-3h3" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="mailto:?subject=How%20To%20Setup%20Meghna%20Hugo&body=https%3a%2f%2fwww.aperturect.com%2fblog%2finstallation%2f" target="_self"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--email resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M22 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.25 14.43l-3.5 2c-.08.05-.17.07-.25.07-.17 0-.34-.1-.43-.25-.14-.24-.06-.55.18-.68l3.5-2c.24-.14.55-.06.68.18.14.24.06.55-.18.68zm4.75.07c-.1 0-.2-.03-.27-.08l-8.5-5.5c-.23-.15-.3-.46-.15-.7.15-.22.46-.3.7-.14L12 13.4l8.23-5.32c.23-.15.54-.08.7.15.14.23.07.54-.16.7l-8.5 5.5c-.08.04-.17.07-.27.07zm8.93 1.75c-.1.16-.26.25-.43.25-.08 0-.17-.02-.25-.07l-3.5-2c-.24-.13-.32-.44-.18-.68s.44-.32.68-.18l3.5 2c.24.13.32.44.18.68z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link"
|
||||
href="https://reddit.com/submit/?url=https%3a%2f%2fwww.aperturect.com%2fblog%2finstallation%2f&resubmit=true&title=How%20To%20Setup%20Meghna%20Hugo" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--reddit resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M24 11.5c0-1.65-1.35-3-3-3-.96 0-1.86.48-2.42 1.24-1.64-1-3.75-1.64-6.07-1.72.08-1.1.4-3.05 1.52-3.7.72-.4 1.73-.24 3 .5C17.2 6.3 18.46 7.5 20 7.5c1.65 0 3-1.35 3-3s-1.35-3-3-3c-1.38 0-2.54.94-2.88 2.22-1.43-.72-2.64-.8-3.6-.25-1.64.94-1.95 3.47-2 4.55-2.33.08-4.45.7-6.1 1.72C4.86 8.98 3.96 8.5 3 8.5c-1.65 0-3 1.35-3 3 0 1.32.84 2.44 2.05 2.84-.03.22-.05.44-.05.66 0 3.86 4.5 7 10 7s10-3.14 10-7c0-.22-.02-.44-.05-.66 1.2-.4 2.05-1.54 2.05-2.84zM2.3 13.37C1.5 13.07 1 12.35 1 11.5c0-1.1.9-2 2-2 .64 0 1.22.32 1.6.82-1.1.85-1.92 1.9-2.3 3.05zm3.7.13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9.8 4.8c-1.08.63-2.42.96-3.8.96-1.4 0-2.74-.34-3.8-.95-.24-.13-.32-.44-.2-.68.15-.24.46-.32.7-.18 1.83 1.06 4.76 1.06 6.6 0 .23-.13.53-.05.67.2.14.23.06.54-.18.67zm.2-2.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.7-2.13c-.38-1.16-1.2-2.2-2.3-3.05.38-.5.97-.82 1.6-.82 1.1 0 2 .9 2 2 0 .84-.53 1.57-1.3 1.87z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="whatsapp://send?text=How%20To%20Setup%20Meghna%20Hugo%20https%3a%2f%2fwww.aperturect.com%2fblog%2finstallation%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--whatsapp resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M20.1 3.9C17.9 1.7 15 .5 12 .5 5.8.5.7 5.6.7 11.9c0 2 .5 3.9 1.5 5.6L.6 23.4l6-1.6c1.6.9 3.5 1.3 5.4 1.3 6.3 0 11.4-5.1 11.4-11.4-.1-2.8-1.2-5.7-3.3-7.8zM12 21.4c-1.7 0-3.3-.5-4.8-1.3l-.4-.2-3.5 1 1-3.4L4 17c-1-1.5-1.4-3.2-1.4-5.1 0-5.2 4.2-9.4 9.4-9.4 2.5 0 4.9 1 6.7 2.8 1.8 1.8 2.8 4.2 2.8 6.7-.1 5.2-4.3 9.4-9.5 9.4zm5.1-7.1c-.3-.1-1.7-.9-1.9-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1s-1.2-.5-2.3-1.4c-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6s.3-.3.4-.5c.2-.1.3-.3.4-.5.1-.2 0-.4 0-.5C10 9 9.3 7.6 9 7c-.1-.4-.4-.3-.5-.3h-.6s-.4.1-.7.3c-.3.3-1 1-1 2.4s1 2.8 1.1 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.7-.7 1.9-1.3.2-.7.2-1.2.2-1.3-.1-.3-.3-.4-.6-.5z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://telegram.me/share/url?text=How%20To%20Setup%20Meghna%20Hugo&url=https%3a%2f%2fwww.aperturect.com%2fblog%2finstallation%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--telegram resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M.707 8.475C.275 8.64 0 9.508 0 9.508s.284.867.718 1.03l5.09 1.897 1.986 6.38a1.102 1.102 0 0 0 1.75.527l2.96-2.41a.405.405 0 0 1 .494-.013l5.34 3.87a1.1 1.1 0 0 0 1.046.135 1.1 1.1 0 0 0 .682-.803l3.91-18.795A1.102 1.102 0 0 0 22.5.075L.706 8.475z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="mt-5">
|
||||
|
||||
</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="Aperture Computer Technologies" 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/blog/page/1/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://www.aperturect.com/blog/</title><link rel="canonical" href="https://www.aperturect.com/blog/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://www.aperturect.com/blog/" /></head></html>
|
236
public/blog/page/2/index.html
Normal file
@ -0,0 +1,236 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Blogs</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="Aperture Computer Technologies" 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/images/blog/blog-post-2.webp" onerror="this.onerror=null;this.src='https:\/\/www.aperturect.com\/images\/blog\/blog-post-2.jpg'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="https://www.aperturect.com/blog/simple-blog-post-5/">Simple Blog Post</a></h3>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p>
|
||||
<a class="btn btn-transparent" href="https://www.aperturect.com/blog/simple-blog-post-5/">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/images/blog/blog-post-1.webp" onerror="this.onerror=null;this.src='https:\/\/www.aperturect.com\/images\/blog\/blog-post-1.jpg'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="https://www.aperturect.com/blog/simple-blog-post-6/">Simple Blog Post</a></h3>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p>
|
||||
<a class="btn btn-transparent" href="https://www.aperturect.com/blog/simple-blog-post-6/">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/images/blog/blog-post-3.webp" onerror="this.onerror=null;this.src='https:\/\/www.aperturect.com\/images\/blog\/blog-post-3.jpg'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="https://www.aperturect.com/blog/simple-blog-post-7/">Simple Blog Post</a></h3>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p>
|
||||
<a class="btn btn-transparent" href="https://www.aperturect.com/blog/simple-blog-post-7/">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
<div class="col-12">
|
||||
|
||||
<ul class="pagination">
|
||||
<li class="page-item">
|
||||
<a href="/blog/" class="page-link" aria-label="First"><span aria-hidden="true">««</span></a>
|
||||
</li>
|
||||
<li class="page-item">
|
||||
<a href="/blog/" class="page-link" aria-label="Previous"><span aria-hidden="true">«</span></a>
|
||||
</li>
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="/blog/">1</a>
|
||||
</li>
|
||||
<li class="page-item active">
|
||||
<a class="page-link" href="/blog/page/2/">2</a>
|
||||
</li>
|
||||
<li class="page-item disabled">
|
||||
<a class="page-link" aria-label="Next"><span aria-hidden="true">»</span></a>
|
||||
</li>
|
||||
<li class="page-item">
|
||||
<a href="/blog/page/2/" class="page-link" aria-label="Last"><span aria-hidden="true">»»</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</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="Aperture Computer Technologies" 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>
|
275
public/blog/simple-blog-post-1/index.html
Normal file
@ -0,0 +1,275 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>How to x</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="This is meta description">
|
||||
|
||||
<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="Aperture Computer Technologies" 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">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 offset-lg-2 text-center">
|
||||
<h1>How to x</h1>
|
||||
<ul class="list-inline mb-50">
|
||||
<li class="list-inline-item"><a href="/author/jeremy-berkleef/">Jeremy Berkleef</a></li>
|
||||
<li class="list-inline-item">Wednesday, Sep 12, 2018</li>
|
||||
</ul>
|
||||
<img class="img-fluid mb-50 lozad" data-src="https://www.aperturect.com/images/blog/blog-post-3.jpg" alt="blog-image">
|
||||
</div>
|
||||
<div class="col-lg-8 offset-lg-2">
|
||||
<div class="post-single-content">
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
<blockquote>
|
||||
<p>Design is not just what it looks like and feels like. Design is how it works.</p>
|
||||
</blockquote>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="social-share pt-4">
|
||||
<h4>Share:</h4>
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-1%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--facebook resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://twitter.com/intent/tweet/?text=How%20to%20x&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-1%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--twitter resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://plus.google.com/share?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-1%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--google resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M11.37 12.93c-.73-.52-1.4-1.27-1.4-1.5 0-.43.03-.63.98-1.37 1.23-.97 1.9-2.23 1.9-3.57 0-1.22-.36-2.3-1-3.05h.5c.1 0 .2-.04.28-.1l1.36-.98c.16-.12.23-.34.17-.54-.07-.2-.25-.33-.46-.33H7.6c-.66 0-1.34.12-2 .35-2.23.76-3.78 2.66-3.78 4.6 0 2.76 2.13 4.85 5 4.9-.07.23-.1.45-.1.66 0 .43.1.83.33 1.22h-.08c-2.72 0-5.17 1.34-6.1 3.32-.25.52-.37 1.04-.37 1.56 0 .5.13.98.38 1.44.6 1.04 1.84 1.86 3.55 2.28.87.23 1.82.34 2.8.34.88 0 1.7-.1 2.5-.34 2.4-.7 3.97-2.48 3.97-4.54 0-1.97-.63-3.15-2.33-4.35zm-7.7 4.5c0-1.42 1.8-2.68 3.9-2.68h.05c.45 0 .9.07 1.3.2l.42.28c.96.66 1.6 1.1 1.77 1.8.05.16.07.33.07.5 0 1.8-1.33 2.7-3.96 2.7-1.98 0-3.54-1.23-3.54-2.8zM5.54 3.9c.33-.38.75-.58 1.23-.58h.05c1.35.05 2.64 1.55 2.88 3.35.14 1.02-.08 1.97-.6 2.55-.32.37-.74.56-1.23.56h-.03c-1.32-.04-2.63-1.6-2.87-3.4-.13-1 .08-1.92.58-2.5zM23.5 9.5h-3v-3h-2v3h-3v2h3v3h2v-3h3" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="mailto:?subject=How%20to%20x&body=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-1%2f" target="_self"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--email resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M22 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.25 14.43l-3.5 2c-.08.05-.17.07-.25.07-.17 0-.34-.1-.43-.25-.14-.24-.06-.55.18-.68l3.5-2c.24-.14.55-.06.68.18.14.24.06.55-.18.68zm4.75.07c-.1 0-.2-.03-.27-.08l-8.5-5.5c-.23-.15-.3-.46-.15-.7.15-.22.46-.3.7-.14L12 13.4l8.23-5.32c.23-.15.54-.08.7.15.14.23.07.54-.16.7l-8.5 5.5c-.08.04-.17.07-.27.07zm8.93 1.75c-.1.16-.26.25-.43.25-.08 0-.17-.02-.25-.07l-3.5-2c-.24-.13-.32-.44-.18-.68s.44-.32.68-.18l3.5 2c.24.13.32.44.18.68z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link"
|
||||
href="https://reddit.com/submit/?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-1%2f&resubmit=true&title=How%20to%20x" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--reddit resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M24 11.5c0-1.65-1.35-3-3-3-.96 0-1.86.48-2.42 1.24-1.64-1-3.75-1.64-6.07-1.72.08-1.1.4-3.05 1.52-3.7.72-.4 1.73-.24 3 .5C17.2 6.3 18.46 7.5 20 7.5c1.65 0 3-1.35 3-3s-1.35-3-3-3c-1.38 0-2.54.94-2.88 2.22-1.43-.72-2.64-.8-3.6-.25-1.64.94-1.95 3.47-2 4.55-2.33.08-4.45.7-6.1 1.72C4.86 8.98 3.96 8.5 3 8.5c-1.65 0-3 1.35-3 3 0 1.32.84 2.44 2.05 2.84-.03.22-.05.44-.05.66 0 3.86 4.5 7 10 7s10-3.14 10-7c0-.22-.02-.44-.05-.66 1.2-.4 2.05-1.54 2.05-2.84zM2.3 13.37C1.5 13.07 1 12.35 1 11.5c0-1.1.9-2 2-2 .64 0 1.22.32 1.6.82-1.1.85-1.92 1.9-2.3 3.05zm3.7.13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9.8 4.8c-1.08.63-2.42.96-3.8.96-1.4 0-2.74-.34-3.8-.95-.24-.13-.32-.44-.2-.68.15-.24.46-.32.7-.18 1.83 1.06 4.76 1.06 6.6 0 .23-.13.53-.05.67.2.14.23.06.54-.18.67zm.2-2.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.7-2.13c-.38-1.16-1.2-2.2-2.3-3.05.38-.5.97-.82 1.6-.82 1.1 0 2 .9 2 2 0 .84-.53 1.57-1.3 1.87z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="whatsapp://send?text=How%20to%20x%20https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-1%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--whatsapp resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M20.1 3.9C17.9 1.7 15 .5 12 .5 5.8.5.7 5.6.7 11.9c0 2 .5 3.9 1.5 5.6L.6 23.4l6-1.6c1.6.9 3.5 1.3 5.4 1.3 6.3 0 11.4-5.1 11.4-11.4-.1-2.8-1.2-5.7-3.3-7.8zM12 21.4c-1.7 0-3.3-.5-4.8-1.3l-.4-.2-3.5 1 1-3.4L4 17c-1-1.5-1.4-3.2-1.4-5.1 0-5.2 4.2-9.4 9.4-9.4 2.5 0 4.9 1 6.7 2.8 1.8 1.8 2.8 4.2 2.8 6.7-.1 5.2-4.3 9.4-9.5 9.4zm5.1-7.1c-.3-.1-1.7-.9-1.9-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1s-1.2-.5-2.3-1.4c-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6s.3-.3.4-.5c.2-.1.3-.3.4-.5.1-.2 0-.4 0-.5C10 9 9.3 7.6 9 7c-.1-.4-.4-.3-.5-.3h-.6s-.4.1-.7.3c-.3.3-1 1-1 2.4s1 2.8 1.1 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.7-.7 1.9-1.3.2-.7.2-1.2.2-1.3-.1-.3-.3-.4-.6-.5z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://telegram.me/share/url?text=How%20to%20x&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-1%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--telegram resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M.707 8.475C.275 8.64 0 9.508 0 9.508s.284.867.718 1.03l5.09 1.897 1.986 6.38a1.102 1.102 0 0 0 1.75.527l2.96-2.41a.405.405 0 0 1 .494-.013l5.34 3.87a1.1 1.1 0 0 0 1.046.135 1.1 1.1 0 0 0 .682-.803l3.91-18.795A1.102 1.102 0 0 0 22.5.075L.706 8.475z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="mt-5">
|
||||
|
||||
</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="Aperture Computer Technologies" 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>
|
275
public/blog/simple-blog-post-2/index.html
Normal file
@ -0,0 +1,275 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Simple Blog Post</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="This is meta description">
|
||||
|
||||
<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="Aperture Computer Technologies" 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">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 offset-lg-2 text-center">
|
||||
<h1>Simple Blog Post</h1>
|
||||
<ul class="list-inline mb-50">
|
||||
<li class="list-inline-item"><a href="/author/jeremy-berkleef/">Jeremy Berkleef</a></li>
|
||||
<li class="list-inline-item">Wednesday, Sep 12, 2018</li>
|
||||
</ul>
|
||||
<img class="img-fluid mb-50 lozad" data-src="https://www.aperturect.com/images/blog/blog-post-2.jpg" alt="blog-image">
|
||||
</div>
|
||||
<div class="col-lg-8 offset-lg-2">
|
||||
<div class="post-single-content">
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
<blockquote>
|
||||
<p>Design is not just what it looks like and feels like. Design is how it works.</p>
|
||||
</blockquote>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="social-share pt-4">
|
||||
<h4>Share:</h4>
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-2%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--facebook resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://twitter.com/intent/tweet/?text=Simple%20Blog%20Post&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-2%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--twitter resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://plus.google.com/share?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-2%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--google resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M11.37 12.93c-.73-.52-1.4-1.27-1.4-1.5 0-.43.03-.63.98-1.37 1.23-.97 1.9-2.23 1.9-3.57 0-1.22-.36-2.3-1-3.05h.5c.1 0 .2-.04.28-.1l1.36-.98c.16-.12.23-.34.17-.54-.07-.2-.25-.33-.46-.33H7.6c-.66 0-1.34.12-2 .35-2.23.76-3.78 2.66-3.78 4.6 0 2.76 2.13 4.85 5 4.9-.07.23-.1.45-.1.66 0 .43.1.83.33 1.22h-.08c-2.72 0-5.17 1.34-6.1 3.32-.25.52-.37 1.04-.37 1.56 0 .5.13.98.38 1.44.6 1.04 1.84 1.86 3.55 2.28.87.23 1.82.34 2.8.34.88 0 1.7-.1 2.5-.34 2.4-.7 3.97-2.48 3.97-4.54 0-1.97-.63-3.15-2.33-4.35zm-7.7 4.5c0-1.42 1.8-2.68 3.9-2.68h.05c.45 0 .9.07 1.3.2l.42.28c.96.66 1.6 1.1 1.77 1.8.05.16.07.33.07.5 0 1.8-1.33 2.7-3.96 2.7-1.98 0-3.54-1.23-3.54-2.8zM5.54 3.9c.33-.38.75-.58 1.23-.58h.05c1.35.05 2.64 1.55 2.88 3.35.14 1.02-.08 1.97-.6 2.55-.32.37-.74.56-1.23.56h-.03c-1.32-.04-2.63-1.6-2.87-3.4-.13-1 .08-1.92.58-2.5zM23.5 9.5h-3v-3h-2v3h-3v2h3v3h2v-3h3" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="mailto:?subject=Simple%20Blog%20Post&body=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-2%2f" target="_self"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--email resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M22 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.25 14.43l-3.5 2c-.08.05-.17.07-.25.07-.17 0-.34-.1-.43-.25-.14-.24-.06-.55.18-.68l3.5-2c.24-.14.55-.06.68.18.14.24.06.55-.18.68zm4.75.07c-.1 0-.2-.03-.27-.08l-8.5-5.5c-.23-.15-.3-.46-.15-.7.15-.22.46-.3.7-.14L12 13.4l8.23-5.32c.23-.15.54-.08.7.15.14.23.07.54-.16.7l-8.5 5.5c-.08.04-.17.07-.27.07zm8.93 1.75c-.1.16-.26.25-.43.25-.08 0-.17-.02-.25-.07l-3.5-2c-.24-.13-.32-.44-.18-.68s.44-.32.68-.18l3.5 2c.24.13.32.44.18.68z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link"
|
||||
href="https://reddit.com/submit/?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-2%2f&resubmit=true&title=Simple%20Blog%20Post" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--reddit resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M24 11.5c0-1.65-1.35-3-3-3-.96 0-1.86.48-2.42 1.24-1.64-1-3.75-1.64-6.07-1.72.08-1.1.4-3.05 1.52-3.7.72-.4 1.73-.24 3 .5C17.2 6.3 18.46 7.5 20 7.5c1.65 0 3-1.35 3-3s-1.35-3-3-3c-1.38 0-2.54.94-2.88 2.22-1.43-.72-2.64-.8-3.6-.25-1.64.94-1.95 3.47-2 4.55-2.33.08-4.45.7-6.1 1.72C4.86 8.98 3.96 8.5 3 8.5c-1.65 0-3 1.35-3 3 0 1.32.84 2.44 2.05 2.84-.03.22-.05.44-.05.66 0 3.86 4.5 7 10 7s10-3.14 10-7c0-.22-.02-.44-.05-.66 1.2-.4 2.05-1.54 2.05-2.84zM2.3 13.37C1.5 13.07 1 12.35 1 11.5c0-1.1.9-2 2-2 .64 0 1.22.32 1.6.82-1.1.85-1.92 1.9-2.3 3.05zm3.7.13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9.8 4.8c-1.08.63-2.42.96-3.8.96-1.4 0-2.74-.34-3.8-.95-.24-.13-.32-.44-.2-.68.15-.24.46-.32.7-.18 1.83 1.06 4.76 1.06 6.6 0 .23-.13.53-.05.67.2.14.23.06.54-.18.67zm.2-2.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.7-2.13c-.38-1.16-1.2-2.2-2.3-3.05.38-.5.97-.82 1.6-.82 1.1 0 2 .9 2 2 0 .84-.53 1.57-1.3 1.87z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="whatsapp://send?text=Simple%20Blog%20Post%20https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-2%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--whatsapp resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M20.1 3.9C17.9 1.7 15 .5 12 .5 5.8.5.7 5.6.7 11.9c0 2 .5 3.9 1.5 5.6L.6 23.4l6-1.6c1.6.9 3.5 1.3 5.4 1.3 6.3 0 11.4-5.1 11.4-11.4-.1-2.8-1.2-5.7-3.3-7.8zM12 21.4c-1.7 0-3.3-.5-4.8-1.3l-.4-.2-3.5 1 1-3.4L4 17c-1-1.5-1.4-3.2-1.4-5.1 0-5.2 4.2-9.4 9.4-9.4 2.5 0 4.9 1 6.7 2.8 1.8 1.8 2.8 4.2 2.8 6.7-.1 5.2-4.3 9.4-9.5 9.4zm5.1-7.1c-.3-.1-1.7-.9-1.9-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1s-1.2-.5-2.3-1.4c-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6s.3-.3.4-.5c.2-.1.3-.3.4-.5.1-.2 0-.4 0-.5C10 9 9.3 7.6 9 7c-.1-.4-.4-.3-.5-.3h-.6s-.4.1-.7.3c-.3.3-1 1-1 2.4s1 2.8 1.1 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.7-.7 1.9-1.3.2-.7.2-1.2.2-1.3-.1-.3-.3-.4-.6-.5z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://telegram.me/share/url?text=Simple%20Blog%20Post&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-2%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--telegram resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M.707 8.475C.275 8.64 0 9.508 0 9.508s.284.867.718 1.03l5.09 1.897 1.986 6.38a1.102 1.102 0 0 0 1.75.527l2.96-2.41a.405.405 0 0 1 .494-.013l5.34 3.87a1.1 1.1 0 0 0 1.046.135 1.1 1.1 0 0 0 .682-.803l3.91-18.795A1.102 1.102 0 0 0 22.5.075L.706 8.475z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="mt-5">
|
||||
|
||||
</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="Aperture Computer Technologies" 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>
|
275
public/blog/simple-blog-post-3/index.html
Normal file
@ -0,0 +1,275 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Simple Blog Post</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="This is meta description">
|
||||
|
||||
<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="Aperture Computer Technologies" 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">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 offset-lg-2 text-center">
|
||||
<h1>Simple Blog Post</h1>
|
||||
<ul class="list-inline mb-50">
|
||||
<li class="list-inline-item"><a href="/author/jeremy-berkleef/">Jeremy Berkleef</a></li>
|
||||
<li class="list-inline-item">Wednesday, Sep 12, 2018</li>
|
||||
</ul>
|
||||
<img class="img-fluid mb-50 lozad" data-src="https://www.aperturect.com/images/blog/blog-post-1.jpg" alt="blog-image">
|
||||
</div>
|
||||
<div class="col-lg-8 offset-lg-2">
|
||||
<div class="post-single-content">
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
<blockquote>
|
||||
<p>Design is not just what it looks like and feels like. Design is how it works.</p>
|
||||
</blockquote>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="social-share pt-4">
|
||||
<h4>Share:</h4>
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-3%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--facebook resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://twitter.com/intent/tweet/?text=Simple%20Blog%20Post&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-3%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--twitter resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://plus.google.com/share?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-3%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--google resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M11.37 12.93c-.73-.52-1.4-1.27-1.4-1.5 0-.43.03-.63.98-1.37 1.23-.97 1.9-2.23 1.9-3.57 0-1.22-.36-2.3-1-3.05h.5c.1 0 .2-.04.28-.1l1.36-.98c.16-.12.23-.34.17-.54-.07-.2-.25-.33-.46-.33H7.6c-.66 0-1.34.12-2 .35-2.23.76-3.78 2.66-3.78 4.6 0 2.76 2.13 4.85 5 4.9-.07.23-.1.45-.1.66 0 .43.1.83.33 1.22h-.08c-2.72 0-5.17 1.34-6.1 3.32-.25.52-.37 1.04-.37 1.56 0 .5.13.98.38 1.44.6 1.04 1.84 1.86 3.55 2.28.87.23 1.82.34 2.8.34.88 0 1.7-.1 2.5-.34 2.4-.7 3.97-2.48 3.97-4.54 0-1.97-.63-3.15-2.33-4.35zm-7.7 4.5c0-1.42 1.8-2.68 3.9-2.68h.05c.45 0 .9.07 1.3.2l.42.28c.96.66 1.6 1.1 1.77 1.8.05.16.07.33.07.5 0 1.8-1.33 2.7-3.96 2.7-1.98 0-3.54-1.23-3.54-2.8zM5.54 3.9c.33-.38.75-.58 1.23-.58h.05c1.35.05 2.64 1.55 2.88 3.35.14 1.02-.08 1.97-.6 2.55-.32.37-.74.56-1.23.56h-.03c-1.32-.04-2.63-1.6-2.87-3.4-.13-1 .08-1.92.58-2.5zM23.5 9.5h-3v-3h-2v3h-3v2h3v3h2v-3h3" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="mailto:?subject=Simple%20Blog%20Post&body=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-3%2f" target="_self"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--email resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M22 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.25 14.43l-3.5 2c-.08.05-.17.07-.25.07-.17 0-.34-.1-.43-.25-.14-.24-.06-.55.18-.68l3.5-2c.24-.14.55-.06.68.18.14.24.06.55-.18.68zm4.75.07c-.1 0-.2-.03-.27-.08l-8.5-5.5c-.23-.15-.3-.46-.15-.7.15-.22.46-.3.7-.14L12 13.4l8.23-5.32c.23-.15.54-.08.7.15.14.23.07.54-.16.7l-8.5 5.5c-.08.04-.17.07-.27.07zm8.93 1.75c-.1.16-.26.25-.43.25-.08 0-.17-.02-.25-.07l-3.5-2c-.24-.13-.32-.44-.18-.68s.44-.32.68-.18l3.5 2c.24.13.32.44.18.68z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link"
|
||||
href="https://reddit.com/submit/?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-3%2f&resubmit=true&title=Simple%20Blog%20Post" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--reddit resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M24 11.5c0-1.65-1.35-3-3-3-.96 0-1.86.48-2.42 1.24-1.64-1-3.75-1.64-6.07-1.72.08-1.1.4-3.05 1.52-3.7.72-.4 1.73-.24 3 .5C17.2 6.3 18.46 7.5 20 7.5c1.65 0 3-1.35 3-3s-1.35-3-3-3c-1.38 0-2.54.94-2.88 2.22-1.43-.72-2.64-.8-3.6-.25-1.64.94-1.95 3.47-2 4.55-2.33.08-4.45.7-6.1 1.72C4.86 8.98 3.96 8.5 3 8.5c-1.65 0-3 1.35-3 3 0 1.32.84 2.44 2.05 2.84-.03.22-.05.44-.05.66 0 3.86 4.5 7 10 7s10-3.14 10-7c0-.22-.02-.44-.05-.66 1.2-.4 2.05-1.54 2.05-2.84zM2.3 13.37C1.5 13.07 1 12.35 1 11.5c0-1.1.9-2 2-2 .64 0 1.22.32 1.6.82-1.1.85-1.92 1.9-2.3 3.05zm3.7.13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9.8 4.8c-1.08.63-2.42.96-3.8.96-1.4 0-2.74-.34-3.8-.95-.24-.13-.32-.44-.2-.68.15-.24.46-.32.7-.18 1.83 1.06 4.76 1.06 6.6 0 .23-.13.53-.05.67.2.14.23.06.54-.18.67zm.2-2.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.7-2.13c-.38-1.16-1.2-2.2-2.3-3.05.38-.5.97-.82 1.6-.82 1.1 0 2 .9 2 2 0 .84-.53 1.57-1.3 1.87z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="whatsapp://send?text=Simple%20Blog%20Post%20https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-3%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--whatsapp resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M20.1 3.9C17.9 1.7 15 .5 12 .5 5.8.5.7 5.6.7 11.9c0 2 .5 3.9 1.5 5.6L.6 23.4l6-1.6c1.6.9 3.5 1.3 5.4 1.3 6.3 0 11.4-5.1 11.4-11.4-.1-2.8-1.2-5.7-3.3-7.8zM12 21.4c-1.7 0-3.3-.5-4.8-1.3l-.4-.2-3.5 1 1-3.4L4 17c-1-1.5-1.4-3.2-1.4-5.1 0-5.2 4.2-9.4 9.4-9.4 2.5 0 4.9 1 6.7 2.8 1.8 1.8 2.8 4.2 2.8 6.7-.1 5.2-4.3 9.4-9.5 9.4zm5.1-7.1c-.3-.1-1.7-.9-1.9-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1s-1.2-.5-2.3-1.4c-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6s.3-.3.4-.5c.2-.1.3-.3.4-.5.1-.2 0-.4 0-.5C10 9 9.3 7.6 9 7c-.1-.4-.4-.3-.5-.3h-.6s-.4.1-.7.3c-.3.3-1 1-1 2.4s1 2.8 1.1 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.7-.7 1.9-1.3.2-.7.2-1.2.2-1.3-.1-.3-.3-.4-.6-.5z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://telegram.me/share/url?text=Simple%20Blog%20Post&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-3%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--telegram resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M.707 8.475C.275 8.64 0 9.508 0 9.508s.284.867.718 1.03l5.09 1.897 1.986 6.38a1.102 1.102 0 0 0 1.75.527l2.96-2.41a.405.405 0 0 1 .494-.013l5.34 3.87a1.1 1.1 0 0 0 1.046.135 1.1 1.1 0 0 0 .682-.803l3.91-18.795A1.102 1.102 0 0 0 22.5.075L.706 8.475z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="mt-5">
|
||||
|
||||
</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="Aperture Computer Technologies" 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>
|
275
public/blog/simple-blog-post-4/index.html
Normal file
@ -0,0 +1,275 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Simple Blog Post</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="This is meta description">
|
||||
|
||||
<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="Aperture Computer Technologies" 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">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 offset-lg-2 text-center">
|
||||
<h1>Simple Blog Post</h1>
|
||||
<ul class="list-inline mb-50">
|
||||
<li class="list-inline-item"><a href="/author/jeremy-berkleef/">Jeremy Berkleef</a></li>
|
||||
<li class="list-inline-item">Wednesday, Sep 12, 2018</li>
|
||||
</ul>
|
||||
<img class="img-fluid mb-50 lozad" data-src="https://www.aperturect.com/images/blog/blog-post-3.jpg" alt="blog-image">
|
||||
</div>
|
||||
<div class="col-lg-8 offset-lg-2">
|
||||
<div class="post-single-content">
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
<blockquote>
|
||||
<p>Design is not just what it looks like and feels like. Design is how it works.</p>
|
||||
</blockquote>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="social-share pt-4">
|
||||
<h4>Share:</h4>
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-4%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--facebook resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://twitter.com/intent/tweet/?text=Simple%20Blog%20Post&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-4%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--twitter resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://plus.google.com/share?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-4%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--google resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M11.37 12.93c-.73-.52-1.4-1.27-1.4-1.5 0-.43.03-.63.98-1.37 1.23-.97 1.9-2.23 1.9-3.57 0-1.22-.36-2.3-1-3.05h.5c.1 0 .2-.04.28-.1l1.36-.98c.16-.12.23-.34.17-.54-.07-.2-.25-.33-.46-.33H7.6c-.66 0-1.34.12-2 .35-2.23.76-3.78 2.66-3.78 4.6 0 2.76 2.13 4.85 5 4.9-.07.23-.1.45-.1.66 0 .43.1.83.33 1.22h-.08c-2.72 0-5.17 1.34-6.1 3.32-.25.52-.37 1.04-.37 1.56 0 .5.13.98.38 1.44.6 1.04 1.84 1.86 3.55 2.28.87.23 1.82.34 2.8.34.88 0 1.7-.1 2.5-.34 2.4-.7 3.97-2.48 3.97-4.54 0-1.97-.63-3.15-2.33-4.35zm-7.7 4.5c0-1.42 1.8-2.68 3.9-2.68h.05c.45 0 .9.07 1.3.2l.42.28c.96.66 1.6 1.1 1.77 1.8.05.16.07.33.07.5 0 1.8-1.33 2.7-3.96 2.7-1.98 0-3.54-1.23-3.54-2.8zM5.54 3.9c.33-.38.75-.58 1.23-.58h.05c1.35.05 2.64 1.55 2.88 3.35.14 1.02-.08 1.97-.6 2.55-.32.37-.74.56-1.23.56h-.03c-1.32-.04-2.63-1.6-2.87-3.4-.13-1 .08-1.92.58-2.5zM23.5 9.5h-3v-3h-2v3h-3v2h3v3h2v-3h3" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="mailto:?subject=Simple%20Blog%20Post&body=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-4%2f" target="_self"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--email resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M22 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.25 14.43l-3.5 2c-.08.05-.17.07-.25.07-.17 0-.34-.1-.43-.25-.14-.24-.06-.55.18-.68l3.5-2c.24-.14.55-.06.68.18.14.24.06.55-.18.68zm4.75.07c-.1 0-.2-.03-.27-.08l-8.5-5.5c-.23-.15-.3-.46-.15-.7.15-.22.46-.3.7-.14L12 13.4l8.23-5.32c.23-.15.54-.08.7.15.14.23.07.54-.16.7l-8.5 5.5c-.08.04-.17.07-.27.07zm8.93 1.75c-.1.16-.26.25-.43.25-.08 0-.17-.02-.25-.07l-3.5-2c-.24-.13-.32-.44-.18-.68s.44-.32.68-.18l3.5 2c.24.13.32.44.18.68z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link"
|
||||
href="https://reddit.com/submit/?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-4%2f&resubmit=true&title=Simple%20Blog%20Post" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--reddit resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M24 11.5c0-1.65-1.35-3-3-3-.96 0-1.86.48-2.42 1.24-1.64-1-3.75-1.64-6.07-1.72.08-1.1.4-3.05 1.52-3.7.72-.4 1.73-.24 3 .5C17.2 6.3 18.46 7.5 20 7.5c1.65 0 3-1.35 3-3s-1.35-3-3-3c-1.38 0-2.54.94-2.88 2.22-1.43-.72-2.64-.8-3.6-.25-1.64.94-1.95 3.47-2 4.55-2.33.08-4.45.7-6.1 1.72C4.86 8.98 3.96 8.5 3 8.5c-1.65 0-3 1.35-3 3 0 1.32.84 2.44 2.05 2.84-.03.22-.05.44-.05.66 0 3.86 4.5 7 10 7s10-3.14 10-7c0-.22-.02-.44-.05-.66 1.2-.4 2.05-1.54 2.05-2.84zM2.3 13.37C1.5 13.07 1 12.35 1 11.5c0-1.1.9-2 2-2 .64 0 1.22.32 1.6.82-1.1.85-1.92 1.9-2.3 3.05zm3.7.13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9.8 4.8c-1.08.63-2.42.96-3.8.96-1.4 0-2.74-.34-3.8-.95-.24-.13-.32-.44-.2-.68.15-.24.46-.32.7-.18 1.83 1.06 4.76 1.06 6.6 0 .23-.13.53-.05.67.2.14.23.06.54-.18.67zm.2-2.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.7-2.13c-.38-1.16-1.2-2.2-2.3-3.05.38-.5.97-.82 1.6-.82 1.1 0 2 .9 2 2 0 .84-.53 1.57-1.3 1.87z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="whatsapp://send?text=Simple%20Blog%20Post%20https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-4%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--whatsapp resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M20.1 3.9C17.9 1.7 15 .5 12 .5 5.8.5.7 5.6.7 11.9c0 2 .5 3.9 1.5 5.6L.6 23.4l6-1.6c1.6.9 3.5 1.3 5.4 1.3 6.3 0 11.4-5.1 11.4-11.4-.1-2.8-1.2-5.7-3.3-7.8zM12 21.4c-1.7 0-3.3-.5-4.8-1.3l-.4-.2-3.5 1 1-3.4L4 17c-1-1.5-1.4-3.2-1.4-5.1 0-5.2 4.2-9.4 9.4-9.4 2.5 0 4.9 1 6.7 2.8 1.8 1.8 2.8 4.2 2.8 6.7-.1 5.2-4.3 9.4-9.5 9.4zm5.1-7.1c-.3-.1-1.7-.9-1.9-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1s-1.2-.5-2.3-1.4c-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6s.3-.3.4-.5c.2-.1.3-.3.4-.5.1-.2 0-.4 0-.5C10 9 9.3 7.6 9 7c-.1-.4-.4-.3-.5-.3h-.6s-.4.1-.7.3c-.3.3-1 1-1 2.4s1 2.8 1.1 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.7-.7 1.9-1.3.2-.7.2-1.2.2-1.3-.1-.3-.3-.4-.6-.5z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://telegram.me/share/url?text=Simple%20Blog%20Post&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-4%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--telegram resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M.707 8.475C.275 8.64 0 9.508 0 9.508s.284.867.718 1.03l5.09 1.897 1.986 6.38a1.102 1.102 0 0 0 1.75.527l2.96-2.41a.405.405 0 0 1 .494-.013l5.34 3.87a1.1 1.1 0 0 0 1.046.135 1.1 1.1 0 0 0 .682-.803l3.91-18.795A1.102 1.102 0 0 0 22.5.075L.706 8.475z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="mt-5">
|
||||
|
||||
</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="Aperture Computer Technologies" 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>
|
275
public/blog/simple-blog-post-5/index.html
Normal file
@ -0,0 +1,275 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Simple Blog Post</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="This is meta description">
|
||||
|
||||
<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="Aperture Computer Technologies" 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">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 offset-lg-2 text-center">
|
||||
<h1>Simple Blog Post</h1>
|
||||
<ul class="list-inline mb-50">
|
||||
<li class="list-inline-item"><a href="/author/jeremy-berkleef/">Jeremy Berkleef</a></li>
|
||||
<li class="list-inline-item">Wednesday, Sep 12, 2018</li>
|
||||
</ul>
|
||||
<img class="img-fluid mb-50 lozad" data-src="https://www.aperturect.com/images/blog/blog-post-2.jpg" alt="blog-image">
|
||||
</div>
|
||||
<div class="col-lg-8 offset-lg-2">
|
||||
<div class="post-single-content">
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
<blockquote>
|
||||
<p>Design is not just what it looks like and feels like. Design is how it works.</p>
|
||||
</blockquote>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="social-share pt-4">
|
||||
<h4>Share:</h4>
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-5%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--facebook resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://twitter.com/intent/tweet/?text=Simple%20Blog%20Post&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-5%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--twitter resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://plus.google.com/share?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-5%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--google resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M11.37 12.93c-.73-.52-1.4-1.27-1.4-1.5 0-.43.03-.63.98-1.37 1.23-.97 1.9-2.23 1.9-3.57 0-1.22-.36-2.3-1-3.05h.5c.1 0 .2-.04.28-.1l1.36-.98c.16-.12.23-.34.17-.54-.07-.2-.25-.33-.46-.33H7.6c-.66 0-1.34.12-2 .35-2.23.76-3.78 2.66-3.78 4.6 0 2.76 2.13 4.85 5 4.9-.07.23-.1.45-.1.66 0 .43.1.83.33 1.22h-.08c-2.72 0-5.17 1.34-6.1 3.32-.25.52-.37 1.04-.37 1.56 0 .5.13.98.38 1.44.6 1.04 1.84 1.86 3.55 2.28.87.23 1.82.34 2.8.34.88 0 1.7-.1 2.5-.34 2.4-.7 3.97-2.48 3.97-4.54 0-1.97-.63-3.15-2.33-4.35zm-7.7 4.5c0-1.42 1.8-2.68 3.9-2.68h.05c.45 0 .9.07 1.3.2l.42.28c.96.66 1.6 1.1 1.77 1.8.05.16.07.33.07.5 0 1.8-1.33 2.7-3.96 2.7-1.98 0-3.54-1.23-3.54-2.8zM5.54 3.9c.33-.38.75-.58 1.23-.58h.05c1.35.05 2.64 1.55 2.88 3.35.14 1.02-.08 1.97-.6 2.55-.32.37-.74.56-1.23.56h-.03c-1.32-.04-2.63-1.6-2.87-3.4-.13-1 .08-1.92.58-2.5zM23.5 9.5h-3v-3h-2v3h-3v2h3v3h2v-3h3" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="mailto:?subject=Simple%20Blog%20Post&body=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-5%2f" target="_self"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--email resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M22 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.25 14.43l-3.5 2c-.08.05-.17.07-.25.07-.17 0-.34-.1-.43-.25-.14-.24-.06-.55.18-.68l3.5-2c.24-.14.55-.06.68.18.14.24.06.55-.18.68zm4.75.07c-.1 0-.2-.03-.27-.08l-8.5-5.5c-.23-.15-.3-.46-.15-.7.15-.22.46-.3.7-.14L12 13.4l8.23-5.32c.23-.15.54-.08.7.15.14.23.07.54-.16.7l-8.5 5.5c-.08.04-.17.07-.27.07zm8.93 1.75c-.1.16-.26.25-.43.25-.08 0-.17-.02-.25-.07l-3.5-2c-.24-.13-.32-.44-.18-.68s.44-.32.68-.18l3.5 2c.24.13.32.44.18.68z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link"
|
||||
href="https://reddit.com/submit/?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-5%2f&resubmit=true&title=Simple%20Blog%20Post" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--reddit resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M24 11.5c0-1.65-1.35-3-3-3-.96 0-1.86.48-2.42 1.24-1.64-1-3.75-1.64-6.07-1.72.08-1.1.4-3.05 1.52-3.7.72-.4 1.73-.24 3 .5C17.2 6.3 18.46 7.5 20 7.5c1.65 0 3-1.35 3-3s-1.35-3-3-3c-1.38 0-2.54.94-2.88 2.22-1.43-.72-2.64-.8-3.6-.25-1.64.94-1.95 3.47-2 4.55-2.33.08-4.45.7-6.1 1.72C4.86 8.98 3.96 8.5 3 8.5c-1.65 0-3 1.35-3 3 0 1.32.84 2.44 2.05 2.84-.03.22-.05.44-.05.66 0 3.86 4.5 7 10 7s10-3.14 10-7c0-.22-.02-.44-.05-.66 1.2-.4 2.05-1.54 2.05-2.84zM2.3 13.37C1.5 13.07 1 12.35 1 11.5c0-1.1.9-2 2-2 .64 0 1.22.32 1.6.82-1.1.85-1.92 1.9-2.3 3.05zm3.7.13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9.8 4.8c-1.08.63-2.42.96-3.8.96-1.4 0-2.74-.34-3.8-.95-.24-.13-.32-.44-.2-.68.15-.24.46-.32.7-.18 1.83 1.06 4.76 1.06 6.6 0 .23-.13.53-.05.67.2.14.23.06.54-.18.67zm.2-2.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.7-2.13c-.38-1.16-1.2-2.2-2.3-3.05.38-.5.97-.82 1.6-.82 1.1 0 2 .9 2 2 0 .84-.53 1.57-1.3 1.87z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="whatsapp://send?text=Simple%20Blog%20Post%20https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-5%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--whatsapp resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M20.1 3.9C17.9 1.7 15 .5 12 .5 5.8.5.7 5.6.7 11.9c0 2 .5 3.9 1.5 5.6L.6 23.4l6-1.6c1.6.9 3.5 1.3 5.4 1.3 6.3 0 11.4-5.1 11.4-11.4-.1-2.8-1.2-5.7-3.3-7.8zM12 21.4c-1.7 0-3.3-.5-4.8-1.3l-.4-.2-3.5 1 1-3.4L4 17c-1-1.5-1.4-3.2-1.4-5.1 0-5.2 4.2-9.4 9.4-9.4 2.5 0 4.9 1 6.7 2.8 1.8 1.8 2.8 4.2 2.8 6.7-.1 5.2-4.3 9.4-9.5 9.4zm5.1-7.1c-.3-.1-1.7-.9-1.9-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1s-1.2-.5-2.3-1.4c-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6s.3-.3.4-.5c.2-.1.3-.3.4-.5.1-.2 0-.4 0-.5C10 9 9.3 7.6 9 7c-.1-.4-.4-.3-.5-.3h-.6s-.4.1-.7.3c-.3.3-1 1-1 2.4s1 2.8 1.1 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.7-.7 1.9-1.3.2-.7.2-1.2.2-1.3-.1-.3-.3-.4-.6-.5z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://telegram.me/share/url?text=Simple%20Blog%20Post&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-5%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--telegram resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M.707 8.475C.275 8.64 0 9.508 0 9.508s.284.867.718 1.03l5.09 1.897 1.986 6.38a1.102 1.102 0 0 0 1.75.527l2.96-2.41a.405.405 0 0 1 .494-.013l5.34 3.87a1.1 1.1 0 0 0 1.046.135 1.1 1.1 0 0 0 .682-.803l3.91-18.795A1.102 1.102 0 0 0 22.5.075L.706 8.475z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="mt-5">
|
||||
|
||||
</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="Aperture Computer Technologies" 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>
|
275
public/blog/simple-blog-post-6/index.html
Normal file
@ -0,0 +1,275 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Simple Blog Post</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="This is meta description">
|
||||
|
||||
<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="Aperture Computer Technologies" 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">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 offset-lg-2 text-center">
|
||||
<h1>Simple Blog Post</h1>
|
||||
<ul class="list-inline mb-50">
|
||||
<li class="list-inline-item"><a href="/author/jeremy-berkleef/">Jeremy Berkleef</a></li>
|
||||
<li class="list-inline-item">Wednesday, Sep 12, 2018</li>
|
||||
</ul>
|
||||
<img class="img-fluid mb-50 lozad" data-src="https://www.aperturect.com/images/blog/blog-post-1.jpg" alt="blog-image">
|
||||
</div>
|
||||
<div class="col-lg-8 offset-lg-2">
|
||||
<div class="post-single-content">
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
<blockquote>
|
||||
<p>Design is not just what it looks like and feels like. Design is how it works.</p>
|
||||
</blockquote>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="social-share pt-4">
|
||||
<h4>Share:</h4>
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-6%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--facebook resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://twitter.com/intent/tweet/?text=Simple%20Blog%20Post&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-6%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--twitter resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://plus.google.com/share?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-6%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--google resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M11.37 12.93c-.73-.52-1.4-1.27-1.4-1.5 0-.43.03-.63.98-1.37 1.23-.97 1.9-2.23 1.9-3.57 0-1.22-.36-2.3-1-3.05h.5c.1 0 .2-.04.28-.1l1.36-.98c.16-.12.23-.34.17-.54-.07-.2-.25-.33-.46-.33H7.6c-.66 0-1.34.12-2 .35-2.23.76-3.78 2.66-3.78 4.6 0 2.76 2.13 4.85 5 4.9-.07.23-.1.45-.1.66 0 .43.1.83.33 1.22h-.08c-2.72 0-5.17 1.34-6.1 3.32-.25.52-.37 1.04-.37 1.56 0 .5.13.98.38 1.44.6 1.04 1.84 1.86 3.55 2.28.87.23 1.82.34 2.8.34.88 0 1.7-.1 2.5-.34 2.4-.7 3.97-2.48 3.97-4.54 0-1.97-.63-3.15-2.33-4.35zm-7.7 4.5c0-1.42 1.8-2.68 3.9-2.68h.05c.45 0 .9.07 1.3.2l.42.28c.96.66 1.6 1.1 1.77 1.8.05.16.07.33.07.5 0 1.8-1.33 2.7-3.96 2.7-1.98 0-3.54-1.23-3.54-2.8zM5.54 3.9c.33-.38.75-.58 1.23-.58h.05c1.35.05 2.64 1.55 2.88 3.35.14 1.02-.08 1.97-.6 2.55-.32.37-.74.56-1.23.56h-.03c-1.32-.04-2.63-1.6-2.87-3.4-.13-1 .08-1.92.58-2.5zM23.5 9.5h-3v-3h-2v3h-3v2h3v3h2v-3h3" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="mailto:?subject=Simple%20Blog%20Post&body=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-6%2f" target="_self"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--email resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M22 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.25 14.43l-3.5 2c-.08.05-.17.07-.25.07-.17 0-.34-.1-.43-.25-.14-.24-.06-.55.18-.68l3.5-2c.24-.14.55-.06.68.18.14.24.06.55-.18.68zm4.75.07c-.1 0-.2-.03-.27-.08l-8.5-5.5c-.23-.15-.3-.46-.15-.7.15-.22.46-.3.7-.14L12 13.4l8.23-5.32c.23-.15.54-.08.7.15.14.23.07.54-.16.7l-8.5 5.5c-.08.04-.17.07-.27.07zm8.93 1.75c-.1.16-.26.25-.43.25-.08 0-.17-.02-.25-.07l-3.5-2c-.24-.13-.32-.44-.18-.68s.44-.32.68-.18l3.5 2c.24.13.32.44.18.68z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link"
|
||||
href="https://reddit.com/submit/?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-6%2f&resubmit=true&title=Simple%20Blog%20Post" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--reddit resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M24 11.5c0-1.65-1.35-3-3-3-.96 0-1.86.48-2.42 1.24-1.64-1-3.75-1.64-6.07-1.72.08-1.1.4-3.05 1.52-3.7.72-.4 1.73-.24 3 .5C17.2 6.3 18.46 7.5 20 7.5c1.65 0 3-1.35 3-3s-1.35-3-3-3c-1.38 0-2.54.94-2.88 2.22-1.43-.72-2.64-.8-3.6-.25-1.64.94-1.95 3.47-2 4.55-2.33.08-4.45.7-6.1 1.72C4.86 8.98 3.96 8.5 3 8.5c-1.65 0-3 1.35-3 3 0 1.32.84 2.44 2.05 2.84-.03.22-.05.44-.05.66 0 3.86 4.5 7 10 7s10-3.14 10-7c0-.22-.02-.44-.05-.66 1.2-.4 2.05-1.54 2.05-2.84zM2.3 13.37C1.5 13.07 1 12.35 1 11.5c0-1.1.9-2 2-2 .64 0 1.22.32 1.6.82-1.1.85-1.92 1.9-2.3 3.05zm3.7.13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9.8 4.8c-1.08.63-2.42.96-3.8.96-1.4 0-2.74-.34-3.8-.95-.24-.13-.32-.44-.2-.68.15-.24.46-.32.7-.18 1.83 1.06 4.76 1.06 6.6 0 .23-.13.53-.05.67.2.14.23.06.54-.18.67zm.2-2.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.7-2.13c-.38-1.16-1.2-2.2-2.3-3.05.38-.5.97-.82 1.6-.82 1.1 0 2 .9 2 2 0 .84-.53 1.57-1.3 1.87z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="whatsapp://send?text=Simple%20Blog%20Post%20https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-6%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--whatsapp resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M20.1 3.9C17.9 1.7 15 .5 12 .5 5.8.5.7 5.6.7 11.9c0 2 .5 3.9 1.5 5.6L.6 23.4l6-1.6c1.6.9 3.5 1.3 5.4 1.3 6.3 0 11.4-5.1 11.4-11.4-.1-2.8-1.2-5.7-3.3-7.8zM12 21.4c-1.7 0-3.3-.5-4.8-1.3l-.4-.2-3.5 1 1-3.4L4 17c-1-1.5-1.4-3.2-1.4-5.1 0-5.2 4.2-9.4 9.4-9.4 2.5 0 4.9 1 6.7 2.8 1.8 1.8 2.8 4.2 2.8 6.7-.1 5.2-4.3 9.4-9.5 9.4zm5.1-7.1c-.3-.1-1.7-.9-1.9-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1s-1.2-.5-2.3-1.4c-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6s.3-.3.4-.5c.2-.1.3-.3.4-.5.1-.2 0-.4 0-.5C10 9 9.3 7.6 9 7c-.1-.4-.4-.3-.5-.3h-.6s-.4.1-.7.3c-.3.3-1 1-1 2.4s1 2.8 1.1 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.7-.7 1.9-1.3.2-.7.2-1.2.2-1.3-.1-.3-.3-.4-.6-.5z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://telegram.me/share/url?text=Simple%20Blog%20Post&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-6%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--telegram resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M.707 8.475C.275 8.64 0 9.508 0 9.508s.284.867.718 1.03l5.09 1.897 1.986 6.38a1.102 1.102 0 0 0 1.75.527l2.96-2.41a.405.405 0 0 1 .494-.013l5.34 3.87a1.1 1.1 0 0 0 1.046.135 1.1 1.1 0 0 0 .682-.803l3.91-18.795A1.102 1.102 0 0 0 22.5.075L.706 8.475z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="mt-5">
|
||||
|
||||
</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="Aperture Computer Technologies" 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>
|
275
public/blog/simple-blog-post-7/index.html
Normal file
@ -0,0 +1,275 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Simple Blog Post</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="This is meta description">
|
||||
|
||||
<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="Aperture Computer Technologies" 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">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 offset-lg-2 text-center">
|
||||
<h1>Simple Blog Post</h1>
|
||||
<ul class="list-inline mb-50">
|
||||
<li class="list-inline-item"><a href="/author/jeremy-berkleef/">Jeremy Berkleef</a></li>
|
||||
<li class="list-inline-item">Wednesday, Sep 12, 2018</li>
|
||||
</ul>
|
||||
<img class="img-fluid mb-50 lozad" data-src="https://www.aperturect.com/images/blog/blog-post-3.jpg" alt="blog-image">
|
||||
</div>
|
||||
<div class="col-lg-8 offset-lg-2">
|
||||
<div class="post-single-content">
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
<blockquote>
|
||||
<p>Design is not just what it looks like and feels like. Design is how it works.</p>
|
||||
</blockquote>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="social-share pt-4">
|
||||
<h4>Share:</h4>
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-7%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--facebook resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://twitter.com/intent/tweet/?text=Simple%20Blog%20Post&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-7%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--twitter resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://plus.google.com/share?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-7%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--google resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M11.37 12.93c-.73-.52-1.4-1.27-1.4-1.5 0-.43.03-.63.98-1.37 1.23-.97 1.9-2.23 1.9-3.57 0-1.22-.36-2.3-1-3.05h.5c.1 0 .2-.04.28-.1l1.36-.98c.16-.12.23-.34.17-.54-.07-.2-.25-.33-.46-.33H7.6c-.66 0-1.34.12-2 .35-2.23.76-3.78 2.66-3.78 4.6 0 2.76 2.13 4.85 5 4.9-.07.23-.1.45-.1.66 0 .43.1.83.33 1.22h-.08c-2.72 0-5.17 1.34-6.1 3.32-.25.52-.37 1.04-.37 1.56 0 .5.13.98.38 1.44.6 1.04 1.84 1.86 3.55 2.28.87.23 1.82.34 2.8.34.88 0 1.7-.1 2.5-.34 2.4-.7 3.97-2.48 3.97-4.54 0-1.97-.63-3.15-2.33-4.35zm-7.7 4.5c0-1.42 1.8-2.68 3.9-2.68h.05c.45 0 .9.07 1.3.2l.42.28c.96.66 1.6 1.1 1.77 1.8.05.16.07.33.07.5 0 1.8-1.33 2.7-3.96 2.7-1.98 0-3.54-1.23-3.54-2.8zM5.54 3.9c.33-.38.75-.58 1.23-.58h.05c1.35.05 2.64 1.55 2.88 3.35.14 1.02-.08 1.97-.6 2.55-.32.37-.74.56-1.23.56h-.03c-1.32-.04-2.63-1.6-2.87-3.4-.13-1 .08-1.92.58-2.5zM23.5 9.5h-3v-3h-2v3h-3v2h3v3h2v-3h3" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="mailto:?subject=Simple%20Blog%20Post&body=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-7%2f" target="_self"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--email resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M22 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.25 14.43l-3.5 2c-.08.05-.17.07-.25.07-.17 0-.34-.1-.43-.25-.14-.24-.06-.55.18-.68l3.5-2c.24-.14.55-.06.68.18.14.24.06.55-.18.68zm4.75.07c-.1 0-.2-.03-.27-.08l-8.5-5.5c-.23-.15-.3-.46-.15-.7.15-.22.46-.3.7-.14L12 13.4l8.23-5.32c.23-.15.54-.08.7.15.14.23.07.54-.16.7l-8.5 5.5c-.08.04-.17.07-.27.07zm8.93 1.75c-.1.16-.26.25-.43.25-.08 0-.17-.02-.25-.07l-3.5-2c-.24-.13-.32-.44-.18-.68s.44-.32.68-.18l3.5 2c.24.13.32.44.18.68z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link"
|
||||
href="https://reddit.com/submit/?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-7%2f&resubmit=true&title=Simple%20Blog%20Post" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--reddit resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M24 11.5c0-1.65-1.35-3-3-3-.96 0-1.86.48-2.42 1.24-1.64-1-3.75-1.64-6.07-1.72.08-1.1.4-3.05 1.52-3.7.72-.4 1.73-.24 3 .5C17.2 6.3 18.46 7.5 20 7.5c1.65 0 3-1.35 3-3s-1.35-3-3-3c-1.38 0-2.54.94-2.88 2.22-1.43-.72-2.64-.8-3.6-.25-1.64.94-1.95 3.47-2 4.55-2.33.08-4.45.7-6.1 1.72C4.86 8.98 3.96 8.5 3 8.5c-1.65 0-3 1.35-3 3 0 1.32.84 2.44 2.05 2.84-.03.22-.05.44-.05.66 0 3.86 4.5 7 10 7s10-3.14 10-7c0-.22-.02-.44-.05-.66 1.2-.4 2.05-1.54 2.05-2.84zM2.3 13.37C1.5 13.07 1 12.35 1 11.5c0-1.1.9-2 2-2 .64 0 1.22.32 1.6.82-1.1.85-1.92 1.9-2.3 3.05zm3.7.13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9.8 4.8c-1.08.63-2.42.96-3.8.96-1.4 0-2.74-.34-3.8-.95-.24-.13-.32-.44-.2-.68.15-.24.46-.32.7-.18 1.83 1.06 4.76 1.06 6.6 0 .23-.13.53-.05.67.2.14.23.06.54-.18.67zm.2-2.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.7-2.13c-.38-1.16-1.2-2.2-2.3-3.05.38-.5.97-.82 1.6-.82 1.1 0 2 .9 2 2 0 .84-.53 1.57-1.3 1.87z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="whatsapp://send?text=Simple%20Blog%20Post%20https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-7%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--whatsapp resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M20.1 3.9C17.9 1.7 15 .5 12 .5 5.8.5.7 5.6.7 11.9c0 2 .5 3.9 1.5 5.6L.6 23.4l6-1.6c1.6.9 3.5 1.3 5.4 1.3 6.3 0 11.4-5.1 11.4-11.4-.1-2.8-1.2-5.7-3.3-7.8zM12 21.4c-1.7 0-3.3-.5-4.8-1.3l-.4-.2-3.5 1 1-3.4L4 17c-1-1.5-1.4-3.2-1.4-5.1 0-5.2 4.2-9.4 9.4-9.4 2.5 0 4.9 1 6.7 2.8 1.8 1.8 2.8 4.2 2.8 6.7-.1 5.2-4.3 9.4-9.5 9.4zm5.1-7.1c-.3-.1-1.7-.9-1.9-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1s-1.2-.5-2.3-1.4c-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6s.3-.3.4-.5c.2-.1.3-.3.4-.5.1-.2 0-.4 0-.5C10 9 9.3 7.6 9 7c-.1-.4-.4-.3-.5-.3h-.6s-.4.1-.7.3c-.3.3-1 1-1 2.4s1 2.8 1.1 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.7-.7 1.9-1.3.2-.7.2-1.2.2-1.3-.1-.3-.3-.4-.6-.5z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://telegram.me/share/url?text=Simple%20Blog%20Post&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-7%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--telegram resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M.707 8.475C.275 8.64 0 9.508 0 9.508s.284.867.718 1.03l5.09 1.897 1.986 6.38a1.102 1.102 0 0 0 1.75.527l2.96-2.41a.405.405 0 0 1 .494-.013l5.34 3.87a1.1 1.1 0 0 0 1.046.135 1.1 1.1 0 0 0 .682-.803l3.91-18.795A1.102 1.102 0 0 0 22.5.075L.706 8.475z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="mt-5">
|
||||
|
||||
</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="Aperture Computer Technologies" 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>
|
275
public/blog/simple-blog-post-8/index.html
Normal file
@ -0,0 +1,275 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Are You Doing the Right Way</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="This is meta description">
|
||||
|
||||
<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="Aperture Computer Technologies" 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">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 offset-lg-2 text-center">
|
||||
<h1>Are You Doing the Right Way</h1>
|
||||
<ul class="list-inline mb-50">
|
||||
<li class="list-inline-item"><a href="/author/jeremy-berkleef/">Jeremy Berkleef</a></li>
|
||||
<li class="list-inline-item">Wednesday, Sep 12, 2018</li>
|
||||
</ul>
|
||||
<img class="img-fluid mb-50 lozad" data-src="https://www.aperturect.com/images/blog/blog-post-2.jpg" alt="blog-image">
|
||||
</div>
|
||||
<div class="col-lg-8 offset-lg-2">
|
||||
<div class="post-single-content">
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
<blockquote>
|
||||
<p>Design is not just what it looks like and feels like. Design is how it works.</p>
|
||||
</blockquote>
|
||||
<p>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>
|
||||
<p>Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="social-share pt-4">
|
||||
<h4>Share:</h4>
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-8%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--facebook resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://twitter.com/intent/tweet/?text=Are%20You%20Doing%20the%20Right%20Way&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-8%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--twitter resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://plus.google.com/share?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-8%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--google resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M11.37 12.93c-.73-.52-1.4-1.27-1.4-1.5 0-.43.03-.63.98-1.37 1.23-.97 1.9-2.23 1.9-3.57 0-1.22-.36-2.3-1-3.05h.5c.1 0 .2-.04.28-.1l1.36-.98c.16-.12.23-.34.17-.54-.07-.2-.25-.33-.46-.33H7.6c-.66 0-1.34.12-2 .35-2.23.76-3.78 2.66-3.78 4.6 0 2.76 2.13 4.85 5 4.9-.07.23-.1.45-.1.66 0 .43.1.83.33 1.22h-.08c-2.72 0-5.17 1.34-6.1 3.32-.25.52-.37 1.04-.37 1.56 0 .5.13.98.38 1.44.6 1.04 1.84 1.86 3.55 2.28.87.23 1.82.34 2.8.34.88 0 1.7-.1 2.5-.34 2.4-.7 3.97-2.48 3.97-4.54 0-1.97-.63-3.15-2.33-4.35zm-7.7 4.5c0-1.42 1.8-2.68 3.9-2.68h.05c.45 0 .9.07 1.3.2l.42.28c.96.66 1.6 1.1 1.77 1.8.05.16.07.33.07.5 0 1.8-1.33 2.7-3.96 2.7-1.98 0-3.54-1.23-3.54-2.8zM5.54 3.9c.33-.38.75-.58 1.23-.58h.05c1.35.05 2.64 1.55 2.88 3.35.14 1.02-.08 1.97-.6 2.55-.32.37-.74.56-1.23.56h-.03c-1.32-.04-2.63-1.6-2.87-3.4-.13-1 .08-1.92.58-2.5zM23.5 9.5h-3v-3h-2v3h-3v2h3v3h2v-3h3" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="mailto:?subject=Are%20You%20Doing%20the%20Right%20Way&body=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-8%2f" target="_self"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--email resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M22 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.25 14.43l-3.5 2c-.08.05-.17.07-.25.07-.17 0-.34-.1-.43-.25-.14-.24-.06-.55.18-.68l3.5-2c.24-.14.55-.06.68.18.14.24.06.55-.18.68zm4.75.07c-.1 0-.2-.03-.27-.08l-8.5-5.5c-.23-.15-.3-.46-.15-.7.15-.22.46-.3.7-.14L12 13.4l8.23-5.32c.23-.15.54-.08.7.15.14.23.07.54-.16.7l-8.5 5.5c-.08.04-.17.07-.27.07zm8.93 1.75c-.1.16-.26.25-.43.25-.08 0-.17-.02-.25-.07l-3.5-2c-.24-.13-.32-.44-.18-.68s.44-.32.68-.18l3.5 2c.24.13.32.44.18.68z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link"
|
||||
href="https://reddit.com/submit/?url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-8%2f&resubmit=true&title=Are%20You%20Doing%20the%20Right%20Way" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--reddit resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M24 11.5c0-1.65-1.35-3-3-3-.96 0-1.86.48-2.42 1.24-1.64-1-3.75-1.64-6.07-1.72.08-1.1.4-3.05 1.52-3.7.72-.4 1.73-.24 3 .5C17.2 6.3 18.46 7.5 20 7.5c1.65 0 3-1.35 3-3s-1.35-3-3-3c-1.38 0-2.54.94-2.88 2.22-1.43-.72-2.64-.8-3.6-.25-1.64.94-1.95 3.47-2 4.55-2.33.08-4.45.7-6.1 1.72C4.86 8.98 3.96 8.5 3 8.5c-1.65 0-3 1.35-3 3 0 1.32.84 2.44 2.05 2.84-.03.22-.05.44-.05.66 0 3.86 4.5 7 10 7s10-3.14 10-7c0-.22-.02-.44-.05-.66 1.2-.4 2.05-1.54 2.05-2.84zM2.3 13.37C1.5 13.07 1 12.35 1 11.5c0-1.1.9-2 2-2 .64 0 1.22.32 1.6.82-1.1.85-1.92 1.9-2.3 3.05zm3.7.13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9.8 4.8c-1.08.63-2.42.96-3.8.96-1.4 0-2.74-.34-3.8-.95-.24-.13-.32-.44-.2-.68.15-.24.46-.32.7-.18 1.83 1.06 4.76 1.06 6.6 0 .23-.13.53-.05.67.2.14.23.06.54-.18.67zm.2-2.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.7-2.13c-.38-1.16-1.2-2.2-2.3-3.05.38-.5.97-.82 1.6-.82 1.1 0 2 .9 2 2 0 .84-.53 1.57-1.3 1.87z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="whatsapp://send?text=Are%20You%20Doing%20the%20Right%20Way%20https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-8%2f" target="_blank"
|
||||
rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--whatsapp resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M20.1 3.9C17.9 1.7 15 .5 12 .5 5.8.5.7 5.6.7 11.9c0 2 .5 3.9 1.5 5.6L.6 23.4l6-1.6c1.6.9 3.5 1.3 5.4 1.3 6.3 0 11.4-5.1 11.4-11.4-.1-2.8-1.2-5.7-3.3-7.8zM12 21.4c-1.7 0-3.3-.5-4.8-1.3l-.4-.2-3.5 1 1-3.4L4 17c-1-1.5-1.4-3.2-1.4-5.1 0-5.2 4.2-9.4 9.4-9.4 2.5 0 4.9 1 6.7 2.8 1.8 1.8 2.8 4.2 2.8 6.7-.1 5.2-4.3 9.4-9.5 9.4zm5.1-7.1c-.3-.1-1.7-.9-1.9-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1s-1.2-.5-2.3-1.4c-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6s.3-.3.4-.5c.2-.1.3-.3.4-.5.1-.2 0-.4 0-.5C10 9 9.3 7.6 9 7c-.1-.4-.4-.3-.5-.3h-.6s-.4.1-.7.3c-.3.3-1 1-1 2.4s1 2.8 1.1 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.7-.7 1.9-1.3.2-.7.2-1.2.2-1.3-.1-.3-.3-.4-.6-.5z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="resp-sharing-button__link" href="https://telegram.me/share/url?text=Are%20You%20Doing%20the%20Right%20Way&url=https%3a%2f%2fwww.aperturect.com%2fblog%2fsimple-blog-post-8%2f"
|
||||
target="_blank" rel="noopener" aria-label="">
|
||||
<div class="resp-sharing-button resp-sharing-button--telegram resp-sharing-button--small">
|
||||
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M.707 8.475C.275 8.64 0 9.508 0 9.508s.284.867.718 1.03l5.09 1.897 1.986 6.38a1.102 1.102 0 0 0 1.75.527l2.96-2.41a.405.405 0 0 1 .494-.013l5.34 3.87a1.1 1.1 0 0 0 1.046.135 1.1 1.1 0 0 0 .682-.803l3.91-18.795A1.102 1.102 0 0 0 22.5.075L.706 8.475z" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="mt-5">
|
||||
|
||||
</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="Aperture Computer Technologies" 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>
|
171
public/categories/index.html
Normal file
@ -0,0 +1,171 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Categories</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="Aperture Computer Technologies" 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 -->
|
||||
|
||||
|
||||
<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="Aperture Computer Technologies" 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>
|
11
public/categories/index.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on Aperture Computer Technologies</title>
|
||||
<link>https://www.aperturect.com/categories/</link>
|
||||
<description>Recent content in Categories on Aperture Computer Technologies</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/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
1
public/categories/page/1/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://www.aperturect.com/categories/</title><link rel="canonical" href="https://www.aperturect.com/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://www.aperturect.com/categories/" /></head></html>
|
1
public/css/custom.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.navigation{background-color:#292f36;width:100%;margin-bottom:0}#contact-submit:hover{border-color:#2c9091;background-color:#09f}.btn-main:hover{background:#09f;color:#fff}.price-item{background-color:#0d0e0f}.counters-item{}.service-block{background-color:#0d0e0f;box-shadow:5px 5px 5px rgba(44,44,44,.3),13px 13px rgba(33,92,210,.8)}.service-block:hover{background-color:#0d0e0f;box-shadow:5px 5px 5px rgba(44,44,44,.3),13px 13px rgba(0,153,255,.8)}.skill-bar .progress .progress-bar{background:#215cd2}.member-photo .mask{background-color:rgba(33,92,210,.7)}@media(max-width:3840px){.section{padding:100px}.container{max-width:80%}.col-lg-4{flex:0 0 30%;display:grid;max-width:30%;min-width:10%;margin:auto}}@media(max-width:1920px){.section{padding:100px}.container{max-width:80%}.col-lg-4{flex:0 0 100%;display:grid;max-width:100%;margin:auto}}
|
1
public/css/style.min.css
vendored
Normal file
BIN
public/images/about/about-business-man.jpg
Normal file
After Width: | Height: | Size: 149 KiB |
BIN
public/images/about/about-business-man.webp
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
public/images/about/company-growth.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
public/images/about/company-growth.webp
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/images/backgrounds/bg-testimonial.jpg
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
public/images/backgrounds/bg-testimonial.webp
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
public/images/backgrounds/bg-white-wall.jpg
Normal file
After Width: | Height: | Size: 276 KiB |
BIN
public/images/backgrounds/bg-white-wall.webp
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
public/images/backgrounds/hero-area.jpg
Normal file
After Width: | Height: | Size: 555 KiB |
BIN
public/images/backgrounds/hero-area.webp
Normal file
After Width: | Height: | Size: 285 KiB |
BIN
public/images/blog/blog-post-1.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
public/images/blog/blog-post-1.webp
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/images/blog/blog-post-2.jpg
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
public/images/blog/blog-post-2.webp
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
public/images/blog/blog-post-3.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
public/images/blog/blog-post-3.webp
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
public/images/blog/meghna.jpg
Normal file
After Width: | Height: | Size: 156 KiB |
BIN
public/images/blog/meghna.webp
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/images/client/client-1.jpg
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
public/images/client/client-1.webp
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/images/client/client-2.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/images/client/client-2.webp
Normal file
After Width: | Height: | Size: 7.0 KiB |
BIN
public/images/favicon.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
public/images/logo.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/images/marker.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
public/images/portfolio/portfolio-1.jpg
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
public/images/portfolio/portfolio-1.webp
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
public/images/portfolio/portfolio-2.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/images/portfolio/portfolio-2.webp
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/images/portfolio/portfolio-3.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
public/images/portfolio/portfolio-3.webp
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/images/portfolio/portfolio-4.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/images/portfolio/portfolio-4.webp
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/images/portfolio/portfolio-5.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/images/portfolio/portfolio-5.webp
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/images/portfolio/portfolio-6.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/images/portfolio/portfolio-6.webp
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/images/portfolio/portfolio-7.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
public/images/portfolio/portfolio-7.webp
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/images/portfolio/portfolio-8.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
public/images/portfolio/portfolio-8.webp
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/images/team/jeremy1.jpg
Normal file
After Width: | Height: | Size: 425 KiB |
BIN
public/images/team/jeremy1.webp
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
public/images/team/jeremy2.jpg
Normal file
After Width: | Height: | Size: 455 KiB |
BIN
public/images/team/jeremy2.webp
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
public/images/team/jeremy3.jpg
Normal file
After Width: | Height: | Size: 408 KiB |
BIN
public/images/team/jeremy3.webp
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
public/images/team/jeremy4.jpg
Normal file
After Width: | Height: | Size: 412 KiB |
BIN
public/images/team/jeremy4.webp
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
public/images/team/jeremy5.jpg
Normal file
After Width: | Height: | Size: 491 KiB |
BIN
public/images/team/jeremy5.webp
Normal file
After Width: | Height: | Size: 90 KiB |
458
public/index.html
Normal file
@ -0,0 +1,458 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Aperture Computer Technologies</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">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Welcome Slider-->
|
||||
<section class="hero-area" style='background-image: url("https://www.aperturect.com/images/backgrounds/hero-area.webp")'>
|
||||
|
||||
<img class="d-none" src="https://www.aperturect.com/images/backgrounds/hero-area.webp" onerror="this.onerror=null;this.parentElement.style.backgroundImage= 'url(https:\/\/www.aperturect.com\/images\/backgrounds\/hero-area.jpg)'"/>
|
||||
|
||||
<div class="block">
|
||||
|
||||
<h1>Aperture Computer Technologies</h1>
|
||||
<p>Datacenter, Network, Web and Security Consulting</p>
|
||||
|
||||
|
||||
<a href="#about" class="btn btn-transparent page-scroll">Explore Us</a>
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<!-- /Welcome Slider-->
|
||||
|
||||
|
||||
|
||||
|
||||
<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="Aperture Computer Technologies" 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 About Section -->
|
||||
<section class="bg-one about section" id="about">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-12">
|
||||
<!-- section title -->
|
||||
<div class="title text-center wow fadeIn" data-wow-duration="1500ms">
|
||||
<h2> About <span class="color">
|
||||
Us </span></h2>
|
||||
<div class="border-meghna"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /section title -->
|
||||
|
||||
|
||||
<!-- About item -->
|
||||
<div class="col-lg-4 text-center wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="block">
|
||||
<div class="icon-box">
|
||||
<i class="ti-ruler-pencil"></i>
|
||||
</div>
|
||||
<!-- Express About Yourself -->
|
||||
<div class="content text-center">
|
||||
<h3>We're Creative</h3>
|
||||
<p>We’re a team of young professionals looking to improve the IT landscape in Suriname as a whole.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- About item -->
|
||||
<div class="col-lg-4 text-center wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="block">
|
||||
<div class="icon-box">
|
||||
<i class="ti-medall"></i>
|
||||
</div>
|
||||
<!-- Express About Yourself -->
|
||||
<div class="content text-center">
|
||||
<h3>We're Certified</h3>
|
||||
<p>From Microsoft Azure to the Linux Foundation. We know what we’re talking about.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- About item -->
|
||||
<div class="col-lg-4 text-center wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="block">
|
||||
<div class="icon-box">
|
||||
<i class="ti-thought"></i>
|
||||
</div>
|
||||
<!-- Express About Yourself -->
|
||||
<div class="content text-center">
|
||||
<h3>We're Client Focused</h3>
|
||||
<p>We put our client’s needs first. We do our homework on what you want and deliver the solution that fits you best.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- /about -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- service -->
|
||||
<section id="services" class="bg-one section">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-12">
|
||||
<!-- section title -->
|
||||
<div class="title text-center wow fadeIn" data-wow-duration="500ms">
|
||||
<h2> Our <span class="color">
|
||||
Services </span></h2>
|
||||
<div class="border-meghna"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /section title -->
|
||||
|
||||
|
||||
<!-- Single Service Item -->
|
||||
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="service-block text-center">
|
||||
<div class="service-icon text-center">
|
||||
<i class="ti-harddrives"></i>
|
||||
</div>
|
||||
<h3>Datacenter service</h3>
|
||||
<p>We deliver complete datacenters: from design and planning to deployment and maintenance.</p>
|
||||
</div>
|
||||
</article>
|
||||
<!-- End Single Service Item -->
|
||||
|
||||
<!-- Single Service Item -->
|
||||
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="service-block text-center">
|
||||
<div class="service-icon text-center">
|
||||
<i class="ti-world"></i>
|
||||
</div>
|
||||
<h3>Networking solutions</h3>
|
||||
<p>We can design your enterprise network from the ground up or help you expand your existing network. Everything from infrastructure to Software Defined Networking solutions.</p>
|
||||
</div>
|
||||
</article>
|
||||
<!-- End Single Service Item -->
|
||||
|
||||
<!-- Single Service Item -->
|
||||
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="service-block text-center">
|
||||
<div class="service-icon text-center">
|
||||
<i class="ti-cloud"></i>
|
||||
</div>
|
||||
<h3>Cloud migration</h3>
|
||||
<p>We’ll help you migrate your existing infrastructure to the cloud, delivering smart and scalable solutions.</p>
|
||||
</div>
|
||||
</article>
|
||||
<!-- End Single Service Item -->
|
||||
|
||||
<!-- Single Service Item -->
|
||||
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="service-block text-center">
|
||||
<div class="service-icon text-center">
|
||||
<i class="ti-panel"></i>
|
||||
</div>
|
||||
<h3>Managed services</h3>
|
||||
<p>We can manage your existing firewalls, servers and cloud solutions</p>
|
||||
</div>
|
||||
</article>
|
||||
<!-- End Single Service Item -->
|
||||
|
||||
<!-- Single Service Item -->
|
||||
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="service-block text-center">
|
||||
<div class="service-icon text-center">
|
||||
<i class="ti-shield"></i>
|
||||
</div>
|
||||
<h3>Security</h3>
|
||||
<p>We can provide consultancy on physical security, datacenter edge- and endpoint protection</p>
|
||||
</div>
|
||||
</article>
|
||||
<!-- End Single Service Item -->
|
||||
|
||||
<!-- Single Service Item -->
|
||||
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="service-block text-center">
|
||||
<div class="service-icon text-center">
|
||||
<i class="ti-hummer"></i>
|
||||
</div>
|
||||
<h3>Web development</h3>
|
||||
<p>We can build modern, scalable webapps, provide hosting and consultancy.</p>
|
||||
</div>
|
||||
</article>
|
||||
<!-- End Single Service Item -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- /service -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Start Call To Action -->
|
||||
<section id="cta" class="call-to-action section-sm bg-1 overly" style='background-image: url("https://www.aperturect.com/images/backgrounds/bg-white-wall.webp")'>
|
||||
|
||||
<img src="https://www.aperturect.com/images/backgrounds/bg-white-wall.webp" style="display: none;" onerror="this.onerror=null;this.parentElement.style.backgroundImage= 'url(https:\/\/www.aperturect.com\/images\/backgrounds\/bg-white-wall.jpg)'">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center">
|
||||
<h2>Want to work with us?</h2>
|
||||
<p>Contact us now for more information and a personalized quotation!</p>
|
||||
|
||||
|
||||
<a href="#contact" class="btn btn-main page-scroll">Start a project with us</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Start Services Section -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Start Contact Us -->
|
||||
<section id="contact" class="contact-us section-bg">
|
||||
<div class="container pb-5">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<!-- section title -->
|
||||
<div class="title text-center wow fadeIn" data-wow-duration="500ms">
|
||||
<h2> Contact <span class="color">
|
||||
Us </span></h2>
|
||||
<div class="border-meghna"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /section title -->
|
||||
|
||||
<!-- Contact Details -->
|
||||
<div class="contact-info col-lg-6 wow fadeInUp" data-wow-duration="500ms">
|
||||
<h3>Contact us for a quote or project!</h3>
|
||||
<p> You can contact us via Email, phone or the contact form below. </p>
|
||||
|
||||
|
||||
<div class="contact-details">
|
||||
|
||||
<div class="con-info clearfix">
|
||||
<i class="ti-mobile"></i>
|
||||
<span>Phone: +597-728-3658 </span>
|
||||
</div>
|
||||
|
||||
<div class="con-info clearfix">
|
||||
<i class="ti-email"></i>
|
||||
<span>Email: info@aperturect.com</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Contact Form -->
|
||||
|
||||
|
||||
<div class="col-lg-6 wow fadeInUp" data-wow-duration="500ms" data-wow-delay="300ms">
|
||||
<form id="contact-form" class="form-meghna" method="post" action="https://formspree.io/f/xeqvjakj" role="form">
|
||||
<div class="form-group">
|
||||
<input type="text" placeholder="Your Name" class="form-control" name="name" id="name">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="email" placeholder="Your Email" class="form-control" name="email" id="email">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="text" placeholder="Subject" class="form-control" name="subject" id="subject">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<textarea rows="6" placeholder="Message" class="form-control" name="message" id="message"></textarea>
|
||||
</div>
|
||||
<div id="cf-submit">
|
||||
<button type="submit" id="contact-submit" class="btn btn-transparent btn-block"
|
||||
value="Submit">Submit</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- /contact -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</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="Aperture Computer Technologies" 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>
|
111
public/index.xml
Normal file
@ -0,0 +1,111 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Aperture Computer Technologies</title>
|
||||
<link>https://www.aperturect.com/</link>
|
||||
<description>Recent content on Aperture Computer Technologies</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>Copyright &copy; 2021 Aperture Computer Technologies, Designed by Themefisher</copyright>
|
||||
<lastBuildDate>Wed, 12 Sep 2018 14:51:12 +0600</lastBuildDate><atom:link href="https://www.aperturect.com/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Are You Doing the Right Way</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-8/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 14:51:12 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-8/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>How To Setup Meghna Hugo</title>
|
||||
<link>https://www.aperturect.com/blog/installation/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 14:51:12 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/installation/</guid>
|
||||
<description>Install this template by following those simple steps: STEP-1 : Hugo installation Check this link below for install hugo on your computer.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>How to x</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-1/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-1/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simple Blog Post</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-2/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-2/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simple Blog Post</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-3/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-3/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simple Blog Post</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-4/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-4/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simple Blog Post</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-5/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-5/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simple Blog Post</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-6/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-6/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simple Blog Post</title>
|
||||
<link>https://www.aperturect.com/blog/simple-blog-post-7/</link>
|
||||
<pubDate>Wed, 12 Sep 2018 12:52:36 +0600</pubDate>
|
||||
|
||||
<guid>https://www.aperturect.com/blog/simple-blog-post-7/</guid>
|
||||
<description>Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</description>
|
||||
</item>
|
||||
|
||||
<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>
|
@ -0,0 +1 @@
|
||||
$(window).on('load',function(){$('.preloader').fadeOut(100)}),jQuery(function(a){"use strict";var b,c,d,e;const f=lozad();f.observe(),a('.image-popup').magnificPopup({type:'image',removalDelay:160,callbacks:{beforeOpen:function(){this.st.image.markup=this.st.image.markup.replace('mfp-figure','mfp-figure mfp-with-anim'),this.st.mainClass=this.st.el.attr('data-effect')}},closeOnContentClick:!0,midClick:!0,fixedContentPos:!1,fixedBgPos:!0}),b=document.querySelector('.shuffle-wrapper'),b&&(c=window.Shuffle,d=new c(document.querySelector('.shuffle-wrapper'),{itemSelector:'.shuffle-item',buffer:1}),jQuery('input[name="shuffle-filter"]').on('change',function(b){var a=b.currentTarget;a.checked&&d.filter(a.value)})),a("#testimonials").slick({infinite:!0,arrows:!1,autoplay:!0,autoplaySpeed:4e3});function h(b){var a;b.matches?(a=50):(a=350)}e=a('html, body'),a('nav a, .page-scroll').on('click',function(){if(location.pathname.replace(/^\//,'')===this.pathname.replace(/^\//,'')&&location.hostname===this.hostname){var b=a(this.hash);if(b=b.length?b:a('[name='+this.hash.slice(1)+']'),b.length)return e.animate({scrollTop:b.offset().top-50},1500,'easeInOutExpo'),!1}}),jQuery.extend(jQuery.easing,{easeInOutExpo:function(e,a,b,c,d){return a===0?b:a===d?b+c:(a/=d/2)<1?c/2*Math.pow(2,10*(a-1))+b:c/2*(-Math.pow(2,-10*--a)+2)+b}});function g(){var b;a('.count').length!==0&&(b=a('.count').offset().top-window.innerHeight),a(window).scrollTop()>b&&a('.count').each(function(){var b=a(this),c=b.attr('data-count');a({countNum:b.text()}).animate({countNum:c},{duration:1e3,easing:'swing',step:function(){b.text(Math.floor(this.countNum))},complete:function(){b.text(this.countNum)}})})}a(window).on('scroll',function(){g()})})
|
6
public/plugins/bootstrap/bootstrap.min.css
vendored
Normal file
7
public/plugins/bootstrap/bootstrap.min.js
vendored
Normal file
3
public/plugins/google-map/map.js
Normal file
@ -0,0 +1,3 @@
|
||||
window.marker=null;function initialize(){var map;var latitude=$('#map').attr('data-latitude');var longitude=$('#map').attr('data-longitude');var mapMarker=$('#map').attr('data-marker');var mapMarkerName=$('#map').attr('data-marker-name');var nottingham=new google.maps.LatLng(latitude,longitude);var style=[{"featureType":"all","elementType":"labels.text.fill","stylers":[{"saturation":36},{"color":"#000000"},{"lightness":40}]},{"featureType":"all","elementType":"labels.text.stroke","stylers":[{"visibility":"on"},{"color":"#000000"},{"lightness":16}]},{"featureType":"all","elementType":"labels.icon","stylers":[{"visibility":"off"}]},{"featureType":"administrative","elementType":"geometry.fill","stylers":[{"color":"#000000"},{"lightness":20}]},{"featureType":"administrative","elementType":"geometry.stroke","stylers":[{"color":"#000000"},{"lightness":17},{"weight":1.2}]},{"featureType":"landscape","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":20}]},{"featureType":"poi","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":21}]},{"featureType":"road.highway","elementType":"geometry.fill","stylers":[{"color":"#000000"},{"lightness":17}]},{"featureType":"road.highway","elementType":"geometry.stroke","stylers":[{"color":"#000000"},{"lightness":29},{"weight":0.2}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":18}]},{"featureType":"road.local","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":16}]},{"featureType":"transit","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":19}]},{"featureType":"water","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":17}]}];var mapOptions={center:nottingham,mapTypeId:google.maps.MapTypeId.ROADMAP,backgroundColor:"#000",zoom:15,panControl:!1,zoomControl:!0,mapTypeControl:!1,scaleControl:!1,streetViewControl:!1,overviewMapControl:!1,zoomControlOptions:{style:google.maps.ZoomControlStyle.LARGE}}
|
||||
map=new google.maps.Map(document.getElementById('map'),mapOptions);var mapType=new google.maps.StyledMapType(style,{name:"Grayscale"});map.mapTypes.set('grey',mapType);map.setMapTypeId('grey');var marker_image=mapMarker;var pinIcon=new google.maps.MarkerImage(marker_image,null,null,null,new google.maps.Size(46,40));marker=new google.maps.Marker({position:nottingham,map:map,icon:pinIcon,title:mapMarkerName})}
|
||||
var map=document.getElementById('map');if(map!=null){google.maps.event.addDomListener(window,'load',initialize)}
|
2
public/plugins/jquery/jquery.min.js
vendored
Normal file
9
public/plugins/lazy-load/lozad.min.js
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/*! lozad.js - v1.9.0 - 2019-02-09
|
||||
* https://github.com/ApoorvSaxena/lozad.js
|
||||
* Copyright (c) 2019 Apoorv Saxena; Licensed MIT */
|
||||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.lozad=e()}(this,function(){"use strict";var g=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},n="undefined"!=typeof document&&document.documentMode,l={rootMargin:"0px",threshold:0,load:function(t){if("picture"===t.nodeName.toLowerCase()){var e=document.createElement("img");n&&t.getAttribute("data-iesrc")&&(e.src=t.getAttribute("data-iesrc")),t.getAttribute("data-alt")&&(e.alt=t.getAttribute("data-alt")),t.appendChild(e)}if("video"===t.nodeName.toLowerCase()&&!t.getAttribute("data-src")&&t.children){for(var r=t.children,o=void 0,a=0;a<=r.length-1;a++)(o=r[a].getAttribute("data-src"))&&(r[a].src=o);t.load()}t.getAttribute("data-src")&&(t.src=t.getAttribute("data-src")),t.getAttribute("data-srcset")&&t.setAttribute("srcset",t.getAttribute("data-srcset")),t.getAttribute("data-background-image")&&(t.style.backgroundImage="url('"+t.getAttribute("data-background-image")+"')"),t.getAttribute("data-toggle-class")&&t.classList.toggle(t.getAttribute("data-toggle-class"))},loaded:function(){}};
|
||||
/**
|
||||
* Detect IE browser
|
||||
* @const {boolean}
|
||||
* @private
|
||||
*/function f(t){t.setAttribute("data-loaded",!0)}var b=function(t){return"true"===t.getAttribute("data-loaded")};return function(){var r,o,a=0<arguments.length&&void 0!==arguments[0]?arguments[0]:".lozad",t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},e=g({},l,t),n=e.root,i=e.rootMargin,d=e.threshold,c=e.load,u=e.loaded,s=void 0;return window.IntersectionObserver&&(s=new IntersectionObserver((r=c,o=u,function(t,e){t.forEach(function(t){(0<t.intersectionRatio||t.isIntersecting)&&(e.unobserve(t.target),b(t.target)||(r(t.target),f(t.target),o(t.target)))})}),{root:n,rootMargin:i,threshold:d})),{observe:function(){for(var t=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:document;return t instanceof Element?[t]:t instanceof NodeList?t:e.querySelectorAll(t)}(a,n),e=0;e<t.length;e++)b(t[e])||(s?s.observe(t[e]):(c(t[e]),f(t[e]),u(t[e])))},triggerLoad:function(t){b(t)||(c(t),f(t),u(t))},observer:s}}});
|
4
public/plugins/magnific-popup/jquery.magnific-popup.min.js
vendored
Normal file
1
public/plugins/magnific-popup/magnific-popup.css
Normal file
1
public/plugins/shuffle/shuffle.min.js
vendored
Normal file
BIN
public/plugins/slick/ajax-loader.gif
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
public/plugins/slick/fonts/slick.eot
Normal file
14
public/plugins/slick/fonts/slick.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by Fontastic.me</metadata>
|
||||
<defs>
|
||||
<font id="slick" horiz-adv-x="512">
|
||||
<font-face font-family="slick" units-per-em="512" ascent="480" descent="-32"/>
|
||||
<missing-glyph horiz-adv-x="512" />
|
||||
|
||||
<glyph unicode="→" d="M241 113l130 130c4 4 6 8 6 13 0 5-2 9-6 13l-130 130c-3 3-7 5-12 5-5 0-10-2-13-5l-29-30c-4-3-6-7-6-12 0-5 2-10 6-13l87-88-87-88c-4-3-6-8-6-13 0-5 2-9 6-12l29-30c3-3 8-5 13-5 5 0 9 2 12 5z m234 143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z"/>
|
||||
<glyph unicode="←" d="M296 113l29 30c4 3 6 7 6 12 0 5-2 10-6 13l-87 88 87 88c4 3 6 8 6 13 0 5-2 9-6 12l-29 30c-3 3-8 5-13 5-5 0-9-2-12-5l-130-130c-4-4-6-8-6-13 0-5 2-9 6-13l130-130c3-3 7-5 12-5 5 0 10 2 13 5z m179 143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z"/>
|
||||
<glyph unicode="•" d="M475 256c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z"/>
|
||||
<glyph unicode="a" d="M475 439l0-128c0-5-1-9-5-13-4-4-8-5-13-5l-128 0c-8 0-13 3-17 11-3 7-2 14 4 20l40 39c-28 26-62 39-100 39-20 0-39-4-57-11-18-8-33-18-46-32-14-13-24-28-32-46-7-18-11-37-11-57 0-20 4-39 11-57 8-18 18-33 32-46 13-14 28-24 46-32 18-7 37-11 57-11 23 0 44 5 64 15 20 9 38 23 51 42 2 1 4 3 7 3 3 0 5-1 7-3l39-39c2-2 3-3 3-6 0-2-1-4-2-6-21-25-46-45-76-59-29-14-60-20-93-20-30 0-58 5-85 17-27 12-51 27-70 47-20 19-35 43-47 70-12 27-17 55-17 85 0 30 5 58 17 85 12 27 27 51 47 70 19 20 43 35 70 47 27 12 55 17 85 17 28 0 55-5 81-15 26-11 50-26 70-45l37 37c6 6 12 7 20 4 8-4 11-9 11-17z"/>
|
||||
</font></defs></svg>
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/plugins/slick/fonts/slick.ttf
Normal file
BIN
public/plugins/slick/fonts/slick.woff
Normal file
1
public/plugins/slick/slick.css
Normal 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-list,.slick-slider .slick-track{-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:after,.slick-track:before{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}
|
1
public/plugins/slick/slick.min.js
vendored
Normal file
BIN
public/plugins/themify-icons/fonts/themify.eot
Normal file
362
public/plugins/themify-icons/fonts/themify.svg
Normal file
After Width: | Height: | Size: 229 KiB |