Thank you for purchasing our template. We hope that you find all your questions regarding this Template answered in this Documentation as much in details as possible. However, if you still need support, do not hesitate to contact us at our support forum for this Template. If you have any questions that are beyond the scope of this help file, please feel free to email me. Thanks so much!
Esham is HTML5 Personal Portfolio template, witch is 100% responsive and its build with Bootstrap 3. It has clean, minimalistic and modular design, also is well comentent with clean code.
To edit this template with your info you will need a code editor, i use Sublime Text (http://www.sublimetext.com/3) and a browser i recommend to use Google Chrome.
There is multiple home page layouts to chose from (multi page and one page), also various selection of pages that you can use to create your website, but you can also create your own page layouts very easily (just copy and paste code form the elements examples).
When you start editing the template with your info is good idea to create separate folder, copy the assets folder there, rename one of the index... files to index.html and then move and edit pages that you will use. Also is good practice to create separate styleseet for your edits and load it bellow Esham CSS.
Follow the steps below to setup your site template:
HTML/css - Stylesheet filesHTML/fonts – Icon font filesHTML/images - Image filesHTML/js - Javacript filesOnce you download the template, you can see a folder with several files and sub folders. You can read description of some important files in continue.
Esham follows a simple and easy to customize coding structure. Here is the sample for your reference:
<!DOCTYPE html>
<html lang="en">
<head>
<title>Esham HTML5 Personal Portfolio Template</title>
<!-- ========== Start Stylesheet ========== -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
</head>
<body>
<!-- Start Navigation -->
<nav class="navbar navbar-default navbar-fixed white no-background bootsnav">
</nav>
<!-- End Navigation-->
<!-- Start Main
============================================= --->
<main>
</main>
<!-- END Main Content -->
<!-- Star Footer
============================================= -->
<footer>
</footer>
<!-- End Footer -->
<!-- jQuery Frameworks
============================================= -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>
Cut the code below from assets/js/custom.js
/* ==================================================
07. Typed Text Init Init
===============================================*/
$(".element").typed({
strings: ["Professional Web Developer", "WordPress Expert", "Laravel Expert"],
typeSpeed: 10,
loop: true,
backDelay: 2000
});
Paste inside your .html file (before body end).
<script>
/* ==================================================
07. Typed Text Init Init
===============================================*/
$(".element").typed({
strings: ["Professional Web Developer", "WordPress Expert", "Laravel Expert"],
typeSpeed: 10,
loop: true,
backDelay: 2000
});
</script>
</body>
</html>
Esham uses 2 fonts: Open Sans & Roboto from the Google Fonts Library. You can change the fonts by following code
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
We would really love to take this opportunity to appreciate guys whose items were helpful to us to make Esham a really beautiful theme for our awesome users: