First of all, thank you for purchasing the Beeko HTML5 Template. You can find the detailed information about the template in this document.
If there is anything you cannot find in this document, you can send an e-mail via the Profile page.
Beeko Butcher & Meat Shop HTML Template.
In download folder you will find Two folders:
Documentation (Documentation for main template)Beeko (Main Template)
margin or padding. Don't get panic if you messed up anything when you edit the template. We are always available to support our customer.
Follow the steps below to setup your site template:
Template folder to find all the template files. You wil get Beeko folder in there. You need to upload this folder to your hosting web server using FTP or cPanel in order to use it on your website.Beeko/assets/scss - Scss filesBeeko/assets/css - Stylesheet filesBeeko/assets/fonts - Icon/fonts filesBeeko/assets/img - Image filesBeeko/assets/js - JS filesWe are used Bootstrap Latest Version v5.3.2 framework in this template.
The general template structure is the same throughout the template. Here is the general structure.
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Beeko - Business Consulting HTML Template</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">
<!-- Place favicon.ico in the root directory -->
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/.....">
<link rel="stylesheet" href="assets/css/.....">
<link rel="stylesheet" href="assets/css/....">
<link rel="stylesheet" href="assets/css/...">
</head>
<body>
<!-- header-area -->
<header id="home">
</header>
<!-- header-area-end -->
<!-- main-area -->
<main class="main-area fix">
<!-- All Section Here -->
</main>
<!-- main-area-end -->
<!-- Footer-area -->
<footer class="footer-area">
</footer>
<!-- Footer-area-end -->
<!-- JS here -->
<script src="assets/js/vendor/....."></script>
<script src="assets/js/...."></script>
<script src="assets/js/..."></script>
</body>
</html>
Introduce Beeko All Pages
index.html is ====> Business Consultingindex-2.html is ====> Marketing Agencyindex-3.html is ====> SEO Agencyindex-4.html is ====> Creative Agencyindex-5.html is ====> Digital Agencyindex-6.html is ====> Insuranceindex-7.html is ====> It Businessindex-8.html is ====> Online Bankingindex-9.html is ====> Web Design Agencyindex-10.html is ====> Business Strategyindex-11.html is ====> Loan Specialistindex-12.html is ====> Finance Advisorabout.html is ====> About Us Pageteam.html is ====> Team Pageteam-details.html is ====> Team Details Pageservices.html is ====> Our Services Pageservices-details.html is ====> Services Details Pageproject.html is ====> Portfolio Pageproject-details.html is ====> Portfolio Details Pageshop.html is ====> Shop Pageshop-details.html is ====> Shop Details Pageblog.html is ====> Blog Post Pageblog-details.html is ====> Blog Details Pagecontact.html is ====> Contact Us PageFavicon Will be found in <head> section.
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">
The Logo will be found in the <nav class="navbar"> tag.
<div class="logo"><a href="index.html"><img src="img/logo/logo.svg" alt="logo"></a></div>
You can replace any .jpg .png .svg logo. And set the width according to your logo size.
In Beeko we use Poppins font.
You can change both fonts form assets/scss/utils/_typography.scss file:
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
You can edit your form simply and quickly. Open mail.php from Beeko folder and add your email into $recipient field
<?php
// Only process POST reqeusts.
if ($_SERVER["REQUEST_METHOD"] == "POST") {
// Get the form fields and remove MORALspace.
$name = strip_tags(trim($_POST["name"]));
$name = str_replace(array("\r","\n"),array(" "," "),$name);
$email = filter_var(trim($_POST["email"]), FILTER_SANITIZE_EMAIL);
$message = trim($_POST["message"]);
// Check that data was sent to the mailer.
if ( empty($name) OR empty($message) OR !filter_var($email, FILTER_VALIDATE_EMAIL)) {
// Set a 400 (bad request) response code and exit.
http_response_code(400);
echo "Please complete the form and try again.";
exit;
}
// Set the recipient email address.
// FIXME: Update this to your desired email address.
$recipient = "founder@stthemes.com";
?>
The main.css file contains all of the specific stylings for the page. The file is separated into sections using:
This file includes core bootstrap styles
SourceThis file contains styles about Fontawesome icon library
Source
<i class="fab fa-facebook-square"></i>
This file contains styles about Popup Style
Sourceanimate.css is a bunch of cool, fun, and cross-browser animations for you to use in projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.
<div class="wow slideInLeft">
...
</div>
This file contains styles about Popup Style
SourceThis file contains styles about Swiper carousel plugin
SourceAll styles about template
jQuery is a fast, small, and feature-rich JavaScript library.
SourceCore bootstrap js file
SourcejQuery carousel plugin from Swiper
SourceA lightweight script to animate scrolling.Reveal Animations When You Scroll.
SourceA lightweight script to animate scrolling. Reveal Animations When You Scroll.
SourceThis file contains all script about site.