first commit
This commit is contained in:
74
blog_main.php
Normal file
74
blog_main.php
Normal file
@@ -0,0 +1,74 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<?php include 'includes/head.php'; ?>
|
||||
|
||||
<body style="background-color: white;" class="wp-singular page-template-default page page-id-2983 wp-theme-aiero theme-aiero woocommerce-no-js mega-menu-main elementor-default elementor-kit-6 elementor-page elementor-page-2983">
|
||||
|
||||
<?php
|
||||
$current_page = 'About';
|
||||
include 'includes/header.php';
|
||||
include 'includes/offcanvas.php';
|
||||
?>
|
||||
|
||||
<!-- PAGE CONTENT HERE -->
|
||||
<main>
|
||||
<div class="page-title-container has-additional-text has-decoration">
|
||||
<div class="page-title-bg"></div>
|
||||
<div class="page-title-decoration-tl">
|
||||
<div class="page-title-decoration-tl-inner"></div>
|
||||
</div>
|
||||
<div class="page-title-decoration-br">
|
||||
<div class="page-title-decoration-br-inner"></div>
|
||||
</div>
|
||||
<div class="page-title-row">
|
||||
<div class="page-title-wrapper">
|
||||
<div class="page-title-box">
|
||||
<h1 class="page-title">Blogs</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="page-title-additional">Loyaly</div>
|
||||
<div class="breadcrumbs-wrapper">
|
||||
<nav class="breadcrumbs">
|
||||
<a href="../index.html">Home</a>
|
||||
<span class='delimiter'></span>
|
||||
<span class="current">Blogs</span>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="content-inner">
|
||||
<div data-elementor-type="wp-page" data-elementor-id="10863" class="elementor elementor-10863" >
|
||||
|
||||
|
||||
<?php include 'components/blog_section.php'; ?>
|
||||
<!-- Get in touch -->
|
||||
<?php include 'components/get_in_touch.php'; ?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<script>
|
||||
|
||||
function getstart() {
|
||||
window.location.href = "/loyaly_php/contacts.php";
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<?php include 'includes/footer.php'; ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user