Introduction

Tarly - Multipurpose Landing Page HTML Template

Template Features:
  • Multipage Demos
  • Easy to customize
  • HTML5 & CSS3
  • Clean & Simple Design
  • Fully Responsive Layout
  • Crossbrowser Compatible with Edge, IE10+, Firefox, Opera, Chrome
  • W3 Valid
  • Retina ready
  • Line Awesome Free icons
  • Powered with Bootstrap (4.5.2)
  • Powered with jQuery (3.5.1)
  • Build with Sass
  • Smooth animation
  • AJAX contact form Submission
  • AJAX subscriptions form Submission
  • Well Documented

The template folder Tarly is available inside the downloaded zip file. Need to unzip the zip file to find the template also the documentation folder.

The files and folders structure is similar to the following:

  1. assets/css — folder with CSS files.
  2. assets/fonts — folder with fonts files.
  3. assets/img — folder with image files.
  4. assets/js — folder with Javascript files.
  5. assets/php — folder with form-process.php files.

Upload the template files to the server with the help of one of the FTP-clients like FileZilla.

HTML Files:
Default Demo
  1. App Landing (app-landing.html)
  2. SaaS Landing (saas-landing.html)
  3. SEO Marketing (seo-marketing.html)
  4. Startup Agency (startup-agency.html)
  5. Personal Portfolio (personal-portfolio.html)
Files Edit & Upload:

Individual pages can be customized by opening in a code editor such as VS Code. Once all the customization completed then to make the website live you need to upload the updated project files to the hosting server for your own domain. The files can be uploaded using FTP client such as FileZilla.

Followings are the css files which loaded inside the Head Section:


<!-- Links of CSS files -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/line-awesome.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/css/odometer.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">

                    

Followings are the JS files which loaded before the end of HEAD or BODY Section:.


<!-- Links of JS files -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/odometer.min.js"></script>
<script src="assets/js/jquery.appear.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.js"></script>
<script src="assets/js/jquery.ajaxchimp.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/custom.js"></script>

Due to the Envato policy, we are unable to include demo images inside download bundle so for demo images please send us an email to hello@hibootstrap.com

The Contact form html code coming with jQuery form validation. Also, it's included a .php file(form-process.php) for AJAX based email sending! HTML code example is similar to followings:


<div class="contact-form">
	<form id="contactForm">
		<div class="row">
			<div class="col-md-6">
				<div class="form-group">
					<input type="text" name="name" class="form-control" id="name" required data-error="Please enter your name" placeholder="Your name">
					<div class="help-block with-errors"></div>
				</div>
			</div>

			<div class="col-md-6">
				<div class="form-group">
					<input type="email" name="email" class="form-control" id="email" required data-error="Please enter your email" placeholder="Your email address">
					<div class="help-block with-errors"></div>
				</div>
			</div>

			<div class="col-lg-6">
				<div class="form-group">
					<input type="text" name="phone_number" class="form-control" id="phone_number" required data-error="Please enter your phone number" placeholder="Your phone number">
					<div class="help-block with-errors"></div>
				</div>
			</div>

			<div class="col-lg-6">
				<div class="form-group">
					<textarea name="message" id="message" class="form-control" cols="30" rows="6" required data-error="Please enter your message" placeholder="Write your message..."></textarea>
					<div class="help-block with-errors"></div>
				</div>
			</div>

			<div class="col-lg-12 col-md-12">
				<button type="submit" class="default-btn"><i class="flaticon-tick"></i>Send Message<span></span></button>
				<div id="msgSubmit" class="h3 text-center hidden"></div>
				<div class="clearfix"></div>
			</div>
		</div>
	</form>
</div>

                    

File location: assets/php/form-process.php file

https://mailchimp.com/help/add-a-signup-form-to-your-website/

Paste URL on main.js File

By default, the template loads Poppins font from Google Web Font Services. The font can be changed based on the website needs. Google Fonts

Font code can be found in the "style.scss" file path: assets/css/style.scss


@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

$font-family: 'Sarabun', sans-serif;

Note: After SCSS file run then it will be work

File path: assets/css/style.scss

	
	$main-color: #567df4; (All Primary Color)
	$paragraph-color: #7f7f7f; (All Paragraph Color)
	

Note: After SCSS file run then it will be work

Please open the file Visual Studio Code Editor.

And following the video tutorial.

Here the Link: https://www.youtube.com/watch?v=0MWmv1Gvv5w

File path: assets/js/main.js


	// Partner Slider
	$('.partner-slider').owlCarousel({
		loop: true,
		dots: false,
		margin: 40,
		nav: false,
		autoplay: true,
		autoplayHoverPause: true,
		responsive:{
			0:{
				items:2
			},
			576:{
				items:3
			},
			768:{
				items:4
			},
			1200:{
				items:5
			}
		}
	})

                    

More Info please browser the link: Owl Carousel Docs Options

Please remove or comment the below code file path: assets/js/main.js


	// Preloader JS
	jQuery(window).on('load',function(){
		jQuery(".preloader").fadeOut(500);
	});

                    

Also, please remove or comment the below code all HTML files


<div class="preloader">
	<div class="d-table">
		<div class="d-table-cell">
			<div class="lds-hourglass">
			</div>
		</div>
	</div>
</div>

Please optimize all images KB, MB also, use the image size following by placeholder file path: assets/img/..

- Tinypng

Please minify all CSS file path: assets/css/..

- CSS Minifier

Please minify all JS file path: assets/js/..

- Javascript Minifier

Please go to the image file 'path: assets/img/...' replace the image which one you want following placeholder image size & name

You won't able to add new flaticon except existing but you can if you want to add from scratch but existing will not work and it's the feature of flaticon. Flaticon.com

After a certain time, we will update our project based on the latest technology but in your template, you need to update on your own if you want.

Note: All images are used for preview purpose only and not included in the final purchase files.

Images from:
https://www.freepik.com/
https://pixabay.com/
https://unsplash.com/

Google Fonts:
Poppins

IconFont
Boxicons

If you have any questions, please use our profile contact form on Envato ( https://themeforest.net/user/hibootstrap ).
or send details query to support email hello@hibootstrap.com.

We aim to answer all questions within 24 hours . In some cases the waiting time can be extended to 48 hours.

We hope you found this document helpful. Thank you!