Overview

Oli is a creative and fully responsive HTML/CSS template based on Bootstrap 4 framework, suitable for any creative people, business, agency, portfolio etc...

Installation

Follow the steps below to get started with your Site Template:

  1. Open the html folder to find all the Templates Files.
  2. You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
  3. Make sure you upload the required files/folders listed below:
    • html/assets/css - Extra Stylesheets Folder
    • html/demo - Demo Images Folder
    • html/assets/fonts - Fonts Folder
    • html/assets/images - Images Folder
    • html/include - Required PHP Functions Folder
    • html/assets/js - Javacripts Folder
    • html/assets/css/style.css - Main Stylesheet File
    • html/index.html - Index File/Homepage
    The other files can be used according to your preferences.
  4. You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.

HTML Structure

Oli follows a simple coding structure. here is the sample:


										<!DOCTYPE html>
										<html lang="en">
											<head>

												<!-- Your Stylesheets, Scripts & Title -->

											</head>
											<body>

												<div id="preloader" class="preloader preloader-dark">

													[...]

												</div>

												<!-- Global Overlay -->
												<div class="global-overlay">

													[...]

												</div>

												<!-- Frame -->
												<div class="frame">

													[...]

												</div>

												<div class="site-container">

													<!-- Site Header -->
													<header class="site-header">

														[...]

													</header>

													<!-- Page Content - Fullpage -->
													<div class="oli-fullpage">

														<section class="oli-section">

															[...]

														</section>

													</div><!-- .oli-fullpage end -->

													<!-- Site Footer -->
													<footer class="site-footer">

													</footer>

												</div>

												<!-- Your Scripts -->

											</body>
										</html>
										

Grid System

This template is based on Bootstrap 4. Go to Bootrstrap's documentation and check how does it work.

Favicons & Apple Touch Icons

You can add a Favicon to your Website using the following code:


										<link rel="icon" href="assets/images/favicon.png" type="image/png" sizes="16x16">
									

You can add Apple Touch Icons to your Website using the following code:


										<link rel="apple-touch-icon" href="assets/images/apple-touch-icon.png">
										<link rel="apple-touch-icon" sizes="72x72" href="assets/images/apple-touch-icon-72x72.png">
										<link rel="apple-touch-icon" sizes="114x114" href="assets/images/apple-touch-icon-114x114.png">
									

Content

Typography

Classic heading style

h1. Heading 1

h2. Heading 2

h3. Heading 3

h4. Heading 4

h5. Heading 5
h6. Heading 6

												<h1>h1. Heading 1</h1>
												<h2>h2. Heading 2</h2>
												<h3>h3. Heading 3</h3>
												<h4>h4. Heading 4</h4>
												<h5>h5. Heading 5</h5>
												<h6>h6. Heading 6</h6>
											
Uppercase heading style

h1. Heading 1

h2. Heading 2

h3. Heading 3

h4. Heading 4

h5. Heading 5
h6. Heading 6

												<h1 class="heading-uppercase">h1. Heading 1</h1>
												<h2 class="heading-uppercase">h2. Heading 2</h2>
												<h3 class="heading-uppercase">h3. Heading 3</h3>
												<h4 class="heading-uppercase">h4. Heading 4</h4>
												<h5 class="heading-uppercase">h5. Heading 5</h5>
												<h6 class="heading-uppercase">h6. Heading 6</h6>
											
Standard paragraph

Fusce pretium, elit ut tincidunt fermentum, neque nisi tristique arcu, id viverra lacus tortor sed orci. Integer eu pharetra lacus. Donec venenatis orci id dui vestibulum, vel hendrerit arcu scelerisque.


												<p>Fusce pretium, elit ut tincidunt fermentum, neque nisi tristique arcu, id viverra lacus tortor sed orci. Integer eu pharetra lacus. Donec venenatis orci id dui vestibulum, vel hendrerit arcu scelerisque.</p>
											
Lead paragraph

Fusce pretium, elit ut tincidunt fermentum, neque nisi tristique arcu, id viverra lacus tortor sed orci. Integer eu pharetra lacus. Donec venenatis orci id dui vestibulum, vel hendrerit arcu scelerisque.


												<p class="lead">Fusce pretium, elit ut tincidunt fermentum, neque nisi tristique arcu, id viverra lacus tortor sed orci. Integer eu pharetra lacus. Donec venenatis orci id dui vestibulum, vel hendrerit arcu scelerisque.</p>
											

Images


												<img src="http://via.placeholder.com/150x150" alt="" class="rounded">
											

												<img src="http://via.placeholder.com/150x150" alt="" class="img-thumbnail">
											

Progress bar

This template is based on Bootstrap 4. Go to Bootrstrap's documentation and check how does it work.

Tables

This template is based on Bootstrap 4. Go to Bootrstrap's documentation and check how does it work.

Components

Buttons


										<!-- Primary --->
										<a href="#" class="btn btn-primary">Default btn</a>
										
										<!-- Secondary --->
										<a href="#" class="btn btn-secondary">Default btn</a>

										<!-- White --->
										<a href="#" class="btn btn-white">Default btn</a>
										
										<!-- Dark --->
										<a href="#" class="btn btn-dark">Default btn</a>
										
										<!-- Outline primary --->
										<a href="#" class="btn btn-outline-primary">Default btn</a>
										
										<!-- Outline secondary --->
										<a href="#" class="btn btn-outline-secondary">Default btn</a>
										
										<!-- Outline white --->
										<a href="#" class="btn btn-outline-white">Default btn</a>
										
										<!-- Outline dark --->
										<a href="#" class="btn btn-outline-dark">Default btn</a>
									

Countdown

You can set the countdown in data-countdown, as you can see on example:


										<div class="countdown" data-countdown="2020/05/25 12:00:00"></div>
									

Usefull nav

You can add a simple nav, as you can see on example:


										<nav class="usefull-nav mb-3">
											<ul class="justify-content-center">
												<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
												<li><a href="#"><i class="fab fa-twitter"></i></a></li>
												<li><a href="#"><i class="fab fa-instagram"></i></a></li>
												<li><a href="#"><i class="fab fa-pinterest"></i></a></li>
											</ul>
											<ul class="justify-content-center">
												<li><a href="#">Terms of Service</a></li>
												<li><a href="#">Privacy Policy</a></li>
											</ul>
										</nav>
									

Available Classes:

  • .usefull-nav .light - light style
  • .usefull-nav .dark - dark style
  • .usefull-nav .usefull-nav-pinned - wheen you need a pinned nav in the home block

Example:


									<!-- Home Block -->
									<div class="home-block">
										<div class="home-block-inner">
											
											<section id="home" class="d-flex min-vh--100 text-white">
											
											</section>
											
											<nav class="usefull-nav usefull-nav-pinned light d-none d-xl-flex">
												
												[...]
												
											</nav>
									

Social nav

You can add a simple nav, as you can see on example:


										<nav class="social-nav mb-3">
											<ul>
												<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
												<li><a href="#"><i class="fab fa-twitter"></i></a></li>
												<li><a href="#"><i class="fab fa-instagram"></i></a></li>
												<li><a href="#"><i class="fab fa-pinterest"></i></a></li>
											</ul>
										</nav>
									

Available Classes:

  • .social-nav .light - light style
  • .social-nav .dark - dark style
  • .social-nav .social-nav-pinned - wheen you need a pinned nav (fixed) on the right side

Example:


									<!-- Site Footer -->
									<footer class="site-footer footer-fixed footer-mobile-dark footer-light">
										<div class="container-fluid d-md-flex align-items-md-center justify-content-md-between">
											<nav class="social-nav social-nav-pinned">
												<ul>
													<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
													<li><a href="#"><i class="fab fa-twitter"></i></a></li>
													<li><a href="#"><i class="fab fa-instagram"></i></a></li>
													<li><a href="#"><i class="fab fa-pinterest"></i></a></li>
												</ul>
											</nav>
											<p class="mb-2 mb-xl-0">© 2019 Oli - All Rights Reserved</p>
											<nav class="usefull-nav">
												<ul>
													<li><a href="#">Terms of Service</a></li>
													<li><a href="#">Privacy Policy</a></li>
												</ul>
											</nav>
										</div>
									</footer>
									

Feature Blocks


										<div class="row">

											<div class="col-md-6 col-sm-6">
												<div class="feature-block mb-5">
													<div class="feature-icon mb-4 text-white">
														<div>
															<i class="ti-timer"></i>
														</div>
													</div>
													<h3 class="h4 text-white">Launch Quickly</h3>
												</div>
											</div>
											
											[...]
									

Forms

This template is based on Bootstrap 4. Go to Bootrstrap's documentation and check how does it work.

Utilities

Helper Classes

We have created some really useful helper classes for you.

Background color

  • .bg-primary
  • .bg-secondary
  • .bg-light
  • .bg-dark
  • .bg-navy
  • .bg-blue
  • .bg-aqua
  • .bg-teal
  • .bg-olive
  • .bg-green
  • .bg-lime
  • .bg-yellow
  • .bg-orange
  • .bg-red
  • .bg-marron
  • .bg-fuchsia
  • .bg-purple
  • .bg-black
  • .bg-white
  • .bg-transparent

Background size

  • .bg-cover - background-size:cover
  • .bg-contain - background-size:contain

Background position

  • .bg-top-left - background-position:top left
  • .bg-top-center - background-position:top center
  • .bg-top-right - background-position:top right
  • .bg-center-left - background-position:center left
  • .bg-center - background-position:center
  • .bg-center-right - background-position:center right
  • .bg-bottom-left - background-position:bottom left
  • .bg-bottom-center - background-position:bottom center
  • .bg-bottom-right - background-position:bottom right

Background repeat

  • .bg-repeat - background-repeat:repeat
  • .bg-repeat-x - background-repeat:repeat-x
  • .bg-repeat-y - background-repeat:repeat-y
  • .bg-norepeat - background-repeat:no-repeat

Width

  • .w--25 - width: 25%
  • .w--50 - width: 50%
  • .w--75 - width: 75%
  • .w--100 - width: 100%
  • .w--auto - width: auto
  • .mw--100 - max-width: 100%
  • .min-w--100 - min-width: 100%
  • .min-vw--100 - min-width: 100vw
  • .vw--100 - width: 100vw

Width classes work from min-width: 0.

If you need to use spacing utilities that apply to custom breakpoint please using the format {property}{sides}-{breakpoint}--{size} for sm, md, lg, xl.

  • sm - min-width: 576px
  • md - min-width: 768px
  • lg - min-width: 992px
  • xl - min-width: 1200px

Example


										.w-md--100 { width: 100% }
										.min-vw-lg--100 { min-width: 100vh }
										.vw-xl--100 { width: 100vh }
									

Height

  • .h--25 - height: 25%
  • .h--50 - height: 50%
  • .h--75 - height: 75%
  • .h--100 - height: 100%
  • .h--auto - height: auto
  • .mh--100 - max-height: 100%
  • .min-vh--100 - min-height: 100vh
  • .vh--100 - height: 100vh

Height classes work from min-width: 0.

If you need to use spacing utilities that apply to custom breakpoint please using the format {property}{sides}-{breakpoint}--{size} for sm, md, lg, xl.

  • sm - min-width: 576px
  • md - min-width: 768px
  • lg - min-width: 992px
  • xl - min-width: 1200px

Example


										.h-md--100 { height: 100% }
										.min-vh-lg--100 { min-height: 100vh }
										.vh-xl--100 { height: 100vh }
									

Text decoration

  • .text-decoration-underline - text-decoration:underline

Font family

  • .main-font - font-family: 'Roboto', Helvetica, sans-serif
  • .alt-font - font-family: 'Montserrat', Helvetica, sans-serif

Font weight

  • .fw-thin - font-weight:100
  • .fw-extralight - font-weight:200
  • .fw-light - font-weight:300
  • .fw-normal - font-weight:400
  • .fw-medium - font-weight:500
  • .fw-semibold - font-weight:600
  • .fw-bold - font-weight:700
  • .fw-extrabold - font-weight:800
  • .fw-black - font-weight:900

Font weight classes work from min-width: 0.

If you need to use spacing utilities that apply to custom breakpoint please using the format {property}{sides}-{breakpoint}--{size} for sm, md, lg, xl.

  • sm - min-width: 576px
  • md - min-width: 768px
  • lg - min-width: 992px
  • xl - min-width: 1200px

Example


										.font-sm-normal { font-weight:400 }
									

Letter spacing

  • .letter-spacing-tight - letter-spacing:-0.05em
  • .letter-spacing-normal - letter-spacing:0
  • .letter-spacing-wide - letter-spacing:.05em

Letter spacing classes work from min-width: 0.

If you need to use spacing utilities that apply to custom breakpoint please using the format .letter-spacing-{breakpoint}-{size} for sm, md, lg, xl.

  • sm - min-width: 576px
  • md - min-width: 768px
  • lg - min-width: 992px
  • xl - min-width: 1200px

Example


										.letter-spacing-sm-wide { letter-spacing:.05em }
									

Line height

  • .line-height-none - line-height:1
  • .line-height-tight - line-height:1.25
  • .line-height-normal - line-height:1.5
  • .line-height-greater - line-height:1.75
  • .line-height-loose - line-height:2

Text color

  • .text-primary
  • .text-secondary
  • .text-light
  • .text-dark
  • .text-navy
  • .text-blue
  • .text-aqua
  • .text-teal
  • .text-olive
  • .text-green
  • .text-lime
  • .text-yellow
  • .text-orange
  • .text-red
  • .text-marron
  • .text-fuchsia
  • .text-purple
  • .text-black
  • .text-white

Display headings

  • .display--1 - font-size: 6rem
  • .display--2 - font-size: 5.5rem
  • .display--3 - font-size: 4.5rem
  • .display--4 - font-size: 3.5rem

Display heading classes work from min-width: 0.

If you need to use spacing utilities that apply to custom breakpoint please using the format .display--{breakpoint}-{size} for sm, md, lg, xl.

  • sm - min-width: 576px
  • md - min-width: 768px
  • lg - min-width: 992px
  • xl - min-width: 1200px

Example


										.display--sm-4 { font-size: 3.5rem }
										.display--lg-2 { font-size: 5.5rem }
									

Opacity

  • .opacity-100 - opacity:1
  • .opacity-95 - opacity:.95
  • .opacity-90 - opacity:.9
  • .opacity-85 - opacity:.85
  • .opacity-80 - opacity:.8
  • .opacity-75 - opacity:.75
  • .opacity-70 - opacity:.70
  • .opacity-65 - opacity:.65
  • .opacity-60 - opacity:.60
  • .opacity-55 - opacity:.55
  • .opacity-50 - opacity:.5
  • .opacity-45 - opacity:.45
  • .opacity-40 - opacity:.4
  • .opacity-35 - opacity:.35
  • .opacity-30 - opacity:.3
  • .opacity-25 - opacity:.25
  • .opacity-20 - opacity:.2
  • .opacity-15 - opacity:.15
  • .opacity-10 - opacity:.1
  • .opacity-5 - opacity:.05
  • .opacity-0 - opacity:0

z-index

  • .zindex-0 - z-index:0
  • .zindex-10 - z-index:10
  • .zindex-20 - z-index:20
  • .zindex-30 - z-index:30
  • .zindex-40 - z-index:40
  • .zindex-50 - z-index:50
  • .zindex-auto - z-index:auto

z-index classes work from min-width: 0.

If you need to use spacing utilities that apply to custom breakpoint please using the format {property}{sides}-{breakpoint}--{size} for sm, md, lg, xl.

  • sm - min-width: 576px
  • md - min-width: 768px
  • lg - min-width: 992px
  • xl - min-width: 1200px

Example


										.zindex-sm-40 { z-index: 40 }
									

Box shadow

  • .shadow-1
  • .shadow-2
  • .shadow-3
  • .shadow-4
  • .shadow-5
  • .shadow-6
  • .shadow-7
  • .shadow-8
  • .shadow-9
  • .shadow-10

Border

Sides

  • border-t-- - for classes that set margin-top or padding-top
  • border-b-- - for classes that set margin-bottom or padding-bottom
  • border-l-- - for classes that set margin-left or padding-left
  • border-r-- - for classes that set margin-right or padding-right
  • border-- - for classes that set a margin or padding on all 4 sides of the element

Size

  • 0 - 0px
  • 1 - 1px
  • 2 - 2px

Border classes work from min-width: 0.

If you need to use spacing utilities that apply to custom breakpoint please using the format {property}{sides}-{breakpoint}--{size} for sm, md, lg, xl.

  • sm - min-width: 576px
  • md - min-width: 768px
  • lg - min-width: 992px
  • xl - min-width: 1200px

Example


										.border-b--2 { border-bottom: 2px }
										.border-sm-b--2 { border-bottom: 2px }
										.border-md-b--0 { border-bottom: 0px }
									

Border color

  • .border--primary
  • .border--secondary
  • .border--light
  • .border--dark
  • .border--navy
  • .border--blue
  • .border--aqua
  • .border--teal
  • .border--olive
  • .border--green
  • .border--lime
  • .border--yellow
  • .border--orange
  • .border--red
  • .border--marron
  • .border--fuchsia
  • .border--purple
  • .border--black
  • .border--white
  • .border--transparent

Spacing

Property

  • m - for classes that set margin
  • p - for classes that set padding

Sides

  • t - for classes that set margin-top or padding-top
  • b - for classes that set margin-bottom or padding-bottom
  • l - for classes that set margin-left or padding-left
  • r - for classes that set margin-right or padding-right
  • x - for classes that set both *-left and *-right
  • y - for classes that set both *-top and *-bottom
  • blank - for classes that set a margin or padding on all 4 sides of the element

Size

  • 0 - for classes that eliminate the margin or padding by setting it to 0
  • 10 - 10px
  • 20 - 20px
  • 30 - 30px
  • 40 - 40px
  • 50 - 50px
  • 60 - 60px
  • 70 - 70px
  • 80 - 80px
  • 90 - 90px
  • 100 - 100px
  • 110 - 110px
  • 120 - 120px
  • auto - for classes that set the margin to auto

Spacing (margin and padding) classes work from min-width: 0.

If you need to use spacing utilities that apply to custom breakpoint please using the format {property}{sides}-{breakpoint}--{size} for sm, md, lg, xl.

  • sm - min-width: 576px
  • md - min-width: 768px
  • lg - min-width: 992px
  • xl - min-width: 1200px

Example


										.pt--0 { padding-top:0 }
										.pt-sm--0 { padding-top: 0 }
										.mb--0 { margin-bottom:0 }
										.mb-sm--0 { margin-bottom: 0 }
									

Configuration

Backgrounds

Global Image Background

										<!-- Global overlay -->
										<div class="global-overlay">
											<div class="overlay-inner bg-image-holder bg-cover">
												<img src="demo/images/image-4.jpg" alt="background">
											</div>
											<div class="overlay-inner bg-dark opacity-55"></div>
										</div>
									
Global Animated Gradient Background

Add colors in hex format to the data-gradient-bg attribute.


										<!-- Global overlay -->
										<div class="global-overlay">
											<div class="overlay-inner" data-gradient-bg="[['#AA076B','#61045F'],['#02AAB0','#00CDAC'],['#DA22FF','#9733EE']]"></div>
										</div>
									
Global Slideshow Background

Please add class slideshow-background to the body tag.

Open main.js file and find this code:


										// Slideshow
										if ($body.hasClass('slideshow-background')) {
											$body.vegas({
												preload: true,
												timer: false,
												delay: 5000,
												transition: 'fade',
												transitionDuration: 1000,
												slides: [
													{ src: 'demo/images/image-15.jpg' },
													{ src: 'demo/images/image-16.jpg' },
													{ src: 'demo/images/image-17.jpg' },
													{ src: 'demo/images/image-4.jpg' }
												]
											});
										}
									
Global Slideshow with Video Background

Please add class slideshow-video-background to the body tag.

Open main.js file and find this code:


										// Slideshow with Video
										if ($body.hasClass('slideshow-video-background')) {
											$body.vegas({
												preload: true,
												timer: false,
												delay: 5000,
												transition: 'fade',
												transitionDuration: 1000,
												slides: [
													{ src: 'demo/images/image-15.jpg' },
													{ src: 'demo/video/marine.jpg',
														video: {
															src: [
																'demo/video/marine.mp4',
																'demo/video/marine.webm',
																'demo/video/marine.ogv'
															],
															loop: false,
															mute: true
														}
													},
													{ src: 'demo/images/image-16.jpg' },
													{ src: 'demo/images/image-17.jpg' }
												]
											});
										}
									
Global Slideshow with Zoom Effect Background

Please add class slideshow-zoom-background to the body tag.

Open main.js file and find this code:


										// Slideshow - ZoomOut
										if ($body.hasClass('slideshow-zoom-background')) {
											$body.vegas({
												preload: true,
												timer: false,
												delay: 7000,
												transition: 'zoomOut',
												transitionDuration: 4000,
												slides: [
													{ src: 'demo/images/image-4.jpg' },
													{ src: 'demo/images/image-16.jpg' },
													{ src: 'demo/images/image-17.jpg' },
													{ src: 'demo/images/image-15.jpg' }
												]
											});
										}
									
Global Kenburns Background

Please add class kenburns-background to the body tag.

Open main.js file and find this code:


										// Kenburns
										if ($body.hasClass('kenburns-background')) {

											var kenburnsDisplayBackdrops = false;
											var kenburnsBackgrounds = [
												{ src: 'demo/images/image-15.jpg', valign: 'top' },
												{ src: 'demo/images/image-14.jpg', valign: 'top' },
												{ src: 'demo/images/image-17.jpg', valign: 'top' }
											];

											$body.vegas({
												preload: true,
												transition: 'swirlLeft2',
												transitionDuration: 4000,
												timer: false,
												delay: 10000,
												slides: kenburnsBackgrounds,
												walk: function (nb) {
													if (kenburnsDisplayBackdrops === true) {
														var backdrop;

														backdrop = backdrops[nb];
														backdrop.animation = 'kenburns';
														backdrop.animationDuration = 20000;
														backdrop.transition = 'fade';
														backdrop.transitionDuration = 1000;

														$body
															.vegas('options', 'slides', [ backdrop ])
															.vegas('next');
													}
												}
											});
										}
									
Global Video Background

										<!-- Global overlay -->
										<div class="global-overlay">
											<div class="overlay-inner bg-image-holder bg-cover">
												<img src="demo/images/image-4.jpg" alt="background">
											</div>
											<div class="overlay-inner overlay-video">
												<div class="video-wrapper">
													<video autoplay muted loop data-keepplaying>
														<source src="demo/video/work.webm" type="video/webm">
														<source src="demo/video/work.mp4" type="video/mp4">
														<source src="demo/video/work.ogv" type="video/ogg">
													</video>
												</div>
											</div>
											<div class="overlay-inner bg-dark opacity-50"></div>
										</div>
									
Global Youtube Video Background

										<!-- Global overlay -->
										<div class="global-overlay">
											<div class="overlay-inner bg-image-holder bg-cover">
												<img src="demo/images/image-4.jpg" alt="background">
											</div>
											<a class="player"></a>
											<div id="youtube-background" class="overlay-inner overlay-video"></div>
											<div class="overlay-inner bg-dark opacity-50"></div>
										</div>
									

Open main.js file and find this code:


										// Youtube Video
										if ($('#youtube-background').length > 0) {
											var videos = [
												{videoURL: "iXkJmJa4NvE", showControls:false, containment:'.overlay-video',autoPlay:true, mute:true, startAt:0,opacity:1, loop:true, showYTLogo:false, realfullscreen: true, addRaster:true}
											];

											$('.player').YTPlaylist(videos, true);
										}
									
Global Youtube Multiple Videos Background

										<!-- Global overlay -->
										<div class="global-overlay">
											<div class="overlay-inner bg-image-holder bg-cover">
												<img src="demo/images/image-4.jpg" alt="background">
											</div>
											<a class="player"></a>
											<div id="youtube-multiple-background" class="overlay-inner overlay-video"></div>
											<div class="overlay-inner bg-dark opacity-50"></div>
										</div>
									

Open main.js file and find this code:


										// Youtube Multiple Videos
										if ($('#youtube-multiple-background').length > 0) {

											var videos = [
												{videoURL: "CG20eBusRg0", showControls:false, containment:'.overlay-video',autoPlay:true, mute:true, startAt:0,opacity:1, loop:false, showYTLogo:false, realfullscreen: true, addRaster:true},
												{videoURL: "iXkJmJa4NvE", showControls:false, containment:'.overlay-video',autoPlay:true, mute:true, startAt:0,opacity:1, loop:false, showYTLogo:false, realfullscreen: true, addRaster:true}
											];

											$('.player').YTPlaylist(videos, true);

										}
									
Global Solid Color Background

										<!-- Global overlay -->
										<div class="global-overlay">
											<div class="overlay-inner bg-primary"></div>
										</div>
									
Section Image Background

										<section>
											<div class="overlay">
												<div class="overlay-inner bg-image-holder bg-cover">
													<img src="demo/images/image-4.jpg" alt="background">
												</div>
												<div class="overlay-inner bg-dark opacity-55"></div>
											</div>
											<div class="container align-self-lg-center">
											
												[...]
												[...]
												[...]
												
											</div>
										</section>
									
Section Video Background

										<section>
											<div class="overlay">
												<div class="overlay-inner bg-image-holder bg-cover">
													<img src="demo/images/image-4.jpg" alt="background">
												</div>
												<div class="overlay-inner overlay-video">
													<div class="video-wrapper">
														<video autoplay muted loop data-keepplaying>
															<source src="demo/video/work.webm" type="video/webm">
															<source src="demo/video/work.mp4" type="video/mp4">
															<source src="demo/video/work.ogv" type="video/ogg">
														</video>
													</div>
												</div>
												<div class="overlay-inner bg-dark opacity-50"></div>
											</div>
											<div class="container align-self-lg-center">
											
												[...]
												[...]
												[...]
												
											</div>
										</section>
									
Section Animated Gradient Background

Add colors in hex format to the data-gradient-bg attribute.


										<section>
											<div class="overlay">
												<div class="overlay-inner" data-gradient-bg="[['#AA076B','#61045F'],['#02AAB0','#00CDAC'],['#DA22FF','#9733EE']]"></div>
											</div>
											<div class="container align-self-lg-center">
											
												[...]
												[...]
												[...]
												
											</div>
										</section>
									
Section Solid Color Background

										<section>
											<div class="overlay">
												<div class="overlay-inner bg-primary"></div>
											</div>
											<div class="container align-self-lg-center">
											
												[...]
												[...]
												[...]
												
											</div>
										</section>
									

Contact

You can setup Contact Forms anywhere on your Website by simply Copy/Pasting the Sample Code present in the HTML Files.

Just change your Email Address in the include/sendemail.php file to start receiving Form Responses.


										$toemails[] = array(
											'email' => 'your@email.com', // Your Email Address
											'name' => 'Your Name' // Your Name
										);
									

Not receiving Form Emails?

If you are not receiving Emails from your Forms then chances are that your Server Configuration doesn't support PHP mail() function. But you can use SMTP Authentication. Just find the following line of code:


										$mail = new PHPMailer();

Add this after the above line:


										$mail->IsSMTP();
										$mail->Host = "mail.yourdomain.com";
										$mail->SMTPDebug = 2;
										$mail->SMTPAuth = true;
										$mail->Port = 26;
										$mail->Username = "yourname@yourdomain.com";
										$mail->Password = "yourpassword";
									

Subscription

You can setup Mailchimp Subscriptions.

Just add your API Key and List ID in the include/subscribe.php file.


										$MC_apiKey = ''; // Your MailChimp API Key
										$MC_listId = ''; // Your MailChimp List ID
									
About API Keys
Find Your List ID

Local Scroll

You can use this functionality to scroll to another element by adding scrollto class to a Link.


										<a href="#about" class="btn scrollto">Learn more</a>
									

Changing Fonts

By default, Oli uses 2 Fonts namely: Roboto and Josefin Sans from the Google Fonts Library. You can find the Linking to the Font Files in the head tag of all the .html files.


										<!-- FONTS -->
										<link href='https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700%7CMRoboto:300,400,500,700' rel='stylesheet' type='text/css'>
									

In order to change the Fonts, you will need to Edit the Above Links with your Custom Font if you plan to use a Google Font or Remove it complete if you plan to use a Self Hosted font. Here is an Example for using Self Hosted Fonts.

Website Optimization Tips

A Fast & Optimized Website has several factors which needs to be implemented in order to achieve the desired results. There are several Optimization Techniques available which will definitely affect your Website's Performance in a Positive Way & we want to share a few of them with you:

  1. gZip Compression & Browser Caching
  2. Image Compression & Optimization
  3. CSS & jQuery Minifications
  4. Fast Web Hosting Servers

Changelog

Let's check what has changed since the first version...

v 2.0.0 - 30 April 2019
Feature
  • Completely rewritten code, new features, optimized. Updated to Bootstrap 4.3.1

  • Added new pages with text layout


Improvement
  • Drop out some js plugins and animations for better performance



											Files affected:
											---------------------------------------------------------------
											UPDATE - assets/css/style.css
											UPDATE - assets/css/utilities.css
											UPDATE - assets/js/main.js
											UPDATE - All .html files
											
											* NOTES ON UPDATING *
											- This is a new version. Please make a copy of the old files before updating..
										
v 1.0.0 - 5 October 2016
Release
  • Initial Release

Support

PSD File is not included with this template.

Thank you for purchasing Oli - Creative Coming Soon Template. If you have any questions that are beyond the scope of this help file, please feel free to email via my profile page contact form or add new ticket on support forum. Thanks so much!